Closed GoogleCodeExporter closed 9 years ago
the virtuoso configuration is only allowing for 10,000 entries, so we are
trying :
select distinct ?label ?characteristic where{
?a
<http://escience.rpi.edu/ontology/semanteco/2/0/pollution.owl#hasCharacteristic>
?characteristic .
OPTIONAL {?characteristic <http://www.w3.org/2000/01/rdf-schema#label> ?label .}
}
to resolve.
Original comment by apse...@gmail.com
on 28 Nov 2012 at 6:32
running the following in screen:
apseyed@was:/opt/virtuoso/bin$ ./isql 1111 dba dba < ~/get-char.txt >
~/output.txt
where:
$ cat get-char.txt
sparql
select distinct ?label ?characteristic where{
?a
<http://escience.rpi.edu/ontology/semanteco/2/0/pollution.owl#hasCharacteristic>
?characteristic .
OPTIONAL {?characteristic <http://www.w3.org/2000/01/rdf-schema#label> ?label .}
}
;
Original comment by apse...@gmail.com
on 28 Nov 2012 at 7:16
Original comment by apse...@gmail.com
on 29 Nov 2012 at 1:21
was resolved by running the query locally with isql.
Original comment by apse...@gmail.com
on 1 Dec 2012 at 5:15
Original issue reported on code.google.com by
apse...@gmail.com
on 28 Nov 2012 at 7:47