mirror of https://gitlab.com/bashrc2/epicyon
dfc prefix
parent
7f5eea96c4
commit
67630835a3
|
@ -1157,7 +1157,8 @@ def sharesCatalogAccountEndpoint(baseDir: str, httpPrefix: str,
|
||||||
dfcUrl = \
|
dfcUrl = \
|
||||||
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
||||||
dfcPtUrl = \
|
dfcPtUrl = \
|
||||||
httpPrefix + '://' + domainFull + '/ontologies/productGlossary.rdf#'
|
httpPrefix + '://' + domainFull + \
|
||||||
|
'/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'
|
||||||
|
@ -1246,7 +1247,8 @@ def sharesCatalogEndpoint(baseDir: str, httpPrefix: str,
|
||||||
dfcUrl = \
|
dfcUrl = \
|
||||||
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
||||||
dfcPtUrl = \
|
dfcPtUrl = \
|
||||||
httpPrefix + '://' + domainFull + '/ontologies/productGlossary.rdf#'
|
httpPrefix + '://' + domainFull + \
|
||||||
|
'/ontologies/DFC_productGlossary.rdf#'
|
||||||
dfcInstanceId = httpPrefix + '://' + domainFull + '/catalog'
|
dfcInstanceId = httpPrefix + '://' + domainFull + '/catalog'
|
||||||
endpoint = {
|
endpoint = {
|
||||||
"@context": {
|
"@context": {
|
||||||
|
|
Loading…
Reference in New Issue