You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skos.bestPractice.shacl.ttl
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -89,15 +89,15 @@
89
89
] ;
90
90
.
91
91
92
-
:AmbiguousNotatation
92
+
:AmbiguousNotation
93
93
a sh:NodeShape ;
94
94
sh:severity sh:Warning ;
95
95
sh:targetClass skos:Concept ;
96
96
sh:sparql [
97
97
a sh:SPARQLConstraint ;
98
98
sh:prefixes skos: ;
99
99
rdfs:comment "Ambiguous Notation References" ;
100
-
sh:description "Concepts should not have identlical skos:notation literals." ;
100
+
sh:description "Concepts should not have identical skos:notation literals." ;
101
101
sh:message "the concept has the same notation {$value} as {$path}" ;
102
102
sh:select """
103
103
SELECT $this (?other as ?path) ?value
@@ -189,8 +189,8 @@
189
189
sh:severity sh:Warning ;
190
190
sh:sparql [
191
191
sh:prefixes skos: ;
192
-
rdfs:comment "Overlapping Labels in the same Concept Scheme (concepts with the same label in the same concept scheme)" ;
193
-
sh:message "Overlapping Labels in the same Concept Scheme (there is concept '{$this}' with the same pref label in language '{$lang}' for concept '{$value}'). Label: '{$pl}" ;
192
+
rdfs:comment "Overlapping labels in the same Concept Scheme (concepts with the same label in the same concept scheme)" ;
193
+
sh:message "Overlapping labels in the same Concept Scheme (there is concept '{$this}' with the same pref label in language '{$lang}' for concept '{$value}'). Label: '{$pl}" ;
194
194
sh:select """
195
195
SELECT $this (skos:prefLabel AS ?path) (?other as ?value) (lang(?pl) as ?lang) $pl
196
196
WHERE {
@@ -211,7 +211,7 @@
211
211
sh:sparql [
212
212
a sh:SPARQLConstraint ;
213
213
sh:prefixes skos: ;
214
-
rdfs:comment "Top Concept Having Broader Concept" ;
214
+
rdfs:comment "Top concept having broader concept" ;
215
215
sh:message "The top concept has a broader concept" ;
0 commit comments