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

Better support for SDO vocabularies #449

Open
dgarijo opened this issue Mar 30, 2021 · 3 comments
Open

Better support for SDO vocabularies #449

dgarijo opened this issue Mar 30, 2021 · 3 comments
Milestone

Comments

@dgarijo
Copy link
Owner

dgarijo commented Mar 30, 2021

SDO-style vocabularies are not properly supported right now (see #274 for a partial fix). Mainly, what is needed is:

  • Support creating a different section with "properties" and recognize all rdf properties there if they have domainIncludes or rangeIncludes.
  • Make sure domainIncludes rangeincludes properties show properly (they do now)

I have been following the discussion on other tools, and @VladimirAlexiev has gathered the attached files for
schema files.zip

@dgarijo
Copy link
Owner Author

dgarijo commented Mar 30, 2021

Also see RDFLib/pyLODE#108

@VladimirAlexiev
Copy link

VladimirAlexiev commented Mar 30, 2021

essepuntato/LODE#15, essepuntato/LODE#13 also handled richer metadata, eg:

  • multiple values of skos:example
  • markdown bullets in long descriptions
  • etc

I don't remember all the details :-( But you can compare these examples:

@dgarijo
Copy link
Owner Author

dgarijo commented Mar 30, 2021

@VladimirAlexiev thanks for the files and examples. I am trying to understand:

  • Which one is the right doc? Is it the one of the left, which has the the extended skos, markdown, etc. or the one in the right (which seems to be missing notes, etc.?
  • Is there anything missing in the doc of the left?
  • I see you have added owl:ObjectProperty and owl:DatatypeProperty. Is this expected? I see sdo schemas do not often have it declared.
    Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants