<?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="N1f23988dea164799bac0fe7f18390a62">
    <rdfs:label>Devices with the same OS as the Raspberry Pi</rdfs:label>
    <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 ?device WHERE {
  dbr:Raspberry_Pi dbp:os ?operatingSystem.
  ?device a dbo:Device;
    dbp:os ?operatingSystem.
  FILTER (?device != dbr:Raspberry_Pi)
}
</rdf:value>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://soyez-sage.univ-nantes.fr">
    <sage:hasExampleQuery rdf:nodeID="Ne2e8434c500a4afa93386ec478ec43b7"/>
    <void:feature rdf:resource="http://www.w3.org/ns/formats/SPARQL_Results_XML"/>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#SageDataset"/>
    <void:feature rdf:resource="http://www.w3.org/ns/formats/SPARQL_Results_JSON"/>
    <void:distinctSubjects rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">31400013</void:distinctSubjects>
    <foaf:homepage rdf:resource="http://soyez-sage.univ-nantes.fr"/>
    <sd:endpoint rdf:resource="http://soyez-sage.univ-nantes.fr"/>
    <hydra:entrypoint rdf:resource="http://soyez-sage.univ-nantes.fr"/>
    <hydra:itemsPerPage rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2000</hydra:itemsPerPage>
    <void:distinctObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">151669330</void:distinctObjects>
    <sage:hasExampleQuery rdf:nodeID="N1f23988dea164799bac0fe7f18390a62"/>
    <void:properties rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">60246</void:properties>
    <dcterms:title>dbpedia-2015-04en</dcterms:title>
    <void:triples rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">398216004</void:triples>
    <sage:quota rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">75</sage:quota>
    <dcterms:description>DBpedia dataset v2015-04 (english version)</dcterms:description>
  </rdf:Description>
  <rdf:Description rdf:nodeID="Ne2e8434c500a4afa93386ec478ec43b7">
    <rdf:value>prefix yago: &lt;http://dbpedia.org/class/yago/&gt;

SELECT ?person
WHERE {
  ?person a yago:Carpenters, yago:PeopleExecutedByCrucifixion.
}
</rdf:value>
    <rdf:type rdf:resource="http://sage.univ-nantes.fr/sage-voc#ExampleQuery"/>
    <rdfs:label>Carpenters killed by crucifixion</rdfs:label>
  </rdf:Description>
</rdf:RDF>
