RDFLib / pyLODE

An OWL ontology documentation tool using Python and templating, based on LODE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version 3.0.1 owl restriction display in html

smrgeoinfo opened this issue · comments

for https://w3id.org/gso/geologicfold/Fold_Limb_Shape
restrictions are showing up as
Restriction gsoc:isQualityOfonly

for this OWL:

rdfs:subClassOf [
      rdf:type owl:Restriction ;
      owl:allValuesFrom :Fold ;
      owl:onProperty gsoc:isQualityOf ;
    ] ;

I'm guessing it should be
Restriction gsoc:isQualityOf only gsfd:Fold

for some reason the allValuesFrom is not getting displayed. Same problem for owl:someValuesFrom restrictions.