Skip to content

Commit

Permalink
Bump UCO to 1.3.0
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 <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jan 25, 2024
1 parent bea371f commit c372e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/UCO
Submodule UCO updated 42 files
+2 −0 .github/ISSUE_TEMPLATE/change-request.md
+3 −3 ontology/co/co.ttl
+184 −22 ontology/owl/owl.ttl
+24 −13 ontology/uco/action/action.ttl
+6 −6 ontology/uco/action/catalog-v001.xml
+5 −5 ontology/uco/analysis/analysis.ttl
+7 −7 ontology/uco/analysis/catalog-v001.xml
+1 −1 ontology/uco/configuration/catalog-v001.xml
+5 −5 ontology/uco/configuration/configuration.ttl
+74 −3 ontology/uco/core/core.ttl
+2 −2 ontology/uco/identity/catalog-v001.xml
+7 −7 ontology/uco/identity/identity.ttl
+1 −1 ontology/uco/location/catalog-v001.xml
+5 −5 ontology/uco/location/location.ttl
+1 −1 ontology/uco/marking/catalog-v001.xml
+5 −5 ontology/uco/marking/marking.ttl
+17 −17 ontology/uco/master/catalog-v001.xml
+38 −38 ontology/uco/master/uco.ttl
+9 −9 ontology/uco/observable/catalog-v001.xml
+29 −17 ontology/uco/observable/observable.ttl
+1 −1 ontology/uco/pattern/catalog-v001.xml
+5 −5 ontology/uco/pattern/pattern.ttl
+1 −1 ontology/uco/role/catalog-v001.xml
+5 −5 ontology/uco/role/role.ttl
+1 −1 ontology/uco/time/catalog-v001.xml
+5 −5 ontology/uco/time/time.ttl
+4 −4 ontology/uco/tool/catalog-v001.xml
+7 −7 ontology/uco/tool/tool.ttl
+3 −3 ontology/uco/types/catalog-v001.xml
+9 −9 ontology/uco/types/types.ttl
+2 −2 ontology/uco/victim/catalog-v001.xml
+5 −5 ontology/uco/victim/victim.ttl
+3 −3 ontology/uco/vocabulary/vocabulary.ttl
+4 −0 tests/examples/Makefile
+28 −0 tests/examples/event_XFAIL.json
+21 −0 tests/examples/event_XFAIL_validation.ttl
+17 −0 tests/examples/file_url_PASS.json
+21 −0 tests/examples/file_url_PASS_validation.ttl
+137 −1 tests/examples/rdf_list_PASS.json
+46 −22 tests/examples/rdf_list_XFAIL.json
+78 −33 tests/examples/rdf_list_XFAIL_validation.ttl
+18 −0 tests/examples/test_validation.py
4 changes: 2 additions & 2 deletions ontology/uco-example.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# imports: http://example.org/ontology/example/0.0.1
# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.2.0
# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.3.0

@prefix drafting: <http://example.org/ontology/drafting/> .
@prefix ex: <http://example.org/ontology/example/> .
Expand All @@ -13,7 +13,7 @@
a owl:Ontology ;
owl:imports
ex:0.0.1 ,
<https://ontology.unifiedcyberontology.org/uco/uco/1.2.0>
<https://ontology.unifiedcyberontology.org/uco/uco/1.3.0>
;
.

Expand Down

0 comments on commit c372e57

Please sign in to comment.