Skip to content

Class: Link

Relationship link with href and optional rel attribute

URI: nist_csf_v2: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
CSFMetadata links range Link

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/nist-csf-v2

Mappings

Mapping Type Mapped Value
self nist_csf_v2:Link
native nist_csf_v2:Link

LinkML Source

Direct

name: Link
description: Relationship link with href and optional rel attribute
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
slots:
- href
- rel

Induced

name: Link
description: Relationship link with href and optional rel attribute
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
attributes:
  href:
    name: href
    description: Link or resource reference
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: href
    owner: Link
    domain_of:
    - Link
    - ResourceLink
    range: string
  rel:
    name: rel
    description: Relationship type for a link
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: rel
    owner: Link
    domain_of:
    - Link
    range: string