Class: SCHEMAVER
The data element in the handle API for the schema version.
classDiagram
class SCHEMAVER
click SCHEMAVER href "../SCHEMAVER"
HandleRecord <|-- SCHEMAVER
click HandleRecord href "../HandleRecord"
SCHEMAVER : data
SCHEMAVER --> "1" HdlDataSchemaVer : data
click HdlDataSchemaVer href "../HdlDataSchemaVer"
SCHEMAVER : index
SCHEMAVER : timestamp
SCHEMAVER : ttl
SCHEMAVER : type
Inheritance
- HandleRecord
- SCHEMAVER
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
index | 1 Integer |
The index of the handle record | direct |
data | 1 HdlDataSchemaVer |
The data in the handle record | direct |
timestamp | 1 Datetime |
The iso datetime for the last update of the handle data | HandleRecord |
ttl | 0..1 Integer |
A time to live in seconds for the handle record | HandleRecord |
type | 1 String |
The type of handledata stored in the handle record | HandleRecord |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/pid4cat-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | pid4cat_model:SCHEMAVER |
native | pid4cat_model:SCHEMAVER |
LinkML Source
Direct
name: SCHEMA_VER
description: The data element in the handle API for the schema version.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
is_a: HandleRecord
slots:
- index
- data
slot_usage:
index:
name: index
required: true
minimum_value: 12
maximum_value: 12
data:
name: data
range: HdlDataSchemaVer
required: true
Induced
name: SCHEMA_VER
description: The data element in the handle API for the schema version.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
is_a: HandleRecord
slot_usage:
index:
name: index
required: true
minimum_value: 12
maximum_value: 12
data:
name: data
range: HdlDataSchemaVer
required: true
attributes:
index:
name: index
description: The index of the handle record.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: index
owner: SCHEMA_VER
domain_of:
- URL
- EMAIL
- STATUS
- SCHEMA_VER
- METADATA_LICENSE
- RESOURCE
- RELATED
- CHANGES
range: integer
required: true
minimum_value: 12
maximum_value: 12
data:
name: data
description: The data in the handle record.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: data
owner: SCHEMA_VER
domain_of:
- URL
- EMAIL
- STATUS
- SCHEMA_VER
- METADATA_LICENSE
- RESOURCE
- RELATED
- CHANGES
range: HdlDataSchemaVer
required: true
timestamp:
name: timestamp
description: The iso datetime for the last update of the handle data.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: timestamp
owner: SCHEMA_VER
domain_of:
- HandleRecord
range: datetime
required: true
ttl:
name: ttl
description: 'A time to live in seconds for the handle record. Typically: 86400
=> 1 day'
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
ifabsent: '86400'
alias: ttl
owner: SCHEMA_VER
domain_of:
- HandleRecord
range: integer
type:
name: type
description: The type of handledata stored in the handle record.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
designates_type: true
alias: type
owner: SCHEMA_VER
domain_of:
- HandleRecord
- RelatedIdentifier
range: string
required: true