Skip to content

Class: Resource

Referenced resource

URI: linkml:Any

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





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



      Resource : description

      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, metadata, or resource element direct
title 0..1
String
Human-readable title direct
description 0..1
String
Resource description 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-171

Mappings

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

LinkML Source

Direct

name: Resource
description: Referenced resource
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
slots:
- uuid
- title
- description
- citation
- rlinks
class_uri: linkml:Any

Induced

name: Resource
description: Referenced resource
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
attributes:
  uuid:
    name: uuid
    description: UUID for catalog, metadata, or resource element
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    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_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: title
    owner: Resource
    domain_of:
    - Metadata
    - Role
    - Resource
    - IdentifiedElement
    range: string
  description:
    name: description
    description: Resource description
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: description
    owner: Resource
    domain_of:
    - Resource
    range: string
  citation:
    name: citation
    description: Citation details for a resource
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: citation
    owner: Resource
    domain_of:
    - Resource
    range: Citation
    inlined: true
  rlinks:
    name: rlinks
    description: Resource links
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: rlinks
    owner: Resource
    domain_of:
    - Resource
    range: ResourceLink
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: linkml:Any