VIVO-738 When ORCID ID is removed, it is deleted also.
This commit is contained in:
parent
cd355373a6
commit
38658bdcd9
1 changed files with 7 additions and 0 deletions
|
@ -2,9 +2,16 @@
|
||||||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||||
@prefix core: <http://vivoweb.org/ontology/core#> .
|
@prefix core: <http://vivoweb.org/ontology/core#> .
|
||||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||||
|
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
|
||||||
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||||
|
|
||||||
core:confirmedOrcidId
|
core:confirmedOrcidId
|
||||||
a owl:ObjectProperty ;
|
a owl:ObjectProperty ;
|
||||||
rdfs:label "Orcid ID confirmation"@en-US ;
|
rdfs:label "Orcid ID confirmation"@en-US ;
|
||||||
rdfs:comment "Indicates that the Orcid ID has been confirmed by this Person" ;
|
rdfs:comment "Indicates that the Orcid ID has been confirmed by this Person" ;
|
||||||
rdfs:range foaf:Person .
|
rdfs:range foaf:Person .
|
||||||
|
|
||||||
|
# When the orcidId triple is deleted, delete the ORCID ID object also.
|
||||||
|
core:orcidId
|
||||||
|
vitro:stubObjectPropertyAnnot "true"^^xsd:boolean ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue