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

Add support for distinct labels on different parts of the reification pattern. #168

Closed
NicolasRouquette opened this issue Dec 5, 2017 · 3 comments

Comments

@NicolasRouquette
Copy link
Member

NicolasRouquette commented Dec 5, 2017

Define OML "built-in" annotation vocabulary to support labeling different elements of the OML reified entity relationship patern:

  1. oml:hasReificationLabel corresponds to rdfs:label on the OWL Class corresponding to the reification
  2. oml:hasPropertyLabel corresponds to rdfs:label on the OWL ObjectProperty corresponding to the reified property.
  3. oml:hasInverseLabel corresponds to rdfs:Label on the OWL ObjectProperty corresponding to the inverse reified property, if defined.

Note that there is no reification per se for OML DataRelationshipToStructure

@NicolasRouquette
Copy link
Member Author

The only "built-in" aspect about these 5 annotation properties pertains to the OMF/OWL2API; not to OML per se.

@NicolasRouquette
Copy link
Member Author

@NicolasRouquette
Copy link
Member Author

Implemented in the ontologies and the OMF/OWLAPI binding.

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

No branches or pull requests

1 participant