tao-test/app/tao/config/default/NamespaceHelper.conf.php

15 lines
268 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
/**
* Default config header created during install
*/
return new oat\tao\helpers\NamespaceHelper([
'namespaces' => [
LOCAL_NAMESPACE
/**
* @Sample
* 'https://tao.docker.localhost/ontologies/tao.rdf'
*/
]
]);