VIVO-769 Merge branch 'feature/orcid' into develop
This commit is contained in:
parent
73fbe66534
commit
939950dcd4
25 changed files with 1551 additions and 1 deletions
2
rdf/abox/filegraph/validation.n3
Normal file
2
rdf/abox/filegraph/validation.n3
Normal file
|
@ -0,0 +1,2 @@
|
|||
<http://orcid.org/1234-1231-1231-3333>
|
||||
<http://vivoweb.org/ontology/core#validatedOrcidId> <http://vivo.mydomain.edu/individual/n4571> .
|
14
rdf/display/everytime/orcidInterfaceDataGetters.n3
Normal file
14
rdf/display/everytime/orcidInterfaceDataGetters.n3
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $This file is distributed under the terms of the license in /doc/license.txt$
|
||||
|
||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
||||
|
||||
#
|
||||
# datagetter to fetch ORCID info for the person.
|
||||
#
|
||||
|
||||
<freemarker:individual-orcidInterface.ftl> display:hasDataGetter display:orcidIdDataGetter .
|
||||
|
||||
display:orcidIdDataGetter
|
||||
a <java:edu.cornell.mannlib.vivo.orcid.OrcidIdDataGetter> .
|
||||
|
10
rdf/tbox/filegraph/orcid-interface.n3
Normal file
10
rdf/tbox/filegraph/orcid-interface.n3
Normal file
|
@ -0,0 +1,10 @@
|
|||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||
@prefix core: <http://vivoweb.org/ontology/core#> .
|
||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
||||
|
||||
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 .
|
Loading…
Add table
Add a link
Reference in a new issue