Class: HdlDataUrl
The data class for the redirect url.
classDiagram
class HdlDataUrl
click HdlDataUrl href "../HdlDataUrl"
HdlDataUrl : format
HdlDataUrl : value
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
format | 0..1 String |
The format of the handle data | direct |
value | 1 String |
The value of the handle data | direct |
Usages
used by | used in | type | used |
---|---|---|---|
URL | data | range | HdlDataUrl |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/pid4cat-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | pid4cat_model:HdlDataUrl |
native | pid4cat_model:HdlDataUrl |
LinkML Source
Direct
name: HdlDataUrl
description: The data class for the redirect url.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- format
- value
slot_usage:
format:
name: format
ifabsent: string
equals_string: string
value:
name: value
required: true
pattern: ^https?:\/\/.*$
Induced
name: HdlDataUrl
description: The data class for the redirect url.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slot_usage:
format:
name: format
ifabsent: string
equals_string: string
value:
name: value
required: true
pattern: ^https?:\/\/.*$
attributes:
format:
name: format
description: The format of the handle data.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
ifabsent: string
alias: format
owner: HdlDataUrl
domain_of:
- HdlDataUrl
- HdlDataContact
- HdlDataStatus
- HdlDataSchemaVer
- HdlDataLicense
- HdlDataResourceInfo
- HdlDataRelated
- HdlDataLog
range: string
equals_string: string
value:
name: value
description: The value of the handle data.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: value
owner: HdlDataUrl
domain_of:
- HdlDataUrl
- HdlDataContact
- HdlDataStatus
- HdlDataSchemaVer
- HdlDataLicense
- HdlDataResourceInfo
- HdlDataRelated
- HdlDataLog
range: string
required: true
pattern: ^https?:\/\/.*$