-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdrafting.ttl
More file actions
213 lines (189 loc) · 5.72 KB
/
Copy pathdrafting.ttl
File metadata and controls
213 lines (189 loc) · 5.72 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
@prefix drafting: <http://example.org/ontology/drafting/> .
@prefix ep: <http://www.semanticweb.org/OpenCyberSecurityAlliance/Ontology/EndpointProtection/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix unmapped: <urn:example:unmapped/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
drafting:Perdurant
a owl:Class ;
rdfs:subClassOf uco-core:UcoObject ;
rdfs:isDefinedBy <https://github.com/ucoProject/UCO/issues/544> ;
.
drafting:intervalIn
a owl:ObjectProperty ;
rdfs:isDefinedBy <https://github.com/ucoProject/UCO/issues/651> ;
.
ep:bearerOf-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:bearerOf ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:contains-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:contains ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:controls-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:controls ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:designatedBy-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:designatedBy ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:endpointId-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:endpointId ;
sh:severity sh:Info ;
sh:targetSubjectsOf unmapped:endpointId ;
.
ep:hasOccurrentPart-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:hasOccurrentPart ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:hasOutput-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:hasOutput ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:hasPart-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:hasPart ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:hasRecipient-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:hasRecipient ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:hasRole-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:hasRole ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:intervalIn-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:intervalIn ;
sh:targetSubjectsOf unmapped:intervalIn ;
.
ep:isCarrierOf-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:isCarrierOf ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:operates-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:operates ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:participatesIn-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:participatesIn ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:precedes-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:precedes ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:realizedIn-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:realizedIn ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:subclass-shape
a sh:NodeShape ;
sh:severity sh:Info ;
sh:sparql [
a sh:SPARQLConstraint ;
sh:message "Focus node is not designated a subclass of UcoThing."@en ;
sh:select """
PREFIX uco-core: <https://ontology.unifiedcyberontology.org/uco/core/>
SELECT $this
WHERE {
FILTER NOT EXISTS {
$this a ?nClass .
?nClass rdfs:subClassOf+ uco-core:UcoThing .
}
}
""" ;
] ;
sh:targetClass uco-core:UcoThing ;
.
ep:unknown01-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:unknown01 ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
ep:uses-shape
a sh:PropertyShape ;
sh:maxCount "0"^^xsd:integer ;
sh:message "This property is unmapped and intended to be replaced."@en ;
sh:path unmapped:uses ;
sh:severity sh:Info ;
sh:targetClass uco-core:UcoThing ;
.
time:Interval
a owl:Class ;
rdfs:isDefinedBy time:2016 ;
.
uco-core:UcoThing-identifier-regex-shape
rdfs:comment "Deactivated for comparison with another mapping of this illustration."@en ;
sh:deactivated "true"^^xsd:boolean ;
.