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 afn: <http://jena.hpl.hp.com/ARQ/function#>
|
||||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||||
|
|
||||||
SELECT DISTINCT <collation-fragment> ?subclass </collation-fragment>
|
SELECT DISTINCT <collation-fragment> ?subclass </collation-fragment>
|
||||||
?authorship
|
?authorship
|
||||||
?person ?personName WHERE {
|
?person ?personName WHERE {
|
||||||
?subject ?property ?authorship
|
?subject ?property ?authorship
|
||||||
|
@ -22,7 +22,8 @@
|
||||||
?subclass rdfs:subClassOf foaf:Person
|
?subclass rdfs:subClassOf foaf:Person
|
||||||
}
|
}
|
||||||
</collation-fragment>
|
</collation-fragment>
|
||||||
} ORDER BY <collation-fragment> ?subclass </collation-fragment> ?rank ?personName
|
}
|
||||||
|
} ORDER BY <collation-fragment> ?subclass </collation-fragment> ?rank ?personName
|
||||||
</query-select>
|
</query-select>
|
||||||
|
|
||||||
<query-construct>
|
<query-construct>
|
||||||
|
|
Loading…
Add table
Reference in a new issue