Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/release_notes/1474-Aspect-subclass-of-KnowledgeConcept
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Minor Updates

- Made `gist:Aspect` a subclass of `gist:KnowledgeConcept`. Issue [#1474](https://github.com/semanticarts/gist/issues/1474).
1 change: 1 addition & 0 deletions ontologies/gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ gist:Agreement

gist:Aspect
a owl:Class ;
rdfs:subClassOf gist:KnowledgeConcept ;
owl:disjointWith gist:Event ;
skos:definition "A measurable characteristic."^^xsd:string ;
skos:example "Length, weight, cost, cycle time, defect rate, wheelbase, billing rate."^^xsd:string ;
Expand Down
Loading