Maxi
Maxi

Reputation: 285

DL Query to get the Individual has object relation with given individual - not some (OWL)

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)

Upvotes: 1

Views: 776

Answers (1)

Kaarel
Kaarel

Reputation: 10672

Maybe something like this:

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

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

Upvotes: 1

Related Questions