summaryrefslogtreecommitdiff
path: root/schema/parse.py
diff options
context:
space:
mode:
Diffstat (limited to 'schema/parse.py')
-rw-r--r--schema/parse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/parse.py b/schema/parse.py
index 69fd730b..5a014fe3 100644
--- a/schema/parse.py
+++ b/schema/parse.py
@@ -232,7 +232,7 @@ def load_all_morphologies(path='.'):
if 'includes' in entry:
artifact.set(BASEROCK.includes,
rdflib.Literal(entry['includes']))
- stratum.add(BASEROCK.produces, artifact)
+ stratum.add(BASEROCK.producesStratumArtifact, artifact)
for entry in contents.get('chunks', []):
if 'morph' in entry: