We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3105dce commit bc6081cCopy full SHA for bc6081c
res/sample-queries/count-projects.sparql
@@ -2,11 +2,7 @@
2
#
3
# SPDX-License-Identifier: Unlicense
4
5
-PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
6
-PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
7
-PREFIX ods: <http://w3id.org/oseg/ont/ods#>
8
PREFIX okh: <http://w3id.org/oseg/ont/okh#>
9
-PREFIX otrl: <http://purl.org/oseg/ontologies/OTRL#>
10
11
# Count all projects (aka modules)
12
SELECT (COUNT(*) AS ?count)
0 commit comments