Skip to content

Class: HandleAPIRecord

A class representing a handle record query response of the REST (json) API of a handle server.

URI: pid4cat_model:HandleAPIRecord

classDiagram class HandleAPIRecord click HandleAPIRecord href "../HandleAPIRecord" HandleAPIRecord : handle HandleAPIRecord : responseCode HandleAPIRecord : values HandleAPIRecord --> "1..*" HandleRecord : values click HandleRecord href "../HandleRecord"

Slots

Name Cardinality and Range Description Inheritance
responseCode 0..1
Integer
The response code of the handle API direct
handle 1
String
The handle of the pid4cat record direct
values 1..*
HandleRecord
The values of the pid4cat record 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 class representing a handle record query response of the REST (json)
  API of a handle server.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- responseCode
- handle
- values
slot_usage:
  handle:
    name: handle
    required: true
    pattern: ^\d{2}\.T?\d{4,}\/.*$
  values:
    name: values
    required: true

Induced

name: HandleAPIRecord
description: A class representing a handle record query response of the REST (json)
  API of a handle server.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slot_usage:
  handle:
    name: handle
    required: true
    pattern: ^\d{2}\.T?\d{4,}\/.*$
  values:
    name: values
    required: true
attributes:
  responseCode:
    name: responseCode
    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 pid4cat record.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    identifier: true
    alias: handle
    owner: HandleAPIRecord
    domain_of:
    - HandleAPIRecord
    range: string
    required: true
    pattern: ^\d{2}\.T?\d{4,}\/.*$
  values:
    name: values
    description: The values of the pid4cat record.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: values
    owner: HandleAPIRecord
    domain_of:
    - HandleAPIRecord
    range: HandleRecord
    required: true
    multivalued: true