diff --git a/ontology/co/co.ttl b/ontology/co/co.ttl index 97b18776..e8bff8dc 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.1.0 ; + owl:backwardCompatibleWith uco-co:1.2.0 ; owl:imports ; - owl:priorVersion uco-co:1.1.0 ; - owl:versionIRI uco-co:1.2.0 ; + owl:priorVersion uco-co:1.2.0 ; + owl:versionIRI uco-co:1.3.0 ; . co:ListItem diff --git a/ontology/owl/owl.ttl b/ontology/owl/owl.ttl index 4b4a0426..ced847dd 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.1.0 ; - owl:priorVersion uco-owl:1.1.0 ; - owl:versionIRI uco-owl:1.2.0 ; + owl:backwardCompatibleWith uco-owl:1.2.0 ; + owl:priorVersion uco-owl:1.2.0 ; + owl:versionIRI uco-owl:1.3.0 ; . uco-owl:Axiom-shape diff --git a/ontology/uco/action/action.ttl b/ontology/uco/action/action.ttl index 95b4e3c5..17698eec 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.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/location/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/pattern/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/types/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/location/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/pattern/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/types/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.3.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.1.0 ; + owl:backwardCompatibleWith action:1.2.0 ; owl:imports - core:1.2.0 , - location:1.2.0 , - pattern:1.2.0 , - types:1.2.0 , - vocabulary:1.2.0 + core:1.3.0 , + location:1.3.0 , + pattern:1.3.0 , + types:1.3.0 , + vocabulary:1.3.0 ; - owl:priorVersion action:1.1.0 ; - owl:versionIRI action:1.2.0 ; + owl:priorVersion action:1.2.0 ; + owl:versionIRI action:1.3.0 ; . action:Action diff --git a/ontology/uco/analysis/analysis.ttl b/ontology/uco/analysis/analysis.ttl index 11cd5623..2d978663 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.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.3.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.1.0 ; - owl:imports action:1.2.0 ; - owl:priorVersion analysis:1.1.0 ; - owl:versionIRI analysis:1.2.0 ; + owl:backwardCompatibleWith analysis:1.2.0 ; + owl:imports action:1.3.0 ; + owl:priorVersion analysis:1.2.0 ; + owl:versionIRI analysis:1.3.0 ; . analysis:Analysis diff --git a/ontology/uco/configuration/configuration.ttl b/ontology/uco/configuration/configuration.ttl index 6b845e49..91d24a74 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.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.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.1.0 ; - owl:imports core:1.2.0 ; - owl:priorVersion configuration:1.1.0 ; - owl:versionIRI configuration:1.2.0 ; + owl:backwardCompatibleWith configuration:1.2.0 ; + owl:imports core:1.3.0 ; + owl:priorVersion configuration:1.2.0 ; + owl:versionIRI configuration:1.3.0 ; . configuration:Configuration diff --git a/ontology/uco/core/core.ttl b/ontology/uco/core/core.ttl index bdb092e4..e061bd54 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.1.0 ; - owl:priorVersion core:1.1.0 ; - owl:versionIRI core:1.2.0 ; + owl:backwardCompatibleWith core:1.2.0 ; + owl:priorVersion core:1.2.0 ; + owl:versionIRI core:1.3.0 ; . action:Action diff --git a/ontology/uco/identity/identity.ttl b/ontology/uco/identity/identity.ttl index bde0bf28..93c20b6f 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.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/location/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/location/1.3.0 @prefix core: . @prefix identity: . @@ -13,13 +13,13 @@ a owl:Ontology ; rdfs:label "uco-identity"@en ; - owl:backwardCompatibleWith identity:1.1.0 ; + owl:backwardCompatibleWith identity:1.2.0 ; owl:imports - core:1.2.0 , - location:1.2.0 + core:1.3.0 , + location:1.3.0 ; - owl:priorVersion identity:1.1.0 ; - owl:versionIRI identity:1.2.0 ; + owl:priorVersion identity:1.2.0 ; + owl:versionIRI identity:1.3.0 ; . identity:AddressFacet diff --git a/ontology/uco/location/location.ttl b/ontology/uco/location/location.ttl index c713430c..a7ce761b 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.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 @prefix core: . @prefix location: . @@ -11,10 +11,10 @@ a owl:Ontology ; rdfs:label "uco-location"@en ; - owl:backwardCompatibleWith location:1.1.0 ; - owl:imports core:1.2.0 ; - owl:priorVersion location:1.1.0 ; - owl:versionIRI location:1.2.0 ; + owl:backwardCompatibleWith location:1.2.0 ; + owl:imports core:1.3.0 ; + owl:priorVersion location:1.2.0 ; + owl:versionIRI location:1.3.0 ; . location:GPSCoordinatesFacet diff --git a/ontology/uco/marking/marking.ttl b/ontology/uco/marking/marking.ttl index ea1d6327..b4b880fd 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.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.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.1.0 ; - owl:imports core:1.2.0 ; - owl:priorVersion marking:1.1.0 ; - owl:versionIRI marking:1.2.0 ; + owl:backwardCompatibleWith marking:1.2.0 ; + owl:imports core:1.3.0 ; + owl:priorVersion marking:1.2.0 ; + owl:versionIRI marking:1.3.0 ; . marking:GranularMarking diff --git a/ontology/uco/master/uco.ttl b/ontology/uco/master/uco.ttl index 2b2ca471..61346b1b 100644 --- a/ontology/uco/master/uco.ttl +++ b/ontology/uco/master/uco.ttl @@ -1,20 +1,20 @@ -# imports: https://ontology.unifiedcyberontology.org/co/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/owl/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/action/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/analysis/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/location/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/marking/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/observable/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/pattern/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/role/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/time/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/tool/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/types/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/victim/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/co/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/owl/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/analysis/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/location/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/marking/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/observable/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/pattern/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/role/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/time/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/tool/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/types/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/victim/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.3.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.2.0" ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "1.3.0" ; . diff --git a/ontology/uco/observable/observable.ttl b/ontology/uco/observable/observable.ttl index d4fb17ea..9583efbb 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.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/location/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/types/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/location/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/types/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.3.0 @prefix action: . @prefix co: . @@ -24,18 +24,18 @@ a owl:Ontology ; rdfs:label "uco-observable"@en ; - owl:backwardCompatibleWith observable:1.1.0 ; + owl:backwardCompatibleWith observable:1.2.0 ; owl:imports - action:1.2.0 , - configuration:1.2.0 , - core:1.2.0 , - identity:1.2.0 , - location:1.2.0 , - types:1.2.0 , - vocabulary:1.2.0 - ; - owl:priorVersion observable:1.1.0 ; - owl:versionIRI observable:1.2.0 ; + action:1.3.0 , + configuration:1.3.0 , + core:1.3.0 , + identity:1.3.0 , + location:1.3.0 , + types:1.3.0 , + vocabulary:1.3.0 + ; + owl:priorVersion observable:1.2.0 ; + owl:versionIRI observable:1.3.0 ; . observable:API diff --git a/ontology/uco/pattern/pattern.ttl b/ontology/uco/pattern/pattern.ttl index de7163c8..02173140 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.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 @prefix core: . @prefix owl: . @@ -11,10 +11,10 @@ a owl:Ontology ; rdfs:label "uco-pattern"@en ; - owl:backwardCompatibleWith pattern:1.1.0 ; - owl:imports core:1.2.0 ; - owl:priorVersion pattern:1.1.0 ; - owl:versionIRI pattern:1.2.0 ; + owl:backwardCompatibleWith pattern:1.2.0 ; + owl:imports core:1.3.0 ; + owl:priorVersion pattern:1.2.0 ; + owl:versionIRI pattern:1.3.0 ; . pattern:LogicalPattern diff --git a/ontology/uco/role/role.ttl b/ontology/uco/role/role.ttl index 4537d315..907c3b4a 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.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 @prefix core: . @prefix owl: . @@ -11,10 +11,10 @@ a owl:Ontology ; rdfs:label "uco-role"@en ; - owl:backwardCompatibleWith role:1.1.0 ; - owl:imports core:1.2.0 ; - owl:priorVersion role:1.1.0 ; - owl:versionIRI role:1.2.0 ; + owl:backwardCompatibleWith role:1.2.0 ; + owl:imports core:1.3.0 ; + owl:priorVersion role:1.2.0 ; + owl:versionIRI role:1.3.0 ; . role:BenevolentRole diff --git a/ontology/uco/time/time.ttl b/ontology/uco/time/time.ttl index ef6adc72..c78c605f 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.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 @prefix core: . @prefix owl: . @@ -10,10 +10,10 @@ a owl:Ontology ; rdfs:label "uco-time"@en ; - owl:backwardCompatibleWith time:1.1.0 ; - owl:imports core:1.2.0 ; - owl:priorVersion time:1.1.0 ; - owl:versionIRI time:1.2.0 ; + owl:backwardCompatibleWith time:1.2.0 ; + owl:imports core:1.3.0 ; + owl:priorVersion time:1.2.0 ; + owl:versionIRI time:1.3.0 ; . time:Time diff --git a/ontology/uco/tool/tool.ttl b/ontology/uco/tool/tool.ttl index 4439e439..c690fdc8 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.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/configuration/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/identity/1.3.0 @prefix configuration: . @prefix core: . @@ -14,13 +14,13 @@ a owl:Ontology ; rdfs:label "uco-tool"@en ; - owl:backwardCompatibleWith tool:1.1.0 ; + owl:backwardCompatibleWith tool:1.2.0 ; owl:imports - configuration:1.2.0 , - identity:1.2.0 + configuration:1.3.0 , + identity:1.3.0 ; - owl:priorVersion tool:1.1.0 ; - owl:versionIRI tool:1.2.0 ; + owl:priorVersion tool:1.2.0 ; + owl:versionIRI tool:1.3.0 ; . tool:AnalyticTool diff --git a/ontology/uco/types/types.ttl b/ontology/uco/types/types.ttl index 8dc0e9a1..ad91bedb 100644 --- a/ontology/uco/types/types.ttl +++ b/ontology/uco/types/types.ttl @@ -1,6 +1,6 @@ -# imports: https://ontology.unifiedcyberontology.org/co/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/core/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/co/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/core/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/vocabulary/1.3.0 @prefix co: . @prefix core: . @@ -16,14 +16,14 @@ a owl:Ontology ; rdfs:label "uco-types"@en ; - owl:backwardCompatibleWith types:1.1.0 ; + owl:backwardCompatibleWith types:1.2.0 ; owl:imports - uco-co:1.2.0 , - core:1.2.0 , - vocabulary:1.2.0 + uco-co:1.3.0 , + core:1.3.0 , + vocabulary:1.3.0 ; - owl:priorVersion types:1.1.0 ; - owl:versionIRI types:1.2.0 ; + owl:priorVersion types:1.2.0 ; + owl:versionIRI types:1.3.0 ; . types:ControlledDictionary diff --git a/ontology/uco/victim/victim.ttl b/ontology/uco/victim/victim.ttl index 1e6586f9..5766391e 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.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/role/1.3.0 @prefix owl: . @prefix rdf: . @@ -11,10 +11,10 @@ a owl:Ontology ; rdfs:label "uco-victim"@en ; - owl:backwardCompatibleWith victim:1.1.0 ; - owl:imports role:1.2.0 ; - owl:priorVersion victim:1.1.0 ; - owl:versionIRI victim:1.2.0 ; + owl:backwardCompatibleWith victim:1.2.0 ; + owl:imports role:1.3.0 ; + owl:priorVersion victim:1.2.0 ; + owl:versionIRI victim:1.3.0 ; . victim:Victim diff --git a/ontology/uco/vocabulary/vocabulary.ttl b/ontology/uco/vocabulary/vocabulary.ttl index a376011b..d13c89e7 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.1.0 ; - owl:priorVersion vocabulary:1.1.0 ; - owl:versionIRI vocabulary:1.2.0 ; + owl:backwardCompatibleWith vocabulary:1.2.0 ; + owl:priorVersion vocabulary:1.2.0 ; + owl:versionIRI vocabulary:1.3.0 ; . vocabulary:AccountTypeVocab