@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@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:saref.building .

bioregistry.metaresource:lov dcterms:hasPart lov:s4bldg .

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

bioregistry:saref.building a bioregistry.schema:0000001 ;
    rdfs:label "SAREF extension for building devices" ;
    dcterms:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch lov:s4bldg,
        tib.ts:s4bldg ;
    dcat:keyword "digital planning and construction",
        "engineering",
        "fid baudigital",
        "iot",
        "nfdi4ing" ;
    foaf:homepage <https://saref.etsi.org/saref4bldg/> ;
    bioregistry.schema:0000005 "Actuator"^^xsd:string ;
    bioregistry.schema:0000006 "https://saref.etsi.org/saref4bldg/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "s4bldg" ;
    bioregistry.schema:0000024 "https://saref.etsi.org/saref4bldg/"^^xsd:string ;
    bioregistry.schema:0000027 <https://saref.etsi.org/saref4bldg/Actuator> ;
    bioregistry.schema:0000029 "saref.building" .

lov:s4bldg dcterms:isPartOf bioregistry.metaresource:lov .

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

