This turorial is part of the RAP - Rdf API for PHP documentation.
RDF DB Utils is a new graphical user interface written by Gunnar AAstrand Grimnes for dealing with DbModels.
1. | Configuration |
2. | Connecting to a Database |
3. | Browse through a model |
4. | Querying a model |
5. | Adding statements/models |
The tool can be found in the tools directory under rdfdb-utils. You can specify your database settings in config.inc.php
.
Currently we support mysql and MsAccess databases. Example: use the settings
|
for the mysql-database rdf_db
running on localhost
.
You can create a new database connection or choose a connection that is specified in config.inc.php
.
You can browse through a selected model to view edit or delete statements.
To search in a model you can use RDQL or enter parts of the statement directly.
To add statements or models You can insert them manually or upload RDF files.