Skip to content

Enum: DataCiteRelationType

Types of relationships between research resources from DataCite 4.6.

Relations are expressed from the perspective of the resource being

described (A) in relation to another resource (B).

__

URI: valuesets:DataCiteRelationType

Permissible Values

Value Title Meaning Description Exact Mappings Added Version Category Inverse
IS_CITED_BY Is Cited By DataCite:IsCitedBy Indicates that B includes A in a citation. cito:isCitedBy citation CITES
CITES DataCite:Cites Indicates that A includes B in a citation. cito:cites, dcterms:references citation IS_CITED_BY
IS_SUPPLEMENT_TO Is Supplement To DataCite:IsSupplementTo Indicates that A is a supplement to B. supplementary IS_SUPPLEMENTED_BY
IS_SUPPLEMENTED_BY Is Supplemented By DataCite:IsSupplementedBy Indicates that B is a supplement to A. supplementary IS_SUPPLEMENT_TO
IS_CONTINUED_BY Is Continued By DataCite:IsContinuedBy Indicates that A is continued by the work B. continuation CONTINUES
CONTINUES DataCite:Continues Indicates that A is a continuation of the work B. continuation IS_CONTINUED_BY
DESCRIBES DataCite:Describes Indicates that A describes B. description IS_DESCRIBED_BY
IS_DESCRIBED_BY Is Described By DataCite:IsDescribedBy Indicates that A is described by B. description DESCRIBES
HAS_METADATA Has Metadata DataCite:HasMetadata Indicates that resource A has additional metadata B. metadata IS_METADATA_FOR
IS_METADATA_FOR Is Metadata For DataCite:IsMetadataFor Indicates that additional metadata A describes resource B. metadata HAS_METADATA
HAS_VERSION Has Version DataCite:HasVersion Indicates that A has a version B. versioning IS_VERSION_OF
IS_VERSION_OF Is Version Of DataCite:IsVersionOf Indicates that A is a version of B. versioning HAS_VERSION
IS_NEW_VERSION_OF Is New Version Of DataCite:IsNewVersionOf Indicates that A is a new edition of B, where the new edition
has been modified or updated.
versioning IS_PREVIOUS_VERSION_OF
IS_PREVIOUS_VERSION_OF Is Previous Version Of DataCite:IsPreviousVersionOf Indicates that A is a previous edition of B. versioning IS_NEW_VERSION_OF
IS_PART_OF Is Part Of DataCite:IsPartOf Indicates that A is a portion of B. May be used for elements
of a series.
dcterms:isPartOf partonomy HAS_PART
HAS_PART Has Part DataCite:HasPart Indicates that A includes the part B. dcterms:hasPart partonomy IS_PART_OF
IS_PUBLISHED_IN Is Published In DataCite:IsPublishedIn Indicates that A is published inside B, but is independent of
other things published inside of B.
publication
IS_REFERENCED_BY Is Referenced By DataCite:IsReferencedBy Indicates that A is used as a source of information by B. dcterms:isReferencedBy reference REFERENCES
REFERENCES DataCite:References Indicates that B is used as a source of information for A. dcterms:references reference IS_REFERENCED_BY
IS_DOCUMENTED_BY Is Documented By DataCite:IsDocumentedBy Indicates that B is documentation about/explaining A. documentation DOCUMENTS
DOCUMENTS DataCite:Documents Indicates that A is documentation about/explaining B. documentation IS_DOCUMENTED_BY
IS_COMPILED_BY Is Compiled By DataCite:IsCompiledBy Indicates that B is used to compile or create A. derivation COMPILES
COMPILES DataCite:Compiles Indicates that B is the result of a compile or creation event using A. derivation IS_COMPILED_BY
IS_VARIANT_FORM_OF Is Variant Form Of DataCite:IsVariantFormOf Indicates that A is a variant or different form of B. form IS_ORIGINAL_FORM_OF
IS_ORIGINAL_FORM_OF Is Original Form Of DataCite:IsOriginalFormOf Indicates that A is the original form of B. form IS_VARIANT_FORM_OF
IS_IDENTICAL_TO Is Identical To DataCite:IsIdenticalTo Indicates that A is identical to B, for use when there is a need
to register two separate instances of the same resource.
identity
IS_REVIEWED_BY Is Reviewed By DataCite:IsReviewedBy Indicates that A is reviewed by B. cito:hasReview review REVIEWS
REVIEWS DataCite:Reviews Indicates that A is a review of B. cito:reviews review IS_REVIEWED_BY
IS_DERIVED_FROM Is Derived From DataCite:IsDerivedFrom Indicates that B is a source upon which A is based. prov:wasDerivedFrom derivation IS_SOURCE_OF
IS_SOURCE_OF Is Source Of DataCite:IsSourceOf Indicates that A is a source upon which B is based. derivation IS_DERIVED_FROM
IS_REQUIRED_BY Is Required By DataCite:IsRequiredBy Indicates that A is required by B. dcterms:isRequiredBy dependency REQUIRES
REQUIRES DataCite:Requires Indicates that A requires B. dcterms:requires dependency IS_REQUIRED_BY
OBSOLETES DataCite:Obsoletes Indicates that A replaces B. dcterms:replaces obsolescence IS_OBSOLETED_BY
IS_OBSOLETED_BY Is Obsoleted By DataCite:IsObsoletedBy Indicates that A is replaced by B. dcterms:isReplacedBy obsolescence OBSOLETES
IS_COLLECTED_BY Is Collected By DataCite:IsCollectedBy Indicates that A is collected by B. collection COLLECTS
COLLECTS DataCite:Collects Indicates that A collects B. collection IS_COLLECTED_BY
IS_TRANSLATION_OF Is Translation Of DataCite:IsTranslationOf Indicates that A is a translation of B. 4.6 translation HAS_TRANSLATION
HAS_TRANSLATION Has Translation DataCite:HasTranslation Indicates that A has a translation B. 4.6 translation IS_TRANSLATION_OF

Slots

Name Description
resource_relation_type The type of relationship between resources

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: DataCiteRelationType
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: 'Types of relationships between research resources from DataCite 4.6.

  Relations are expressed from the perspective of the resource being

  described (A) in relation to another resource (B).

  '
title: DataCite Relation Type
from_schema: https://w3id.org/linkml/valuesets
see_also:
- https://datacite-metadata-schema.readthedocs.io/en/4.6/appendices/appendix-1/relationType/
- http://purl.org/spar/cito/
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  IS_CITED_BY:
    text: IS_CITED_BY
    description: Indicates that B includes A in a citation.
    meaning: DataCite:IsCitedBy
    annotations:
      inverse:
        tag: inverse
        value: CITES
      category:
        tag: category
        value: citation
    title: Is Cited By
    exact_mappings:
    - cito:isCitedBy
  CITES:
    text: CITES
    description: Indicates that A includes B in a citation.
    meaning: DataCite:Cites
    annotations:
      inverse:
        tag: inverse
        value: IS_CITED_BY
      category:
        tag: category
        value: citation
    exact_mappings:
    - cito:cites
    - dcterms:references
  IS_SUPPLEMENT_TO:
    text: IS_SUPPLEMENT_TO
    description: Indicates that A is a supplement to B.
    meaning: DataCite:IsSupplementTo
    annotations:
      inverse:
        tag: inverse
        value: IS_SUPPLEMENTED_BY
      category:
        tag: category
        value: supplementary
    title: Is Supplement To
  IS_SUPPLEMENTED_BY:
    text: IS_SUPPLEMENTED_BY
    description: Indicates that B is a supplement to A.
    meaning: DataCite:IsSupplementedBy
    annotations:
      inverse:
        tag: inverse
        value: IS_SUPPLEMENT_TO
      category:
        tag: category
        value: supplementary
    title: Is Supplemented By
  IS_CONTINUED_BY:
    text: IS_CONTINUED_BY
    description: Indicates that A is continued by the work B.
    meaning: DataCite:IsContinuedBy
    annotations:
      inverse:
        tag: inverse
        value: CONTINUES
      category:
        tag: category
        value: continuation
    title: Is Continued By
  CONTINUES:
    text: CONTINUES
    description: Indicates that A is a continuation of the work B.
    meaning: DataCite:Continues
    annotations:
      inverse:
        tag: inverse
        value: IS_CONTINUED_BY
      category:
        tag: category
        value: continuation
  DESCRIBES:
    text: DESCRIBES
    description: Indicates that A describes B.
    meaning: DataCite:Describes
    annotations:
      inverse:
        tag: inverse
        value: IS_DESCRIBED_BY
      category:
        tag: category
        value: description
  IS_DESCRIBED_BY:
    text: IS_DESCRIBED_BY
    description: Indicates that A is described by B.
    meaning: DataCite:IsDescribedBy
    annotations:
      inverse:
        tag: inverse
        value: DESCRIBES
      category:
        tag: category
        value: description
    title: Is Described By
  HAS_METADATA:
    text: HAS_METADATA
    description: Indicates that resource A has additional metadata B.
    meaning: DataCite:HasMetadata
    annotations:
      inverse:
        tag: inverse
        value: IS_METADATA_FOR
      category:
        tag: category
        value: metadata
    title: Has Metadata
  IS_METADATA_FOR:
    text: IS_METADATA_FOR
    description: Indicates that additional metadata A describes resource B.
    meaning: DataCite:IsMetadataFor
    annotations:
      inverse:
        tag: inverse
        value: HAS_METADATA
      category:
        tag: category
        value: metadata
    title: Is Metadata For
  HAS_VERSION:
    text: HAS_VERSION
    description: Indicates that A has a version B.
    meaning: DataCite:HasVersion
    annotations:
      inverse:
        tag: inverse
        value: IS_VERSION_OF
      category:
        tag: category
        value: versioning
    title: Has Version
  IS_VERSION_OF:
    text: IS_VERSION_OF
    description: Indicates that A is a version of B.
    meaning: DataCite:IsVersionOf
    annotations:
      inverse:
        tag: inverse
        value: HAS_VERSION
      category:
        tag: category
        value: versioning
    title: Is Version Of
  IS_NEW_VERSION_OF:
    text: IS_NEW_VERSION_OF
    description: 'Indicates that A is a new edition of B, where the new edition

      has been modified or updated.

      '
    meaning: DataCite:IsNewVersionOf
    annotations:
      inverse:
        tag: inverse
        value: IS_PREVIOUS_VERSION_OF
      category:
        tag: category
        value: versioning
    title: Is New Version Of
  IS_PREVIOUS_VERSION_OF:
    text: IS_PREVIOUS_VERSION_OF
    description: Indicates that A is a previous edition of B.
    meaning: DataCite:IsPreviousVersionOf
    annotations:
      inverse:
        tag: inverse
        value: IS_NEW_VERSION_OF
      category:
        tag: category
        value: versioning
    title: Is Previous Version Of
  IS_PART_OF:
    text: IS_PART_OF
    description: 'Indicates that A is a portion of B. May be used for elements

      of a series.

      '
    meaning: DataCite:IsPartOf
    annotations:
      inverse:
        tag: inverse
        value: HAS_PART
      category:
        tag: category
        value: partonomy
    title: Is Part Of
    exact_mappings:
    - dcterms:isPartOf
  HAS_PART:
    text: HAS_PART
    description: Indicates that A includes the part B.
    meaning: DataCite:HasPart
    annotations:
      inverse:
        tag: inverse
        value: IS_PART_OF
      category:
        tag: category
        value: partonomy
    title: Has Part
    exact_mappings:
    - dcterms:hasPart
  IS_PUBLISHED_IN:
    text: IS_PUBLISHED_IN
    description: 'Indicates that A is published inside B, but is independent of

      other things published inside of B.

      '
    meaning: DataCite:IsPublishedIn
    annotations:
      category:
        tag: category
        value: publication
    title: Is Published In
  IS_REFERENCED_BY:
    text: IS_REFERENCED_BY
    description: Indicates that A is used as a source of information by B.
    meaning: DataCite:IsReferencedBy
    annotations:
      inverse:
        tag: inverse
        value: REFERENCES
      category:
        tag: category
        value: reference
    title: Is Referenced By
    exact_mappings:
    - dcterms:isReferencedBy
  REFERENCES:
    text: REFERENCES
    description: Indicates that B is used as a source of information for A.
    meaning: DataCite:References
    annotations:
      inverse:
        tag: inverse
        value: IS_REFERENCED_BY
      category:
        tag: category
        value: reference
    exact_mappings:
    - dcterms:references
  IS_DOCUMENTED_BY:
    text: IS_DOCUMENTED_BY
    description: Indicates that B is documentation about/explaining A.
    meaning: DataCite:IsDocumentedBy
    annotations:
      inverse:
        tag: inverse
        value: DOCUMENTS
      category:
        tag: category
        value: documentation
    title: Is Documented By
  DOCUMENTS:
    text: DOCUMENTS
    description: Indicates that A is documentation about/explaining B.
    meaning: DataCite:Documents
    annotations:
      inverse:
        tag: inverse
        value: IS_DOCUMENTED_BY
      category:
        tag: category
        value: documentation
  IS_COMPILED_BY:
    text: IS_COMPILED_BY
    description: Indicates that B is used to compile or create A.
    meaning: DataCite:IsCompiledBy
    annotations:
      inverse:
        tag: inverse
        value: COMPILES
      category:
        tag: category
        value: derivation
    title: Is Compiled By
  COMPILES:
    text: COMPILES
    description: Indicates that B is the result of a compile or creation event using
      A.
    meaning: DataCite:Compiles
    annotations:
      inverse:
        tag: inverse
        value: IS_COMPILED_BY
      category:
        tag: category
        value: derivation
  IS_VARIANT_FORM_OF:
    text: IS_VARIANT_FORM_OF
    description: Indicates that A is a variant or different form of B.
    meaning: DataCite:IsVariantFormOf
    annotations:
      inverse:
        tag: inverse
        value: IS_ORIGINAL_FORM_OF
      category:
        tag: category
        value: form
    title: Is Variant Form Of
  IS_ORIGINAL_FORM_OF:
    text: IS_ORIGINAL_FORM_OF
    description: Indicates that A is the original form of B.
    meaning: DataCite:IsOriginalFormOf
    annotations:
      inverse:
        tag: inverse
        value: IS_VARIANT_FORM_OF
      category:
        tag: category
        value: form
    title: Is Original Form Of
  IS_IDENTICAL_TO:
    text: IS_IDENTICAL_TO
    description: 'Indicates that A is identical to B, for use when there is a need

      to register two separate instances of the same resource.

      '
    meaning: DataCite:IsIdenticalTo
    annotations:
      category:
        tag: category
        value: identity
    title: Is Identical To
  IS_REVIEWED_BY:
    text: IS_REVIEWED_BY
    description: Indicates that A is reviewed by B.
    meaning: DataCite:IsReviewedBy
    annotations:
      inverse:
        tag: inverse
        value: REVIEWS
      category:
        tag: category
        value: review
    title: Is Reviewed By
    exact_mappings:
    - cito:hasReview
  REVIEWS:
    text: REVIEWS
    description: Indicates that A is a review of B.
    meaning: DataCite:Reviews
    annotations:
      inverse:
        tag: inverse
        value: IS_REVIEWED_BY
      category:
        tag: category
        value: review
    exact_mappings:
    - cito:reviews
  IS_DERIVED_FROM:
    text: IS_DERIVED_FROM
    description: Indicates that B is a source upon which A is based.
    meaning: DataCite:IsDerivedFrom
    annotations:
      inverse:
        tag: inverse
        value: IS_SOURCE_OF
      category:
        tag: category
        value: derivation
    title: Is Derived From
    exact_mappings:
    - prov:wasDerivedFrom
  IS_SOURCE_OF:
    text: IS_SOURCE_OF
    description: Indicates that A is a source upon which B is based.
    meaning: DataCite:IsSourceOf
    annotations:
      inverse:
        tag: inverse
        value: IS_DERIVED_FROM
      category:
        tag: category
        value: derivation
    title: Is Source Of
  IS_REQUIRED_BY:
    text: IS_REQUIRED_BY
    description: Indicates that A is required by B.
    meaning: DataCite:IsRequiredBy
    annotations:
      inverse:
        tag: inverse
        value: REQUIRES
      category:
        tag: category
        value: dependency
    title: Is Required By
    exact_mappings:
    - dcterms:isRequiredBy
  REQUIRES:
    text: REQUIRES
    description: Indicates that A requires B.
    meaning: DataCite:Requires
    annotations:
      inverse:
        tag: inverse
        value: IS_REQUIRED_BY
      category:
        tag: category
        value: dependency
    exact_mappings:
    - dcterms:requires
  OBSOLETES:
    text: OBSOLETES
    description: Indicates that A replaces B.
    meaning: DataCite:Obsoletes
    annotations:
      inverse:
        tag: inverse
        value: IS_OBSOLETED_BY
      category:
        tag: category
        value: obsolescence
    exact_mappings:
    - dcterms:replaces
  IS_OBSOLETED_BY:
    text: IS_OBSOLETED_BY
    description: Indicates that A is replaced by B.
    meaning: DataCite:IsObsoletedBy
    annotations:
      inverse:
        tag: inverse
        value: OBSOLETES
      category:
        tag: category
        value: obsolescence
    title: Is Obsoleted By
    exact_mappings:
    - dcterms:isReplacedBy
  IS_COLLECTED_BY:
    text: IS_COLLECTED_BY
    description: Indicates that A is collected by B.
    meaning: DataCite:IsCollectedBy
    annotations:
      inverse:
        tag: inverse
        value: COLLECTS
      category:
        tag: category
        value: collection
    title: Is Collected By
  COLLECTS:
    text: COLLECTS
    description: Indicates that A collects B.
    meaning: DataCite:Collects
    annotations:
      inverse:
        tag: inverse
        value: IS_COLLECTED_BY
      category:
        tag: category
        value: collection
  IS_TRANSLATION_OF:
    text: IS_TRANSLATION_OF
    description: Indicates that A is a translation of B.
    meaning: DataCite:IsTranslationOf
    annotations:
      inverse:
        tag: inverse
        value: HAS_TRANSLATION
      category:
        tag: category
        value: translation
      added_version:
        tag: added_version
        value: '4.6'
    title: Is Translation Of
  HAS_TRANSLATION:
    text: HAS_TRANSLATION
    description: Indicates that A has a translation B.
    meaning: DataCite:HasTranslation
    annotations:
      inverse:
        tag: inverse
        value: IS_TRANSLATION_OF
      category:
        tag: category
        value: translation
      added_version:
        tag: added_version
        value: '4.6'
    title: Has Translation