Skip to content

Commit f629292

Browse files
committed
samples: list-projects: Uses okh:name, not rdfs:label [fix]
1 parent adb6642 commit f629292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/sample-queries/list-projects.sparql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PREFIX ohloom: <https://gitlab.com/OSEGermany/ohloom/1.0.0#>
1414
SELECT ?name ?license
1515
WHERE {
1616
?subject rdf:type okh:Module ;
17-
rdfs:label ?name ;
17+
okh:name ?name ;
1818
ods:license ?license
1919
}
2020
LIMIT 100

0 commit comments

Comments
 (0)