Class: Citation
A container for a citation or another form of attribution for the parent resource.
URI: datatractor_schema:Citation
erDiagram
Citation {
string uri
stringList creators
stringList contributors
string title
string type
}
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
An unambiguous reference to the resource within a given context. |
direct |
|
0..* |
A list of the creators of the resource. |
direct |
|
0..* |
A list of the contributors to the resource. |
direct |
|
0..1 |
A name given to the resource [from DC]. |
direct |
|
0..1 |
Any bibliographic resource type (e.g., article, dataset, software) enumerated in |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://datatractor.github.io/schema/main/datatractor_schema/
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
datatractor_schema:Citation |
native |
datatractor_schema:Citation |
LinkML Source
Direct
name: Citation
description: A container for a citation or another form of attribution for the parent
resource.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
attributes:
uri:
name: uri
description: An unambiguous reference to the resource within a given context.
comments:
- Recommended practice is to identify the resource by means of a string conforming
to an identification system.
- "Examples include:\n - International Standard Book Number (ISBN),\n - Digital\
\ Object Identifier (DOI), and\n - Uniform Resource Name (URN).\nPersistent\
\ identifiers should be provided as HTTP URIs."
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:identifier
domain_of:
- Citation
- License
required: false
creators:
name: creators
description: A list of the creators of the resource.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:creator
multivalued: true
domain_of:
- Citation
contributors:
name: contributors
description: A list of the contributors to the resource.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:contributor
multivalued: true
domain_of:
- Citation
title:
name: title
description: A name given to the resource [from DC].
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:title
domain_of:
- Citation
required: false
type:
name: type
description: Any bibliographic resource type (e.g., article, dataset, software)
enumerated in the DCMI Type Vocabulary.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:type
domain_of:
- Citation
required: false
Induced
name: Citation
description: A container for a citation or another form of attribution for the parent
resource.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
attributes:
uri:
name: uri
description: An unambiguous reference to the resource within a given context.
comments:
- Recommended practice is to identify the resource by means of a string conforming
to an identification system.
- "Examples include:\n - International Standard Book Number (ISBN),\n - Digital\
\ Object Identifier (DOI), and\n - Uniform Resource Name (URN).\nPersistent\
\ identifiers should be provided as HTTP URIs."
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:identifier
alias: uri
owner: Citation
domain_of:
- Citation
- License
range: string
required: false
creators:
name: creators
description: A list of the creators of the resource.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:creator
multivalued: true
alias: creators
owner: Citation
domain_of:
- Citation
range: string
contributors:
name: contributors
description: A list of the contributors to the resource.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:contributor
multivalued: true
alias: contributors
owner: Citation
domain_of:
- Citation
range: string
title:
name: title
description: A name given to the resource [from DC].
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:title
alias: title
owner: Citation
domain_of:
- Citation
range: string
required: false
type:
name: type
description: Any bibliographic resource type (e.g., article, dataset, software)
enumerated in the DCMI Type Vocabulary.
from_schema: https://datatractor.github.io/schema/main/datatractor_schema/
rank: 1000
slot_uri: dc_terms:type
alias: type
owner: Citation
domain_of:
- Citation
range: string
required: false