summaryrefslogtreecommitdiff
path: root/schema/parse.py
diff options
context:
space:
mode:
Diffstat (limited to 'schema/parse.py')
-rw-r--r--schema/parse.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema/parse.py b/schema/parse.py
index a118e70b..b3561df1 100644
--- a/schema/parse.py
+++ b/schema/parse.py
@@ -12,6 +12,7 @@ import warnings
surf.ns.register(baserock='http://baserock.org/definitions/example-schema#')
+surf.ns.register(dc='http://purl.org/dc/terms/')
def load_all_morphologies(session, store):
@@ -173,7 +174,7 @@ def load_all_morphologies(session, store):
cluster.baserock_deploysSystem = deployments
if 'description' in contents:
- entity.baserock_description = contents['description']
+ entity.dc_description = contents['description']
# FIXME: is this needed? why?
entity.set_dirty(True)