On 12/4/12 5:48 AM, Przemyslaw Misiuda wrote:
Hi
When I execute
|"SELECT DISTINCT ?g WHERE { GRAPH ?g {?s ?p ?o} }"
on DBpedia, result contains entries like:
| - b3sonto,
- b3sifp,
- dbprdf-label,
- virtrdf-label
- facets
which seems to be invalid URI
Best Regards
Przemek Misiuda
On 12/12/12 11:20 AM, Gregory Williams wrote:
On Dec 12, 2012, at 7:24 AM, Kingsley Idehen wrote:
The problem is that these graphs are purpose specific. For instance, they don't have
anything to do with DBpedia, they are installed by for use by our Faceted Browser
(re. ). Basically, this is w
On Dec 12, 2012, at 7:24 AM, Kingsley Idehen wrote:
> The problem is that these graphs are purpose specific. For instance, they
> don't have anything to do with DBpedia, they are installed by for use by our
> Faceted Browser (re. ). Basically, this is where it gets confusing
> since we have two
On 12/11/12 1:47 PM, Kingsley Idehen wrote:
>> - b3sonto,
>> - b3sifp,
>> - dbprdf-label,
>> - virtrdf-label
>> - facets
Each of the above has an identifier in the form:
, , , , and .
You can copy or move triples from graphs denoted with the identifiers
above to your own purpose specif
>> - b3sonto,
>> - b3sifp,
>> - dbprdf-label,
>> - virtrdf-label
>> - facets
Each of the above has an identifier in the form:
, , , , and .
You can copy or move triples from graphs denoted with the identifiers
above to your own purpose specific IRIs if required for your own usage
scena
Hugh
The SPARQL specification specifically says the following:
"A SPARQL query is executed against an RDF Dataset which represents a
collection of graphs. An RDF Dataset comprises one graph, the default
graph, which does not have a name, and zero or more named graphs, where
each named graph is id
Hi Przemek,
In what way to you consider them invalid ? As a RDF Graph name can be whatever
one chooses, it does not have to be an actual URI resolvable or not , even if
it is generally recommended in the context of Linked Data ...
Best Regards
Hugh Williams
Professional Services
OpenLink Softw
Hi
When I execute
|"SELECT DISTINCT ?g WHERE { GRAPH ?g {?s ?p ?o} }"
on DBpedia, result contains entries like:
| - b3sonto,
- b3sifp,
- dbprdf-label,
- virtrdf-label
- facets
which seems to be invalid URI
Best Regards
Przemek Misiuda
---