Enum: RelationType
The type of relation between two resources referenced by their PIDs.
URI: RelationType
Permissible Values
Value | Meaning | Description |
---|---|---|
IS_CITED_BY | voc4cat:0005019 | The resource is cited by another resource |
CITES | voc4cat:0005020 | The resource cites another resource |
IS_SUPPLEMENT_TO | voc4cat:0005021 | The resource is supplemented by another resource |
IS_SUPPLEMENTED_BY | voc4cat:0005022 | The resource supplements another resource |
IS_CONTINUED_BY | voc4cat:0005023 | The resource is continued by another resource |
CONTINUES | voc4cat:0005024 | The resource continues another resource |
HAS_METADATA | voc4cat:0005025 | The resource has metadata in another resource |
IS_METADATA_FOR | voc4cat:0005026 | The resource is metadata for another resource |
HAS_VERSION | voc4cat:0005027 | The resource has a version |
IS_VERSION_OF | voc4cat:0005028 | The resource is a version of another resource |
IS_NEW_VERSION_OF | voc4cat:0005029 | The resource is a new version of another versioned resource |
IS_PREVIOUS_VERSION_OF | voc4cat:0005030 | The resource is a previous version of another versioned resource |
IS_PART_OF | voc4cat:0005031 | The resource is part of another resource |
HAS_PART | voc4cat:0005032 | The resource has part another resource |
IS_PUBLISHED_IN | voc4cat:0005033 | The resource is published in another resource |
IS_REFERENCED_BY | voc4cat:0005034 | The resource is referenced by another resource |
REFERENCES | voc4cat:0005035 | The resource references another resource |
IS_DOCUMENTED_BY | voc4cat:0005036 | The resource is documented by another resource |
DOCUMENTS | voc4cat:0005037 | The resource documents another resource |
IS_COMPILED_BY | voc4cat:0005038 | The resource is compiled by another resource |
COMPILES | voc4cat:0005039 | The resource compiles another resource |
IS_VARIANT_FORM_OF | voc4cat:0005040 | The resource is variant form of another resource |
IS_ORIGINAL_FORM_OF | voc4cat:0005041 | The resource is original form of another resource |
IS_IDENTICAL_TO | voc4cat:0005042 | The resource is identical to another resource |
IS_DERIVED_FROM | voc4cat:0005043 | The resource is derived from another resource |
IS_SOURCE_OF | voc4cat:0005044 | The resource is source of another resource |
IS_COLLECTED_BY | voc4cat:0005045 | The resource is collected by another resource |
COLLECTS | voc4cat:0005046 | The resource collects another resource |
IS_REQUIRED_BY | voc4cat:0005047 | The resource is required by another resource |
REQUIRES | voc4cat:0005048 | The resource requires another resource |
IS_OBSOLETED_BY | voc4cat:0005049 | The resource is obsoleted by another resource |
OBSOLETES | voc4cat:0005050 | The resource obsoletes another resource |
CONFORMS_TO | voc4cat:0005059 | An established standard to which the described resource conforms |
Slots
Name | Description |
---|---|
relation_type | Relation type between the resources |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/pid4cat-model
LinkML Source
name: RelationType
description: The type of relation between two resources referenced by their PIDs.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
permissible_values:
IS_CITED_BY:
text: IS_CITED_BY
description: The resource is cited by another resource.
meaning: voc4cat:0005019
CITES:
text: CITES
description: The resource cites another resource.
meaning: voc4cat:0005020
IS_SUPPLEMENT_TO:
text: IS_SUPPLEMENT_TO
description: The resource is supplemented by another resource.
meaning: voc4cat:0005021
IS_SUPPLEMENTED_BY:
text: IS_SUPPLEMENTED_BY
description: The resource supplements another resource.
meaning: voc4cat:0005022
IS_CONTINUED_BY:
text: IS_CONTINUED_BY
description: The resource is continued by another resource.
meaning: voc4cat:0005023
CONTINUES:
text: CONTINUES
description: The resource continues another resource.
meaning: voc4cat:0005024
HAS_METADATA:
text: HAS_METADATA
description: The resource has metadata in another resource.
meaning: voc4cat:0005025
IS_METADATA_FOR:
text: IS_METADATA_FOR
description: The resource is metadata for another resource.
meaning: voc4cat:0005026
HAS_VERSION:
text: HAS_VERSION
description: The resource has a version. This is useful to express the relation
between a abstract resource to its versioned instances, for example, "Python
has_version Python 3.12".
meaning: voc4cat:0005027
close_mappings:
- dcterms:hasVersion
IS_VERSION_OF:
text: IS_VERSION_OF
description: The resource is a version of another resource. This is useful to
refer to an abstract resource that has different versions, for example, "Python
3.12 is a version of Python".
meaning: voc4cat:0005028
close_mappings:
- dcterms:isVersionOf
IS_NEW_VERSION_OF:
text: IS_NEW_VERSION_OF
description: The resource is a new version of another versioned resource. This
is useful to refer between versioned resources, for example, "Python 3.12.1
is_new_version_of Python 3.12.0".
meaning: voc4cat:0005029
IS_PREVIOUS_VERSION_OF:
text: IS_PREVIOUS_VERSION_OF
description: The resource is a previous version of another versioned resource.
This is useful to refer between versioned resources, for example, "Python 3.12.0
is_previous_version_of Python 3.12.1".
meaning: voc4cat:0005030
IS_PART_OF:
text: IS_PART_OF
description: The resource is part of another resource. This relation applies to
container-contained type relationships. If the relation refers to publishing
one resource as part of another resource, use "IS_PUBLISHED_IN" instead. If
the relation refers to a versioned resource and non-versioned resource, use
"IS_VERSION_OF" instead.
meaning: voc4cat:0005031
close_mappings:
- dcterms:isPartOf
HAS_PART:
text: HAS_PART
description: The resource has part another resource. This relation applies to
container-contained type relationships. If the relation refers to publishing
one resource as part of another resource, "IS_PUBLISHED_IN" instead. If the
relation refers to a versioned resource and non-versioned resource, use "HAS_VERSION"
instead.
meaning: voc4cat:0005032
close_mappings:
- dcterms:hasPart
IS_PUBLISHED_IN:
text: IS_PUBLISHED_IN
description: The resource is published in another resource. A resource A that
is_published_in a resource B is independent from other resources published in
the same resource B.
meaning: voc4cat:0005033
IS_REFERENCED_BY:
text: IS_REFERENCED_BY
description: The resource is referenced by another resource.
meaning: voc4cat:0005034
close_mappings:
- dcterms:isReferencedBy
REFERENCES:
text: REFERENCES
description: The resource references another resource.
meaning: voc4cat:0005035
IS_DOCUMENTED_BY:
text: IS_DOCUMENTED_BY
description: The resource is documented by another resource.
meaning: voc4cat:0005036
DOCUMENTS:
text: DOCUMENTS
description: The resource documents another resource.
meaning: voc4cat:0005037
IS_COMPILED_BY:
text: IS_COMPILED_BY
description: The resource is compiled by another resource. Resources may be text
or software. The compiler may be a computer program or a person.
meaning: voc4cat:0005038
COMPILES:
text: COMPILES
description: The resource compiles another resource. Resources may be text or
software. The compiler may be a computer program or a person.
meaning: voc4cat:0005039
IS_VARIANT_FORM_OF:
text: IS_VARIANT_FORM_OF
description: The resource is variant form of another resource. This may be used
e.g. for relating architecture-specific builds of a software program to a source-code
release. It may also be used to express the relation between data in different
formats (e.g. PNG, JPEG) of the same image.
meaning: voc4cat:0005040
IS_ORIGINAL_FORM_OF:
text: IS_ORIGINAL_FORM_OF
description: The resource is original form of another resource. This may be used
e.g. for relating architecture-specific builds of a software program to a source-code
release. It may also be used to express the relation between data in different
formats (e.g. PNG, JPEG) of the same image.
meaning: voc4cat:0005041
IS_IDENTICAL_TO:
text: IS_IDENTICAL_TO
description: The resource is identical to another resource. May be used to indicate
the relationship between an exact copy of a resource that is published at another
location.
meaning: voc4cat:0005042
IS_DERIVED_FROM:
text: IS_DERIVED_FROM
description: The resource is derived from another resource. This may be used for
relating a new dataset created by data processing to its original source dataset.
For samples it may express the relation between the original sample and another
sample derived from it by physical or chemical treatment.
meaning: voc4cat:0005043
IS_SOURCE_OF:
text: IS_SOURCE_OF
description: The resource is source of another resource. This may be used for
example to express the relation between a source dataset and a new dataset derived
from it by data processing. For samples it may express the relation between
a sample processed by physical or chemical treatment and the original sample.
meaning: voc4cat:0005044
IS_COLLECTED_BY:
text: IS_COLLECTED_BY
description: The resource is collected by another resource. May be used to indicate
the relationship between a dataset and an instrument that is used to collect,
measure, obtain, or observe data.
meaning: voc4cat:0005045
COLLECTS:
text: COLLECTS
description: The resource collects another resource. May be used to indicate the
relationship between an instrument and where it has been used to collect, measure,
obtain, or observe data.
meaning: voc4cat:0005046
IS_REQUIRED_BY:
text: IS_REQUIRED_BY
description: The resource is required by another resource.
meaning: voc4cat:0005047
close_mappings:
- dcterms:isRequiredBy
REQUIRES:
text: REQUIRES
description: The resource requires another resource.
meaning: voc4cat:0005048
close_mappings:
- dcterms:requires
IS_OBSOLETED_BY:
text: IS_OBSOLETED_BY
description: The resource is obsoleted by another resource.
meaning: voc4cat:0005049
close_mappings:
- dcterms:replacedBy
OBSOLETES:
text: OBSOLETES
description: The resource obsoletes another resource.
meaning: voc4cat:0005050
close_mappings:
- dcterms:replaces
CONFORMS_TO:
text: CONFORMS_TO
description: An established standard to which the described resource conforms.
This relation should be used to indicate the model, schema, ontology, or profile
that the resource content conforms to.
meaning: voc4cat:0005059
close_mappings:
- dcterms:conformsTo