Skip to content

Commit bc6081c

Browse files
committed
sample query: Removed superfluous prefixes
1 parent 3105dce commit bc6081c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

res/sample-queries/count-projects.sparql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

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#>
85
PREFIX okh: <http://w3id.org/oseg/ont/okh#>
9-
PREFIX otrl: <http://purl.org/oseg/ontologies/OTRL#>
106

117
# Count all projects (aka modules)
128
SELECT (COUNT(*) AS ?count)

0 commit comments

Comments
 (0)