mirror of https://gitlab.com/bashrc2/epicyon
ontologies
parent
8774b1db3b
commit
c33a7578b6
|
@ -1157,7 +1157,7 @@ def sharesCatalogAccountEndpoint(baseDir: str, httpPrefix: str,
|
||||||
dfcUrl = \
|
dfcUrl = \
|
||||||
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
||||||
dfcPtUrl = \
|
dfcPtUrl = \
|
||||||
httpPrefix + '://' + domainFull + '/data/productTypes.rdf#'
|
httpPrefix + '://' + domainFull + '/ontologies/productTypes.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 +1246,7 @@ def sharesCatalogEndpoint(baseDir: str, httpPrefix: str,
|
||||||
dfcUrl = \
|
dfcUrl = \
|
||||||
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
httpPrefix + '://' + domainFull + '/ontologies/DFC_FullModel.owl#'
|
||||||
dfcPtUrl = \
|
dfcPtUrl = \
|
||||||
httpPrefix + '://' + domainFull + '/data/productTypes.rdf#'
|
httpPrefix + '://' + domainFull + '/ontologies/productTypes.rdf#'
|
||||||
dfcInstanceId = httpPrefix + '://' + domainFull + '/catalog'
|
dfcInstanceId = httpPrefix + '://' + domainFull + '/catalog'
|
||||||
endpoint = {
|
endpoint = {
|
||||||
"@context": {
|
"@context": {
|
||||||
|
|
Loading…
Reference in New Issue