Import Sample Data
A sample TriG file containing pre-populated Concepts and Collections is available for bootstrapping a local environment.
Download concepts-collections.trig
Import into GraphDB
Section titled “Import into GraphDB”- Open your GraphDB instance (default: http://localhost:7200)
- Navigate to Import → RDF
- Upload the downloaded
.trigfile - Select your repository and confirm the import
Verify the import
Section titled “Verify the import”After import, run the following SPARQL query in GraphDB to check that data landed in the correct graph:
SELECT (COUNT(*) AS ?count)WHERE { GRAPH <concepts/definitions> { ?s ?p ?o }}A non-zero result confirms that Concepts and Collections were imported successfully.