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

data-shapes-test-suite.tests.core.node.qualified-001-shapes.ttl Maven / Gradle / Ivy

The newest version!
@prefix xsd:  .
@prefix sh:  .
@prefix ex:  .

ex:s1 a sh:NodeShape ;
  sh:targetClass ex:C1 ;
  sh:class ex:C2 ;
  sh:qualifiedValueShapesDisjoint "1"^^xsd:boolean ;
  sh:qualifiedMinCount 5 ;
  sh:qualifiedMaxCount 2 .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy