mirror of https://gitlab.com/bashrc2/epicyon
Capital
parent
67630835a3
commit
90bbda2747
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue