aboutsummaryrefslogtreecommitdiffstats
path: root/tagit/utils
diff options
context:
space:
mode:
Diffstat (limited to 'tagit/utils')
-rw-r--r--tagit/utils/namespaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tagit/utils/namespaces.py b/tagit/utils/namespaces.py
index 3fb889c..a17a927 100644
--- a/tagit/utils/namespaces.py
+++ b/tagit/utils/namespaces.py
@@ -18,10 +18,10 @@ bsfs = _bsfs.Namespace('https://schema.bsfs.io/core')
bsie = _bsfs.Namespace('https://schema.bsfs.io/ie')
# auxiliary bsfs namespaces
+bsn = bsie.Node
bse = bsn.Entity()
bsg = bsn.Group()
bsl = bsfs.Literal
-bsn = bsie.Node
bsp = bsn.Preview()
bst = bsn.Tag()