@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 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:sargon .

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

bioregistry:sargon a bioregistry.schema:0000001 ;
    rdfs:label "Smart Energy Domain Ontology" ;
    dcterms:description "SARGON (SmArt eneRGy dOmain oNtology) is an open-source effort to define semantic descriptions of the smart assets in building automation and smart grid and the relationships between them. SARGON consists of an extensible dictionary of terms and concepts in and around building and smart grid, a set of relationships for linking and composing concepts together, and a flexible data model permitting seamless integration of SARGON with existing tools and databases. Through the use of powerful Semantic Web technology, SARGON can describe the broad set of Devices and custom features, assets and subsystems found across the building stock in a consistent matter."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch tib.ts:sargon ;
    dcat:keyword "engineering",
        "nfdi4energy" ;
    foaf:homepage <https://sargon-n5geh.netlify.app/> ;
    bioregistry.schema:0000005 "AC-DC"^^xsd:string ;
    bioregistry.schema:0000006 "https://sargon-n5geh.netlify.app/ontology/1.0/object_properties/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://sargon-n5geh.netlify.app/ontology/1.0/object_properties/"^^xsd:string ;
    bioregistry.schema:0000027 <https://sargon-n5geh.netlify.app/ontology/1.0/object_properties/AC-DC> ;
    bioregistry.schema:0000029 "sargon" .

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

