# # 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: Jonathan Borden # # Description: # # OWL, unlike RDFS, uses iff semantics for range. # first:prop rdf:type rdf:Property . first:prop rdfs:range first:A . first:prop rdfs:range first:B .