Closed as not planned
Description
- Add class (no definition yet)
- Make
gist:Aspect
a subclass ofgist:ReferenceData
. - Make
gist:UnitOfMeasure
a subclass ofgist:ReferenceData
. - Make
gist:Language
a subclass ofgist:ReferenceData
. - Make
gist:Category
a subclass ofgist:ReferenceData
.
gist:Category
a owl:Class ;
rdfs:subClassOf
gist:ReferenceData ,
[
a owl:Restriction ;
owl:onProperty gist:isAllocatedBy ;
owl:someValuesFrom [
a owl:Class ;
owl:unionOf (
gist:IntellectualProperty
gist:Organization
gist:Person
) ;
] ;
]
;
- Check disjointness. E.g., currently
gist:Organization
is disjoint withgist:UnitOfMeasure
. This should be changed togist:ReferenceData
, presumably.