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
KnowledgeItem license range License
Article license range License
CourseMaterial license range License
Guideline license range License

Aliases

  • Lizenz

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/example/C2D_Ontology

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://w3id.org/linkml/example/C2D_Ontology
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://w3id.org/linkml/example/C2D_Ontology
aliases:
- Lizenz
attributes:
  value:
    name: value
    description: Universal slot for usage in info classes. Required.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    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://w3id.org/linkml/example/C2D_Ontology
    aliases:
    - URL
    rank: 1000
    multivalued: false
    alias: url
    owner: License
    domain_of:
    - KnowledgeItem
    - License
    range: string
    required: false