Skip to content

Class: LicenceDocument

A legal document giving official permission to do something with a resource.

URI: [dct:LicenseDocument](http://purl.org/dc/terms/LicenseDocument)
 classDiagram
    class LicenceDocument
    click LicenceDocument href "../LicenceDocument/"
      LicenceDocument : type





        LicenceDocument --> "*" Concept : type
        click Concept href "../Concept/"



## Class Properties | Property | Value | | --- | --- | | Class URI | [dct:LicenseDocument](http://purl.org/dc/terms/LicenseDocument) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [type](type.md) | *
[Concept](Concept.md) | The nature or genre of the resource | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalogue](Catalogue.md) | [licence](licence.md) | range | [LicenceDocument](LicenceDocument.md) | | [DataService](DataService.md) | [licence](licence.md) | range | [LicenceDocument](LicenceDocument.md) | | [Distribution](Distribution.md) | [licence](licence.md) | range | [LicenceDocument](LicenceDocument.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dct:LicenseDocument | | native | dcat_ap:LicenceDocument | ## LinkML Source ### Direct
name: LicenceDocument
description: A legal document giving official permission to do something with a resource.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slots:
- type
slot_usage:
  type:
    name: type
    multivalued: true
class_uri: dct:LicenseDocument
### Induced
name: LicenceDocument
description: A legal document giving official permission to do something with a resource.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slot_usage:
  type:
    name: type
    multivalued: true
attributes:
  type:
    name: type
    description: The nature or genre of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:type
    owner: LicenceDocument
    domain_of:
    - Agent
    - Dataset
    - LicenceDocument
    range: Concept
    multivalued: true
class_uri: dct:LicenseDocument