Sha256: ad7a84af90834f47fb91508e510331231487935afa29ee293f997fd818f1e1e6
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 Bytes
Contents
ASK WHERE { <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a . <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?b . ?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/0082.sparql |
rdfa_parser-0.1.1 | spec/xhtml1-testcases/0082.sparql |
rdfa_parser-0.1.0 | spec/xhtml1-testcases/0082.sparql |