Skip to content
Snippets Groups Projects
Marcel Nellesen's avatar
Marcel Nellesen authored
Update: Refactor GetTriples

See merge request coscine/cs/metadata!33
e2024e23
History

Metadata Library

Includes a simple wrapper and helper functions for virtuoso, usinf dotNetRdf.

Also includes an executable to add rdf (turtle) files to the local virtuoso.

Add rdf files to you virtuoso by calling Metadata.cmd.exe file1.ttl file2.ttl file3.ttl. New graphs will be added automatically and existing will be overwritten.

Building

Build this project by running either the build.ps1 or the build.sh script. The project will be build and tested.