Sha256: ace961208325561a2426b65d5a81a754edef370a58aabffb8a91f34d0c2a5b63

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 Bytes

Contents

ASK WHERE {
 ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .
 ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .
 ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .
 ?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/knows> <http://www.example.org/#somebody> .
 ?b <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .
 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/0081.sparql
rdfa_parser-0.1.1 spec/xhtml1-testcases/0081.sparql
rdfa_parser-0.1.0 spec/xhtml1-testcases/0081.sparql