Skip to content

Commit

Permalink
Designate Event a subclass of Perdurant
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* #541
* #544

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Dec 8, 2023
1 parent 55598d5 commit 1f50a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontology/uco/core/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ core:Event
owl:Class ,
sh:NodeShape
;
rdfs:subClassOf core:UcoObject ;
rdfs:subClassOf core:Perdurant ;
rdfs:label "Event"@en ;
rdfs:comment "An Event is a noteworthy occurrence (something that happens or might happen)."@en ;
owl:disjointWith action:Action ;
Expand Down

0 comments on commit 1f50a29

Please sign in to comment.