@prefix rdfs: . @prefix owl: . @prefix core: . @prefix foaf: . @prefix vitro: . @prefix xsd: . core:confirmedOrcidId a owl:ObjectProperty ; rdfs:label "Orcid ID confirmation"@en-US ; rdfs:comment "Indicates that the Orcid ID has been confirmed by this Person" ; rdfs:range foaf:Person . # When the orcidId triple is deleted, delete the ORCID ID object also. core:orcidId vitro:stubObjectPropertyAnnot "true"^^xsd:boolean ;