Skip to content

Openness#

Summary#

The ontology must be openly available to be used by all without any constraints other than
(a) its origin must be acknowledged, and
(b) it is not to be altered and subsequently redistributed in altered form under the original name or with the same identifiers.

Purpose#

OEO Foundry ontologies are resources intended for reuse and interoperability among energy-related domains and communities. An explicitly stated copyright license clearly stating the acceptable use reduces legal risks for users and promotes use and reuse. Therefore, the ontologies must be available to all without any constraint on their use or redistribution.

Implementation#

  • OEO Foundry ontologies MUST
  • OEO Foundry ontologies MAY use one of the following suitable open licenses:
  • OEO Foundry ontologies MAY but SHOULD NOT use the Creative Commons Attribution 4.0 International (CC-BY-4.0) (see discussion).
  • The license MUST be clearly stated using the dcterms:license annotation property (http://purl.org/dc/terms/license) followed by the URL representing the license (e.g. https://creativecommons.org/publicdomain/zero/1.0/legalcode.en) in the ontology file of any publicly released OWL version of the ontology.
  • Any OEO Foundry ontology reusing individual terms from another ontology SHOULD
    • reuse the original terms' IRI, and
    • use an IAO:imported from annotation (http://purl.obolibrary.org/obo/IAO_0000412) on each imported term to link back to the group (i.e. ontology) maintaining it, where more information would be available about the license include any annotations for term or definition editors from the original ontology.

Examples#

  • An OWL example displaying the proper inclusion of a license in an ontology file.
  • Example usage of the dcterms:license annotation property with the MIT license URL:
    <dcterms:license rdf:datatype="&xsd;anyURI">[http://opensource.org/licenses/MIT</dcterms:license](http://opensource.org/licenses/MIT%3c/dcterms:license)>