Skip to content

Commit

Permalink
Merge pull request #46 from w3c-lbd-cg/AlignmentRevision
Browse files Browse the repository at this point in the history
Merging changes to alignments after discussions at LDAC 2019 and public revision as of public email list -> https://lists.w3.org/Archives/Public/public-lbd/2019Jul/0004.html
  • Loading branch information
GeorgFerdinandSchneider authored Jul 29, 2019
2 parents b9e7b18 + 87477d3 commit e9e6e34
Show file tree
Hide file tree
Showing 12 changed files with 375 additions and 48 deletions.
32 changes: 23 additions & 9 deletions BRICKAlignment.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright 2017-2019 W3C Linked Building Data Community Group.
#
# This work is licensed under a Creative Commons Attribution License.
# This copyright applies to the Vocabulary Specification and
# accompanying documentation in RDF. Regarding underlying technology,
# the Vocabulary uses W3C's RDF technology, an open Web standard that can be freely
# used by anyone.

@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#> .
Expand All @@ -15,9 +23,13 @@
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:modified "2019-03-01"^^xsd:date ;
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
owl:versionInfo "v1.0.0" ;
owl:versionIRI <https://w3id.org/bot/BRICKAlignment/1.0.0> ;
owl:priorVersion <https://w3id.org/bot/BRICKAlignment/0.1.0> ;
dcterms:creator <https://www.researchgate.net/profile/Georg_Schneider3> ;
rdfs:seeAlso <https://doi.org/10.13140/RG.2.2.21802.52169> ;
dcterms:creator [a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ;
owl:imports <https://w3id.org/bot> ,
<https://brickschema.org/schema/1.0.2/Brick#> .
Expand All @@ -41,25 +53,27 @@ foaf:name a owl:DatatypeProperty .

brick:contains rdfs:subPropertyOf bot:containsElement .

brick:hasPart rdfs:subPropertyOf bot:containsZone .
brick:hasPart rdfs:subPropertyOf bot:containsElement .
brick:hasPart rdfs:subPropertyOf bot:hasSubElement .
brick:hasPoint rdfs:subPropertyOf bot:containsZone .
brick:hasPoint rdfs:subPropertyOf bot:containsElement .

#################################################################
# Classes
#################################################################

bot:Zone rdfs:subClassOf brick:Location .
brick:Location rdfs:subClassOf bot:Zone .

brick:Building rdfs:subClassOf bot:Building .
brick:Floor rdfs:subClassOf bot:Storey .

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 .

brick:Building rdfs:subClassOf bot:Building .
brick:Floor rdfs:subClassOf bot:Storey .

brick:Equipment rdfs:subClassOf bot:Element .

brick:Point rdfs:subClassOf bot:Element .

brick:contains rdfs:subPropertyOf bot:containsElement .

14 changes: 13 additions & 1 deletion DERIROOMAlignment.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright 2017-2019 W3C Linked Building Data Community Group.
#
# This work is licensed under a Creative Commons Attribution License.
# This copyright applies to the Vocabulary Specification and
# accompanying documentation in RDF. Regarding underlying technology,
# the Vocabulary uses W3C's RDF technology, an open Web standard that can be freely
# used by anyone.

@prefix : <https://w3id.org/bot/DERIROOMSAlignment#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Expand All @@ -15,8 +23,12 @@
dcterms:title "DERIROOMS to BOT alignment."@en ;
dcterms:description """This ontology defines proposed alignments with the DERI Rooms ontology."""@en ;
dcterms:issued "2017-09-12"^^xsd:date ;
dcterms:modified "2017-09-12"^^xsd:date ;
dcterms:modified "2019-03-01"^^xsd:date ;
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
owl:versionInfo "v1.0.0" ;
owl:versionIRI <https://w3id.org/bot/DERIROOMSAlignment/1.0.0> ;
owl:priorVersion <https://w3id.org/bot/DERIROOMSAlignment/0.1.0> ;
rdfs:seeAlso <https://doi.org/10.13140/RG.2.2.21802.52169> ;
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> ,
Expand Down
39 changes: 33 additions & 6 deletions DOGONTAlignment.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright 2017-2019 W3C Linked Building Data Community Group.
#
# This work is licensed under a Creative Commons Attribution License.
# This copyright applies to the Vocabulary Specification and
# accompanying documentation in RDF. Regarding underlying technology,
# the Vocabulary uses W3C's RDF technology, an open Web standard that can be freely
# used by anyone.

@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#> .
Expand All @@ -15,9 +23,13 @@
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:modified "2019-03-02"^^xsd:date ;
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
owl:versionInfo "v1.0.0" ;
owl:versionIRI <https://w3id.org/bot/DOGONTAlignment/1.0.0> ;
owl:priorVersion <https://w3id.org/bot/DOGONTAlignment/0.1.0> ;
dcterms:creator <https://www.researchgate.net/profile/Georg_Schneider3> ;
rdfs:seeAlso <https://doi.org/10.13140/RG.2.2.21802.52169> ;
dcterms:creator [a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ;
owl:imports <https://w3id.org/bot> ,
<http://elite.polito.it/ontologies/dogont.owl> .
Expand All @@ -34,23 +46,38 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
foaf:Person a owl:Class .
foaf:name a owl:DatatypeProperty .

#################################################################
# Object properties
#################################################################

dogont:contains rdfs:subPropertyOf bot:containsElement .
dogont:belongsTo rdfs:subPropertyOf [ owl:inverseOf bot:hasSubElement ] .
dogont:floorOf rdfs:subPropertyOf bot:interfaceOf .
dogont:ceilingOf rdfs:subPropertyOf bot:interfaceOf .
dogont:hasWall rdfs:subPropertyOf bot:adjacentElement .
dogont:hasWallOpening rdfs:subPropertyOf bot:hasSubElement .

#################################################################
# Classes
#################################################################

dogont:Building rdfs:subClassOf bot:Building .
dogont:Flat rdfs:subClassOf bot:Building .
dogont:Storey rdfs:subClassOf bot:Storey .
dogont:Room rdfs:subClassOf bot:Space .

bot:Zone rdfs:subClassOf dogont:Environment .
dogont:BuildingEnvironment rdfs:subClassOf bot:Zone.

dogont:BuildingEnvironment rdfs:subClassOf bot:Zone .
dogont:Room rdfs:subClassOf bot:Space .
dogont:Balcony rdfs:subClassOf bot:Zone .
dogont:Terrace rdfs:subClassOf bot:Zone .

dogont:Controllable rdfs:subClassOf bot:Element .
dogont:Device rdfs:subClassOf bot:Element .
dogont:UnControllable rdfs:subClassOf bot:Element .
dogont:TechnicalSystem rdfs:subClassOf bot:Element .

dogont:hasWallOpening rdfs:subPropertyOf bot:hosts .
dogont:Vertical rdfs:subClassOf bot:Element .
dogont:Furniture rdfs:subClassOf bot:Element .

dogont:Ceiling rdfs:subClassOf bot:Interface .
dogont:Floor rdfs:subClassOf bot:Interface .

75 changes: 75 additions & 0 deletions DULAlignment.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Copyright 2017-2019 W3C Linked Building Data Community Group.
#
# This work is licensed under a Creative Commons Attribution License.
# This copyright applies to the Vocabulary Specification and
# accompanying documentation in RDF. Regarding underlying technology,
# the Vocabulary uses W3C's RDF technology, an open Web standard that can be freely
# used by anyone.

@prefix : <https://w3id.org/bot/DULAlignment#> .
@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 dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@base <https://w3id.org/bot/DULAlignment> .

<https://w3id.org/bot/DUL2Alignment> rdf:type owl:Ontology , voaf:Vocabulary ;
dcterms:title "DUL to BOT alignment."@en ;
dcterms:description """This ontology defines proposed alignments with the DUL ontology."""@en ;
dcterms:issued "2019-05-08"^^xsd:date ;
dcterms:modified "2019-05-08"^^xsd:date ;
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
owl:versionInfo "v0.1.0" ;
owl:versionIRI <https://w3id.org/bot/DULAlignment/0.1.0> ;
dcterms:creator <http://maxime-lefrancois.info/me#> ;
dcterms:contributor <https://www.researchgate.net/profile/Georg_Schneider3> ;
rdfs:seeAlso <https://doi.org/10.13140/RG.2.2.21802.52169> ;
dcterms:contributor [ a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ;
dcterms:creator [ a foaf:Person ; foaf:name "Maxime Lefrançois" ] ;
owl:imports <https://w3id.org/bot> ,
<http://www.ontologydesignpatterns.org/ont/dul/DUL.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:Zone rdfs:subClassOf dul:PhysicalObject .
bot:Interface rdfs:subClassOf dul:PhysicalObject .

bot:Site rdfs:subClassOf dul:PhysicalPlace .

bot:Building rdfs:subClassOf dul:DesignedArtifact .
bot:Storey rdfs:subClassOf dul:DesignedArtifact .
bot:Space rdfs:subClassOf dul:DesignedArtifact .
bot:Element rdfs:subClassOf dul:DesignedArtifact .

bot:has3DModel rdfs:subPropertyOf dul:hasRegion .
bot:has3DModel rdfs:range dul:SpaceRegion .

bot:containsZone rdfs:subPropertyOf dul:hasPart .
bot:containsElement rdfs:subPropertyOf dul:hasPart .

bot:adjacentZone rdfs:subPropertyOf dul:hasCommonBoundary .
bot:adjacentElement rdfs:subPropertyOf dul:hasCommonBoundary .

bot:intersectsZone rdfs:subPropertyOf dul:overlaps .
bot:intersectingElement rdfs:subPropertyOf dul:overlaps .
bot:interfaceOf rdfs:subPropertyOf dul:overlaps .
27 changes: 14 additions & 13 deletions IFCOWL4_ADD2Alignment.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright 2017-2019 W3C Linked Building Data Community Group.
#
# This work is licensed under a Creative Commons Attribution License.
# This copyright applies to the Vocabulary Specification and
# accompanying documentation in RDF. Regarding underlying technology,
# the Vocabulary uses W3C's RDF technology, an open Web standard that can be freely
# used by anyone.

@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#> .
Expand All @@ -15,10 +23,14 @@
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:modified "2019-03-02"^^xsd:date ;
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
owl:versionInfo "v1.0.0" ;
owl:versionIRI <https://w3id.org/bot/IFC4_ADD2Alignment/1.0.0> ;
owl:priorVersion <https://w3id.org/bot/IFC4_ADD2Alignment/0.1.0> ;
dcterms:creator <https://www.researchgate.net/profile/Georg_Schneider3> ;
dcterms:creator [a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ;
rdfs:seeAlso <https://doi.org/10.13140/RG.2.2.21802.52169> ;
dcterms:creator [ a foaf:Person ; foaf:name "Georg Ferdinand Schneider" ] ;
owl:imports <https://w3id.org/bot> ,
<http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2> .

Expand All @@ -43,14 +55,3 @@ ifc:IfcBuilding rdfs:subClassOf bot:Building .
ifc:IfcBuildingStorey rdfs:subClassOf bot:Storey .
ifc:IfcSpace rdfs:subClassOf bot:Space .
ifc:IfcElement rdfs:subClassOf bot:Element .











34 changes: 34 additions & 0 deletions ResultsAlignmentMaker/BOT2DERIRoomAlignment.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:xsd='http://www.w3.org/2001/XMLSchema#'
alignmentSource='AgreementMakerLight'>

<Alignment>
<xml>yes</xml>
<level>0</level>
<type>11</type>
<onto1>https://w3id.org/bot#</onto1>
<onto2>http://vocab.deri.ie/rooms</onto2>
<uri1>https://w3id.org/bot#</uri1>
<uri2>http://vocab.deri.ie/rooms</uri2>
<map>
<Cell>
<entity1 rdf:resource="https://w3id.org/bot#Site"/>
<entity2 rdf:resource="http://vocab.deri.ie/rooms#Site"/>
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.99</measure>
<relation>=</relation>
</Cell>
</map>

<map>
<Cell>
<entity1 rdf:resource="https://w3id.org/bot#Building"/>
<entity2 rdf:resource="http://vocab.deri.ie/rooms#Building"/>
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9801</measure>
<relation>=</relation>
</Cell>
</map>

</Alignment>
</rdf:RDF>
34 changes: 34 additions & 0 deletions ResultsAlignmentMaker/BOT2DogOntAlignment.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:xsd='http://www.w3.org/2001/XMLSchema#'
alignmentSource='AgreementMakerLight'>

<Alignment>
<xml>yes</xml>
<level>0</level>
<type>11</type>
<onto1>https://w3id.org/bot#</onto1>
<onto2>http://elite.polito.it/ontologies/dogont.owl</onto2>
<uri1>https://w3id.org/bot#</uri1>
<uri2>http://elite.polito.it/ontologies/dogont.owl</uri2>
<map>
<Cell>
<entity1 rdf:resource="https://w3id.org/bot#Storey"/>
<entity2 rdf:resource="http://elite.polito.it/ontologies/dogont.owl#Storey"/>
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.99</measure>
<relation>=</relation>
</Cell>
</map>

<map>
<Cell>
<entity1 rdf:resource="https://w3id.org/bot#Building"/>
<entity2 rdf:resource="http://elite.polito.it/ontologies/dogont.owl#Building"/>
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9807</measure>
<relation>=</relation>
</Cell>
</map>

</Alignment>
</rdf:RDF>
34 changes: 34 additions & 0 deletions ResultsAlignmentMaker/BOT2IfcOWLAlignment.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:xsd='http://www.w3.org/2001/XMLSchema#'
alignmentSource='AgreementMakerLight'>

<Alignment>
<xml>yes</xml>
<level>0</level>
<type>11</type>
<onto1>https://w3id.org/bot#</onto1>
<onto2>http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2</onto2>
<uri1>https://w3id.org/bot#</uri1>
<uri2>http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2</uri2>
<map>
<Cell>
<entity1 rdf:resource="https://w3id.org/bot#Element"/>
<entity2 rdf:resource="http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2#IfcBuildingElement"/>
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.7774</measure>
<relation>=</relation>
</Cell>
</map>

<map>
<Cell>
<entity1 rdf:resource="https://w3id.org/bot#Space"/>
<entity2 rdf:resource="http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2#IfcSpaceType"/>
<measure rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.6083</measure>
<relation>=</relation>
</Cell>
</map>

</Alignment>
</rdf:RDF>
Loading

0 comments on commit e9e6e34

Please sign in to comment.