-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enhancement/85 subclassof broader #86
Conversation
Ensure inferred narrower Terms (e.g. based on superType being subPropertyOf broader) are taken into account when loading subTerms.
…vent issues with reference resolution on the client.
…ssof-broader # Conflicts: # ontology/termit-model.ttl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Note that deployment requires adding "rdfs:subClassOf rdfs:subPropertyOf skos:broader" into the repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, without checking the functionality
@ledsoft Shall we have some TTL with these triples to init the repo with? |
I put the triple into termit-model.ttl |
ah, ok, didn't notice. |
Resolves #85