NIHVIVO-1735 and NIHVIVO-1753 bugfixes for baseOntModel setup and initial reasoning (merge from 1.2 maint branch)
This commit is contained in:
parent
3a5a01ee57
commit
df8628b47a
3 changed files with 308 additions and 259 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue