Class: ResourceLink
Reference link for a 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-sp-800-171
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | linkml:Any |
| native | nist_sp_800_171:ResourceLink |
LinkML Source
Direct
name: ResourceLink
description: Reference link for a resource
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
slots:
- href
- media-type
class_uri: linkml:Any
Induced
name: ResourceLink
description: Reference link for a resource
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: ResourceLink
domain_of:
- ResourceLink
- Link
range: string
media-type:
name: media-type
description: Media type for a resource link
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
aliases:
- media_type
rank: 1000
alias: media_type
owner: ResourceLink
domain_of:
- ResourceLink
range: string
class_uri: linkml:Any