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#'
|
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
||||||
dfcPtUrl = \
|
dfcPtUrl = \
|
||||||
httpPrefix + '://' + domainFull + \
|
httpPrefix + '://' + domainFull + \
|
||||||
'/ontologies/DFC_productGlossary.rdf#'
|
'/ontologies/DFC_ProductGlossary.rdf#'
|
||||||
owner = localActorUrl(httpPrefix, nickname, domainFull)
|
owner = localActorUrl(httpPrefix, nickname, domainFull)
|
||||||
if sharesFileType == 'shares':
|
if sharesFileType == 'shares':
|
||||||
dfcInstanceId = owner + '/catalog'
|
dfcInstanceId = owner + '/catalog'
|
||||||
|
@ -1248,7 +1248,7 @@ def sharesCatalogEndpoint(baseDir: str, httpPrefix: str,
|
||||||
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
||||||
dfcPtUrl = \
|
dfcPtUrl = \
|
||||||
httpPrefix + '://' + domainFull + \
|
httpPrefix + '://' + domainFull + \
|
||||||
'/ontologies/DFC_productGlossary.rdf#'
|
'/ontologies/DFC_ProductGlossary.rdf#'
|
||||||
dfcInstanceId = httpPrefix + '://' + domainFull + '/catalog'
|
dfcInstanceId = httpPrefix + '://' + domainFull + '/catalog'
|
||||||
endpoint = {
|
endpoint = {
|
||||||
"@context": {
|
"@context": {
|
||||||
|
|
Loading…
Reference in New Issue