Skip to content

Class: ResourceInfo

Data object to hold information about the resource and its representation.

URI: pid4cat_model:ResourceInfo

classDiagram class ResourceInfo click ResourceInfo href "../ResourceInfo" ResourceInfo : description ResourceInfo : label ResourceInfo : representation_variants ResourceInfo --> "*" RepresentationVariant : representation_variants click RepresentationVariant href "../RepresentationVariant" ResourceInfo : resource_category ResourceInfo --> "0..1" ResourceCategory : resource_category click ResourceCategory href "../ResourceCategory"

Slots

Name Cardinality and Range Description Inheritance
label 0..1
String
A human-readable name for a resource direct
description 0..1
String
A human-readable description for a resource direct
resource_category 0..1
ResourceCategory
The category of the resource direct
representation_variants *
RepresentationVariant
The representations of the resource in other media types than text/html direct

Usages

used by used in type used
HandleData value exactly_one_of[range] ResourceInfo

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/pid4cat-model

Mappings

Mapping Type Mapped Value
self pid4cat_model:ResourceInfo
native pid4cat_model:ResourceInfo

LinkML Source

Direct

name: ResourceInfo
description: Data object to hold information about the resource and its representation.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- label
- description
- resource_category
- representation_variants

Induced

name: ResourceInfo
description: Data object to hold information about the resource and its representation.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
attributes:
  label:
    name: label
    description: A human-readable name for a resource.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: label
    owner: ResourceInfo
    domain_of:
    - ResourceInfo
    range: string
  description:
    name: description
    description: A human-readable description for a resource.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: description
    owner: ResourceInfo
    domain_of:
    - ResourceInfo
    - LogRecord
    range: string
  resource_category:
    name: resource_category
    description: The category of the resource.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: resource_category
    owner: ResourceInfo
    domain_of:
    - ResourceInfo
    range: ResourceCategory
  representation_variants:
    name: representation_variants
    description: The representations of the resource in other media types than text/html.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: representation_variants
    owner: ResourceInfo
    domain_of:
    - ResourceInfo
    range: RepresentationVariant
    multivalued: true