summaryrefslogtreecommitdiff
path: root/schema/baserock-example.schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema/baserock-example.schema')
-rw-r--r--schema/baserock-example.schema4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/baserock-example.schema b/schema/baserock-example.schema
index a9e97851..e374c5e1 100644
--- a/schema/baserock-example.schema
+++ b/schema/baserock-example.schema
@@ -196,7 +196,7 @@
## Stratum-specific properties
-:produces a owl:ObjectProperty , rdf:Seq ;
+:producesStratumArtifact a owl:ObjectProperty , rdf:Seq ;
rdfs:domain :Stratum ;
rdfs:range :StratumArtifact ;
rdfs:comment "Describes how this artifact is split once all chunks are built." .
@@ -257,7 +257,7 @@
# http://smiy.sourceforge.net/olo/spec/orderedlistontology.html might
# be worth investigating.
-:produces a owl:ObjectProperty , rdf:Seq ;
+:producesChunkArtifact a owl:ObjectProperty , rdf:Seq ;
rdfs:domain :Chunk ;
rdfs:range :ChunkArtifact ;
rdfs:comment "Describes how this artifact is split once built." .