Skip to content

Class: Resource

Referenced resource in back-matter

URI: linkml:Any

 classDiagram
    class Resource
    click Resource href "../Resource/"
      Resource : rlinks





        Resource --> "*" ResourceLink : rlinks
        click ResourceLink href "../ResourceLink/"



      Resource : title

      Resource : uuid

Class Properties

Property Value
Class URI linkml:Any

Slots

Name Cardinality and Range Description Inheritance
uuid 0..1
String
UUID for catalog or resource element direct
title 0..1
String
Human-readable title direct
rlinks *
ResourceLink
Resource links direct

Usages

used by used in type used
BackMatter resources range Resource

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/nist-csf-v2

Mappings

Mapping Type Mapped Value
self linkml:Any
native nist_csf_v2:Resource

LinkML Source

Direct

name: Resource
description: Referenced resource in back-matter
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
slots:
- uuid
- title
- rlinks
class_uri: linkml:Any

Induced

name: Resource
description: Referenced resource in back-matter
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
attributes:
  uuid:
    name: uuid
    description: UUID for catalog or resource element
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: uuid
    owner: Resource
    domain_of:
    - CSFCatalogBody
    - Party
    - Resource
    range: string
  title:
    name: title
    description: Human-readable title
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: title
    owner: Resource
    domain_of:
    - CSFMetadata
    - CSFElement
    - Role
    - Resource
    range: string
  rlinks:
    name: rlinks
    description: Resource links
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: rlinks
    owner: Resource
    domain_of:
    - Resource
    range: ResourceLink
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: linkml:Any