Advertisement
Guest User

Untitled

a guest
Dec 6th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.42 KB | None | 0 0
  1. PREFIX rdarelationships: <http://rdvocab.info/RDARelationshipsWEMI/>
  2. PREFIX bnf-onto: <http://data.bnf.fr/ontology/bnf-onto/>
  3. PREFIX bnfroles: <http://data.bnf.fr/vocabulary/roles/>
  4. PREFIX foaf: <http://xmlns.com/foaf/0.1/>
  5. SELECT * WHERE {
  6.   ?manif bnf-onto:ean "9782351781258".
  7.   ?manif rdarelationships:expressionManifested ?expression.
  8.   ?expression bnfroles:r680 ?traducteur.
  9.   ?traducteur foaf:name ?nomTraducteur.
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement