Enum: LicenseStatusEnum
How a license came to be recorded on a resource.
Permissible Values
| Value | Meaning | Description | | — | — | — | | provided | None | Declared by the resource’s curators or maintainers | | inferred | None | Filled in by the build process as the most restrictive license among the reso… |
Slots
| Name | Description |
|---|---|
| status | Whether the license was provided by the resource’s curators or maintainers, o… |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
LinkML Source
```yaml
name: LicenseStatusEnum
description: How a license came to be recorded on a resource.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
permissible_values:
provided:
text: provided
description: Declared by the resource's curators or maintainers. This is the default
when no status is recorded.
inferred:
text: inferred
description: Filled in by the build process as the most restrictive license among
the resource's upstream sources, because the resource declares no license of
its own.
```