Skip to content

Class: CreationMetadata

URI: comet:CreationMetadata

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

Inheritance

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 *
Agent
The person or organization who created the work direct
contributors *
Agent
A person or organization that contributed to the creation of the work direct
contacts *
Agent
A contact point for a person or organization direct
keywords *
String
Keywords or tags used to describe this item direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/comet

Mappings

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

LinkML Source

Direct

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

Induced

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