Skip to content

Commit

Permalink
Fixed typo in syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvosse committed Oct 25, 2016
1 parent cdb0a67 commit d1ff405
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rdf/tool/amalgame.ttl
Expand Up @@ -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.
Expand Down

0 comments on commit d1ff405

Please sign in to comment.