Skip to content

Class: Part

Structured narrative part containing prose content

URI: nist_sp_800_218:Part

 classDiagram
    class Part
    click Part href "../Part/"
      IdentifiedElement <|-- Part
        click IdentifiedElement href "../IdentifiedElement/"

      Part : _class





        Part --> "0..1" CatalogElementClassValue : _class
        click CatalogElementClassValue href "../CatalogElementClassValue/"



      Part : id

      Part : links





        Part --> "*" Link : links
        click Link href "../Link/"



      Part : name

      Part : parts





        Part --> "*" Part : parts
        click Part href "../Part/"



      Part : props





        Part --> "*" Property : props
        click Property href "../Property/"



      Part : prose

      Part : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of a property or part direct
prose 0..1
String
Free-text prose content direct
title 0..1
String
Human-readable title IdentifiedElement
_class 0..1
CatalogElementClassValue
Classification of a catalog element IdentifiedElement
id 0..1
String
Unique identifier for an element CatalogElement
props *
Property
List of properties CatalogElement
links *
Link
List of links and relationships CatalogElement
parts *
Part
Nested parts that provide prose and structure CatalogElement

Usages

used by used in type used
CatalogElement parts range Part
IdentifiedElement parts range Part
ControlGroup parts range Part
Control parts range Part
Task parts range Part
Part parts range Part

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/nist-sp-800-218

Mappings

Mapping Type Mapped Value
self nist_sp_800_218:Part
native nist_sp_800_218:Part

LinkML Source

Direct

name: Part
description: Structured narrative part containing prose content
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
is_a: IdentifiedElement
slots:
- name
- prose

Induced

name: Part
description: Structured narrative part containing prose content
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
is_a: IdentifiedElement
attributes:
  name:
    name: name
    description: Name of a property or part
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: name
    owner: Part
    domain_of:
    - Party
    - Property
    - Part
    range: string
  prose:
    name: prose
    description: Free-text prose content
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: prose
    owner: Part
    domain_of:
    - Part
    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: Part
    domain_of:
    - Metadata
    - Role
    - Resource
    - IdentifiedElement
    range: string
  _class:
    name: _class
    description: Classification of a catalog element
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: class
    owner: Part
    domain_of:
    - IdentifiedElement
    range: CatalogElementClassValue
  id:
    name: id
    description: Unique identifier for an element
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: id
    owner: Part
    domain_of:
    - Role
    - CatalogElement
    range: string
  props:
    name: props
    description: List of properties
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: props
    owner: Part
    domain_of:
    - Metadata
    - CatalogElement
    range: Property
    multivalued: true
    inlined: true
    inlined_as_list: true
  links:
    name: links
    description: List of links and relationships
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: links
    owner: Part
    domain_of:
    - Metadata
    - CatalogElement
    range: Link
    multivalued: true
    inlined: true
    inlined_as_list: true
  parts:
    name: parts
    description: Nested parts that provide prose and structure
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: parts
    owner: Part
    domain_of:
    - CatalogElement
    range: Part
    multivalued: true
    inlined: true
    inlined_as_list: true