SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
15.
14. Búsqueda de ciudades donde
hablan español
SELECT DISTINCT ?ciudad ?nombre WHERE{
?ciudad skos:subject
<http://dbpedia.org/resource/Category:Spanish-
speaking_countries>.
?ciudad rdfs:label ?nombre .
}
16.
15. Listado de Personas que trabajan
en el museo
SELECT * WHERE {
?subject skos:subject
<http://dbpedia.org/resource/Category:Museum_people
>.
}
17.
16. Listado de Personas dedicadas a la
tecnología de la información
SELECT * WHERE {
?subject skos:subject
<http://dbpedia.org/resource/Category:People_in_information_technology>.
}
18.
17. Búsqueda de obras de Comedia
SELECT ?Obra ?descripcion
WHERE { ?Obra skos:subject <http://dbpedia.org/resource/Category:Comedy>
OPTIONAL {
?Obra rdfs:comment ?descripcion.
FILTER (LANG(?descripcion) = 'de') .
}
}
19.
18. Búsqueda de obras de Romance
SELECT ?Obra ?descripcion
WHERE { ?Obra skos:subject <http://dbpedia.org/resource/Category:Romance>
OPTIONAL {
?Obra rdfs:comment ?descripcion.
FILTER (LANG(?descripcion) = 'de') .
}
}
22.
21. Listado de Científicos
Computacionales
SELECT DISTINCT *
WHERE {
?Cientificos skos:subject
<http://dbpedia.org/resource/Category:Computer_scientist
s> .
}
23.
22. Búsqueda de escuelas bíblicas
SELECT DISTINCT *
WHERE {
?Cientificos skos:subject
<http://dbpedia.org/resource/Category:Biblical_scholars>
.
}
24.
23. Búsqueda de información de
Windows
SELECT DISTINCT *
WHERE {
?Informacion_Windows skos:subject
<http://dbpedia.org/resource/Category:Microsoft_Windows> .
}
25.
24. Listado de personas importantes
de las naciones Unidas
SELECT DISTINCT *
WHERE {
?Personas skos:subject
<http://dbpedia.org/resource/Category:United_Nations_officials> .
}
26.
25. Listado de Actores
SELECT DISTINCT *
WHERE {
?Personas skos:subject
<http://dbpedia.org/resource/Category:Television_actors>
.
}
0 likes
Be the first to like this
Views
Total views
2,284
On SlideShare
0
From Embeds
0
Number of Embeds
1
You have now unlocked unlimited access to 20M+ documents!
Unlimited Reading
Learn faster and smarter from top experts
Unlimited Downloading
Download to take your learnings offline and on the go
You also get free access to Scribd!
Instant access to millions of ebooks, audiobooks, magazines, podcasts and more.
Read and listen offline with any device.
Free access to premium services like Tuneln, Mubi and more.