Class: License
A license for a resource or product. The id field should be a URL to the license text, e.g., https://creativecommons.org/licenses/by/4.0/
URI: kgr:License
classDiagram
class License
click License href "License/.html"
NamedThing <|-- License
click NamedThing href "NamedThing/.html"
License : category
License : collection
License --> "*" CollectionEnum : collection
click CollectionEnum href "CollectionEnum/.html"
License : creation_date
License : id
License : label
License : last_modified_date
License : layout
License : logo
License : warnings
Inheritance
- NamedThing
- License
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| label | 0..1 String |
The name of the license | direct |
| logo | 0..1 Uriorcurie |
The URL of a logo for the license | direct |
| id | 1 String |
The identifier of an entity | NamedThing |
| category | 0..1 CategoryType |
The category of the entity | NamedThing |
| warnings | * String |
A list of warnings about an item to be displayed in the interface | NamedThing |
| collection | * CollectionEnum |
A collection of entries in the registry | NamedThing |
| layout | 0..1 String |
The layout of the entity | NamedThing |
| creation_date | 0..1 Datetime |
The date the entry was created | NamedThing |
| last_modified_date | 0..1 Datetime |
The date the entry was last modified | NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Resource | license | range | License |
| KnowledgeGraph | license | range | License |
| DataSource | license | range | License |
| DataModel | license | range | License |
| Ontology | license | range | License |
| Aggregator | license | range | License |
| Product | license | range | License |
| GraphProduct | license | range | License |
| DataModelProduct | license | range | License |
| OntologyProduct | license | range | License |
| MappingProduct | license | range | License |
| ProcessProduct | license | range | License |
| GraphicalInterface | license | range | License |
| ProgrammingInterface | license | range | License |
| DocumentationProduct | license | range | License |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | kgr:License |
| native | kgr:License |
LinkML Source
Direct
```yaml
name: License
description: A license for a resource or product. The id field should be a URL to
the license text, e.g., https://creativecommons.org/licenses/by/4.0/
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
is_a: NamedThing
attributes:
label:
name: label
description: The name of the license.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
domain_of:
- Individual
- Organization
- FundingSource
- License
- Usage
range: string
logo:
name: logo
description: The URL of a logo for the license. This is added at metadata parsing
time.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
domain_of:
- License
range: uriorcurie
```
Induced
```yaml
name: License
description: A license for a resource or product. The id field should be a URL to
the license text, e.g., https://creativecommons.org/licenses/by/4.0/
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
is_a: NamedThing
attributes:
label:
name: label
description: The name of the license.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
alias: label
owner: License
domain_of:
- Individual
- Organization
- FundingSource
- License
- Usage
range: string
logo:
name: logo
description: The URL of a logo for the license. This is added at metadata parsing
time.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: logo
owner: License
domain_of:
- License
range: uriorcurie
id:
name: id
description: The identifier of an entity. This is used to identify it within the
registry.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
slot_uri: dcterms:identifier
identifier: true
alias: id
owner: License
domain_of:
- NamedThing
- Organization
range: string
required: true
category:
name: category
description: The category of the entity. This should be identical to its class
name.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
is_a: type
domain: NamedThing
alias: category
owner: License
domain_of:
- NamedThing
- Contact
range: category_type
warnings:
name: warnings
description: A list of warnings about an item to be displayed in the interface.
These should primarily warn users about unavailable resources, broken links,
and other obstacles to using a resource.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: warnings
owner: License
domain_of:
- NamedThing
range: string
multivalued: true
inlined: true
inlined_as_list: true
collection:
name: collection
description: A collection of entries in the registry. This is used to group related
entries together. This is multivalued to allow for multiple collections.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: collection
owner: License
domain_of:
- NamedThing
range: CollectionEnum
multivalued: true
layout:
name: layout
description: The layout of the entity. This is used to determine how to display
the entity in the web interface. For resources, this is generally 'resource_detail'.
For products, this is generally 'product_detail'. If a value for this slot is
not specified, pages won't contain anything from their header metadata.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: layout
owner: License
domain_of:
- NamedThing
- Organization
range: string
creation_date:
name: creation_date
description: The date the entry was created. This is used to determine the age
of the entity. It should be in ISO 8601 format, e.g., 2024-02-12T00:00:00Z.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: creation_date
owner: License
domain_of:
- NamedThing
- Organization
range: datetime
last_modified_date:
name: last_modified_date
description: The date the entry was last modified. It should be in ISO 8601 format,
e.g., 2024-02-12T00:00:00Z.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: last_modified_date
owner: License
domain_of:
- NamedThing
- Organization
range: datetime
```