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.
For SPARQL endpoints; See original repository https://github.com/sparqlbuilder/metadata
For local Virtuoso;
- Unpack dist.tar.gz
- % cd dist
- % java -jar -Xmx1000m -Xms1000m -XX:-UseGCOverheadLimit VirtMetadata.jar -virt -ac endpointURL sbm sbm
- enter virtuoso jdbc port (to use default setting "jdbc:virtuoso://localhost:1111", just push return.) when asked.
- enter user id for virtuoso or just push return (default "dba") when asked
- enter password or just push return (default "dba") when asked
- wait for a while :)
- you can find sbm files in the folder "sbm"