Class: FundingSource

A funding source for a resource.

URI: kgr:FundingSource

 classDiagram
    class FundingSource
    click FundingSource href "FundingSource/.html"
      NamedThing <|-- FundingSource
        click NamedThing href "NamedThing/.html"

      FundingSource : category

      FundingSource : collection





        FundingSource --> "*" CollectionEnum : collection
        click CollectionEnum href "CollectionEnum/.html"



      FundingSource : creation_date

      FundingSource : id

      FundingSource : label





        FundingSource --> "0..1" Organization : label
        click Organization href "Organization/.html"



      FundingSource : last_modified_date

      FundingSource : layout

      FundingSource : warnings


Inheritance

Slots

Name Cardinality and Range Description Inheritance
label 0..1
Organization
The organization providing the funding direct
id 1
String
The identifier of an entity NamedThing
category 0..1
CategoryType
The category of the entity NamedThing
warnings *
String
A list of warnings about an item to be displayed in the interface NamedThing
collection *
CollectionEnum
A collection of entries in the registry NamedThing
layout 0..1
String
The layout of the entity NamedThing
creation_date 0..1
Datetime
The date the entry was created NamedThing
last_modified_date 0..1
Datetime
The date the entry was last modified NamedThing

Usages

used by used in type used
Resource funding range FundingSource
KnowledgeGraph funding range FundingSource
DataSource funding range FundingSource
DataModel funding range FundingSource
Ontology funding range FundingSource
Aggregator funding range FundingSource

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema

Mappings

Mapping Type Mapped Value
self kgr:FundingSource
native kgr:FundingSource

LinkML Source

Direct

```yaml name: FundingSource description: A funding source for a resource. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema is_a: NamedThing attributes: label: name: label description: The organization providing the funding. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema domain_of: - Individual - Organization - FundingSource - License - Usage range: Organization ```

Induced

```yaml name: FundingSource description: A funding source for a resource. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema is_a: NamedThing attributes: label: name: label description: The organization providing the funding. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema alias: label owner: FundingSource domain_of: - Individual - Organization - FundingSource - License - Usage range: Organization id: name: id description: The identifier of an entity. This is used to identify it within the registry. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema rank: 1000 slot_uri: dcterms:identifier identifier: true alias: id owner: FundingSource domain_of: - NamedThing - Organization range: string required: true category: name: category description: The category of the entity. This should be identical to its class name. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema rank: 1000 is_a: type domain: NamedThing alias: category owner: FundingSource domain_of: - NamedThing - Contact range: category_type warnings: name: warnings description: A list of warnings about an item to be displayed in the interface. These should primarily warn users about unavailable resources, broken links, and other obstacles to using a resource. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema rank: 1000 alias: warnings owner: FundingSource domain_of: - NamedThing range: string multivalued: true inlined: true inlined_as_list: true collection: name: collection description: A collection of entries in the registry. This is used to group related entries together. This is multivalued to allow for multiple collections. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema rank: 1000 alias: collection owner: FundingSource domain_of: - NamedThing range: CollectionEnum multivalued: true layout: name: layout description: The layout of the entity. This is used to determine how to display the entity in the web interface. For resources, this is generally 'resource_detail'. For products, this is generally 'product_detail'. If a value for this slot is not specified, pages won't contain anything from their header metadata. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema rank: 1000 alias: layout owner: FundingSource domain_of: - NamedThing - Organization range: string creation_date: name: creation_date description: The date the entry was created. This is used to determine the age of the entity. It should be in ISO 8601 format, e.g., 2024-02-12T00:00:00Z. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema rank: 1000 alias: creation_date owner: FundingSource domain_of: - NamedThing - Organization range: datetime last_modified_date: name: last_modified_date description: The date the entry was last modified. It should be in ISO 8601 format, e.g., 2024-02-12T00:00:00Z. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema rank: 1000 alias: last_modified_date owner: FundingSource domain_of: - NamedThing - Organization range: datetime ```