ontologyowldlquery

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)


Solution

  • Maybe something like this:

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

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