Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PREFIX dcterms: <http://purl.org/dc/terms/>
- PREFIX dcmitype: <http://purl.org/dc/dcmitype/>
- SELECT DISTINCT ?edition ?titre ?description ?editeur ?sujet ?date ?source ?langue ?droits ?identifiant ?relation
- WHERE {
- ?ouvre dcterms:type dcmitype:StillImage .
- ?edition rdarelationships:workManifested ?oeuvre.
- OPTIONAL{
- ?edition dcterms:title ?titre
- }OPTIONAL{
- ?edition dcterms:description ?description
- }OPTIONAL{
- ?edition dcterms:publisher ?editeur
- }OPTIONAL{
- ?edition dcterms:subject ?sujet
- }OPTIONAL{
- ?edition dcterms:date ?date
- }OPTIONAL{
- ?edition dcterms:source ?source
- }OPTIONAL{
- ?edition dcterms:language ?langue
- }OPTIONAL{
- ?edition dcterms:rights ?droits
- }OPTIONAL{
- ?edition dcterms:identifier ?identifiant
- }OPTIONAL{
- ?edition dcterms:relation ?relation
- }
- }
- LIMIT 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement