Skip to content

Commit 49ef5f2

Browse files
committed
Regenerate past Make-managed files
This step involved modifying, but not committing, `version_info.py` and the CASE submodule pointer. References: * #155 Signed-off-by: Alex Nelson <[email protected]>
1 parent f1ca866 commit 49ef5f2

File tree

2 files changed

+727
-11
lines changed

2 files changed

+727
-11
lines changed

case_utils/ontology/case-1.0.0-subclasses.ttl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,26 @@
33
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
44
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
55

6+
<http://purl.org/co/Bag>
7+
rdfs:subClassOf <http://purl.org/co/Collection> ;
8+
.
9+
10+
<http://purl.org/co/Collection>
11+
rdfs:subClassOf owl:Thing ;
12+
.
13+
14+
<http://purl.org/co/Item>
15+
rdfs:subClassOf owl:Thing ;
16+
.
17+
618
<http://purl.org/co/ListItem>
719
rdfs:subClassOf <http://purl.org/co/Item> ;
820
.
921

22+
<http://purl.org/co/Set>
23+
rdfs:subClassOf <http://purl.org/co/Collection> ;
24+
.
25+
1026
<https://ontology.caseontology.org/case/investigation/Attorney>
1127
rdfs:subClassOf <https://ontology.unifiedcyberontology.org/uco/role/Role> ;
1228
.

0 commit comments

Comments
 (0)