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

data-shapes-test-suite.tests.sparql.pre-binding.unsupported-sparql-005.ttl Maven / Gradle / Ivy

The newest version!
@prefix ex:  .
@prefix mf:  .
@prefix owl:  .
@prefix rdf:  .
@prefix rdfs:  .
@prefix sh:  .
@prefix sht:  .
@prefix xsd:  .

<>
	rdf:type mf:Manifest ;
	mf:entries (  ) .
    

	rdf:type sht:Validate ;
	rdfs:label "Test of unsupported AS ?prebound" ;
	mf:action [
		sht:dataGraph <> ;
		sht:shapesGraph <> ;
	] ;
	mf:result sht:Failure ;
	mf:status sht:approved .

ex:TestShape
	a sh:NodeShape ;
	sh:targetNode ex:InvalidResource ;
	sh:sparql [
		sh:select """
			SELECT $this
			WHERE {
				BIND (true AS $this) .
			}""" ;
	] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy