Skip to content

Class: NamedLink

A link to a resource with a name and URL.

URI: oae:NamedLink

classDiagram class NamedLink click NamedLink href "../NamedLink" NamedLink : name NamedLink : url

Slots

Name Cardinality and Range Description Inheritance
name 1
String
The name of the linked resource direct
url 1
Uri
The URL of the linked resource direct

Usages

used by used in type used
OAEProject public_comments range NamedLink
Experiment meteorological_and_tidal_data range NamedLink
Intervention meteorological_and_tidal_data range NamedLink

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self oae:NamedLink
native oae:NamedLink

LinkML Source

Direct

name: NamedLink
description: A link to a resource with a name and URL.
from_schema: OAEDataManagementProtocol
attributes:
  name:
    name: name
    description: The name of the linked resource.
    title: Name
    from_schema: OAEProject
    domain_of:
    - Organization
    - NamedLink
    - ExternalProject
    - MonetaryGrant
    - Experiment
    - Investigator
    range: string
    required: true
  url:
    name: url
    description: The URL of the linked resource.
    title: URL
    from_schema: OAEProject
    rank: 1000
    domain_of:
    - NamedLink
    range: uri
    required: true

Induced

name: NamedLink
description: A link to a resource with a name and URL.
from_schema: OAEDataManagementProtocol
attributes:
  name:
    name: name
    description: The name of the linked resource.
    title: Name
    from_schema: OAEProject
    alias: name
    owner: NamedLink
    domain_of:
    - Organization
    - NamedLink
    - ExternalProject
    - MonetaryGrant
    - Experiment
    - Investigator
    range: string
    required: true
  url:
    name: url
    description: The URL of the linked resource.
    title: URL
    from_schema: OAEProject
    rank: 1000
    alias: url
    owner: NamedLink
    domain_of:
    - NamedLink
    range: uri
    required: true