RDFLib / pyLODE

An OWL ontology documentation tool using Python and templating, based on LODE
BSD 3-Clause "New" or "Revised" License
169 stars 70 forks source link

version 3.0.1 owl restriction display in html #199

Open smrgeoinfo opened 10 months ago

smrgeoinfo commented 10 months ago

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.