Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOT adding alignments #10

Closed
wants to merge 3 commits into from
Closed

Conversation

GeorgFerdinandSchneider
Copy link
Collaborator

Dear all!

please find in the following pull request a proposal to align

BRICK
DogOnt
ThinkHome
ifcOWL4_Add2

Ontologies to BOT via seperate alignment files.

I propose a merge after after some reviewing time. Also I would like to invite the respective domain ontology developers to add to the discussion in this pull request and possible deploy changes.

This should solve #3 and #4

BRICK (BRICKAlignment.ttl)
DOGONT (DOGONTAlignment.ttl)
ifcowl (IFCOWL4_ADD2Alignment.ttl)
ThinkHome (THINKHOMEAlignment.ttl)

Added corrections in

bot.ttl
and
SAREF4BLDGAlignment.ttl
@GeorgFerdinandSchneider
Copy link
Collaborator Author

Need to check URI definition in @base and @Prefix :

@GeorgFerdinandSchneider
Copy link
Collaborator Author

GeorgFerdinandSchneider commented Nov 6, 2017

For upcoming LDAC 2017 Workshop this effort has been documented here:

https://www.researchgate.net/publication/320878270_Towards_Aligning_Domain_Ontologies_with_the_Building_Topology_Ontology

@GeorgFerdinandSchneider
Copy link
Collaborator Author

GeorgFerdinandSchneider commented Nov 15, 2017

Further alignments

# DERI rooms

@prefix bot: <https://w3id.org/bot#> .
@prefix rooms: <http://vocab.deri.ie/rooms#> .
@prefix rdfs: <http://www.w3.org/1999/02/22-rdf-syntax-ns> .
@prefix : <https://example.org/Alignment/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

rooms:Site rdfs:subClassOf bot:Site .
rooms:Building rdfs:subClassOf bot:Building .
rooms:Floor rdfs:subClassOf bot:Storey .
rooms:FloorSection rdfs:subClassOf bot:Storey .
rooms:Desk rdfs:subClassOf bot:Element .
rooms:Room rdfs:subClassOf bot:Space .

rooms:contains rdfs:subPropertyOf bot:contains .

All alignments have been tested to be consistent when invoking Pellet reasoner upon.
@GeorgFerdinandSchneider
Copy link
Collaborator Author

This branch worked with the old version of BOT and is outdated. closed()

@GeorgFerdinandSchneider GeorgFerdinandSchneider deleted the bot_addingAlignments branch December 20, 2017 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant