Skip to content

Class: RelatedItem

A related publication or item, including cited publications.

URI: brc:RelatedItem

classDiagram class RelatedItem click RelatedItem href "../RelatedItem" RelatedItem : relatedItemIdentifier RelatedItem : relatedItemType RelatedItem --> "0..1" CitedItemType : relatedItemType click CitedItemType href "../CitedItemType" RelatedItem : title

Slots

Name Cardinality and Range Description Inheritance
title 0..1
String
Title of the related item direct
relatedItemType 0..1
CitedItemType
Type of the related item, e direct
relatedItemIdentifier 0..1
Uriorcurie
Identifier or URL for the related item direct

Usages

used by used in type used
Dataset relatedItem range RelatedItem

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/brc/brc_schema

Mappings

Mapping Type Mapped Value
self brc:RelatedItem
native brc:RelatedItem

LinkML Source

Direct

name: RelatedItem
description: A related publication or item, including cited publications.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  title:
    name: title
    description: Title of the related item.
    from_schema: https://w3id.org/brc/brc_schema
    slot_uri: dcterms:title
    domain_of:
    - Dataset
    - RelatedItem
    range: string
  relatedItemType:
    name: relatedItemType
    description: Type of the related item, e.g., JournalArticle.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    domain_of:
    - RelatedItem
    range: CitedItemType
  relatedItemIdentifier:
    name: relatedItemIdentifier
    description: Identifier or URL for the related item.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    domain_of:
    - RelatedItem
    range: uriorcurie

Induced

name: RelatedItem
description: A related publication or item, including cited publications.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  title:
    name: title
    description: Title of the related item.
    from_schema: https://w3id.org/brc/brc_schema
    slot_uri: dcterms:title
    alias: title
    owner: RelatedItem
    domain_of:
    - Dataset
    - RelatedItem
    range: string
  relatedItemType:
    name: relatedItemType
    description: Type of the related item, e.g., JournalArticle.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    alias: relatedItemType
    owner: RelatedItem
    domain_of:
    - RelatedItem
    range: CitedItemType
  relatedItemIdentifier:
    name: relatedItemIdentifier
    description: Identifier or URL for the related item.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    alias: relatedItemIdentifier
    owner: RelatedItem
    domain_of:
    - RelatedItem
    range: uriorcurie