Class: Usage
URI: prov:Activity
 classDiagram
    class Usage
      Usage : description
      Usage : title
      Usage : url
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| title | 1..1  String  | 
A title for the activity/project. This will be displayed on the dataset page in the catalog. | direct | 
| url | 0..1  String  | 
A URL pointing to a web page representing the activity/project, or providing information on it. A corresponding link is shown on the dataset page in the catalog. | direct | 
| description | 0..1  String  | 
A description of the activity/project, possibly focused on the role/association of the dataset in it. If a long description need to be split into paragraphs, each paragraph can be put into a dedicated column. Language must be English. | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Dataset | used_for | range | Usage | 
Identifier and Mapping Information
Schema Source
- from schema: https://example.org/sfb1451/sfb1451-schema
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | prov:Activity | 
| native | sfb1451_schema:Usage | 
LinkML Source
Direct
name: Usage
from_schema: https://example.org/sfb1451/sfb1451-schema
slots:
- title
- url
- description
slot_usage:
  title:
    name: title
    description: A title for the activity/project. This will be displayed on the dataset
      page in the catalog.
    domain_of:
    - Dataset
    - Usage
    required: true
  url:
    name: url
    description: A URL pointing to a web page representing the activity/project, or
      providing information on it. A corresponding link is shown on the dataset page
      in the catalog.
    domain_of:
    - Publication
    - File
    - Usage
    required: false
  description:
    name: description
    description: A description of the activity/project, possibly focused on the role/association
      of the dataset in it. If a long description need to be split into paragraphs,
      each paragraph can be put into a dedicated column. Language must be English.
    domain_of:
    - Dataset
    - Usage
    required: false
class_uri: prov:Activity
Induced
name: Usage
from_schema: https://example.org/sfb1451/sfb1451-schema
slot_usage:
  title:
    name: title
    description: A title for the activity/project. This will be displayed on the dataset
      page in the catalog.
    domain_of:
    - Dataset
    - Usage
    required: true
  url:
    name: url
    description: A URL pointing to a web page representing the activity/project, or
      providing information on it. A corresponding link is shown on the dataset page
      in the catalog.
    domain_of:
    - Publication
    - File
    - Usage
    required: false
  description:
    name: description
    description: A description of the activity/project, possibly focused on the role/association
      of the dataset in it. If a long description need to be split into paragraphs,
      each paragraph can be put into a dedicated column. Language must be English.
    domain_of:
    - Dataset
    - Usage
    required: false
attributes:
  title:
    name: title
    description: A title for the activity/project. This will be displayed on the dataset
      page in the catalog.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:title
    alias: title
    owner: Usage
    domain_of:
    - Dataset
    - Usage
    range: string
    required: true
  url:
    name: url
    description: A URL pointing to a web page representing the activity/project, or
      providing information on it. A corresponding link is shown on the dataset page
      in the catalog.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: Usage
    domain_of:
    - Publication
    - File
    - Usage
    range: string
    required: false
  description:
    name: description
    description: A description of the activity/project, possibly focused on the role/association
      of the dataset in it. If a long description need to be split into paragraphs,
      each paragraph can be put into a dedicated column. Language must be English.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Usage
    domain_of:
    - Dataset
    - Usage
    range: string
    required: false
class_uri: prov:Activity