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
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: Project
domain_of:
- Organization
- NamedLink
- ExternalProject
- MonetaryGrant
- Experiment
- Person
- Dataset
- Platform
- ModelComponent
range: string
required: true
url:
name: url
description: The URL of the linked resource.
title: URL
from_schema: Project
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: Project
alias: name
owner: NamedLink
domain_of:
- Organization
- NamedLink
- ExternalProject
- MonetaryGrant
- Experiment
- Person
- Dataset
- Platform
- ModelComponent
range: string
required: true
url:
name: url
description: The URL of the linked resource.
title: URL
from_schema: Project
rank: 1000
alias: url
owner: NamedLink
domain_of:
- NamedLink
range: uri
required: true