Skip to content

Commit 8534c13

Browse files
committed
Regenerate Make-managed files
References: * #85 Signed-off-by: Alex Nelson <[email protected]>
1 parent b7a61fe commit 8534c13

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Validation Report
2+
Conforms: True
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Validation Report
2+
Conforms: True
3+
Results (1):
4+
Validation Result in SPARQLConstraintComponent (http://www.w3.org/ns/shacl#SPARQLConstraintComponent):
5+
Severity: sh:Info
6+
Source Shape: core:UcoThing-identifier-regex-shape
7+
Focus Node: <urn:example:thing-1>
8+
Value Node: <urn:example:thing-1>
9+
Source Constraint: [ rdf:type sh:SPARQLConstraint ; rdfs:seeAlso <https://datatracker.ietf.org/doc/html/rfc4122#section-4.1.3> ; sh:message Literal("UcoThings are suggested to end with a UUID.", lang=en) ; sh:select Literal("
10+
PREFIX uco-core: <https://ontology.unifiedcyberontology.org/uco/core/>
11+
SELECT $this
12+
WHERE {
13+
$this a/rdfs:subClassOf* uco-core:UcoThing .
14+
FILTER (
15+
! REGEX (
16+
STR($this),
17+
"[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[0-9a-f]{4}-[0-9a-f]{12}$",
18+
"i"
19+
)
20+
)
21+
}
22+
") ]
23+
Message: UcoThings are suggested to end with a UUID.

0 commit comments

Comments
 (0)