-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add a Ontology-Class for every Shape into the ontology.ttl #57
Comments
Sounds like a plan to do it in one |
Isn't it more efficient if we do it in one branch? @robertschubert can you do it or delegate it to another expert? |
@jtdemer I'm on it / did it already. There currently is a pull request open for this |
merged #73 , thanks @lenasauermann for preparing the PR. But I found out after the change for |
@MircoNierenz Is this done? |
FYI (all) |
Current situation:
We have Shapes in our
*_shape.ttl
which have atargetClass
set but this is not defined in the ontology file.Example:
hdmap_shacl.ttl
has aDataSourceShape
which points to aDataSource
viatargetClass
:But the class DataSource is not defined in the
hdmap_ontology.ttl
file. OnlyHdMap
is defined as a classTarget situation
For every shape defined in a
*_shape.ttl
file there should be an OWL class in the*_ontology.ttl
file. Note that this nested class does not have to derive from 'DataResource' since it is not a class used at top level asHdMap
for example.Example for given
DataSourceShape
(please find good labels and comments):Add a
DataSource
OWL class to the ontology.@ALL (CODEOWNERS): Please comment if you want to do in in one branch or one branch per directory.
The text was updated successfully, but these errors were encountered: