@@ -440,42 +440,42 @@ WHERE
440440 dct:title "LinkedDataHub" ;
441441 ldh:origin <https://localhost:4443> ;
442442 ldt:ontology <https://localhost:4443/ns#> ;
443- ldt:service <services/linkeddatahub /end-user/#this> ;
443+ ldt:service <services/root /end-user/#this> ;
444444 lapp:adminApplication <apps/linkeddatahub/admin/#this> ;
445445 lapp:frontendProxy <http://varnish-frontend:6060/> ;
446446 lapp:public true .
447447
448448}
449449
450- <apps/linkeddatahub /admin/>
450+ <apps/root /admin/>
451451{
452452
453- <apps/linkeddatahub /admin/> a dh:Item ;
453+ <apps/root /admin/> a dh:Item ;
454454 sioc:has_container <apps/> ;
455- dct:title "LinkedDataHub admin" ;
455+ dct:title "Root admin" ;
456456 foaf:primaryTopic <apps/linkeddatahub/admin/#this> .
457457
458458 <apps/linkeddatahub/admin/#this> a lapp:Application, lapp:AdminApplication ;
459- dct:title "LinkedDataHub admin" ;
459+ dct:title "Root admin" ;
460460 ldh:origin <https://admin.localhost:4443> ;
461461 ldt:ontology <https://w3id.org/atomgraph/linkeddatahub/admin#> ;
462- ldt:service <services/linkeddatahub /admin/#this> ;
462+ ldt:service <services/root /admin/#this> ;
463463 ac:stylesheet <static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/admin/layout.xsl> ;
464464 lapp:endUserApplication <apps/linkeddatahub/end-user/#this> ;
465465 lapp:frontendProxy <http://varnish-frontend:6060/> .
466466
467467}
468468
469- <services/linkeddatahub /end-user/>
469+ <services/root /end-user/>
470470{
471471
472- <services/linkeddatahub /end-user/> a dh:Item ;
472+ <services/root /end-user/> a dh:Item ;
473473 sioc:has_container <services/> ;
474- dct:title "LinkedDataHub service" ;
475- foaf:primaryTopic <services/linkeddatahub /end-user/#this> .
474+ dct:title "Root service" ;
475+ foaf:primaryTopic <services/root /end-user/#this> .
476476
477- <services/linkeddatahub /end-user/#this> a sd:Service ;
478- dct:title "LinkedDataHub service" ;
477+ <services/root /end-user/#this> a sd:Service ;
478+ dct:title "Root service" ;
479479 sd:supportedLanguage sd:SPARQL11Query, sd:SPARQL11Update ;
480480 sd:endpoint <http://fuseki-end-user:3030/ds/> ;
481481 a:graphStore <http://fuseki-end-user:3030/ds/> ;
@@ -484,15 +484,15 @@ WHERE
484484
485485}
486486
487- <services/linkeddatahub /admin/>
487+ <services/root /admin/>
488488{
489489
490- <services/linkeddatahub /admin/> a dh:Item ;
490+ <services/root /admin/> a dh:Item ;
491491 sioc:has_container <services/> ;
492492 dct:title "LinkedDataHub admin service" ;
493- foaf:primaryTopic <services/linkeddatahub /admin/#this> .
493+ foaf:primaryTopic <services/root /admin/#this> .
494494
495- <services/linkeddatahub /admin/#this> a sd:Service ;
495+ <services/root /admin/#this> a sd:Service ;
496496 dct:title "LinkedDataHub admin service" ;
497497 sd:supportedLanguage sd:SPARQL11Query, sd:SPARQL11Update ;
498498 sd:endpoint <http://fuseki-admin:3030/ds/> ;
0 commit comments