query-ae8b56ed0746669724ec9a8257d21b70
Endpoints SPARQL federados con WDSPARQL_Federation_endpointsotros: http://vocab.getty.edu/sparql.jsonGetty Vocabularies: https://sophox.org/sparqlOSM/Sophox: http://sparql.europeana.eu/Europeana: http://datos.bne.es/sparqlDatos BNE: https://linkedopendata.eu/The EU Knowledge Graph: Instancia wikibase: )whitelist.txt(ojo a este listado: Ejemplo de consulta federada
Use at
- https://query.wikidata.org/sparql
prefix lodp: <https://linkedopendata.eu/prop/direct/>
prefix lode: <https://linkedopendata.eu/entity/>
SELECT ?program ?programtype WHERE {
service <https://query.linkedopendata.eu/sparql> {
?program lodp:P32 lode:Q7 ;
lodp:P579160 ?programtype .
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?program"):::projected
v2("?programtype"):::projected
c3([https://linkedopendata.eu/entity/Q7]):::iri
subgraph s1["https://query.linkedopendata.eu/sparql"]
style s1 stroke-width:4px;
v1 --https://linkedopendata.eu/prop/direct/P32--> c3
v1 --https://linkedopendata.eu/prop/direct/P579160--> v2
end