Open javadch opened 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.
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 thehasRawValue
property is attached to it. Also, as the property isowl:equivalentProperty oboe:hasCode
the box showinghasRawValue
is expected to have a double counter similar to the equivalent classes.