"Public Domain Day" Posters en derechoaleer


Recursos

wikidata

consulta para https://query.wikidata.org

 PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> 
 PREFIX wikibase: <http://wikiba.se/ontology#>
 PREFIX wd: <http://www.wikidata.org/entity/> 
 PREFIX wdt: <http://www.wikidata.org/prop/direct/>
 prefix bd: <http://www.bigdata.com/rdf#>

 SELECT ?h ?hLabel ?date WHERE {
    ?h wdt:P31 wd:Q5 .
    ?h wdt:P570 ?date .
    ?h wdt:P27 wd:Q414 . # P27: citizenship Q414: Argentina
    FILTER (?date < "1946-01-01T00:00:00Z"^^xsd:dateTime)
    FILTER (?date > "1945-01-01T00:00:00Z"^^xsd:dateTime)

   SERVICE wikibase:label {
     bd:serviceParam wikibase:language "es" .
    }
  } LIMIT 50

wikipedia

buscar por categoria:

http://en.wikipedia.org/w/index.php?title=Category:<poner el año aqui>_deaths

por ejemplo, entran en dominio público en 2013 los fallecidos en 1942:

http://en.wikipedia.org/w/index.php?title=Category:1942_deaths

Public Domain Rank

http://publicdomainrank.org/

más info sobre el proyecto -> http://www.technologyreview.es/blog/post.aspx?bid=359&bpid=30797

dbpedia

ejemplos de querys:

por categorias

ejemplos de categorias:

  • 20th-century_philosophers
  • Nobel_laureates_in_Physics
  • Nobel_laureates_in_Literature
  • Nobel_laureates_in_Economics
  • Nobel_laureates_in_Chemistry
  • Nobel_laureates_in_Physiology_or_Medicine
  • Nobel_laureates_in_Peace

query:

SELECT DISTINCT ?a WHERE {
?a dcterms:subject category:????_deaths;
   dcterms:subject category:???????} LIMIT 1000

por "ontologia"

http://wiki.dbpedia.org/Ontology - http://dbpedia.org/ontology/ - http://mappings.dbpedia.org/server/ontology/classes/

ejemplos:

  • Writer
  • Actor
  • Artist
  • MusicalArtist
  • ComicsCreator
  • Architect
  • Celebrity
  • Journalist
  • Philosopher
  • President
  • Politician

query:

SELECT DISTINCT ?a WHERE {
?a dcterms:subject category:????_deaths;
   rdf:type dbpedia-owl:????} LIMIT 1000

por "field"

ejemplo:

  • Painting
  • Illustration

query:

SELECT DISTINCT ?a WHERE {
?a dcterms:subject category:????_deaths;
   dbpprop:field dbpedia:????} LIMIT 1000

o

SELECT DISTINCT ?a WHERE {
?a dcterms:subject category:????_deaths;
   dbpedia-owl:field dbpedia:???? } LIMIT 1000

otra opcion

SELECT DISTINCT ?a WHERE {
?a dcterms:subject category:1944_deaths .
?a dbpprop:cartoonist ?loquesea } LIMIT 1000

lugar de nacimiento:

ejemplo:

  • Argentina
  • Uruguay

(probar en ingles también)

query:

SELECT DISTINCT ?a WHERE {
?a dcterms:subject category:???_deaths;
   dbpprop:birthPlace dbpedia:Argentina} LIMIT 1000

(visto en http://www.mail-archive.com/okfn-discuss@lists.okfn.org/msg02826.html)

varios


Recursos 2013


'preseleccionados' para 2013