lodfe/config/datasets.php.example

14 lines
410 B
Text
Raw Permalink Normal View History

2020-01-19 21:24:54 +09:00
<?php
return [
/*
'sample_dataset' => [
'host_name' => '' // (optional) The host name of this server if differ from resource URI
'resource_uri' => 'https://example.com/resource/{id}',
'html_uri' => 'https://example.com/page/{id}',
'data_uri' => 'https://example.com/data/{id}',
'endpoint' => 'https://example.com/query', // SPARQL endpoint URI
],
*/
];