lodfe/config/datasets.php.example

17 lines
469 B
Text
Raw 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
2020-09-01 03:17:05 +09:00
'http' => [
'timeout' => 30,
]
2020-01-19 21:24:54 +09:00
],
*/
];