Hi,
I am trying to create a owl:oneOf restriction with RML:
owl:oneOf (item1 item2 item3 …)
The items are stored in picklists available in csv format. The classes, on which the restrictions act on, are defined in a separate csv-file.
I suppose the solution would be to create the Collection in pure RDF statements and then connect it to the owl statement.
Can anybody help with an example?
Thanks a lot, Marcus