NIHVIVO-1879 Fix syntax error in query.
This commit is contained in:
parent
a377314e5b
commit
8a45a8a3a1
1 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
|
||||
SELECT DISTINCT <collation-fragment> ?subclass </collation-fragment>
|
||||
SELECT DISTINCT <collation-fragment> ?subclass </collation-fragment>
|
||||
?authorship
|
||||
?person ?personName WHERE {
|
||||
?subject ?property ?authorship
|
||||
|
@ -21,8 +21,9 @@
|
|||
OPTIONAL { ?person a ?subclass .
|
||||
?subclass rdfs:subClassOf foaf:Person
|
||||
}
|
||||
</collation-fragment>
|
||||
} ORDER BY <collation-fragment> ?subclass </collation-fragment> ?rank ?personName
|
||||
</collation-fragment>
|
||||
}
|
||||
} ORDER BY <collation-fragment> ?subclass </collation-fragment> ?rank ?personName
|
||||
</query-select>
|
||||
|
||||
<query-construct>
|
||||
|
|
Loading…
Add table
Reference in a new issue