Skip to content

Class: Property

A name-value property with optional namespace

URI: nist_sp_800_171:Property

 classDiagram
    class Property
    click Property href "../Property/"
      Property : _class

      Property : name

      Property : ns

      Property : value

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of a property, part, or party direct
value 0..1
String
Property value direct
ns 0..1
String
Namespace URI for a property direct
_class 0..1
String
Classification of a catalog element (e direct

Usages

used by used in type used
Metadata props range Property
CatalogElement props range Property
IdentifiedElement props range Property
ControlGroup props range Property
Control props range Property
Parameter props range Property
Part props range Property

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self nist_sp_800_171:Property
native nist_sp_800_171:Property

LinkML Source

Direct

name: Property
description: A name-value property with optional namespace
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
slots:
- name
- value
- ns
- _class

Induced

name: Property
description: A name-value property with optional namespace
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
attributes:
  name:
    name: name
    description: Name of a property, part, or party
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: name
    owner: Property
    domain_of:
    - Party
    - Property
    - Part
    range: string
  value:
    name: value
    description: Property value
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: value
    owner: Property
    domain_of:
    - Property
    range: string
  ns:
    name: ns
    description: Namespace URI for a property
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: ns
    owner: Property
    domain_of:
    - Property
    range: string
  _class:
    name: _class
    description: Classification of a catalog element (e.g. family, requirement, security_requirement)
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: class
    owner: Property
    domain_of:
    - IdentifiedElement
    - Property
    - Part
    range: string