query-6937f79a3f6744194ec0062d516424de
Estrarre da data.bnf.fr le opere di Victor Hugo, identificato con il numero VIAF, che hanno un eventuale match con Wikidata PREFIX bio: http://vocab.org/bio/0.1/ PREFIX dcterms: http://purl.org/dc/terms/ PREFIX bio: http://vocab.org/bio/0.1/ PREFIX dcterms: http://purl.org/dc/terms/ PREFIX bnf-onto: http://data.bnf.fr/ontology/bnf-onto/ PREFIX foaf: http://xmlns.com/foaf/0.1/ SELECT DISTINCT ?nomeautore ?DescrOp ?titop ?datacreaz ?match WHERE {
?DescrOp dcterms:creator ?persona .
?URIOp foaf:focus ?DescrOp .
?URIOp http://www.w3.org/2004/02/skos/core#prefLabel ?titop .
?DescrOp http://rdvocab.info/Elements/dateOfWork ?datacreaz .
?DescrOp http://data.bnf.fr/ontology/bnf-onto/subject "Litt\u00E9ratures" .
OPTIONAL { ?URIOp http://www.w3.org/2004/02/skos/core#exactMatch ?match .
FILTER regex(str(?match), "wikidata") . }
?persona owl:sameAs http://viaf.org/viaf/9847974 .
?persona bnf-onto:firstYear ?natoBNF .
?persona foaf:name ?nomeautore .
?persona foaf:familyName ?cognome .
}
ORDER BY ?datacreaz ?titop
LIMIT 1000
Use at
- https://query.wikidata.org/sparql
PREFIX owl: <http://www.w3.org/2002/07/owl#>
# Estrarre da data.bnf.fr le opere di Victor Hugo, identificato con il numero VIAF, che hanno un eventuale match con Wikidata
PREFIX bio: <http://vocab.org/bio/0.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX bio: <http://vocab.org/bio/0.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX bnf-onto: <http://data.bnf.fr/ontology/bnf-onto/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT DISTINCT ?nomeautore ?DescrOp ?titop ?datacreaz ?match
WHERE {
?DescrOp dcterms:creator ?persona .
?URIOp foaf:focus ?DescrOp .
?URIOp <http://www.w3.org/2004/02/skos/core#prefLabel> ?titop .
?DescrOp <http://rdvocab.info/Elements/dateOfWork> ?datacreaz .
?DescrOp <http://data.bnf.fr/ontology/bnf-onto/subject> "Litt\u00E9ratures" .
OPTIONAL { ?URIOp <http://www.w3.org/2004/02/skos/core#exactMatch> ?match .
FILTER regex(str(?match), "wikidata") . }
?persona owl:sameAs <http://viaf.org/viaf/9847974> .
?persona bnf-onto:firstYear ?natoBNF .
?persona foaf:name ?nomeautore .
?persona foaf:familyName ?cognome .
}
ORDER BY ?datacreaz ?titop
LIMIT 1000