Domain and range for ResponsibleEntity
Closed this issue · 1 comments
kcoyle commented
Right now, ResponsibleEntity is defined in the vocabulary file as:
<http://example.org/openWEMI/ResponsibleEntity>
a owl:Class ;
rdfs:label "responsible entity"@en ;
skos:definition "One responsible for the creation, production, distribution or maintenance of a created entity."@en .
It does not have a domain or a range. Endeavor
makes sense as a domain (?). This would allow the definition of a type of responsible entity for any WEMI entity.
Is a range needed? Presumably the range could be a URI or a string.
kcoyle commented
Closing - this was wrong. But we will be adding a responsbileEntity property and dropping ResponsibleEntity as a class.