This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Stardog commands and the output for RDF validation example | |
# First create the Stardog database and load data | |
$ ./stardog-admin db create -n sota sota-data.ttl | |
Bulk loading data to new database. | |
Loading data completed...Loaded 25 triples in 00:00:00 @ 0.4K triples/sec. | |
Successfully created database 'sota'. | |
# Then add the constraints to the database |