Sha256: 0fe8ac101eb63de4d9553807f967fc0d4653667ec5c10f1f830e7a6dacabcbf1

Contents?: true

Size: 269 Bytes

Versions: 3

Compression:

Stored size: 269 Bytes

Contents

ASK WHERE {
	<http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
	<http://www.example.org/#me> <http://xmlns.com/foaf/0.1/knows> ?a .
	?a <http://xmlns.com/foaf/0.1/name> "John Doe" .
	FILTER isBlank(?a)
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rdfa_parser-0.1.2 spec/xhtml1-testcases/0048.sparql
rdfa_parser-0.1.1 spec/xhtml1-testcases/0048.sparql
rdfa_parser-0.1.0 spec/xhtml1-testcases/0048.sparql