ec-geolink / design

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

dataone: add person details #24

Open mbjones opened 9 years ago

amoeba commented 9 years ago

Adding person details relates to the larger issue of needing LOD URIs for people and organizations. See https://github.com/ec-geolink/design/issues/39#issuecomment-129243768. I've started a package which aims to do this #45.

amoeba commented 8 years ago

Just cleaning up old issues, @mbjones. I'm not sure exactly what we need to do to close this issue. Does adding person details relate to what you said in #18?

In https://github.com/ec-geolink/d1lod/blob/master/docs/mappings.md, I document the current way person details go in our graph with an example:

    glbase:isCreatorOf <http://lod.dataone.org/dataset/doi%3A10.6073%2FAA%2Fknb-lter-arc.376.1> ;
    glbase:nameFamily "Miller" ;
    glbase:nameFull "Mike Miller" ;
    glbase:nameGiven "Mike" ;
    a glbase:Person .

Note the above is missing an email, so there's no foaf:mbox statement. We do add that when we find an email.