main
Bob Mottram 2021-09-12 17:31:18 +01:00
parent 67630835a3
commit 90bbda2747
1 changed files with 2 additions and 2 deletions

View File

@ -1158,7 +1158,7 @@ def sharesCatalogAccountEndpoint(baseDir: str, httpPrefix: str,
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
dfcPtUrl = \
httpPrefix + '://' + domainFull + \
'/ontologies/DFC_productGlossary.rdf#'
'/ontologies/DFC_ProductGlossary.rdf#'
owner = localActorUrl(httpPrefix, nickname, domainFull)
if sharesFileType == 'shares':
dfcInstanceId = owner + '/catalog'
@ -1248,7 +1248,7 @@ def sharesCatalogEndpoint(baseDir: str, httpPrefix: str,
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
dfcPtUrl = \
httpPrefix + '://' + domainFull + \
'/ontologies/DFC_productGlossary.rdf#'
'/ontologies/DFC_ProductGlossary.rdf#'
dfcInstanceId = httpPrefix + '://' + domainFull + '/catalog'
endpoint = {
"@context": {