pyLODE icon indicating copy to clipboard operation
pyLODE copied to clipboard

version 3.0.1 owl restriction display in html

Open smrgeoinfo opened this issue 1 year ago • 0 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.

smrgeoinfo avatar Nov 14 '23 20:11 smrgeoinfo