Search for a command to run...
You can obtain several statistics on an RDF dataset through a given SPARQL endpoint, such as the number of classes and properties. This tool can generate SPARQL Builder Metadata (SBM), which has been derived from VoID. $ java -jar ./TripleDataProfiler.jarNeeds arguments: [-ep <Endpoint URL>|-gn <Named Graph Name(s)>|-agn <Named Graph Name(s)>|-k <APIkey>|-w <wait time>|-timeout <timeout period>|-sbm|-get|-s]----- -ep <URL>: a target SPARQL endpoint URL. -gn <Named Graph Name(s): graph name(s) to be considered -agn <Named Graph Name(s): graph name(s) to be ignored -k <APIkey>: an API Key for an Endpoint that requires it. -w <wait time>: a wait time between queries in milli seconds. Default time is 333 mSecs. -timeout <timeout period>: a timeout period for a query in seconds. Default is 900 Secs (=15 Mins). -sbm: a flag to output in the SBM format. -get: use the HTTP GET method to access the SPARQL endpoint. Default is false (i.e., use the HTTP POST method). -s: a flag to print nothing during crawling. -proxy_host <proxy host name>. -proxy_port <proxy port number>. -custom_endpoint <customized endpoint url> : SPARQL endpoint URL to be included for the sd:endpoint property. This Tool uses Apache Jena libraries (https://jena.apache.org/).