I have a number of triples loaded into my Virtuoso Open Source server via a
set of sitemap.xml files.
When I run this SPARQL query
SELECT ?g count(*) WHERE {GRAPH ?g {?s ?p ?o} }
I get a list where each URI is a separate graph of the form
http://lod.taxonconcept.org/ses/DLLyJ.rdf
Is there a way to take all the uri's like
http://lod.taxonconcept.org/ses/*
and assign them to one graph <urn:org:taxonconcept:dataspace:species>
Then take all those of the form
http://lod.geospecies.org/ocs/*
and assign them to another different
graph <urn:org:taxonconcept:dataspace:occurrences>
and so on?
Thanks!
- Pete
----------------------------------------------------------------
Pete DeVries
Department of Entomology
University of Wisconsin - Madison
445 Russell Laboratories
1630 Linden Drive
Madison, WI 53706
GeoSpecies Knowledge Base
About the GeoSpecies Knowledge Base
------------------------------------------------------------