Skip to content

Class: DataCite

_Represents metadata for datasets according to DataCite standard. Core properties of DataCite standard (basics for citation/publications.) DataCite already considers DublinCore elements. _

URI: hzb_metadata_schema:DataCite

classDiagram class DataCite click DataCite href "../DataCite" NamedEntity <|-- DataCite click NamedEntity href "../NamedEntity" DataCite : AlternateIdentifier DataCite : Contributor DataCite : creators DataCite --> "0..1" Person : creators click Person href "../Person" DataCite : Date DataCite : Description DataCite : Format DataCite : FundingReference DataCite : GeoLocation DataCite : id DataCite : identifier DataCite : identifierType DataCite : iri DataCite : Language DataCite : name DataCite : Publisher DataCite : RelatedIdentifier DataCite : RelatedItem DataCite : ResourceType DataCite : Rights DataCite : Size DataCite : Subject DataCite : title DataCite : Version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifier 0..1
String
The Identifier is a unique string that identifies a resource (i direct
identifierType 0..1
String
type of identifier direct
creators 0..1
Person
Creator(s) of the resource direct
title 0..1
String
Title of the resource/dataset direct
Publisher 0..1
String
lorem direct
ResourceType 0..1
String
lorem direct
Subject 0..1
String
lorem direct
Contributor 0..1
String
Creator of the resource direct
Date 0..1
String
Creator of the resource direct
Language 0..1
String
Creator of the resource direct
AlternateIdentifier 0..1
String
An identifier other than the primary Identifier applied to the resource being... direct
RelatedIdentifier 0..1
String
Identifiers of related resources direct
Size 0..1
String
Size (e direct
Format 0..1
String
Technical format of the resource direct
Version 0..1
String
Creator of the resource direct
Rights 0..1
String
Creator of the resource direct
Description 0..1
String
Creator of the resource direct
GeoLocation 0..1
String
Creator of the resource direct
FundingReference 0..1
String
Creator of the resource direct
RelatedItem 0..1
String
Creator of the resource direct
name 0..1
String
A human-readable name for a thing Entity, NamedEntity
id 1
Uriorcurie
A unique identifier for a thing Entity
iri 0..1
String
Internationalized Resource Identifier Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema

Mappings

Mapping Type Mapped Value
self hzb_metadata_schema:DataCite
native hzb_metadata_schema:DataCite

LinkML Source

Direct

name: DataCite
description: 'Represents metadata for datasets according to DataCite standard. Core
  properties of DataCite standard (basics for citation/publications.) DataCite already
  considers DublinCore elements. '
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: NamedEntity
attributes:
  identifier:
    name: identifier
    description: The Identifier is a unique string that identifies a resource (i.e.,
      DOI).
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
    required: false
  identifierType:
    name: identifierType
    description: type of identifier.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  creators:
    name: creators
    description: Creator(s) of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: Person
    required: false
  title:
    name: title
    description: Title of the resource/dataset.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    - Person
    range: string
    required: false
  Publisher:
    name: Publisher
    description: lorem.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  ResourceType:
    name: ResourceType
    description: lorem.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Subject:
    name: Subject
    description: lorem.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Contributor:
    name: Contributor
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Date:
    name: Date
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Language:
    name: Language
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  AlternateIdentifier:
    name: AlternateIdentifier
    description: An identifier other than the primary Identifier applied to the resource
      being registered. This may be any alphanumeric string which is unique within
      its domain of issue. May be used for local identifiers, a serial number of an
      instrument or an inventory number. The AlternateIdentifier should be an additional
      identifier for the same instance of the resource (i.e., same location, same
      file).
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  RelatedIdentifier:
    name: RelatedIdentifier
    description: Identifiers of related resources. These must be globally unique identifiers.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Size:
    name: Size
    description: Size (e.g., bytes, pages, inches, etc.) or duration (extent), e.g.,
      hours, minutes, days, etc., of a resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Format:
    name: Format
    description: Technical format of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Version:
    name: Version
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Rights:
    name: Rights
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  Description:
    name: Description
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  GeoLocation:
    name: GeoLocation
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  FundingReference:
    name: FundingReference
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string
  RelatedItem:
    name: RelatedItem
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    domain_of:
    - DataCite
    range: string

Induced

name: DataCite
description: 'Represents metadata for datasets according to DataCite standard. Core
  properties of DataCite standard (basics for citation/publications.) DataCite already
  considers DublinCore elements. '
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
is_a: NamedEntity
attributes:
  identifier:
    name: identifier
    description: The Identifier is a unique string that identifies a resource (i.e.,
      DOI).
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: identifier
    owner: DataCite
    domain_of:
    - DataCite
    range: string
    required: false
  identifierType:
    name: identifierType
    description: type of identifier.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: identifierType
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  creators:
    name: creators
    description: Creator(s) of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: creators
    owner: DataCite
    domain_of:
    - DataCite
    range: Person
    required: false
  title:
    name: title
    description: Title of the resource/dataset.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: title
    owner: DataCite
    domain_of:
    - DataCite
    - Person
    range: string
    required: false
  Publisher:
    name: Publisher
    description: lorem.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Publisher
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  ResourceType:
    name: ResourceType
    description: lorem.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: ResourceType
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Subject:
    name: Subject
    description: lorem.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Subject
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Contributor:
    name: Contributor
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Contributor
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Date:
    name: Date
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Date
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Language:
    name: Language
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Language
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  AlternateIdentifier:
    name: AlternateIdentifier
    description: An identifier other than the primary Identifier applied to the resource
      being registered. This may be any alphanumeric string which is unique within
      its domain of issue. May be used for local identifiers, a serial number of an
      instrument or an inventory number. The AlternateIdentifier should be an additional
      identifier for the same instance of the resource (i.e., same location, same
      file).
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: AlternateIdentifier
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  RelatedIdentifier:
    name: RelatedIdentifier
    description: Identifiers of related resources. These must be globally unique identifiers.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: RelatedIdentifier
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Size:
    name: Size
    description: Size (e.g., bytes, pages, inches, etc.) or duration (extent), e.g.,
      hours, minutes, days, etc., of a resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Size
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Format:
    name: Format
    description: Technical format of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Format
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Version:
    name: Version
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Version
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Rights:
    name: Rights
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Rights
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  Description:
    name: Description
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: Description
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  GeoLocation:
    name: GeoLocation
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: GeoLocation
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  FundingReference:
    name: FundingReference
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: FundingReference
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  RelatedItem:
    name: RelatedItem
    description: Creator of the resource.
    from_schema: https://w3id.org/anak-velazquez/core/
    rank: 1000
    alias: RelatedItem
    owner: DataCite
    domain_of:
    - DataCite
    range: string
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: DataCite
    domain_of:
    - Entity
    - NamedEntity
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: DataCite
    domain_of:
    - Entity
    range: uriorcurie
    required: true
  iri:
    name: iri
    description: Internationalized Resource Identifier
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    alias: iri
    owner: DataCite
    domain_of:
    - Entity
    range: string