Class: MonetaryGrant

A source of money awarded to an organization or project.

URI: schema:MonetaryGrant

diagram

Slots

Name Cardinality and Range Description Inheritance
id 1
String
An identifier chosen from the range given to your work package by WP1 direct
metadataPublisherId 1
PersonOrOrganization
The MBO Persistent IDentifier (mPID) of the person who entered this row of da... direct
metadataDescribedForActionId 1
Action
The Action which resulted in this metadata record being described direct
name 1
String
A name/title direct
amount 0..1
Decimal
Used in conjunction with currency direct
currency 0..1
String
Used in conjunction with amount direct
funderOrganizationMboIds *
Organization
The MBO identifiers for organizations which funded this grant direct
sponsorOrganizationMboIds *
Organization
The MBO identifiers for organizations which sponsored this grant direct
description 0..1
String
A description for this entity direct
url 0..1
SchemaURL
The URL of the entity you are describing direct

Usages

used by used in type used
Organization fundingGrantMboIds range MonetaryGrant

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/marco-bolo/csv-input-classes

Mappings

Mapping Type Mapped Value
self schema:MonetaryGrant
native mbo:MonetaryGrant

LinkML Source

Direct

name: MonetaryGrant
extensions:
  csvw_virtual_triples:
    tag: csvw_virtual_triples
    value: '<> schema:amount <#MonetaryAmount>.

      <#MonetaryAmount> a schema:MonetaryAmount.

      '
description: A source of money awarded to an organization or project.
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- metadataDescribedForActionId
- name
- amount
- currency
- funderOrganizationMboIds
- sponsorOrganizationMboIds
- description
- url
class_uri: schema:MonetaryGrant

Induced

name: MonetaryGrant
extensions:
  csvw_virtual_triples:
    tag: csvw_virtual_triples
    value: '<> schema:amount <#MonetaryAmount>.

      <#MonetaryAmount> a schema:MonetaryAmount.

      '
description: A source of money awarded to an organization or project.
from_schema: https://w3id.org/marco-bolo/csv-input-classes
attributes:
  id:
    name: id
    description: "An identifier chosen from the range given to your work package by\
      \ WP1. \nNote that when inputting into CSV files this should not be the full\
      \ URI, \nbut just the last part, e.g. `mbo_0000001`.\n"
    title: MBO Permanent Identifier
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    identifier: true
    alias: id
    owner: MonetaryGrant
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - PersonOrOrganization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: string
    required: true
    pattern: ^mbo_[_0-9a-z]+$
  metadataPublisherId:
    name: metadataPublisherId
    description: 'The MBO Persistent IDentifier (mPID) of the person who entered this
      row of data.

      '
    title: Data Entry Person (mPID - you)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:creator
    alias: metadataPublisherId
    owner: MonetaryGrant
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: PersonOrOrganization
    required: true
    multivalued: false
  metadataDescribedForActionId:
    name: metadataDescribedForActionId
    description: 'The [Action](#action) which resulted in this metadata record being
      described.


      Is likely to be the Action associated with a MARCO-BOLO Task.

      '
    title: Data Entered for Action (mPID)
    comments:
    - "Uses the <https://w3id.org/marco-bolo/isResultOf> predicate but ultimately\
      \ ends up being \nrepresented as a triple in the form `<action> schema:result\
      \ <this-entity>`.\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: mbo:isResultOf
    alias: metadataDescribedForActionId
    owner: MonetaryGrant
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: Action
    required: true
    multivalued: false
  name:
    name: name
    description: A name/title
    title: Name
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: MonetaryGrant
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: string
    required: true
    multivalued: false
  amount:
    name: amount
    extensions:
      csvw_about_url:
        tag: csvw_about_url
        value: '#MonetaryAmount'
    description: "Used in conjunction with `currency`. \n\nActually ends up on a separate\
      \ `schema:MonetaryAmount` object.\n"
    title: Amount
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:value
    alias: amount
    owner: MonetaryGrant
    domain_of:
    - MonetaryGrant
    range: decimal
    required: false
    multivalued: false
  currency:
    name: currency
    extensions:
      csvw_about_url:
        tag: csvw_about_url
        value: '#MonetaryAmount'
    description: "Used in conjunction with `amount`. \n\nActually ends up on a separate\
      \ `schema:MonetaryAmount` object.\n"
    title: Currency
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:currency
    alias: currency
    owner: MonetaryGrant
    domain_of:
    - MonetaryGrant
    range: string
    required: false
    multivalued: false
  funderOrganizationMboIds:
    name: funderOrganizationMboIds
    description: The MBO identifiers for organizations which funded this grant.
    title: Funder Organizations (mPIDs)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:funder
    alias: funderOrganizationMboIds
    owner: MonetaryGrant
    domain_of:
    - MonetaryGrant
    range: Organization
    required: false
    multivalued: true
  sponsorOrganizationMboIds:
    name: sponsorOrganizationMboIds
    description: The MBO identifiers for organizations which sponsored this grant.
    title: Sponsor Organizations (mPIDs)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:sponsor
    alias: sponsorOrganizationMboIds
    owner: MonetaryGrant
    domain_of:
    - MonetaryGrant
    range: Organization
    required: false
    multivalued: true
  description:
    name: description
    description: A description for this entity.
    title: Description
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: MonetaryGrant
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    range: string
    required: false
    multivalued: false
  url:
    name: url
    description: The URL of the entity you are describing.
    title: URL
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: MonetaryGrant
    domain_of:
    - Organization
    - Service
    - MonetaryGrant
    range: schemaURL
    required: false
    multivalued: false
class_uri: schema:MonetaryGrant