Skip to content

Commit 27ef0e7

Browse files
Fixes to rdfs:labels of sh:nodeValidator and sh:TripleRule (from SHACL-AF), added changes comment to the top of the file
1 parent 9d0d48b commit 27ef0e7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

shacl/shacl.ttl

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
2+
## https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
3+
## --------
4+
15
# W3C Shapes Constraint Language (SHACL) Vocabulary
2-
# Version from 2017-07-20
6+
# Version from 2020-10-01
7+
# Changes since original CR publication:
8+
# - Fixed sh:namespace of "sh" to use xsd:anyURI instead of string
9+
# - Changed rdfs:label of sh:nodeValidator from "shape validator" to "node validator"
10+
# - Fixed rdfs:label of sh:TripleRule, moved into comment
311

412
@prefix owl: <http://www.w3.org/2002/07/owl#> .
513
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -419,7 +427,7 @@ sh:validator
419427

420428
sh:nodeValidator
421429
a rdf:Property ;
422-
rdfs:label "shape validator"@en ;
430+
rdfs:label "node validator"@en ;
423431
rdfs:comment "The validator(s) used to evaluate a constraint in the context of a node shape."@en ;
424432
rdfs:domain sh:ConstraintComponent ;
425433
rdfs:range sh:Validator ;
@@ -1525,7 +1533,8 @@ sh:condition
15251533

15261534
sh:TripleRule
15271535
a rdfs:Class ;
1528-
rdfs:label "A rule based on triple (subject, predicate, object) pattern."@en ;
1536+
rdfs:label "Triple rule"@en ;
1537+
rdfs:comment "A rule based on triple (subject, predicate, object) pattern."@en ;
15291538
rdfs:subClassOf sh:Rule ;
15301539
rdfs:isDefinedBy sh: .
15311540

0 commit comments

Comments
 (0)