Skip to content

Class: ResourceLink

Reference link for a back-matter resource

URI: linkml:Any

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

      ResourceLink : media_type

Class Properties

Property Value
Class URI linkml:Any

Slots

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

Usages

used by used in type used
Resource rlinks range ResourceLink

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self linkml:Any
native nist_csf_v2:ResourceLink

LinkML Source

Direct

name: ResourceLink
description: Reference link for a back-matter resource
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
slots:
- href
- media-type
class_uri: linkml:Any

Induced

name: ResourceLink
description: Reference link for a back-matter resource
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: ResourceLink
    domain_of:
    - Link
    - ResourceLink
    range: string
  media-type:
    name: media-type
    description: Media type for a resource link
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    aliases:
    - media_type
    rank: 1000
    alias: media_type
    owner: ResourceLink
    domain_of:
    - ResourceLink
    range: string
class_uri: linkml:Any