426
edits
No edit summary |
|||
Line 16: | Line 16: | ||
=== Example Queries on collections === | === Example Queries on collections === | ||
==== Get the total number of curatorial objects ==== | ==== Get the total number of curatorial objects ==== | ||
This query gives the total amount of | This query gives the total amount of specimens: | ||
{{SPARQL2|query= | {{SPARQL2|query= | ||
PREFIX lc: <http://latimer-core. | PREFIX lc: <http://latimer-core.wikibase.cloud/entity/> | ||
PREFIX lct: <http://latimer-core. | PREFIX lct: <http://latimer-core.wikibase.cloud/prop/direct/> | ||
PREFIX lcs: <http://latimer-core. | PREFIX lcs: <http://latimer-core.wikibase.cloud/entity/statement/> | ||
PREFIX lcp: <http://latimer-core. | PREFIX lcp: <http://latimer-core.wikibase.cloud/prop/> | ||
PREFIX lcq: <http://latimer-core. | PREFIX lcq: <http://latimer-core.wikibase.cloud/prop/qualifier/> | ||
PREFIX lcps: <http://latimer-core. | PREFIX lcps: <http://latimer-core.wikibase.cloud/prop/statement/> | ||
SELECT ?item ?itemLabel ?measfact ?value ?unit | SELECT ?item ?itemLabel ?measfact ?value ?unit | ||
Line 47: | Line 47: | ||
{{SPARQL2|query= | {{SPARQL2|query= | ||
PREFIX lc:<http://latimer-core. | PREFIX lc:<http://latimer-core.wikibase.cloud/entity/> | ||
PREFIX lct:<http://latimer-core. | PREFIX lct:<http://latimer-core.wikibase.cloud/prop/direct/> | ||
SELECT ?method ?methodLabel WHERE { | SELECT ?method ?methodLabel WHERE { |