# $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 annotations required to # enable editing of the owl:sameAs property in profile pages # of VIVO. owl:sameAs a owl:ObjectProperty; rdfs:subPropertyOf owl:topObjectProperty; rdfs:domain owl:Thing; rdfs:range owl:Thing; rdfs:label "same as"@en-US ; rdfs:label "mismo que"@es ; rdfs:range owl:Thing ; vitro:forceStubDeletionAnnot false; vitro:offerCreateNewOptionAnnot false; vitro:selectFromExistingAnnot true; vitro:stubObjectPropertyAnnot true; vitro:displayLimitAnnot "5" ; vitro:fullPropertyNameAnnot "sameAs" ; vitro:publicDescriptionAnnot "This is the OWL property to link two indivdiuals with the same 'identity'. see http://www.w3.org/TR/owl-ref/#sameAs-def"@en-US ; vitro:inPropertyGroupAnnot ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot . # vitro:customEntryFormAnnot # "defaultLinkForm.jsp"^^xsd:string ;