amalgame/commit

Fixed typo in syntax

authorJacco van Ossenbruggen
Tue Oct 25 16:25:07 2016 +0200
committerJacco van Ossenbruggen
Tue Oct 25 16:25:07 2016 +0200
commitd1ff40501933e067ff9f0b163c4c6f07159a829e
treef322f0f371a8aeb1f00831ca955c5818d7cc36d3
parentcdb0a6763c77ee0b00e619694e20c50317f5dd22
Diff style: patch stat
diff --git a/rdf/tool/amalgame.ttl b/rdf/tool/amalgame.ttl
index 2bd5869..9511a84 100644
--- a/rdf/tool/amalgame.ttl
+++ b/rdf/tool/amalgame.ttl
@@ -70,25 +70,31 @@ amalgame:Merger
     rdfs:subClassOf amalgame:Process .
 
 amalgame:includes
+	a rdf:Property ;
         rdfs:domain skos:ConceptScheme ;
         rdfs:range amalgame:AlignmentStrategy .
 amalgame:input
+	a rdf:Property ;
 	rdfs:domain amalgame:Process ;
 	rdfs:range amalgame:Entity ;
 	rdfs:subPropertyOf prov:used.
 amalgame:secondary_input
+	a rdf:Property ;
 	rdfs:domain amalgame:Process ;
 	rdfs:range amalgame:Entity ;
 	rdfs:subPropertyOf prov:used .
 amalgame:need_secondary_inputs
+	a rdf:Property ;
 	rdfs:domain amalgame:Process ;
 	rdfs:range xsd:boolean ;
+	rdfs:comment 'True for processes that need more than the standard primary inputs associated to their type.'@en.
 amalgame:wasGeneratedBy 
 	a rdf:Property ;
 	rdfs:domain amalgame:Entity ;
 	rdfs:range amalgame:Process ;
 	rdfs:comment 'The subject can be generated by running the object'@en.
 amalgame:selectedBy
+	a rdf:Property ;
 	rdfs:domain amalgame:Entity ;
 	rdfs:range amalgame:Process ;
 	rdfs:subPropertyOf amalgame:wasGeneratedBy.