# $This file is distributed under the terms of the license in /doc/license.txt$ @prefix rdfs: . @prefix xsd: . @prefix owl: . @prefix rdf: . @prefix display: . @prefix vitro: . # This file is intended to provide the definitions required to # enable editing of the owl:sameAs property in profile pages # of Vitro/VIVO. owl:sameAs a owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain owl:Thing ; rdfs:range owl:Thing.