Class: HandleAPIRecord
A handle record for a PID4CatRecord.
URI: pid4cat_model:HandleAPIRecord
classDiagram
class HandleAPIRecord
click HandleAPIRecord href "../HandleAPIRecord"
HandleAPIRecord : handle
HandleAPIRecord : response_code
HandleAPIRecord : values
HandleAPIRecord --> "*" HandleRecord : values
click HandleRecord href "../HandleRecord"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
response_code | 0..1 Integer |
The response code of the handle API | direct |
handle | 0..1 String |
The handle of the PID4CatRecord | direct |
values | * HandleRecord |
The values of the PID4CatRecord | direct |
Usages
used by | used in | type | used |
---|---|---|---|
HandleRecordContainer | contains_pids | range | HandleAPIRecord |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/pid4cat-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | pid4cat_model:HandleAPIRecord |
native | pid4cat_model:HandleAPIRecord |
LinkML Source
Direct
name: HandleAPIRecord
description: A handle record for a PID4CatRecord.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- response_code
- handle
- values
Induced
name: HandleAPIRecord
description: A handle record for a PID4CatRecord.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
attributes:
response_code:
name: response_code
description: The response code of the handle API.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: responseCode
owner: HandleAPIRecord
domain_of:
- HandleAPIRecord
range: integer
handle:
name: handle
description: The handle of the PID4CatRecord.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: handle
owner: HandleAPIRecord
domain_of:
- HandleAPIRecord
range: string
values:
name: values
description: The values of the PID4CatRecord.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: values
owner: HandleAPIRecord
domain_of:
- HandleAPIRecord
range: HandleRecord
multivalued: true