ec-geolink / design

Design information about the EarthCube Geolink project.
8 stars 1 forks source link

Need additional properties for Person type like ORCID #18

Open mbjones opened 9 years ago

mbjones commented 9 years ago

The GeoLink Person type allows one to associate a name with a person via a PersonalInformationItem but it missing other critical properties, including:

mbjones commented 9 years ago

Candidates from existing ontologies for the ORCID identifier are:

dcterms:creator [ 
   a foaf:Person ; 
    foaf:name "Jones, Matthew" ;  
    datacite:hasIdentifier [
        a datacite:PersonalIdentifier ;
        literal:hasLiteralValue "http://orcid.org/0000-0003-0077-4738" ;
        datacite:usesIdentifierScheme datacite:orcid
] ] ;