/metadata

Primary LanguageJavaApache License 2.0Apache-2.0

metadata

A Java library that manages SPARQL Builder Metadata (SBM; http://www.sparqlbuilder.org/doc/) that describes a profile of SPARQL Endpoint for SPARQL Builder (http://www.sparqlbuilder.org). This library includes a crawler that obtains the SBM by querying a set of SPARQL queries.

#Usage of the SPARQL Builder metadata crawler

% java org.sparqlbuilder.metadata.crawler.sparql.RDFsCrawlerImpl [options]

[options]

  1. to print a list of graphURIs
    -g endpointURL
  2. to crawl whole data in the endpoint
    -ac endpointURL crawlName outputFileName
  3. to crawl the specified graph in the endpoint
    -gc endpointURL crawlName graphURI outputFileName

    4. to crawl the default named graph in the endpoint
    -d endpointURL crawlName outputFileName