Skip to content

Class: Role

Role definition

URI: nist_sp_800_218:Role

 classDiagram
    class Role
    click Role href "../Role/"
      Role : id

      Role : title

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
Unique identifier for an element direct
title 0..1
String
Human-readable title direct

Usages

used by used in type used
Metadata roles range Role

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

LinkML Source

Direct

name: Role
description: Role definition
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
slots:
- id
- title

Induced

name: Role
description: Role definition
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
attributes:
  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: Role
    domain_of:
    - Role
    - CatalogElement
    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: Role
    domain_of:
    - Metadata
    - Role
    - Resource
    - IdentifiedElement
    range: string