Skip to content

Enum: CitedItemType

Type of cited item, e.g., journal article.

URI: CitedItemType

Permissible Values

Value Meaning Description
JournalArticle IAO:0000013 Journal article
Book schema:book Book
Dataset schema:dataset Dataset
Software IAO:0000010 Software
Thesis schema:thesis Thesis
Patent IAO:0000313 Patent
Preprint schema:Publication Preprint
Presentation schema:PresentationDigitalDocument Presentation
Report IAO:0000088 Report
Webpage schema:WebPage Webpage
WebApplication schema:WebApplication Web application

Slots

Name Description
relatedItemType Type of the related item, e

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: CitedItemType
description: Type of cited item, e.g., journal article.
from_schema: https://w3id.org/brc/brc_schema
rank: 1000
permissible_values:
  JournalArticle:
    text: JournalArticle
    description: Journal article
    meaning: IAO:0000013
  Book:
    text: Book
    description: Book
    meaning: schema:book
  Dataset:
    text: Dataset
    description: Dataset
    meaning: schema:dataset
  Software:
    text: Software
    description: Software
    meaning: IAO:0000010
  Thesis:
    text: Thesis
    description: Thesis
    meaning: schema:thesis
  Patent:
    text: Patent
    description: Patent
    meaning: IAO:0000313
  Preprint:
    text: Preprint
    description: Preprint
    meaning: schema:Publication
  Presentation:
    text: Presentation
    description: Presentation
    meaning: schema:PresentationDigitalDocument
  Report:
    text: Report
    description: Report
    meaning: IAO:0000088
  Webpage:
    text: Webpage
    description: Webpage
    meaning: schema:WebPage
  WebApplication:
    text: WebApplication
    description: Web application
    meaning: schema:WebApplication