Main Page

From tmp-18769876427228
Jump to navigation Jump to search
CRM4WB sandbox
This is a temporal instance to explore the implementation of CIDOC-CRM for Wikibase, learn how to use and identify future refinements.

About this site

This is a development site for the Very Small GLAM initiative to compose a museology solution for small entities. At the moment it implements CIDOC-CRM but it will be extended with other vocabularies to fit the use case of the Digital Film Documentation Center of Almería developed by LaOficina Producciones Culturales.

This site have 419 entries. entries.

Where to start

Is this a permanent Wikibase instance?

No. This is a development site. Be cautious. There also another temporal sites for development. They can (and probably be) deleted after some testing. Because the nature of Wikibase (essentially: we can't modify the datatype of a created property) we choose to test the workflow and tooling in clean systems. This could be change in the future.

At the time of writing this, the most recent instance implements 500 properties, including CRM CIDOC and the extensions CRMdig, CRMsci, CRMarchaeo and LRMoo.

Query examples

Collections:

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <https://tmp-18769876427228.wikibase.cloud/entity/>
PREFIX wdt: <https://tmp-18769876427228.wikibase.cloud/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:P176 wd:Q59.
}

Try it!


Persons:

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wd: <https://tmp-18769876427228.wikibase.cloud/entity/>
PREFIX wdt: <https://tmp-18769876427228.wikibase.cloud/prop/direct/>

SELECT ?E21_Person ?E21_PersonLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,es". }
  ?E21_Person wdt:P176 wd:Q14.
}

Try it!


CRM types in use:

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wd: <https://tmp-18769876427228.wikibase.cloud/entity/>
PREFIX wdt: <https://tmp-18769876427228.wikibase.cloud/prop/direct/>
SELECT DISTINCT ?P2_has_type ?P2_has_typeLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,es". }
  ?E21_Person wdt:P176 ?P2_has_type. 
}

Try it!


Registered human objects:

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 ?E22_Human_Made_Object ?E22_Human_Made_ObjectLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
  ?E22_Human_Made_Object wdt:P176 wd:Q15.
}

Try it!


Contact

If you are interested, you can reach the system administrator Ismael Olea by any medium.