diff --git a/README.md b/README.md index daa2f302..c6c6208c 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Through this approach not only are domain-focused representations defined consis The purpose of this repository is to provide a foundation for broader community involvement in defining what to represent and how. ### Current Release -The current release of UCO is 1.4.0. +The current release of UCO is 1.5.0. -UCO 1.2.0 incorporates required refinements and updates, building on the stable 1.0.0 release. Following [SemVer](https://semver.org/spec/v2.0.0.html), additive improvements will continue to be accepted, but backwards-incompatible changes will be scheduled only for the 2.0.0 release, which will come after at least 6 months to possibly 12 months. +UCO 1.5.0 incorporates required refinements and updates, building on the stable 1.0.0 release. Following [SemVer](https://semver.org/spec/v2.0.0.html), additive improvements will continue to be accepted, but backwards-incompatible changes will be scheduled only for the 2.0.0 release, which will come after at least 6 months to possibly 12 months. -More detail of improvements is documented in the [UCO 1.4.0 release notes](https://unifiedcyberontology.org/releases/1.4.0/). +More detail of improvements is documented in the [UCO 1.5.0 release notes](https://unifiedcyberontology.org/releases/1.5.0/). diff --git a/ontology/co/co.ttl b/ontology/co/co.ttl index ea98c7a4..02ca1dea 100644 --- a/ontology/co/co.ttl +++ b/ontology/co/co.ttl @@ -12,10 +12,10 @@ a owl:Ontology ; rdfs:label "uco-co"@en ; rdfs:comment "This ontology defines SHACL shapes to supplement the OWL 2 DL definitions in the Collections Ontology."@en ; - owl:backwardCompatibleWith uco-co:1.3.0 ; + owl:backwardCompatibleWith uco-co:1.4.0 ; owl:imports ; - owl:priorVersion uco-co:1.3.0 ; - owl:versionIRI uco-co:1.4.0 ; + owl:priorVersion uco-co:1.4.0 ; + owl:versionIRI uco-co:1.5.0 ; . co:ListItem diff --git a/ontology/owl/owl.ttl b/ontology/owl/owl.ttl index 24e18e8d..12b6c31b 100644 --- a/ontology/owl/owl.ttl +++ b/ontology/owl/owl.ttl @@ -10,9 +10,9 @@ rdfs:label "uco-owl"@en ; rdfs:comment "This ontology defines SHACL shapes to perform conformance testing of OWL 2 DL. Some of these shapes follow rules specified from the canonical, subtractive parsing process of Section 3 of the OWL 2 mapping to RDF. From the last line of that document's Section 3, 'At the end of this process, the graph G MUST be empty,' anything not strictly matching patterns specified in that section cause the input graph to be non-conformant with OWL 2 DL."@en ; rdfs:seeAlso ; - owl:backwardCompatibleWith uco-owl:1.3.0 ; - owl:priorVersion uco-owl:1.3.0 ; - owl:versionIRI uco-owl:1.4.0 ; + owl:backwardCompatibleWith uco-owl:1.4.0 ; + owl:priorVersion uco-owl:1.4.0 ; + owl:versionIRI uco-owl:1.5.0 ; . uco-owl:Axiom-shape diff --git a/ontology/uco/action/action.ttl b/ontology/uco/action/action.ttl index 4933009b..408bc73a 100644 --- a/ontology/uco/action/action.ttl +++ b/ontology/uco/action/action.ttl @@ -1,8 +1,8 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/location/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/pattern/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/types/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/location/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/pattern/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/types/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.5.0 @prefix action: . @prefix core: . @@ -20,16 +20,16 @@ a owl:Ontology ; rdfs:label "uco-action"@en ; rdfs:comment "This ontology defines classes and properties for characterizing actions."@en-US ; - owl:backwardCompatibleWith action:1.3.0 ; + owl:backwardCompatibleWith action:1.4.0 ; owl:imports - core:1.4.0 , - location:1.4.0 , - pattern:1.4.0 , - types:1.4.0 , - vocabulary:1.4.0 + core:1.5.0 , + location:1.5.0 , + pattern:1.5.0 , + types:1.5.0 , + vocabulary:1.5.0 ; - owl:priorVersion action:1.3.0 ; - owl:versionIRI action:1.4.0 ; + owl:priorVersion action:1.4.0 ; + owl:versionIRI action:1.5.0 ; . action:Action diff --git a/ontology/uco/analysis/analysis.ttl b/ontology/uco/analysis/analysis.ttl index 432064c0..16f6a702 100644 --- a/ontology/uco/analysis/analysis.ttl +++ b/ontology/uco/analysis/analysis.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/action/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.5.0 @prefix action: . @prefix analysis: . @@ -14,10 +14,10 @@ rdfs:label "uco-analysis"@en ; rdfs:comment "This ontology defines classes and properties for characterizing analytic actions and results."@en-US ; rdfs:seeAlso ; - owl:backwardCompatibleWith analysis:1.3.0 ; - owl:imports action:1.4.0 ; - owl:priorVersion analysis:1.3.0 ; - owl:versionIRI analysis:1.4.0 ; + owl:backwardCompatibleWith analysis:1.4.0 ; + owl:imports action:1.5.0 ; + owl:priorVersion analysis:1.4.0 ; + owl:versionIRI analysis:1.5.0 ; . analysis:Analysis diff --git a/ontology/uco/configuration/configuration.ttl b/ontology/uco/configuration/configuration.ttl index 1098b1f8..bdb1e7ea 100644 --- a/ontology/uco/configuration/configuration.ttl +++ b/ontology/uco/configuration/configuration.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 @prefix configuration: . @prefix core: . @@ -13,10 +13,10 @@ rdfs:label "uco-configuration"@en ; rdfs:comment "This ontology defines classes and properties for characterizing configurations."@en-US ; rdfs:seeAlso ; - owl:backwardCompatibleWith configuration:1.3.0 ; - owl:imports core:1.4.0 ; - owl:priorVersion configuration:1.3.0 ; - owl:versionIRI configuration:1.4.0 ; + owl:backwardCompatibleWith configuration:1.4.0 ; + owl:imports core:1.5.0 ; + owl:priorVersion configuration:1.4.0 ; + owl:versionIRI configuration:1.5.0 ; . configuration:Configuration diff --git a/ontology/uco/core/core.ttl b/ontology/uco/core/core.ttl index 8ad7a462..22ce16f1 100644 --- a/ontology/uco/core/core.ttl +++ b/ontology/uco/core/core.ttl @@ -11,9 +11,9 @@ a owl:Ontology ; rdfs:label "uco-core"@en ; rdfs:comment "This ontology defines classes and properties that are shared across the various UCO ontologies. At a high-level, the UCO core ontology provides base classes, relationship-oriented classes, content-aggregation classes, and shared classes."@en ; - owl:backwardCompatibleWith core:1.3.0 ; - owl:priorVersion core:1.3.0 ; - owl:versionIRI core:1.4.0 ; + owl:backwardCompatibleWith core:1.4.0 ; + owl:priorVersion core:1.4.0 ; + owl:versionIRI core:1.5.0 ; . action:Action diff --git a/ontology/uco/identity/identity.ttl b/ontology/uco/identity/identity.ttl index 6c50fe6c..0f0ba6ea 100644 --- a/ontology/uco/identity/identity.ttl +++ b/ontology/uco/identity/identity.ttl @@ -1,5 +1,5 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/location/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/location/1.5.0 @prefix core: . @prefix identity: . @@ -13,13 +13,13 @@ a owl:Ontology ; rdfs:label "uco-identity"@en ; - owl:backwardCompatibleWith identity:1.3.0 ; + owl:backwardCompatibleWith identity:1.4.0 ; owl:imports - core:1.4.0 , - location:1.4.0 + core:1.5.0 , + location:1.5.0 ; - owl:priorVersion identity:1.3.0 ; - owl:versionIRI identity:1.4.0 ; + owl:priorVersion identity:1.4.0 ; + owl:versionIRI identity:1.5.0 ; . identity:AddressFacet diff --git a/ontology/uco/location/location.ttl b/ontology/uco/location/location.ttl index 2cdfee77..2e1cb15a 100644 --- a/ontology/uco/location/location.ttl +++ b/ontology/uco/location/location.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 @prefix core: . @prefix location: . @@ -11,10 +11,10 @@ a owl:Ontology ; rdfs:label "uco-location"@en ; - owl:backwardCompatibleWith location:1.3.0 ; - owl:imports core:1.4.0 ; - owl:priorVersion location:1.3.0 ; - owl:versionIRI location:1.4.0 ; + owl:backwardCompatibleWith location:1.4.0 ; + owl:imports core:1.5.0 ; + owl:priorVersion location:1.4.0 ; + owl:versionIRI location:1.5.0 ; . location:GPSCoordinatesFacet diff --git a/ontology/uco/marking/marking.ttl b/ontology/uco/marking/marking.ttl index f822a2a8..741c4ed6 100644 --- a/ontology/uco/marking/marking.ttl +++ b/ontology/uco/marking/marking.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 @prefix core: . @prefix marking: . @@ -12,10 +12,10 @@ a owl:Ontology ; rdfs:label "uco-marking"@en ; rdfs:comment "Data markings represent restrictions, permissions, and other guidance for how data can be used and shared."@en ; - owl:backwardCompatibleWith marking:1.3.0 ; - owl:imports core:1.4.0 ; - owl:priorVersion marking:1.3.0 ; - owl:versionIRI marking:1.4.0 ; + owl:backwardCompatibleWith marking:1.4.0 ; + owl:imports core:1.5.0 ; + owl:priorVersion marking:1.4.0 ; + owl:versionIRI marking:1.5.0 ; . marking:GranularMarking diff --git a/ontology/uco/master/uco.ttl b/ontology/uco/master/uco.ttl index dda2fb57..c297ad3e 100644 --- a/ontology/uco/master/uco.ttl +++ b/ontology/uco/master/uco.ttl @@ -1,20 +1,20 @@ -# imports: https://ontology.unifiedcyberontology.org/co/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/owl/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/action/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/analysis/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/location/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/marking/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/observable/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/pattern/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/role/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/time/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/tool/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/types/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/victim/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/co/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/owl/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/analysis/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/location/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/marking/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/observable/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/pattern/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/role/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/time/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/tool/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/types/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/victim/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.5.0 @prefix owl: . @prefix rdf: . @@ -25,28 +25,28 @@ a owl:Ontology ; rdfs:label "uco-master"@en ; - owl:backwardCompatibleWith ; + owl:backwardCompatibleWith ; owl:imports - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; - owl:priorVersion ; - owl:versionIRI ; - owl:versionInfo "1.4.0" ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "1.5.0" ; . diff --git a/ontology/uco/observable/observable.ttl b/ontology/uco/observable/observable.ttl index 6f298953..1b81df70 100644 --- a/ontology/uco/observable/observable.ttl +++ b/ontology/uco/observable/observable.ttl @@ -1,10 +1,10 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/action/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/location/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/types/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/location/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/types/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.5.0 @prefix action: . @prefix co: . @@ -24,18 +24,18 @@ a owl:Ontology ; rdfs:label "uco-observable"@en ; - owl:backwardCompatibleWith observable:1.3.0 ; + owl:backwardCompatibleWith observable:1.4.0 ; owl:imports - action:1.4.0 , - configuration:1.4.0 , - core:1.4.0 , - identity:1.4.0 , - location:1.4.0 , - types:1.4.0 , - vocabulary:1.4.0 - ; - owl:priorVersion observable:1.3.0 ; - owl:versionIRI observable:1.4.0 ; + action:1.5.0 , + configuration:1.5.0 , + core:1.5.0 , + identity:1.5.0 , + location:1.5.0 , + types:1.5.0 , + vocabulary:1.5.0 + ; + owl:priorVersion observable:1.4.0 ; + owl:versionIRI observable:1.5.0 ; . observable:API diff --git a/ontology/uco/pattern/pattern.ttl b/ontology/uco/pattern/pattern.ttl index ea6f4cdf..cb972e32 100644 --- a/ontology/uco/pattern/pattern.ttl +++ b/ontology/uco/pattern/pattern.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 @prefix core: . @prefix owl: . @@ -11,10 +11,10 @@ a owl:Ontology ; rdfs:label "uco-pattern"@en ; - owl:backwardCompatibleWith pattern:1.3.0 ; - owl:imports core:1.4.0 ; - owl:priorVersion pattern:1.3.0 ; - owl:versionIRI pattern:1.4.0 ; + owl:backwardCompatibleWith pattern:1.4.0 ; + owl:imports core:1.5.0 ; + owl:priorVersion pattern:1.4.0 ; + owl:versionIRI pattern:1.5.0 ; . pattern:LogicalPattern diff --git a/ontology/uco/role/role.ttl b/ontology/uco/role/role.ttl index f6136b44..1465b159 100644 --- a/ontology/uco/role/role.ttl +++ b/ontology/uco/role/role.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 @prefix core: . @prefix owl: . @@ -11,10 +11,10 @@ a owl:Ontology ; rdfs:label "uco-role"@en ; - owl:backwardCompatibleWith role:1.3.0 ; - owl:imports core:1.4.0 ; - owl:priorVersion role:1.3.0 ; - owl:versionIRI role:1.4.0 ; + owl:backwardCompatibleWith role:1.4.0 ; + owl:imports core:1.5.0 ; + owl:priorVersion role:1.4.0 ; + owl:versionIRI role:1.5.0 ; . role:BenevolentRole diff --git a/ontology/uco/time/time.ttl b/ontology/uco/time/time.ttl index 66a9db41..3993a505 100644 --- a/ontology/uco/time/time.ttl +++ b/ontology/uco/time/time.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 @prefix core: . @prefix owl: . @@ -10,10 +10,10 @@ a owl:Ontology ; rdfs:label "uco-time"@en ; - owl:backwardCompatibleWith time:1.3.0 ; - owl:imports core:1.4.0 ; - owl:priorVersion time:1.3.0 ; - owl:versionIRI time:1.4.0 ; + owl:backwardCompatibleWith time:1.4.0 ; + owl:imports core:1.5.0 ; + owl:priorVersion time:1.4.0 ; + owl:versionIRI time:1.5.0 ; . time:Time diff --git a/ontology/uco/tool/tool.ttl b/ontology/uco/tool/tool.ttl index 482f9553..16c61a4a 100644 --- a/ontology/uco/tool/tool.ttl +++ b/ontology/uco/tool/tool.ttl @@ -1,5 +1,5 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.5.0 @prefix configuration: . @prefix core: . @@ -14,13 +14,13 @@ a owl:Ontology ; rdfs:label "uco-tool"@en ; - owl:backwardCompatibleWith tool:1.3.0 ; + owl:backwardCompatibleWith tool:1.4.0 ; owl:imports - configuration:1.4.0 , - identity:1.4.0 + configuration:1.5.0 , + identity:1.5.0 ; - owl:priorVersion tool:1.3.0 ; - owl:versionIRI tool:1.4.0 ; + owl:priorVersion tool:1.4.0 ; + owl:versionIRI tool:1.5.0 ; . tool:AnalyticTool diff --git a/ontology/uco/types/types.ttl b/ontology/uco/types/types.ttl index 3c94f57a..5a040129 100644 --- a/ontology/uco/types/types.ttl +++ b/ontology/uco/types/types.ttl @@ -1,6 +1,6 @@ -# imports: https://ontology.unifiedcyberontology.org/co/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/co/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.5.0 @prefix co: . @prefix core: . @@ -16,14 +16,14 @@ a owl:Ontology ; rdfs:label "uco-types"@en ; - owl:backwardCompatibleWith types:1.3.0 ; + owl:backwardCompatibleWith types:1.4.0 ; owl:imports - uco-co:1.4.0 , - core:1.4.0 , - vocabulary:1.4.0 + uco-co:1.5.0 , + core:1.5.0 , + vocabulary:1.5.0 ; - owl:priorVersion types:1.3.0 ; - owl:versionIRI types:1.4.0 ; + owl:priorVersion types:1.4.0 ; + owl:versionIRI types:1.5.0 ; . types:ControlledDictionary diff --git a/ontology/uco/victim/victim.ttl b/ontology/uco/victim/victim.ttl index a2829734..d7e637fa 100644 --- a/ontology/uco/victim/victim.ttl +++ b/ontology/uco/victim/victim.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.unifiedcyberontology.org/uco/role/1.4.0 +# imports: https://ontology.unifiedcyberontology.org/uco/role/1.5.0 @prefix owl: . @prefix rdf: . @@ -11,10 +11,10 @@ a owl:Ontology ; rdfs:label "uco-victim"@en ; - owl:backwardCompatibleWith victim:1.3.0 ; - owl:imports role:1.4.0 ; - owl:priorVersion victim:1.3.0 ; - owl:versionIRI victim:1.4.0 ; + owl:backwardCompatibleWith victim:1.4.0 ; + owl:imports role:1.5.0 ; + owl:priorVersion victim:1.4.0 ; + owl:versionIRI victim:1.5.0 ; . victim:Victim diff --git a/ontology/uco/vocabulary/vocabulary.ttl b/ontology/uco/vocabulary/vocabulary.ttl index 775e7ae0..4862b4ba 100644 --- a/ontology/uco/vocabulary/vocabulary.ttl +++ b/ontology/uco/vocabulary/vocabulary.ttl @@ -7,9 +7,9 @@ a owl:Ontology ; rdfs:label "uco-vocabularies"@en ; - owl:backwardCompatibleWith vocabulary:1.3.0 ; - owl:priorVersion vocabulary:1.3.0 ; - owl:versionIRI vocabulary:1.4.0 ; + owl:backwardCompatibleWith vocabulary:1.4.0 ; + owl:priorVersion vocabulary:1.4.0 ; + owl:versionIRI vocabulary:1.5.0 ; . vocabulary:AccountTypeVocab diff --git a/tests/examples/technique/technique_ontology_XFAIL_owlrl_validation.ttl b/tests/examples/technique/technique_ontology_XFAIL_owlrl_validation.ttl index 09d7d9ef..297ad42a 100644 --- a/tests/examples/technique/technique_ontology_XFAIL_owlrl_validation.ttl +++ b/tests/examples/technique/technique_ontology_XFAIL_owlrl_validation.ttl @@ -78,7 +78,7 @@ sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:HasValueConstraintComponent ; sh:sourceShape [ - rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ; + rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ; sh:hasValue uco-action:Action ; sh:path [ sh:oneOrMorePath rdfs:subClassOf ; @@ -111,7 +111,7 @@ sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:HasValueConstraintComponent ; sh:sourceShape [ - rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ; + rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ; sh:hasValue uco-action:Action ; sh:path [ sh:oneOrMorePath rdfs:subClassOf ; diff --git a/tests/examples/technique/technique_ontology_XFAIL_rdfs_validation.ttl b/tests/examples/technique/technique_ontology_XFAIL_rdfs_validation.ttl index 09d7d9ef..297ad42a 100644 --- a/tests/examples/technique/technique_ontology_XFAIL_rdfs_validation.ttl +++ b/tests/examples/technique/technique_ontology_XFAIL_rdfs_validation.ttl @@ -78,7 +78,7 @@ sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:HasValueConstraintComponent ; sh:sourceShape [ - rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ; + rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ; sh:hasValue uco-action:Action ; sh:path [ sh:oneOrMorePath rdfs:subClassOf ; @@ -111,7 +111,7 @@ sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:HasValueConstraintComponent ; sh:sourceShape [ - rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ; + rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ; sh:hasValue uco-action:Action ; sh:path [ sh:oneOrMorePath rdfs:subClassOf ; diff --git a/tests/examples/technique/technique_ontology_XFAIL_validation.ttl b/tests/examples/technique/technique_ontology_XFAIL_validation.ttl index 1bfca560..a1ce1cf3 100644 --- a/tests/examples/technique/technique_ontology_XFAIL_validation.ttl +++ b/tests/examples/technique/technique_ontology_XFAIL_validation.ttl @@ -64,7 +64,7 @@ sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:HasValueConstraintComponent ; sh:sourceShape [ - rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ; + rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ; sh:hasValue uco-action:Action ; sh:path [ sh:oneOrMorePath rdfs:subClassOf ; @@ -97,7 +97,7 @@ sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:HasValueConstraintComponent ; sh:sourceShape [ - rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ; + rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ; sh:hasValue uco-action:Action ; sh:path [ sh:oneOrMorePath rdfs:subClassOf ; diff --git a/tests/examples/uco_type_XFAIL_validation.ttl b/tests/examples/uco_type_XFAIL_validation.ttl index cfbb2dc5..02ff95b6 100644 --- a/tests/examples/uco_type_XFAIL_validation.ttl +++ b/tests/examples/uco_type_XFAIL_validation.ttl @@ -20,7 +20,7 @@ sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:HasValueConstraintComponent ; sh:sourceShape [ - rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ; + rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ; sh:hasValue action:Action ; sh:path [ sh:oneOrMorePath rdfs:subClassOf ;