All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data-shapes-test-suite.tests.core.property.uniqueLang-002-shapes.ttl Maven / Gradle / Ivy

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