Skip to content

Class: Resource

Referenced resource in back-matter

URI: linkml:Any

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





        Resource --> "0..1" Citation : citation
        click Citation href "../Citation/"



      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
citation 0..1
Citation
Citation details for a resource 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-sp-800-218

Mappings

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

LinkML Source

Direct

name: Resource
description: Referenced resource in back-matter
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
slots:
- uuid
- title
- citation
- rlinks
class_uri: linkml:Any

Induced

name: Resource
description: Referenced resource in back-matter
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
attributes:
  uuid:
    name: uuid
    description: UUID for catalog or resource element
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: uuid
    owner: Resource
    domain_of:
    - CatalogBody
    - Party
    - Resource
    range: string
  title:
    name: title
    description: Human-readable title
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: title
    owner: Resource
    domain_of:
    - Metadata
    - Role
    - Resource
    - IdentifiedElement
    range: string
  citation:
    name: citation
    description: Citation details for a resource
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: citation
    owner: Resource
    domain_of:
    - Resource
    range: Citation
    inlined: true
  rlinks:
    name: rlinks
    description: Resource links
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: rlinks
    owner: Resource
    domain_of:
    - Resource
    range: ResourceLink
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: linkml:Any