Skip to content

Class: Paper

a scientific paper

URI: alspacdcs:Paper

classDiagram class Paper NamedThing <|-- Paper Paper : description Paper : id Paper : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
xsd:anyURI
A unique identifier for a thing NamedThing
name 0..1
xsd:string
A human-readable name for a thing NamedThing
description 0..1
xsd:string
A human-readable description for a thing NamedThing

Usages

used by used in type used
NamedAlspacDataset main_publication_doi range Paper
NamedAlspacDataset publications_dois range Paper

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • doi

Schema Source

  • from schema: http://purl.org/alspac/alspac-data-catalogue-schema/

Mappings

Mapping Type Mapped Value
self alspacdcs:Paper
native alspacdcs:Paper
close IAO:0000013

LinkML Source

Direct

name: Paper
id_prefixes:
- doi
description: a scientific paper
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
close_mappings:
- IAO:0000013
rank: 1000
is_a: NamedThing

Induced

name: Paper
id_prefixes:
- doi
description: a scientific paper
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
close_mappings:
- IAO:0000013
rank: 1000
is_a: NamedThing
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Paper
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Paper
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Paper
    domain_of:
    - NamedThing
    range: string