Skip to content

Class: Property

A name-value property with optional namespace

URI: nist_sp_800_218:Property

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

      Property : ns

      Property : value

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of a property or part direct
value 0..1
String
Property value direct
ns 0..1
String
Namespace URI for a property 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
Task props range Property
Part props range Property

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:Property
native nist_sp_800_218:Property

LinkML Source

Direct

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

Induced

name: Property
description: A name-value property with optional namespace
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
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: Property
    domain_of:
    - Party
    - Property
    - Part
    range: string
  value:
    name: value
    description: Property value
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    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_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: ns
    owner: Property
    domain_of:
    - Property
    range: string