-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BRICK (BRICKAlignment.ttl) DOGONT (DOGONTAlignment.ttl) ifcowl (IFCOWL4_ADD2Alignment.ttl) ThinkHome (THINKHOMEAlignment.ttl) Added corrections in bot.ttl and SAREF4BLDGAlignment.ttl
- Loading branch information
1 parent
c76d2ee
commit bfee1e4
Showing
6 changed files
with
245 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
@prefix : <https://w3id.org/bot/BRICKAlignment#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix vann: <http://purl.org/vocab/vann/> . | ||
@prefix voaf: <http://purl.org/vocommons/voaf#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/>. | ||
@prefix bot: <https://w3id.org/bot#> . | ||
@prefix brick: <https://brickschema.org/schema/1.0.2/Brick#> . | ||
@base <https://w3id.org/bot/BRICKAlignment> . | ||
|
||
<https://w3id.org/bot/BRICKAlignment> rdf:type owl:Ontology , voaf:Vocabulary ; | ||
dcterms:title "BRICK to BOT alignment."@en ; | ||
dcterms:description """This ontology defines proposed alignments with the BRICK ontology."""@en ; | ||
dcterms:issued "2017-09-12"^^xsd:date ; | ||
dcterms:modified "2017-09-12"^^xsd:date ; | ||
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ; | ||
dcterms:creator <https://www.researchgate.net/profile/Georg_Schneider3> ; | ||
dcterms:creator [a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ; | ||
owl:imports <https://w3id.org/bot> , | ||
<https://brickschema.org/schema/1.0.2/Brick#> . | ||
|
||
dcterms:title a owl:AnnotationProperty . | ||
dcterms:description a owl:AnnotationProperty . | ||
dcterms:issued a owl:AnnotationProperty . | ||
dcterms:modified a owl:AnnotationProperty . | ||
dcterms:creator a owl:AnnotationProperty . | ||
dcterms:contributor a owl:AnnotationProperty . | ||
dcterms:license a owl:AnnotationProperty . | ||
vann:preferredNamespacePrefix a owl:AnnotationProperty . | ||
vann:preferredNamespaceUri a owl:AnnotationProperty . | ||
foaf:Person a owl:Class . | ||
foaf:name a owl:DatatypeProperty . | ||
|
||
|
||
################################################################# | ||
# Object Properties | ||
################################################################# | ||
|
||
brick:contains rdfs:subPropertyOf bot:containsElement . | ||
|
||
|
||
################################################################# | ||
# Classes | ||
################################################################# | ||
|
||
bot:Space rdfs:subClassOf brick:Location . | ||
brick:Basement rdfs:subClassOf bot:Space . | ||
brick:Outside rdfs:subClassOf bot:Space . | ||
brick:Room rdfs:subClassOf bot:Space . | ||
brick:Space rdfs:subClassOf bot:Space . | ||
brick:Wing rdfs:subClassOf bot:Space . | ||
brick:Zone rdfs:subClassOf bot:Space . | ||
|
||
bot:Building owl:equivalentClass brick:Building . | ||
bot:Storey owl:equivalentClass brick:Floor . | ||
|
||
brick:Equipment rdfs:subClassOf bot:Element . | ||
|
||
brick:Point rdfs:subClassOf bot:Element . | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
@prefix : <https://w3id.org/bot/DOGONTAlignment#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix vann: <http://purl.org/vocab/vann/> . | ||
@prefix voaf: <http://purl.org/vocommons/voaf#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/>. | ||
@prefix bot: <https://w3id.org/bot#> . | ||
@prefix dogont: <http://elite.polito.it/ontologies/dogont.owl#> . | ||
@base <https://w3id.org/bot/DOGONTAlignment> . | ||
|
||
<https://w3id.org/bot/DOGONTAlignment> rdf:type owl:Ontology , voaf:Vocabulary ; | ||
dcterms:title "DogOnt to BOT alignment."@en ; | ||
dcterms:description """This ontology defines proposed alignments with the DogOnt ontology."""@en ; | ||
dcterms:issued "2017-09-12"^^xsd:date ; | ||
dcterms:modified "2017-09-12"^^xsd:date ; | ||
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ; | ||
dcterms:creator <https://www.researchgate.net/profile/Georg_Schneider3> ; | ||
dcterms:creator [a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ; | ||
owl:imports <https://w3id.org/bot> , | ||
<http://elite.polito.it/ontologies/dogont.owl> . | ||
|
||
dcterms:title a owl:AnnotationProperty . | ||
dcterms:description a owl:AnnotationProperty . | ||
dcterms:issued a owl:AnnotationProperty . | ||
dcterms:modified a owl:AnnotationProperty . | ||
dcterms:creator a owl:AnnotationProperty . | ||
dcterms:contributor a owl:AnnotationProperty . | ||
dcterms:license a owl:AnnotationProperty . | ||
vann:preferredNamespacePrefix a owl:AnnotationProperty . | ||
vann:preferredNamespaceUri a owl:AnnotationProperty . | ||
foaf:Person a owl:Class . | ||
foaf:name a owl:DatatypeProperty . | ||
|
||
################################################################# | ||
# Classes | ||
################################################################# | ||
|
||
bot:Building owl:equivalentClass dogont:Building . | ||
dogont:Flat rdfs:subClassOf bot:Building . | ||
bot:Storey owl:equivalentClass dogont:Storey . | ||
|
||
bot:Space rdfs:subClassOf dogont:BuildingEnvironment . | ||
dogont:Room rdfs:subClassOf bot:Space . | ||
dogont:Garage rdfs:subClassOf bot:Space . | ||
dogont:Garden rdfs:subClassOf bot:Space . | ||
|
||
dogont:Controllable rdfs:subClassOf bot:Element . | ||
dogont:Device rdfs:subClassOf bot:Element . | ||
dogont:UnControllable rdfs:subClassOf bot:Element . | ||
dogont:TechnicalSystem rdfs:subClassOf bot:Element . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
@prefix : <https://w3id.org/bot/IFC4_ADD2Alignment#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix vann: <http://purl.org/vocab/vann/> . | ||
@prefix voaf: <http://purl.org/vocommons/voaf#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/>. | ||
@prefix bot: <https://w3id.org/bot#> . | ||
@prefix ifc: <http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2#> . | ||
@base <https://w3id.org/bot/IFC4_ADD2Alignment> . | ||
|
||
<https://w3id.org/bot/IFC4_ADD2Alignment> rdf:type owl:Ontology , voaf:Vocabulary ; | ||
dcterms:title "ifcOWL4_Add2 to BOT alignment."@en ; | ||
dcterms:description """This ontology defines proposed alignments with the ifcOWL4_Add2 ontology."""@en ; | ||
dcterms:issued "2017-09-12"^^xsd:date ; | ||
dcterms:modified "2017-09-12"^^xsd:date ; | ||
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ; | ||
dcterms:creator <https://www.researchgate.net/profile/Georg_Schneider3> ; | ||
dcterms:creator [a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ; | ||
owl:imports <https://w3id.org/bot> , | ||
<http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2> . | ||
|
||
dcterms:title a owl:AnnotationProperty . | ||
dcterms:description a owl:AnnotationProperty . | ||
dcterms:issued a owl:AnnotationProperty . | ||
dcterms:modified a owl:AnnotationProperty . | ||
dcterms:creator a owl:AnnotationProperty . | ||
dcterms:contributor a owl:AnnotationProperty . | ||
dcterms:license a owl:AnnotationProperty . | ||
vann:preferredNamespacePrefix a owl:AnnotationProperty . | ||
vann:preferredNamespaceUri a owl:AnnotationProperty . | ||
foaf:Person a owl:Class . | ||
foaf:name a owl:DatatypeProperty . | ||
|
||
################################################################# | ||
# Classes | ||
################################################################# | ||
|
||
bot:Site owl:equivalentClass ifc:IfcSite . | ||
bot:Building owl:equivalentClass ifc:IfcBuilding . | ||
bot:Storey owl:equivalentClass ifc:IfcBuildingStorey . | ||
bot:Space owl:equivalentClass ifc:IfcSpace . | ||
bot:Element owl:equivalentClass ifc:IfcElement . | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
@prefix : <https://w3id.org/bot/THINKHOMEAlignment#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix vann: <http://purl.org/vocab/vann/> . | ||
@prefix voaf: <http://purl.org/vocommons/voaf#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/>. | ||
@prefix bot: <https://w3id.org/bot#> . | ||
@prefix th: <https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/BuildingOntology.owl#> . | ||
@base <https://w3id.org/bot/THINKHOMEAlignment> . | ||
|
||
<https://w3id.org/bot/THINKHOMEAlignment> rdf:type owl:Ontology , voaf:Vocabulary ; | ||
dcterms:title "ThinkHome to BOT alignment."@en ; | ||
dcterms:description """This ontology defines proposed alignments with the ThinkHome ontologies."""@en ; | ||
dcterms:issued "2017-09-12"^^xsd:date ; | ||
dcterms:modified "2017-09-12"^^xsd:date ; | ||
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ; | ||
dcterms:creator <https://www.researchgate.net/profile/Georg_Schneider3> ; | ||
dcterms:creator [a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ; | ||
owl:imports <https://w3id.org/bot> , | ||
<https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/BuildingOntology.owl> . | ||
|
||
dcterms:title a owl:AnnotationProperty . | ||
dcterms:description a owl:AnnotationProperty . | ||
dcterms:issued a owl:AnnotationProperty . | ||
dcterms:modified a owl:AnnotationProperty . | ||
dcterms:creator a owl:AnnotationProperty . | ||
dcterms:contributor a owl:AnnotationProperty . | ||
dcterms:license a owl:AnnotationProperty . | ||
vann:preferredNamespacePrefix a owl:AnnotationProperty . | ||
vann:preferredNamespaceUri a owl:AnnotationProperty . | ||
foaf:Person a owl:Class . | ||
foaf:name a owl:DatatypeProperty . | ||
|
||
################################################################# | ||
# Classes | ||
################################################################# | ||
|
||
bot:Site owl:equivalentClass th:Campus . | ||
bot:Building owl:equivalentClass th:Building . | ||
bot:Storey owl:equivalentClass th:BuildingStorey . | ||
|
||
th:Zone rdfs:subClassOf bot:Space . | ||
th:Space rdfs:subClassOf bot:Space . | ||
|
||
th:Equipment rdfs:subClassOf bot:Element . | ||
th:Construction rdfs:subClassOf bot:Element . | ||
th:Layer rdfs:subClassOf bot:Element . | ||
th:Material rdfs:subClassOf bot:Element . | ||
th:Opening rdfs:subClassOf bot:Element . | ||
th:Surface rdfs:subClassOf bot:Element . | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters