diff --git a/dependencies/CASE-unstable-2.0.0 b/dependencies/CASE-unstable-2.0.0 index 14f46a3b..3ac310de 160000 --- a/dependencies/CASE-unstable-2.0.0 +++ b/dependencies/CASE-unstable-2.0.0 @@ -1 +1 @@ -Subproject commit 14f46a3b0985904273c2aee5d9cf2e362ce5025d +Subproject commit 3ac310de5367aa7ae12ad82d26be61488967bd67 diff --git a/ontology/CASE-unstable-2.0.0.ttl b/ontology/CASE-unstable-2.0.0.ttl index f9ee8893..8210f071 100644 --- a/ontology/CASE-unstable-2.0.0.ttl +++ b/ontology/CASE-unstable-2.0.0.ttl @@ -1053,7 +1053,7 @@ action:Action owl:Class , sh:NodeShape ; - rdfs:subClassOf core:UcoObject ; + rdfs:subClassOf core:Perdurant ; rdfs:label "Action"@en ; rdfs:comment "An action is something that may be done or performed."@en ; sh:property @@ -2053,12 +2053,32 @@ core:EnclosingCompilation sh:targetClass core:EnclosingCompilation ; . -core:Event +core:Endurant a owl:Class , sh:NodeShape ; rdfs:subClassOf core:UcoObject ; + rdfs:label "Endurant"@en ; + owl:disjointWith core:Perdurant ; + sh:targetClass core:Endurant ; + . + +core:Endurant-disjointWith-Perdurant + a sh:NodeShape ; + sh:not [ + a sh:NodeShape ; + sh:class core:Perdurant ; + ] ; + sh:targetClass core:Endurant ; + . + +core:Event + a + owl:Class , + sh:NodeShape + ; + rdfs:subClassOf core:Perdurant ; rdfs:label "Event"@en ; rdfs:comment "An Event is a noteworthy occurrence (something that happens or might happen)."@en ; sh:property @@ -2154,7 +2174,7 @@ core:IdentityAbstraction owl:Class , sh:NodeShape ; - rdfs:subClassOf core:UcoObject ; + rdfs:subClassOf core:Endurant ; rdfs:label "IdentityAbstraction"@en ; rdfs:comment "An identity abstraction is a grouping of identifying characteristics unique to an individual or organization. This class is an ontological structural abstraction for this concept. Implementations of this concept should utilize the identity:Identity class."@en ; sh:targetClass core:IdentityAbstraction ; @@ -2165,7 +2185,7 @@ core:Item owl:Class , sh:NodeShape ; - rdfs:subClassOf core:UcoObject ; + rdfs:subClassOf core:Endurant ; rdfs:label "Item"@en ; rdfs:comment "An item is a distinct article or unit."@en ; sh:targetClass core:Item ; @@ -2193,6 +2213,17 @@ core:ModusOperandi sh:targetClass core:ModusOperandi ; . +core:Perdurant + a + owl:Class , + sh:NodeShape + ; + rdfs:subClassOf core:UcoObject ; + rdfs:label "Perdurant"@en ; + owl:disjointWith core:Endurant ; + sh:targetClass core:Perdurant ; + . + core:Relationship a owl:Class , @@ -2506,6 +2537,13 @@ core:hasFacet-shape sh:targetObjectsOf core:hasFacet ; . +core:hasParticipant + a owl:ObjectProperty ; + rdfs:label "hasParticipant"@en ; + rdfs:domain core:Perdurant ; + rdfs:range core:Endurant ; + . + core:isDirectional a owl:DatatypeProperty ; rdfs:label "isDirectional"@en ; @@ -2513,6 +2551,13 @@ core:isDirectional rdfs:range xsd:boolean ; . +core:isPerdurantProperPartOf + a owl:ObjectProperty ; + rdfs:label "isPerdurantProperPartOf"@en ; + rdfs:domain core:Perdurant ; + rdfs:range core:Perdurant ; + . + core:kindOfRelationship a owl:DatatypeProperty ; rdfs:label "kindOfRelationship"@en ; @@ -2987,7 +3032,7 @@ location:Location owl:Class , sh:NodeShape ; - rdfs:subClassOf core:UcoObject ; + rdfs:subClassOf core:Endurant ; rdfs:label "Location"@en ; rdfs:comment "A location is a geospatial place, site, or position."@en ; sh:targetClass location:Location ; @@ -8352,7 +8397,10 @@ observable:ObservablePattern owl:Class , sh:NodeShape ; - rdfs:subClassOf observable:Observable ; + rdfs:subClassOf + core:Endurant , + observable:Observable + ; rdfs:label "ObservablePattern"@en ; rdfs:comment "An observable pattern is a grouping of characteristics unique to a logical pattern composed of observable object and observable action properties."@en ; sh:targetClass observable:ObservablePattern ; @@ -16988,7 +17036,10 @@ pattern:LogicalPattern owl:Class , sh:NodeShape ; - rdfs:subClassOf pattern:Pattern ; + rdfs:subClassOf + core:Endurant , + pattern:Pattern + ; rdfs:label "LogicalPattern"@en ; rdfs:comment "A logical pattern is a grouping of characteristics unique to an informational pattern expressed via a structured pattern expression following the rules of logic."@en ; sh:property [