FAIRdom / JERMOntology

The JERM Ontology is an application ontology designed to describe the items in SEEK and the relationships between them (for example, data, models, experiment descriptions, results, samples, protocols, standard operating procedures and publications); and to enable these relationships to be expressed with formal semantics.
http://jermontology.org
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Mapping JERM to Dublin Core Terms #6

Closed stain closed 6 years ago

stain commented 6 years ago

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

(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:

Disjoint properties

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

(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

Subclasses

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

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! :)