We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
okh:name
rdfs:label
1 parent adb6642 commit f629292Copy full SHA for f629292
1 file changed
res/sample-queries/list-projects.sparql
@@ -14,7 +14,7 @@ PREFIX ohloom: <https://gitlab.com/OSEGermany/ohloom/1.0.0#>
14
SELECT ?name ?license
15
WHERE {
16
?subject rdf:type okh:Module ;
17
- rdfs:label ?name ;
+ okh:name ?name ;
18
ods:license ?license
19
}
20
LIMIT 100
0 commit comments