Skip to content

Commit

Permalink
add time URI & namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnh committed Aug 30, 2024
1 parent 7080cb3 commit 19a4760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rdf_utils/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
URI_MM_GEOM_COORD,
URI_MM_PYTHON,
URI_MM_ENV,
URI_MM_TIME,
)


Expand All @@ -18,3 +19,4 @@

NS_MM_ENV = Namespace(URI_MM_ENV)
NS_MM_AGN = Namespace(URI_MM_AGN)
NS_MM_TIME = Namespace(URI_MM_TIME)
1 change: 1 addition & 0 deletions src/rdf_utils/uri.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
URI_MM_PYTHON = f"{URL_SECORO_MM}/languages/python#"
URI_MM_ENV = f"{URL_SECORO_MM}/environment#"
URI_MM_AGN = f"{URL_SECORO_MM}/agent#"
URI_MM_TIME = f"{URL_SECORO_MM}/time#"

0 comments on commit 19a4760

Please sign in to comment.