Skip to content

Commit

Permalink
Switch UCO pointer to unstable branch
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 22, 2022
1 parent 8267547 commit 8f6ffd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "dependencies/UCO"]
path = dependencies/UCO
url = https://github.com/ucoProject/UCO.git
url = https://github.com/ucoProject/UCO-Archive.git
2 changes: 1 addition & 1 deletion dependencies/UCO
Submodule UCO updated 33 files
+2 −2 .github/workflows/ci.yml
+1 −1 Makefile
+1 −1 dependencies/CASE-Utility-SHACL-Inheritance-Reviewer
+15 −28 ontology/owl/owl.ttl
+36 −24 ontology/uco/core/core.ttl
+0 −1 ontology/uco/identity/identity.ttl
+2 −5 ontology/uco/master/uco.ttl
+585 −80 ontology/uco/observable/observable.ttl
+64 −10 ontology/uco/tool/tool.ttl
+32 −0 ontology/uco/types/types.ttl
+17 −0 ontology/uco/vocabulary/vocabulary.ttl
+6 −5 tests/Makefile
+14 −0 tests/examples/Makefile
+35 −0 tests/examples/configuration_setting_PASS.json
+11 −0 tests/examples/configuration_setting_PASS_validation.ttl
+25 −0 tests/examples/configuration_setting_XFAIL.json
+21 −0 tests/examples/configuration_setting_XFAIL_validation.ttl
+30 −0 tests/examples/has_facet_inverse_functional_PASS.json
+11 −0 tests/examples/has_facet_inverse_functional_PASS_validation.ttl
+26 −0 tests/examples/has_facet_inverse_functional_XFAIL.json
+68 −0 tests/examples/has_facet_inverse_functional_XFAIL_validation.ttl
+0 −11 tests/examples/hash_XFAIL_validation.ttl
+152 −0 tests/examples/mime_PASS.json
+37 −0 tests/examples/mime_PASS_validation.ttl
+28 −0 tests/examples/mime_XFAIL.json
+72 −0 tests/examples/mime_XFAIL_validation.ttl
+36 −0 tests/examples/mime_prefix_PASS.json
+11 −0 tests/examples/mime_prefix_PASS_validation.ttl
+1 −1 tests/examples/owl_axiom_XFAIL_validation.ttl
+3 −3 tests/examples/owl_properties_XFAIL_validation.ttl
+98 −0 tests/examples/test_mime.py
+53 −0 tests/examples/test_validation.py
+0 −39 tests/src/glom_graph.py

0 comments on commit 8f6ffd4

Please sign in to comment.