NIHVIVO-1879 Fix syntax error in query.

This commit is contained in:
rjy7 2011-03-03 20:58:52 +00:00
parent a377314e5b
commit 8a45a8a3a1

View file

@ -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>