Skip to content

Class: Link

Relationship link with optional annotation text

URI: nist_sp_800_218:Link

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

      Link : rel

      Link : text

Slots

Name Cardinality and Range Description Inheritance
href 0..1
String
Link or resource reference URI direct
rel 0..1
String
Relationship type for a link direct
text 0..1
String
Citation or link annotation text 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
Task links range Link
Part links range Link

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

LinkML Source

Direct

name: Link
description: Relationship link with optional annotation text
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
slots:
- href
- rel
- text

Induced

name: Link
description: Relationship link with optional annotation text
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
attributes:
  href:
    name: href
    description: Link or resource reference URI
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    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_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: rel
    owner: Link
    domain_of:
    - Link
    range: string
  text:
    name: text
    description: Citation or link annotation text
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: text
    owner: Link
    domain_of:
    - Citation
    - Link
    range: string