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

support schema:domain/rangeIncludes #12

Open
VladimirAlexiev opened this issue May 11, 2018 · 4 comments
Open

support schema:domain/rangeIncludes #12

VladimirAlexiev opened this issue May 11, 2018 · 4 comments

Comments

@VladimirAlexiev
Copy link

rdfs:domain/range are monomorphic (they bind a property to only one class), whereas schema:domain/rangeIncludes are polymorphic, so they are better suited for ontology reuse.

See OnToology/OnToology#383 for more details, including an explanation by the Schema people.

What I'm looking for is to:

  • include them in documentation generation
  • allow multiple domains/ranges for a property
    Of course, OWL reasoning won't work on them, but that's ok for my purposes.

@essepuntato what do you think of this idea? I'll look to implement it in LODE, but want to hear your thoughts so as not to create a code split.

@VladimirAlexiev
Copy link
Author

VladimirAlexiev commented May 11, 2018

Looking in the source, I don't think I can modify OWLAPI to support these Schema props, so params owlapi, imported, closure, reasoner (useOWLAPI) won't be allowed.

Now looking at https://github.com/essepuntato/LODE/blob/master/src/main/webapp/extraction.xsl.

@VladimirAlexiev
Copy link
Author

fixed by #13

@essepuntato
Copy link
Owner

See #13.

@VladimirAlexiev
Copy link
Author

eccenca/jod#15 asks the same props to be handled in 3 namespaces: schema, dcam, dcid

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

2 participants