|
| 1 | +## W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE |
| 2 | +## https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document |
| 3 | +## -------- |
| 4 | + |
1 | 5 | # 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 |
3 | 11 |
|
4 | 12 | @prefix owl: <http://www.w3.org/2002/07/owl#> .
|
5 | 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
@@ -419,7 +427,7 @@ sh:validator
|
419 | 427 |
|
420 | 428 | sh:nodeValidator
|
421 | 429 | a rdf:Property ;
|
422 |
| - rdfs:label "shape validator"@en ; |
| 430 | + rdfs:label "node validator"@en ; |
423 | 431 | rdfs:comment "The validator(s) used to evaluate a constraint in the context of a node shape."@en ;
|
424 | 432 | rdfs:domain sh:ConstraintComponent ;
|
425 | 433 | rdfs:range sh:Validator ;
|
@@ -1525,7 +1533,8 @@ sh:condition
|
1525 | 1533 |
|
1526 | 1534 | sh:TripleRule
|
1527 | 1535 | 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 ; |
1529 | 1538 | rdfs:subClassOf sh:Rule ;
|
1530 | 1539 | rdfs:isDefinedBy sh: .
|
1531 | 1540 |
|
|
0 commit comments