Class: ResourceInfo
Data class 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 --> "1..*" RepresentationVariant : representation_variants
click RepresentationVariant href "../RepresentationVariant"
ResourceInfo : resource_category
ResourceInfo --> "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 | 1 ResourceCategory |
The category of the resource | direct |
representation_variants | 1..* RepresentationVariant |
The representations of the resource in other media types than text/html | direct |
Usages
used by | used in | type | used |
---|---|---|---|
HdlDataResourceInfo | value | range | ResourceInfo |
Pid4CatRecord | resource_info | 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 class to hold information about the resource and its representation.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- label
- description
- resource_category
- representation_variants
slot_usage:
resource_category:
name: resource_category
required: true
representation_variants:
name: representation_variants
required: true
Induced
name: ResourceInfo
description: Data class to hold information about the resource and its representation.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slot_usage:
resource_category:
name: resource_category
required: true
representation_variants:
name: representation_variants
required: true
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
required: true
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
required: true
multivalued: true