Widoco icon indicating copy to clipboard operation
Widoco copied to clipboard

Better support for SDO vocabularies

Open dgarijo opened this issue 4 years ago • 3 comments

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 avatar Mar 30 '21 08:03 dgarijo

Also see https://github.com/RDFLib/pyLODE/issues/108

dgarijo avatar Mar 30 '21 08:03 dgarijo

https://github.com/essepuntato/LODE/issues/15, https://github.com/essepuntato/LODE/issues/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:

  • https://rawcdn.githack.com/euBusinessGraph/eubg-data/master/ontology/_old/index.html made with my patched LODE (which is available at https://github.com/euBusinessGraph/eubg-data/tree/master/ontology/_old, mostly extraction.xsl)
  • https://rawcdn.githack.com/euBusinessGraph/eubg-data/master/ontology/doc.html made with PyLODE

VladimirAlexiev avatar Mar 30 '21 13:03 VladimirAlexiev

@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!

dgarijo avatar Mar 30 '21 14:03 dgarijo