Skip to content

Commit 70ba6fd

Browse files
authored
Merge pull request #20 from skohub-io/fixTypos
Fix types and capitalization
2 parents 0390567 + 3958f20 commit 70ba6fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

skos.bestPractice.shacl.ttl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@
8989
] ;
9090
.
9191

92-
:AmbiguousNotatation
92+
:AmbiguousNotation
9393
a sh:NodeShape ;
9494
sh:severity sh:Warning ;
9595
sh:targetClass skos:Concept ;
9696
sh:sparql [
9797
a sh:SPARQLConstraint ;
9898
sh:prefixes skos: ;
9999
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." ;
101101
sh:message "the concept has the same notation {$value} as {$path}" ;
102102
sh:select """
103103
SELECT $this (?other as ?path) ?value
@@ -189,8 +189,8 @@
189189
sh:severity sh:Warning ;
190190
sh:sparql [
191191
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}" ;
194194
sh:select """
195195
SELECT $this (skos:prefLabel AS ?path) (?other as ?value) (lang(?pl) as ?lang) $pl
196196
WHERE {
@@ -211,7 +211,7 @@
211211
sh:sparql [
212212
a sh:SPARQLConstraint ;
213213
sh:prefixes skos: ;
214-
rdfs:comment "Top Concept Having Broader Concept" ;
214+
rdfs:comment "Top concept having broader concept" ;
215215
sh:message "The top concept has a broader concept" ;
216216
sh:select """
217217
SELECT DISTINCT $this

0 commit comments

Comments
 (0)