Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
A follow-on patch will regenerate Make-managed files.

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jan 23, 2024
1 parent da8aa53 commit e316078
Show file tree
Hide file tree
Showing 18 changed files with 144 additions and 144 deletions.
6 changes: 3 additions & 3 deletions ontology/co/co.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://purl.org/co> ;
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
Expand Down
6 changes: 3 additions & 3 deletions ontology/owl/owl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.w3.org/TR/2012/REC-owl2-mapping-to-rdf-20121211/#Mapping_from_RDF_Graphs_to_the_Structural_Specification> ;
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
Expand Down
26 changes: 13 additions & 13 deletions ontology/uco/action/action.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions ontology/uco/analysis/analysis.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix analysis: <https://ontology.unifiedcyberontology.org/uco/analysis/> .
Expand All @@ -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 <https://github.com/ucoProject/UCO/issues/400> ;
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
Expand Down
10 changes: 5 additions & 5 deletions ontology/uco/configuration/configuration.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/configuration/> .
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
Expand All @@ -13,10 +13,10 @@
rdfs:label "uco-configuration"@en ;
rdfs:comment "This ontology defines classes and properties for characterizing configurations."@en-US ;
rdfs:seeAlso <https://github.com/ucoProject/UCO/issues/432> ;
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
Expand Down
6 changes: 3 additions & 3 deletions ontology/uco/core/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions ontology/uco/identity/identity.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
Expand All @@ -13,13 +13,13 @@
<https://ontology.unifiedcyberontology.org/uco/identity>
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
Expand Down
10 changes: 5 additions & 5 deletions ontology/uco/location/location.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix location: <https://ontology.unifiedcyberontology.org/uco/location/> .
Expand All @@ -11,10 +11,10 @@
<https://ontology.unifiedcyberontology.org/uco/location>
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
Expand Down
10 changes: 5 additions & 5 deletions ontology/uco/marking/marking.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix marking: <https://ontology.unifiedcyberontology.org/uco/marking/> .
Expand All @@ -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
Expand Down
76 changes: 38 additions & 38 deletions ontology/uco/master/uco.ttl
Original file line number Diff line number Diff line change
@@ -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: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Expand All @@ -25,28 +25,28 @@
<https://ontology.unifiedcyberontology.org/uco/uco>
a owl:Ontology ;
rdfs:label "uco-master"@en ;
owl:backwardCompatibleWith <https://ontology.unifiedcyberontology.org/uco/uco/1.1.0> ;
owl:backwardCompatibleWith <https://ontology.unifiedcyberontology.org/uco/uco/1.2.0> ;
owl:imports
<https://ontology.unifiedcyberontology.org/co/1.2.0> ,
<https://ontology.unifiedcyberontology.org/owl/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/action/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/analysis/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/configuration/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/core/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/identity/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/location/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/marking/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/observable/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/pattern/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/role/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/time/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/tool/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/types/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/victim/1.2.0> ,
<https://ontology.unifiedcyberontology.org/uco/vocabulary/1.2.0>
<https://ontology.unifiedcyberontology.org/co/1.3.0> ,
<https://ontology.unifiedcyberontology.org/owl/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/action/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/analysis/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/configuration/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/core/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/identity/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/location/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/marking/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/observable/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/pattern/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/role/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/time/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/tool/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/types/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/victim/1.3.0> ,
<https://ontology.unifiedcyberontology.org/uco/vocabulary/1.3.0>
;
owl:priorVersion <https://ontology.unifiedcyberontology.org/uco/uco/1.1.0> ;
owl:versionIRI <https://ontology.unifiedcyberontology.org/uco/uco/1.2.0> ;
owl:versionInfo "1.2.0" ;
owl:priorVersion <https://ontology.unifiedcyberontology.org/uco/uco/1.2.0> ;
owl:versionIRI <https://ontology.unifiedcyberontology.org/uco/uco/1.3.0> ;
owl:versionInfo "1.3.0" ;
.

36 changes: 18 additions & 18 deletions ontology/uco/observable/observable.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix co: <http://purl.org/co/> .
Expand All @@ -24,18 +24,18 @@
<https://ontology.unifiedcyberontology.org/uco/observable>
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
Expand Down
10 changes: 5 additions & 5 deletions ontology/uco/pattern/pattern.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand All @@ -11,10 +11,10 @@
<https://ontology.unifiedcyberontology.org/uco/pattern>
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
Expand Down
10 changes: 5 additions & 5 deletions ontology/uco/role/role.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand All @@ -11,10 +11,10 @@
<https://ontology.unifiedcyberontology.org/uco/role>
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
Expand Down
10 changes: 5 additions & 5 deletions ontology/uco/time/time.ttl
Original file line number Diff line number Diff line change
@@ -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: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand All @@ -10,10 +10,10 @@
<https://ontology.unifiedcyberontology.org/uco/time>
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
Expand Down
Loading

0 comments on commit e316078

Please sign in to comment.