<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
   xmlns:dcterms="http://purl.org/dc/terms/"
   xmlns:foaf="http://xmlns.com/foaf/0.1/"
   xmlns:hydra="http://www.w3.org/ns/hydra/core#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
   xmlns:sage="http://sage.univ-nantes.fr/sage-voc#"
   xmlns:sd="http://www.w3.org/ns/sparql-service-description#"
   xmlns:void="http://rdfs.org/ns/void#"
>
  <rdf:Description rdf:nodeID="N92ba0e3bb2d1402d8ecf45a032233b3b">
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;

SELECT ?dessert ?fruit
WHERE {
?dessert dbo:type &lt;http://dbpedia.org/resource/Dessert&gt;;
  dbo:ingredient ?fruit.
?fruit dbo:kingdom &lt;http://dbpedia.org/resource/Plant&gt;.
}
</rdf:value>
    <rdfs:label>Desserts made with plants</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N750453402f7f40a6856e341680970a5e">
    <rdf:value>PREFIX dbp: &lt;http://dbpedia.org/property/&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;

SELECT ?titleEng ?title
WHERE {
  ?movie dbp:starring [ rdfs:label "Natalie Portman"@en ].
  SERVICE &lt;http://sage.univ-nantes.fr/sparql/dbpedia-2015-04en&gt; {
    ?movie rdfs:label ?titleEng, ?title.
  }
  FILTER LANGMATCHES(LANG(?titleEng), "EN")
  FILTER (!LANGMATCHES(LANG(?title), "EN"))
}
</rdf:value>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdfs:label>Foreign titles of Natalie Portman movies</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://soyez-sage.univ-nantes.fr">
    <void:properties rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">68687</void:properties>
    <sage:hasExampleQuery rdf:nodeID="N6c146743207c4f35afae0fcf900bd344"/>
    <sage:hasExampleQuery rdf:nodeID="Na0f54326375e4260b0998cc36d306b27"/>
    <sage:hasExampleQuery rdf:nodeID="N1ea8ef46a1d64676aa17c2a1d7474886"/>
    <sage:hasExampleQuery rdf:nodeID="N5a56efd1bc3644e681c2a78b2275d96c"/>
    <foaf:homepage rdf:resource="http://soyez-sage.univ-nantes.fr"/>
    <dcterms:title>dbpedia-2016-04</dcterms:title>
    <void:triples rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1040358853</void:triples>
    <void:feature rdf:resource="http://www.w3.org/ns/formats/SPARQL_Results_XML"/>
    <sd:endpoint rdf:resource="http://soyez-sage.univ-nantes.fr"/>
    <hydra:entrypoint rdf:resource="http://soyez-sage.univ-nantes.fr"/>
    <sage:hasExampleQuery rdf:nodeID="N11c1c4b9bdd0435e92940f67c9a588be"/>
    <void:feature rdf:resource="http://www.w3.org/ns/formats/SPARQL_Results_JSON"/>
    <void:distinctSubjects rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">58167851</void:distinctSubjects>
    <sage:quota rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">75</sage:quota>
    <void:distinctObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">206201072</void:distinctObjects>
    <hydra:itemsPerPage rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2000</hydra:itemsPerPage>
    <sage:hasExampleQuery rdf:nodeID="Ne7b21021bf59480cb92220f9bc40c3eb"/>
    <sage:hasExampleQuery rdf:nodeID="Nd10c2b3741294d0db390fc2b993b64d5"/>
    <sage:hasExampleQuery rdf:nodeID="N750453402f7f40a6856e341680970a5e"/>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#SageDataset"/>
    <sage:hasExampleQuery rdf:nodeID="N8db1a0f1c2cb47a994717b87004fccbb"/>
    <sage:hasExampleQuery rdf:nodeID="N19d868f88cc24ca991e32dd25aa0fdfe"/>
    <sage:hasExampleQuery rdf:nodeID="N9b4cd9490d7a4f6e82f4d4e0dc8c023c"/>
    <sage:hasExampleQuery rdf:nodeID="Ne80b1ef82026407ab66e8de4286f1fca"/>
    <sage:hasExampleQuery rdf:nodeID="N2987694e00d743d8939c2169fa883128"/>
    <sage:hasExampleQuery rdf:nodeID="N92ba0e3bb2d1402d8ecf45a032233b3b"/>
    <dcterms:description>DBpedia dataset v2016-04</dcterms:description>
  </rdf:Description>
  <rdf:Description rdf:nodeID="Ne80b1ef82026407ab66e8de4286f1fca">
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;

SELECT ?city ?person ?name
WHERE {
  ?city a dbo:City;
        rdfs:label ?name.
  ?person a dbo:Person;
        rdfs:label ?name.
}
</rdf:value>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdfs:label>Famous people with the same name as a city</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:nodeID="Nd10c2b3741294d0db390fc2b993b64d5">
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix dbr: &lt;http://dbpedia.org/resource/&gt;
prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;

SELECT DISTINCT ?performer ?name WHERE {
  ?work dbo:writer dbr:Michael_Jackson;
    dbo:musicalArtist ?performer.
  OPTIONAL {
    ?performer rdfs:label ?name.
    FILTER LANGMATCHES(LANG(?name), "EN")
  }
}
</rdf:value>
    <rdfs:label>Bands Michael Jackson wrote a song for</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:nodeID="Ne7b21021bf59480cb92220f9bc40c3eb">
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix dc: &lt;http://purl.org/dc/terms/&gt;

SELECT ?actor ?cause
WHERE {
  ?actor dbo:deathCause ?cause.
  ?actor dc:subject &lt;http://dbpedia.org/resource/Category:American_male_film_actors&gt;
}
</rdf:value>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdfs:label>Death causes of male American actors</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:nodeID="Na0f54326375e4260b0998cc36d306b27">
    <rdfs:label>Artists influenced by Picasso</rdfs:label>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix dbr: &lt;http://dbpedia.org/resource/&gt;

CONSTRUCT {
  ?artist a dbo:Artist.
  ?artist dbo:birthDate ?date.
}
WHERE {
  ?artist dbo:influencedBy dbr:Pablo_Picasso.
  ?artist a dbo:Artist.
  ?artist dbo:birthDate ?date.
}
</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N5a56efd1bc3644e681c2a78b2275d96c">
    <rdf:value>PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX dbo: &lt;http://dbpedia.org/ontology/&gt;

SELECT ?actor ?movie
WHERE {
	?x a dbo:Actor;
        rdfs:label ?actor;
        dbo:spouse ?y.
  	?y a dbo:Film;
      rdfs:label ?movie.
}
</rdf:value>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdfs:label>Actors married to movies</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N2987694e00d743d8939c2169fa883128">
    <rdfs:label>Award ceremonies in Dutch speaking countries</rdfs:label>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix dbp: &lt;http://dbpedia.org/property/&gt;
prefix dbr: &lt;http://dbpedia.org/resource/&gt;

SELECT ?award WHERE {
  ?award a dbo:Award;
    dbp:country [ dbo:language dbr:Dutch_language ].
}
</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N19d868f88cc24ca991e32dd25aa0fdfe">
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;

SELECT DISTINCT ?book ?author
WHERE {
  ?book rdf:type dbo:Book;
    dbo:author ?author.
}
LIMIT 100
</rdf:value>
    <rdfs:label>Authors of books</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N1ea8ef46a1d64676aa17c2a1d7474886">
    <rdfs:label>Directors of movies starring Brad Pitt</rdfs:label>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;

SELECT ?movie ?title ?name WHERE {
?movie dbo:starring [ rdfs:label "Brad Pitt"@en ];
rdfs:label ?title;
dbo:director [ rdfs:label ?name ].
FILTER LANGMATCHES(LANG(?title), "EN")
FILTER LANGMATCHES(LANG(?name),  "EN")
}
</rdf:value>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N9b4cd9490d7a4f6e82f4d4e0dc8c023c">
    <rdfs:label>Belgian Software</rdfs:label>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;

SELECT ?software ?company WHERE {
  ?software dbo:developer ?company.
  ?company dbo:locationCountry [ rdfs:label "Belgium"@en ].
}
</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N11c1c4b9bdd0435e92940f67c9a588be">
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;

SELECT DISTINCT ?entity ?event
WHERE {
  ?entity a dbo:Event;
    rdfs:label ?event;
    ?predicate &lt;http://dbpedia.org/resource/Trentino&gt; .
  FILTER(langMatches(lang(?event), "EN"))
}
</rdf:value>
    <rdfs:label>Events that took place in the Trentino region</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N8db1a0f1c2cb47a994717b87004fccbb">
    <rdfs:label>Airports in Italy</rdfs:label>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix dbp: &lt;http://dbpedia.org/property/&gt;
prefix dbr: &lt;http://dbpedia.org/resource/&gt;

SELECT DISTINCT ?entity WHERE {
  ?entity a dbo:Airport;
    dbp:cityServed dbr:Italy.
}
</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:nodeID="N6c146743207c4f35afae0fcf900bd344">
    <rdf:value>prefix dbo: &lt;http://dbpedia.org/ontology/&gt;
prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
prefix dbp: &lt;http://dbpedia.org/property/&gt;

SELECT ?name ?deathDate WHERE {
  ?person a dbo:Artist;
    rdfs:label ?name;
    dbo:birthPlace [ rdfs:label "York"@en ].
  FILTER LANGMATCHES(LANG(?name),  "EN")
  OPTIONAL { ?person dbp:dateOfDeath ?deathDate. }
}
</rdf:value>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdfs:label>Artists born in York</rdfs:label>
  </rdf:Description>
</rdf:RDF>
