Skip to content

Class: Link

Relationship link

URI: nist_sp_800_171:Link

 classDiagram
    class Link
    click Link href "../Link/"
      Link : href

      Link : rel

Slots

Name Cardinality and Range Description Inheritance
href 0..1
String
Link or resource reference direct
rel 0..1
String
Relationship type for a link direct

Usages

used by used in type used
Metadata links range Link
CatalogElement links range Link
IdentifiedElement links range Link
ControlGroup links range Link
Control links range Link
Parameter links range Link
Part links range Link

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:Link
native nist_sp_800_171:Link

LinkML Source

Direct

name: Link
description: Relationship link
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
slots:
- href
- rel

Induced

name: Link
description: Relationship link
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
attributes:
  href:
    name: href
    description: Link or resource reference
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: href
    owner: Link
    domain_of:
    - ResourceLink
    - Link
    range: string
  rel:
    name: rel
    description: Relationship type for a link
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: rel
    owner: Link
    domain_of:
    - Link
    range: string