janpolowinski / rvl

RVL language
Other
2 stars 3 forks source link

code generation sometimes generates list and sometimes container #119

Open janpolowinski opened 9 years ago

janpolowinski commented 9 years ago

... leading to varying methods in the gen code. This is probably due to a lack of support for union as domain/range in rdfreactor. We use the hack that we have two domains instead (which will be actually interpreted as Iintersection in normal reasoning, though):

:sourceValueSet rdfs:range rdfs:Container , rdf:List ; .

:sourceValueOrderedSet rdfs:range rdfs:Container , rdf:List ; .

But apparentely, also the code gen is not happy with this ...