Class: License

A legal agreement granting permission to use, reproduce, or distribute a work under specified conditions.

URI: C2D_Ontology:License

classDiagram class License click License href "../License" License : url License : value

Slots

Name Cardinality and Range Description Inheritance
value 1
String
Universal slot for usage in info classes direct
url 0..1
String
Unique address of the mentioned ressource direct

Usages

used by used in type used
EducationalMaterial license range License

Aliases

  • Lizenz

Identifier and Mapping Information

Schema Source

  • from schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/

Mappings

Mapping Type Mapped Value
self C2D_Ontology:License
native C2D_Ontology:License

LinkML Source

Direct

name: License
description: A legal agreement granting permission to use, reproduce, or distribute
  a work under specified conditions.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Lizenz
slots:
- value
- url

Induced

name: License
description: A legal agreement granting permission to use, reproduce, or distribute
  a work under specified conditions.
from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
aliases:
- Lizenz
attributes:
  value:
    name: value
    description: Universal slot for usage in info classes. Required.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Wert
    rank: 1000
    multivalued: false
    alias: value
    owner: License
    domain_of:
    - ContactInfo
    - License
    - PersistentIdentifier
    range: string
    required: true
  url:
    name: url
    description: Unique address of the mentioned ressource.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - URL
    rank: 1000
    multivalued: false
    alias: url
    owner: License
    domain_of:
    - KnowledgeItem
    - License
    range: string
    required: false