Logo ProcessCore

ScholarlyArticle

A scholarly publication associated with a Dataset. This can be used to link to publications describing the experiment, method, or results.

Schema.org type: schema.org/ScholarlyArticle

Properties

Property

Type

Required

Description

id

Text

COULD

Unique identifier

type

Text

MUST

ScholarlyArticle

headline

Text

MUST

Headline of the article

identifier

Text

SHOULD

Identifier for this article, such as a DOI or PubMedID

authors

Agent

SHOULD

Authors of the article

creativeWorkStatus

DefinedTerm

COULD

The status of the publication in terms of its stage in a lifecycle.

additionalProperty

Annotation

COULD

Extensible article metadata not covered by the base properties.

Relationships

flowchart TD

    hl@{ shape: stadium, label: "string" }

    p1@{ shape: stadium, label: "string" }
    p2[Annotation]

    Dataset --citations--> ScholarlyArticle
    ScholarlyArticle --authors--> Agent
    ScholarlyArticle --creativeWorkStatus--> DefinedTerm
    ScholarlyArticle --headline--> hl
    ScholarlyArticle --identifier--> p1
    ScholarlyArticle --additionalProperty--> p2

Type something to start searching.