1

Please explain how to get the set of individuals that has a relation ship the given set of individuals along some object property in DL query (not using the some quantifier)

Maxi
  • 285
  • 6
  • 20
  • Your question is difficult to understand, improve it by: (1) explaining what's wrong with the `some` quantifier, (2) bringing an example of the concrete data that the query should deal with, (3) formulating the query in plain English. – Kaarel Jun 10 '12 at 21:59

1 Answers1

1

Maybe something like this:

object_property some ({ Individual1 } or ... or { IndividualN })

(Your question is hard to understand, so I'm guessing here.)

Kaarel
  • 10,554
  • 4
  • 56
  • 78