dev-master
9999999-devToolset which eases access to Virtuoso's hidden gems
MIT
The Requires
- ext-pdo_odbc *
- symfony/console ~2.3
- php ~5.4
The Development Requires
rdf virtuoso triplestore
Wallogit.com
2017 © Pedro Peláez
Toolset which eases access to Virtuoso's hidden gems
This package is for you if you need to administer the server, bulk-load large amounts of data, etc., but you don't want to mess with Virtuoso/PL syntax., (*1)
This package is not for you if you just need to store and retrieve data from triplestore. Virtuoso is SPARQL-compliant and you can use EasyRDF or any other client., (*2)
The recommended way to install virtuoso-tools is through composer. Just create a composer.json file and
run the php composer.phar install command to install it:, (*3)
{
"require": {
"gridsby/virtuoso-tools": "dev-master"
}
}
Type ./vendor/bin/virtuoso-import list to get list of supported commands., (*4)
Documentation on usage of tools and programmatic usage of library is coming soon., (*5)
virtuoso-tools is licensed under the MIT license., (*6)
Toolset which eases access to Virtuoso's hidden gems
MIT
rdf virtuoso triplestore