# Generated from lid://dbpedia.org/rdfs:label/Earth@en?_action=debug
# This query would be sent to https://dbpedia.org/sparql/

CONSTRUCT {
  ?s <http://www.w3.org/2000/01/rdf-schema#label> "Earth"@en .
}
WHERE {
  SELECT DISTINCT ?s
  WHERE {
    ?s <http://www.w3.org/2000/01/rdf-schema#label> "Earth"@en .
  }
}

Back to the main page.