-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvocab_spec.bs
More file actions
133 lines (122 loc) · 2.65 KB
/
vocab_spec.bs
File metadata and controls
133 lines (122 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
## Classes ## {#classes}
<table class="def">
<tr>
<th>Name: </th>
<td>
<dfn data-dfn-type="property" data-export="" id="def-compound" dfn>
Compound
<a class="self-link" href="#def-compound"></a>
</dfn>
</td>
</tr>
<tr>
<th>URI: </th>
<td>`https://w3id.org/rtc#Compound`</td>
</tr>
<tr>
<th>Description: </th>
<td>A compound is a set of triples as an RDF resource.</td>
</tr>
<tr>
<th style="width:6em">In domain of: </th>
<td>[=elements=], [=sub-compounds of=]</td>
</tr>
<tr>
<th style="width:6em">In range of: </th>
<td>[=element of=], [=sub-compounds of=]</td>
</tr>
</table>
## Properties ## {#properties}
<table class="def">
<tr>
<th>Name: </th>
<td>
<dfn data-dfn-type="property" data-export="" id="def-element_of" dfn>
element of
<a class="self-link" href="#def-element_of"></a>
</dfn>
</td>
</tr>
<tr>
<th>URI: </th>
<td>`https://w3id.org/rtc#elementOf`</td>
</tr>
<tr>
<th>Description: </th>
<td>Assigns a triple to a compound as an element. The subject must be a RDF triple.</td>
</tr>
<tr>
<th>Domain: </th>
<td>-</td>
</tr>
<tr>
<th>Range: </th>
<td>[=Compound=]</td>
</tr>
<tr>
<th>Inverse of: </th>
<td>[=elements=]</td>
</tr>
</table>
<table class="def">
<tr>
<th>Name: </th>
<td>
<dfn data-dfn-type="property" data-export="" id="def-elements" dfn>
elements
<a class="self-link" href="#def-elements"></a>
</dfn>
</td>
</tr>
<tr>
<th>URI: </th>
<td>`https://w3id.org/rtc#elements`</td>
</tr>
<tr>
<th>Description: </th>
<td>The set of all triples of a compound. The objects must be RDF triples.</td>
</tr>
<tr>
<th>Domain: </th>
<td>[=Compound=]</td>
</tr>
<tr>
<th>Range: </th>
<td>-</td>
</tr>
<tr>
<th>Inverse of: </th>
<td>[=element of=]</td>
</tr>
</table>
<table class="def">
<tr>
<th>Name: </th>
<td>
<dfn data-dfn-type="property" data-export="" id="def-sub-compounds_of" dfn>
sub-compounds of
<a class="self-link" href="#def-sub-compounds_of"></a>
</dfn>
</td>
</tr>
<tr>
<th>URI: </th>
<td>`https://w3id.org/rtc#subCompoundOf`</td>
</tr>
<tr>
<th>Description: </th>
<td>The subject compound is a sub-compound of the object compound, which means all triples of the sub-compound are elements of the super-compound and all statements about the super-compound also apply to the sub-compound.</td>
</tr>
<tr>
<th>Domain: </th>
<td>[=Compound=]</td>
</tr>
<tr>
<th>Range: </th>
<td>[=Compound=]</td>
</tr>
<tr>
<th>Inverse of: </th>
<td>-</td>
</tr>
</table>