added missing prefixes to query
This commit is contained in:
parent
294cc3bb87
commit
d4d353d4b0
1 changed files with 3 additions and 0 deletions
|
@ -432,6 +432,9 @@
|
|||
</query-base>
|
||||
|
||||
<query-collated>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
|
||||
SELECT DISTINCT ?subclass
|
||||
?role (afn:localname(?role) AS ?roleName)
|
||||
?roleLabel ?roleTypeLabel
|
||||
|
|
Loading…
Add table
Reference in a new issue