# # Copyright World Wide Web Consortium, (Massachusetts Institute of # Technology, European Research Consortium for Informatics and # Mathematics, Keio University). # # All Rights Reserved. # # Please see the full Copyright clause at # # # Author: Ian Horrocks # # Description: # # This is a typical definition of range from description logic. # _:a rdf:type owl:Thing . _:b rdf:type owl:Restriction . _:b owl:onProperty first:prop . _:b owl:allValuesFrom first:A . _:a rdfs:subClassOf _:b .