Skip to content

Class: Landing Page (LandingPage)

An object to define the landing page of a protocol.

URI: reproschema:LandingPage

 classDiagram
    class LandingPage
    click LandingPage href "../LandingPage"
      Thing <|-- LandingPage
        click Thing href "../Thing"

      LandingPage : category

      LandingPage : id

      LandingPage : inLanguage

      LandingPage : name




    LandingPage --> "*" LangString : name
    click LangString href "../LangString"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
inLanguage 0..1
String
direct
id 0..1
Uriorcurie
A unique identifier for an entity Thing
name *
LangString
Thing
category 0..1
Uriorcurie
Name of the high level ontology class in which this entity is categorized Thing

Usages

used by used in type used
Protocol landingPage any_of[range] LandingPage

Identifier and Mapping Information

Schema Source

  • from schema: http://schema.repronim.org/

Mappings

Mapping Type Mapped Value
self reproschema:LandingPage
native http://schema.repronim.org/:LandingPage

LinkML Source

Direct

name: LandingPage
description: An object to define the landing page of a protocol.
title: Landing Page
from_schema: http://schema.repronim.org/
is_a: Thing
slots:
- inLanguage
class_uri: reproschema:LandingPage

Induced

name: LandingPage
description: An object to define the landing page of a protocol.
title: Landing Page
from_schema: http://schema.repronim.org/
is_a: Thing
attributes:
  inLanguage:
    name: inLanguage
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: schema:inLanguage
    alias: inLanguage
    owner: LandingPage
    domain_of:
    - LandingPage
    - MediaObject
    - ResponseActivity
    range: string
  id:
    name: id
    description: A unique identifier for an entity. Must be either a CURIE shorthand
      for a URI or a complete URI.
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: schema:identifier
    alias: id
    owner: LandingPage
    domain_of:
    - Participant
    - Thing
    range: uriorcurie
  name:
    name: name
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: schema:name
    multivalued: true
    alias: name
    owner: LandingPage
    domain_of:
    - Choice
    - Thing
    range: langString
    inlined: true
  category:
    name: category
    description: Name of the high level ontology class in which this entity is categorized.
      Corresponds to the label for the biolink entity type class. In an RDF database
      it should be a model class URI. This field is multi-valued.
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: rdf:type
    alias: category
    owner: LandingPage
    domain_of:
    - Thing
    range: uriorcurie
class_uri: reproschema:LandingPage