Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.2.11
    • sail
    • None

    Description

      An owl:someValuesFrom restriction defines the set of resources which, for a given predicate and other type, have at least one value of that other type for that predicate.

      If the ontology states that :Chair is the set of resources who are :headOf at least one resource which must itself be a :Department, then:

      ?x rdf:type :Chair

      should be expanded to:

      { ?x :headOf ?dept .
        ?dept rdf:type :Department  }
      UNION
      {?x rdf:type :Chair }
      

      Attachments

        Issue Links

          Activity

            People

              jhatfiel Jesse Hatfield
              jhatfiel Jesse Hatfield
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: