# baseURI: http://ontology.tno.nl/buildingExtensions # imports: http://schemas.opengis.net/geosparql/1.0/geosparql_vocab_all.rdf # imports: http://topbraid.org/schema/schema-single-range # imports: http://www.w3.org/2003/01/geo/wgs84_pos # imports: https://saref.etsi.org/saref4bldg/v1.1.2/ @prefix : . @prefix ic-building: . @prefix geo: . @prefix geosp: . @prefix dc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix saref4bldg: . @prefix xsd: . rdf:type owl:Ontology ; dc:creator "Dena Tahvildari" ; dc:creator "French Pilot" ; owl:versionInfo "Created with TopBraid Composer -- Porposed Extensions to saref4bldg based on French pilot requirements" ; . ic-building:A rdf:type :EnergyClass ; rdf:type owl:NamedIndividual ; . ic-building:B rdf:type :EnergyClass ; rdf:type owl:NamedIndividual ; . ic-building:C rdf:type :EnergyClass ; rdf:type owl:NamedIndividual ; . ic-building:D rdf:type :EnergyClass ; rdf:type owl:NamedIndividual ; . ic-building:E rdf:type :EnergyClass ; rdf:type owl:NamedIndividual ; . ic-building:EnergyClass rdf:type owl:Class ; rdfs:label "Energy Class" ; rdfs:comment "The Energy Class of the house (French definition from A to G)" ; rdfs:subClassOf owl:Thing ; . ic-building:F rdf:type :EnergyClass ; rdf:type owl:NamedIndividual ; . ic-building:G rdf:type :EnergyClass ; rdf:type owl:NamedIndividual ; . ic-building:isLocatedIn rdf:type owl:ObjectProperty ; rdfs:domain saref4bldg:Building ; rdfs:domain saref4bldg:BuildingDevice ; rdfs:domain saref4bldg:BuildingObject ; rdfs:label "Located In" ; rdfs:comment "a direct link to relate building device, building, building object to their location data spceified in geosp and geo ontologies." ; rdfs:range geosp:SpatialObject ; rdfs:range geo:SpatialThing ; . ic-building:hasBuildingID rdf:type owl:DatatypeProperty ; rdfs:comment "The reference of the household"; rdfs:label "Building ID" ; . ic-building:hasClusterID rdf:type owl:DatatypeProperty ; rdfs:comment "Mandatory for TV to attach dynamic tariff" ; rdfs:label "Cluster ID" ; . ic-building:hasCommunityID rdf:type owl:DatatypeProperty ; rdfs:comment "ID to group several home together" ; rdfs:label "Community ID" ; . ic-building:hasEnergyClass rdf:type owl:ObjectProperty ; rdfs:domain saref4bldg:Building ; rdfs:comment "relates building to the energy class values (A to G)." ; rdfs:range ic-building:EnergyClass ; . ic-building:hasEnergyProvider rdf:type owl:ObjectProperty ; rdfs:comment "Energy provider of the house." ; rdfs:label "EnergyProvider" ; . ic-building:hasFlexibilityManager rdf:type owl:ObjectProperty ; rdfs:comment "Service provider flexibility manager." ; rdfs:label "Flexibility Manager" ; . saref4bldg:BuildingObject rdfs:subClassOf geosp:SpatialObject ; rdfs:subClassOf geo:SpatialThing ; .