![JAR search and dependency download from the Maven repository](/logo.png)
data-shapes-test-suite.tests.core.property.uniqueLang-002-shapes.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-shacl-testsuite Show documentation
Show all versions of rdf4j-shacl-testsuite Show documentation
Test suite for the SHACL Shapes Constraint Language
The newest version!
@prefix sh: .
@prefix ex: .
@prefix xsd: .
ex:s1 a sh:PropertyShape ;
sh:targetNode ex:i ;
sh:path ex:message ;
sh:uniqueLang "1"^^xsd:boolean .
# Note that the value above is "1"^^xsd:boolean, which is distinct from "true"^^xsd:boolean.
# Only true is mentioned in the spec, meaning that "1" will not activate the constraint
# and the constraint is being ignored.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy