com.bigdata.rdf.sparql.ast.eval.fts-variableInjectionFailing.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
PREFIX fts:
SELECT ?res ?searchTerm WHERE {
?p ?searchTerm .
SERVICE {
?res fts:search ?searchTerm .
?res fts:endpoint "http://localhost:8983/solr/solrtest/select" .
?res fts:endpointType "SOLR" .
?res fts:params "fl=uri" .
?res fts:searchField "uri" .
?res fts:searchResultType "URI" .
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy