Skip to content

Commit 39583a4

Browse files
committed
change namespaces for type and path IRIs
1 parent e0e6120 commit 39583a4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.idea/cmem-plugin-base.iml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmem_plugin_base/dataintegration/typed_entities/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33

44
def type_uri(suffix: str) -> str:
5-
"""Create a new entity schema type URI."""
6-
return "https://vocab.eccenca.com/di/entity/type/" + suffix
5+
"""Create a new entity schema type URI."""
6+
return "https://vocab.eccenca.com/di/entity/" + suffix
77

88

99
def path_uri(suffix: str) -> str:
1010
"""Create a new entity schema path."""
11-
return "https://vocab.eccenca.com/di/entity/path/" + suffix
11+
return "https://vocab.eccenca.com/di/entity/" + suffix
1212

1313

1414
def instance_uri(suffix: str) -> str:

0 commit comments

Comments
 (0)