Sha256: f6b610abd3c31dce96789a9d4fccf21168099853d53e523dd73a2e743a90b7c2

Contents?: true

Size: 481 Bytes

Versions: 3

Compression:

Stored size: 481 Bytes

Contents

ASK WHERE {
	<http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> ?a .
	<http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> ?b .
	?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
	?a <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .
	?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>	<http://xmlns.com/foaf/0.1/Person> .
	?b <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .
	FILTER ( isBlank(?a) && isBlank(?b) )
}

Version data entries

3 entries across 3 versions & 1 rubygems

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