Hi,
I have a problem applying a swrl-rule on-the-fly to create a new
individual based on the informations given by a sparql-request.
My setup: Joseki + TDB + Pellet
what i have:
- 2 individuals with some properties
- 1 empty individual (should represents a combination
from the other 2 individuals)
- a SWRL-rule to calculate the properties for the empty
individual based on the properties from the other 2 individuals
- a SPARQL-query to get the calculated properties
what i want:
- many individuals with properties
- a SWRL-rule to calculate a list of properties based on
the properties from 2 given individuals
- possibility to query my ontology with 2 arbitrary
individuals. the result should be the calculated intersection of the
properties from the given individuals.
Regards
Adrian