Skip to content

Class: Concept

Named concept/entity extracted from literature (gene, organism, etc.).

URI: https://w3id.org/jgi/gcs_citation/Concept

classDiagram class Concept click Concept href "../Concept/" Concept : luid Concept : type

Slots

Name Cardinality and Range Description Inheritance
luid 1
Integer
Local unique identifier direct
type 0..1
String
Concept type (relation, gene, organism, etc direct

Identifier and Mapping Information

Annotations

property value
source_table concept

Schema Source

  • from schema: https://w3id.org/jgi/gcs_citation

Mappings

Mapping Type Mapped Value
self https://w3id.org/jgi/gcs_citation/Concept
native https://w3id.org/jgi/gcs_citation/Concept

LinkML Source

Direct

name: Concept
annotations:
  source_table:
    tag: source_table
    value: concept
description: Named concept/entity extracted from literature (gene, organism, etc.).
from_schema: https://w3id.org/jgi/gcs_citation
attributes:
  luid:
    name: luid
    description: Local unique identifier
    from_schema: https://w3id.org/jgi/gcs_citation
    rank: 1000
    identifier: true
    domain_of:
    - Concept
    range: integer
    required: true
  type:
    name: type
    description: Concept type (relation, gene, organism, etc.)
    from_schema: https://w3id.org/jgi/gcs_citation
    rank: 1000
    domain_of:
    - Concept
    range: string

Induced

name: Concept
annotations:
  source_table:
    tag: source_table
    value: concept
description: Named concept/entity extracted from literature (gene, organism, etc.).
from_schema: https://w3id.org/jgi/gcs_citation
attributes:
  luid:
    name: luid
    description: Local unique identifier
    from_schema: https://w3id.org/jgi/gcs_citation
    rank: 1000
    identifier: true
    alias: luid
    owner: Concept
    domain_of:
    - Concept
    range: integer
  type:
    name: type
    description: Concept type (relation, gene, organism, etc.)
    from_schema: https://w3id.org/jgi/gcs_citation
    rank: 1000
    alias: type
    owner: Concept
    domain_of:
    - Concept
    range: string