Class | Description |
---|---|
JsonFetcher | |
SparqlBasedFetcher |
A simple
Fetcher for SPARQL that tries to get triples from a SPARQL
endpoint using the query "SELECT ?s ?p ?o\r\nWHERE {\r\nGRAPH ?g {\r\n?s ?p ?o\r\n}} ". |
SparqlBasedFetcher.SelectedTriplesIterator | |
SparqlDatasetFetcher |
A simple
Fetcher for SPARQL that tries to get DataSets from a SPARQL
endpoint using the query . |
SparqlDatasetFetcher.SelectedTriplesIterator |
Copyright © 2017–2020. All rights reserved.