We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d08c3d commit 2d735feCopy full SHA for 2d735fe
case_utils/ontology/case-1.2.0-subclasses.ttl
@@ -3,10 +3,26 @@
3
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
5
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
16
17
18
<http://purl.org/co/ListItem>
19
rdfs:subClassOf <http://purl.org/co/Item> ;
20
.
21
22
+<http://purl.org/co/Set>
23
24
25
26
<https://ontology.caseontology.org/case/investigation/Attorney>
27
rdfs:subClassOf <https://ontology.unifiedcyberontology.org/uco/role/Role> ;
28
0 commit comments