@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix brick: <https://brickschema.org/schema/Brick#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@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:brick .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.e1c595 .

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

bioregistry:brick a bioregistry.schema:0000001 ;
    rdfs:label "Brick Ontology" ;
    dcterms:description "Brick is an open-source effort to standardize semantic descriptions of the physical, logical and virtual assets in buildings and the relationships between them. Brick consists of an extensible dictionary of terms and concepts in and around buildings, a set of relationships for linking and composing concepts together, and a flexible data model permitting seamless integration of Brick with existing tools and databases. Through the use of powerful Semantic Web technology, Brick can describe the broad set of idiosyncratic and custom features, assets and subsystems found across the building stock in a consistent matter. Adopting Brick as the canonical description of a building enables the following: 1) Brick lowers the cost of deploying analytics, energy efficiency measures and intelligent controls across buildings, 2) Brick presents an integrated, cross-vendor representation of the multitude of subsystems in modern buildings: HVAC, lighting, fire, security and so on, 3) Brick simplifies the development of smart analytics and control applications, and 4) Brick reduces the reliance upon the non-standard, unstructured labels endemic to building management systems."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/BrickSchema/Brick> ;
    skos:exactMatch fairsharing:FAIRsharing.e1c595,
        tib.ts:brick ;
    dcat:keyword "architecture",
        "building design",
        "building informatics",
        "building information modeling",
        "civil engineering",
        "digital planning and construction",
        "energy engineering",
        "engineering",
        "fid baudigital",
        "industrial engineering",
        "nfdi4energy",
        "nfdi4ing",
        "power engineering",
        "systems engineering" ;
    foaf:homepage <https://brickschema.org/ontology/> ;
    bioregistry.schema:0000005 "Ablutions_Room"^^xsd:string ;
    bioregistry.schema:0000006 "https://brickschema.org/schema/Brick#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://brickschema.org/schema/Brick#"^^xsd:string ;
    bioregistry.schema:0000027 brick:Ablutions_Room ;
    bioregistry.schema:0000029 "brick" .

fairsharing:FAIRsharing.e1c595 dcterms:isPartOf bioregistry.metaresource:fairsharing .

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

