Skip to content

Add class ReferenceData #1193

Closed as not planned
Closed as not planned
@rjyounes

Description

@rjyounes
  • Add class (no definition yet)
  • Make gist:Aspect a subclass of gist:ReferenceData.
  • Make gist:UnitOfMeasure a subclass of gist:ReferenceData.
  • Make gist:Language a subclass of gist:ReferenceData.
  • Make gist:Category a subclass of gist: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 with gist:UnitOfMeasure. This should be changed to gist:ReferenceData, presumably.

Metadata

Metadata

Assignees

Labels

impact: majorNon-backward compatible (changes inferences; e.g., adding a restriction, domain, range)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions