Project:SPARQL/examples: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<sparql tryit="1" list="1"> #defaultView:Map PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/> SELECT * WHERE { ?item wbt:P1 ?class ; } </sparql>") |
No edit summary |
||
Line 1: | Line 1: | ||
== Counts of classes == | |||
<sparql tryit="1" list="1"> | <sparql tryit="1" list="1"> | ||
#defaultView:Map | #defaultView:Map |
Revision as of 12:28, 14 September 2020
Counts of classes
The following query uses these:
#defaultView:Map
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
SELECT * WHERE {
?item wbt:P1 ?class ;
}