Skip to content

Class: CreationMetadata

URI: linkml_common:CreationMetadata

classDiagram class CreationMetadata click CreationMetadata href "../CreationMetadata" CreationMetadata <|-- Dataset click Dataset href "../Dataset" CreationMetadata <|-- CreativeWork click CreativeWork href "../CreativeWork" CreationMetadata : abstract CreationMetadata : contacts CreationMetadata --> "*" PhysicalEntity : contacts click PhysicalEntity href "../PhysicalEntity" CreationMetadata : contributors CreationMetadata --> "*" PhysicalEntity : contributors click PhysicalEntity href "../PhysicalEntity" CreationMetadata : creators CreationMetadata --> "*" PhysicalEntity : creators click PhysicalEntity href "../PhysicalEntity" CreationMetadata : keywords CreationMetadata : rights CreationMetadata : title

Slots

Name Cardinality and Range Description Inheritance
title 0..1
String
The title of the item direct
abstract 0..1
String
A summary of the item direct
rights 0..1
String
Information about rights held in and over the item direct
creators *
PhysicalEntity
The person or organization who created the work direct
contributors *
PhysicalEntity
A person or organization that contributed to the creation of the work direct
contacts *
PhysicalEntity
A contact point for a person or organization direct
keywords *
String
Keywords or tags used to describe this item direct

Mixin Usage

mixed into description
Dataset
CreativeWork The most generic kind of creative work, including books, movies, photographs,...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:CreationMetadata
native linkml_common:CreationMetadata

LinkML Source

Direct

name: CreationMetadata
from_schema: https://w3id.org/linkml/linkml-common
mixin: true
attributes:
  title:
    name: title
    description: The title of the item
    from_schema: https://w3id.org/linkml-common/social
    exact_mappings:
    - dcterms:title
    rank: 1000
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  abstract:
    name: abstract
    description: A summary of the item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  rights:
    name: rights
    description: Information about rights held in and over the item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  creators:
    name: creators
    description: The person or organization who created the work
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: dcterms:creator
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  contributors:
    name: contributors
    description: A person or organization that contributed to the creation of the
      work
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: dcterms:contributor
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  contacts:
    name: contacts
    description: A contact point for a person or organization
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: schema:contactPoint
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  keywords:
    name: keywords
    description: Keywords or tags used to describe this item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: schema:keywords
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
    multivalued: true

Induced

name: CreationMetadata
from_schema: https://w3id.org/linkml/linkml-common
mixin: true
attributes:
  title:
    name: title
    description: The title of the item
    from_schema: https://w3id.org/linkml-common/social
    exact_mappings:
    - dcterms:title
    rank: 1000
    alias: title
    owner: CreationMetadata
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  abstract:
    name: abstract
    description: A summary of the item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    alias: abstract
    owner: CreationMetadata
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  rights:
    name: rights
    description: Information about rights held in and over the item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    alias: rights
    owner: CreationMetadata
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
  creators:
    name: creators
    description: The person or organization who created the work
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: dcterms:creator
    alias: creators
    owner: CreationMetadata
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  contributors:
    name: contributors
    description: A person or organization that contributed to the creation of the
      work
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: dcterms:contributor
    alias: contributors
    owner: CreationMetadata
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  contacts:
    name: contacts
    description: A contact point for a person or organization
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: schema:contactPoint
    alias: contacts
    owner: CreationMetadata
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: PhysicalEntity
    multivalued: true
  keywords:
    name: keywords
    description: Keywords or tags used to describe this item
    from_schema: https://w3id.org/linkml-common/social
    rank: 1000
    slot_uri: schema:keywords
    alias: keywords
    owner: CreationMetadata
    domain_of:
    - CreationMetadata
    - CreativeWork
    range: string
    multivalued: true