@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ftonto .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:ftonto .

bioregistry:ftonto a bioregistry.schema:0000001 ;
    rdfs:label "Fischertechnik Ontology" ;
    dcterms:description "The FTOnto enables reseachers to sematically describe a physical fischertechnik factory simulation environment. This is archieved by aligning concepts from MASON and SOSA with own concepts. Furthermore the FTOnto can capture knowledge about semantic web services which are used to interact between the service-layer and the cyber-physical layer in a cyber-physical production system. This includes precondition which have to be met before a webservice can be performed, postconditions which check if the webservice execution was performed successfully and effects which describe the changed state of the domain after performing a service. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://gitlab.rlp.net/iot-lab-uni-trier/ftonto> ;
    skos:exactMatch tib.ts:ftonto ;
    dcat:keyword "coypu",
        "engineering",
        "nfdi4ing" ;
    foaf:homepage <https://wi2.pages.gitlab.rlp.net/iot-lab/ftonto-web-doku/> ;
    bioregistry.schema:0000005 "ADXL345_Pi_1_AccSensor_1_Result_2019-02-26_14_53_54.97"^^xsd:string ;
    bioregistry.schema:0000006 "http://iot.uni-trier.de/FTOnto#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://iot.uni-trier.de/FTOnto#"^^xsd:string ;
    bioregistry.schema:0000027 <http://iot.uni-trier.de/FTOnto#ADXL345_Pi_1_AccSensor_1_Result_2019-02-26_14_53_54.97> ;
    bioregistry.schema:0000029 "ftonto" .

tib.ts:ftonto dcterms:isPartOf bioregistry.metaresource:tib .

