VisualDataWeb / WebVOWL

Visualizing ontologies on the Web
http://vowl.visualdataweb.org/webvowl.html
MIT License
741 stars 214 forks source link

Dispalying datatype properties linked to external classes #166

Open javadch opened 4 years ago

javadch commented 4 years ago

Having this statement in my ontology: :hasRawValue rdf:type owl:DataTypeProperty; owl:equivalentProperty oboe:hasCode ; rdfs:domain oboe:MeasuredValue .

I would expect that the MeauredValue class is shown as an external class, and then the hasRawValue property is attached to it. Also, as the property is owl:equivalentProperty oboe:hasCode the box showing hasRawValue is expected to have a double counter similar to the equivalent classes.

gabriellopes commented 4 years ago

Probably you not having this issue anymore, but, just in case if someone got this error, as I did, I will answer:

owl:DatatypeProperty instead of TypeProperty. It's very common to have some mispelling in RDF files, principally when it is built by hand... So, any spelling mistake can result in this compartment on WEBVOWL as you mentioned.

C ya, gl hf.