Alexander Sidorov wrote:
Hello!
Does bif:contains support relevance? Can I order query results
according to bif:contains?
Regards,
Alexander
As per prior post (last week):
## Full Text Score
## Entity Rank
## Surfaced via SPARQL
SELECT ?s ?sc ( (?s) ) as ?Rank
WHERE { ?s ?p ?o .
?o bif
Alexander Sidorov wrote:
> Hello!
>
> Does bif:contains support relevance? Can I order query results according to
> bif:contains?
>
Yes you can :) - basic syntax is:
select * where {
?s ?p ?o . ?o bif:contains 'some and thing' option (score
?relevanceScore )
}
ORDER BY ?relevanceScore
regar
Jürgen Jakobitsch wrote:
hi,
is there a possibility to define multiple inference graphs for a sparql query?
say, i have one graph with urn:inference:skos rules and one for
urn:inference:owl
and i'd like to do a sparql query like
define input:inference "urn:inference:skos"
define input:infer
Hello!
Does bif:contains support relevance? Can I order query results according to
bif:contains?
Regards,
Alexander
hi,
is there a possibility to define multiple inference graphs for a sparql query?
say, i have one graph with urn:inference:skos rules and one for
urn:inference:owl
and i'd like to do a sparql query like
define input:inference "urn:inference:skos"
define input:inference "urn:inference:owl"
SEL
Hi Piero,
The following document provides steps to load the latest DBpedia datasets
into Virtuoso using the Virtuoso Bulk loading scripts we now provide:
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoaderExampleDbpedia
This is the method used for loading the cur