From 67630835a3deccf8de2a097196bdb17f4b97519f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 12 Sep 2021 17:29:18 +0100 Subject: [PATCH] dfc prefix --- shares.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shares.py b/shares.py index 86153322d..4c0344a46 100644 --- a/shares.py +++ b/shares.py @@ -1157,7 +1157,8 @@ def sharesCatalogAccountEndpoint(baseDir: str, httpPrefix: str, dfcUrl = \ httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#' dfcPtUrl = \ - httpPrefix + '://' + domainFull + '/ontologies/productGlossary.rdf#' + httpPrefix + '://' + domainFull + \ + '/ontologies/DFC_productGlossary.rdf#' owner = localActorUrl(httpPrefix, nickname, domainFull) if sharesFileType == 'shares': dfcInstanceId = owner + '/catalog' @@ -1246,7 +1247,8 @@ def sharesCatalogEndpoint(baseDir: str, httpPrefix: str, dfcUrl = \ httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#' dfcPtUrl = \ - httpPrefix + '://' + domainFull + '/ontologies/productGlossary.rdf#' + httpPrefix + '://' + domainFull + \ + '/ontologies/DFC_productGlossary.rdf#' dfcInstanceId = httpPrefix + '://' + domainFull + '/catalog' endpoint = { "@context": {