Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping JERM to Dublin Core Terms #6

Merged
merged 1 commit into from
Jan 29, 2018
Merged

Conversation

stain
Copy link
Contributor

@stain stain commented Nov 20, 2017

Partial fix for #2

http://dublincore.org/documents/dcmi-terms/
http://purl.org/dc/terms/

I've included rdfs:isDefinedBy http://purl.org/dc/terms/ annotations for each of the cited terms - avoiding an OWL import of the full http://purl.org/dc/terms/

Property equivalence

  • jerm:title == dcterms:title
  • jerm:description == dcterms:description
  • jerm:identifier == dcterms:identifier
  • jerm:hasPart == dcterms:hasPart
  • jerm:isPartOf == dcterms:isPartOf

(The above would make SEEK's output using dcterms conform to the JERM ontology)

Subproperties

Typically because the JERM properties have more specific domains/ranges:

  • jerm:hasCreator < dcterms:creator
  • jerm:hasContributor < dcterms:contributor
  • jerm:hasFormat < dcterms:format

Disjoint properties

Some similarly named properties which are not compatible are marked as such:

  • jerm:hasFormat != dcterms:hasFormat
  • jerm:isFormatOf != dcterms:isFormatOf

(See http://dublincore.org/documents/dcmi-terms/#terms-hasFormat - both of these point to "A related resource that is substantially the same as the pre-existing described resource, but in another format." rather than the class-like "file format" resource)

Date properties

These date properties are subproperties of dct:date

  • jerm:dateOfDeath
  • jerm:donationDate
  • jerm:samplingDate

Subclasses

DC Terms does not have many relevant classes as it focuses on the bibliography aspects, but I've mapped:

  • jerm:Person < dct:Agent
  • jerm:Protocol < dct:MethodOfInstruction
  • jerm:Format < dct:FileFormat (might be equivalent?)
  • jerm:Material_entity < dct:PhysicalResource (might be equivalent?)

Questions

Note that from JERM we already have the confusing jerm:Software < jerm:Equipment < jerm:Material_entity which then now would also become a dct:PhysicalResource - but the software might not be on a floppy! :)

@stuzart stuzart merged commit dfc1e9e into FAIRdom:master Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants