NIHVIVO-1735 and NIHVIVO-1753 bugfixes for baseOntModel setup and initial reasoning (merge from 1.2 maint branch)

This commit is contained in:
bjl23 2011-01-16 21:25:05 +00:00
parent 3a5a01ee57
commit df8628b47a
3 changed files with 308 additions and 259 deletions

View file

@ -38,9 +38,9 @@ PREFIX <%=prefixText%>: <<%=urlText%>><%}}%>
SELECT ?geoLocation ?label
WHERE
{
GRAPH ?g{
?geoLocation rdf:type core:GeographicLocation .
OPTIONAL { ?geoLocation rdfs:label ?label } .
GRAPH ?g {
?geoLocation rdf:type core:GeographicLocation
OPTIONAL { GRAPH ?h { ?geoLocation rdfs:label ?label } }
}
}
LIMIT 20