-
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
[8pt] Add a reasoning step to saturate the ontology before generation #234
Comments
There is a similar issue with properties. If a vocab has https://www.w3.org/TR/rdf-schema/#ch_domain says:
If this inference was used the properties would have IRIs automatically. |
Yeah, for sure - there's lots of things we could do with inference, but in fact the AG does already work with artifact-generator/src/DatasetHandler.js Line 748 in f769c07
artifact-generator/src/DatasetHandler.js Line 787 in f769c07
Again, if specific use-cases pop up, we can address them as needed - do you have any specific example where using rdfs:domain and rdfs:range would help you Pete...?
|
I was discussing this with @matthieubosquet because of |
When saturating the ontology, the implicit predicates are made explicit, which reduces the need for some manual vocabulary extension. For instance,
X rdfs:subclassOf Y
is not picked up by the generator, while it impliesX a rdfs:Class. Y a rdfs:Class.
.The text was updated successfully, but these errors were encountered: