Jump to content

Main Page: Difference between revisions

From wikibase
 
Line 52: Line 52:
SELECT ?E78_Curated_Holding ?E78_Curated_HoldingLabel WHERE {
SELECT ?E78_Curated_Holding ?E78_Curated_HoldingLabel WHERE {
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,es". }
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,es". }
   ?E78_Curated_Holding wdt:P176 wd:Q59.
   ?E78_Curated_Holding wdt:P1 wd:Q87.
}
}
</sparql>
</sparql>

Latest revision as of 19:00, 10 February 2026

MediaWiki has been installed.

Consult the User's Guide for information on using the wiki software.

Getting started

[edit | edit source]


Listados

[edit | edit source]

Consultas de ejemplo

[edit | edit source]

Personas registradas

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wb: <https://grafo.laoficinacultural.org/entity/>
PREFIX wbt: <https://grafo.laoficinacultural.org/prop/direct/>

SELECT ?E21_Person ?E21_PersonLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en,es". }
  ?E21_Person wbt:P1 wb:Q42.
}

Try it!


tipos en uso:

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wb: <https://grafo.laoficinacultural.org/entity/>
PREFIX wbt: <https://grafo.laoficinacultural.org/prop/direct/>

SELECT ?tipos ?tiposLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,es,en".}
  ?tipos wbt:P1 wb:Q68.
}

Try it!


Collections:

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wb: <https://grafo.laoficinacultural.org/entity/>
PREFIX wbt: <https://grafo.laoficinacultural.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>

SELECT ?E78_Curated_Holding ?E78_Curated_HoldingLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,es". }
  ?E78_Curated_Holding wdt:P1 wd:Q87.
}

Try it!