Skip to content

Commit

Permalink
Regenerate past Make-managed files
Browse files Browse the repository at this point in the history
This step involved modifying, but not committing, `version_info.py` and
the CASE submodule pointer.

References:
* #155

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jan 16, 2024
1 parent 2d735fe commit f1ca866
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 11 deletions.
16 changes: 16 additions & 0 deletions case_utils/ontology/case-1.1.0-subclasses.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,26 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

<http://purl.org/co/Bag>
rdfs:subClassOf <http://purl.org/co/Collection> ;
.

<http://purl.org/co/Collection>
rdfs:subClassOf owl:Thing ;
.

<http://purl.org/co/Item>
rdfs:subClassOf owl:Thing ;
.

<http://purl.org/co/ListItem>
rdfs:subClassOf <http://purl.org/co/Item> ;
.

<http://purl.org/co/Set>
rdfs:subClassOf <http://purl.org/co/Collection> ;
.

<https://ontology.caseontology.org/case/investigation/Attorney>
rdfs:subClassOf <https://ontology.unifiedcyberontology.org/uco/role/Role> ;
.
Expand Down
Loading

0 comments on commit f1ca866

Please sign in to comment.