Class: Publication
erDiagram
Publication {
    string id  
    string title  
    string abstract  
    string combined_text  
    string full_text  
}
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| id | 0..1 String | The publication identifier | direct | 
| title | 0..1 String | The title of the publication | direct | 
| abstract | 0..1 String | The abstract of the publication | direct | 
| combined_text | 0..1 String | direct | |
| full_text | 0..1 String | The full text of the publication | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| TextWithTriples | publication | range | Publication | 
| TextWithEntity | publication | range | Publication | 
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/ontogpt/cell_type
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | cell_type:Publication | 
| native | cell_type:Publication | 
LinkML Source
Direct
name: Publication
from_schema: http://w3id.org/ontogpt/cell_type
attributes:
  id:
    name: id
    description: The publication identifier
    from_schema: http://w3id.org/ontogpt/cell_type
    domain_of:
    - CellType
    - NamedEntity
    - Publication
  title:
    name: title
    description: The title of the publication
    from_schema: http://w3id.org/ontogpt/cell_type
    rank: 1000
    domain_of:
    - Publication
  abstract:
    name: abstract
    description: The abstract of the publication
    from_schema: http://w3id.org/ontogpt/cell_type
    rank: 1000
    domain_of:
    - Publication
  combined_text:
    name: combined_text
    from_schema: http://w3id.org/ontogpt/cell_type
    rank: 1000
    domain_of:
    - Publication
  full_text:
    name: full_text
    description: The full text of the publication
    from_schema: http://w3id.org/ontogpt/cell_type
    rank: 1000
    domain_of:
    - Publication
Induced
name: Publication
from_schema: http://w3id.org/ontogpt/cell_type
attributes:
  id:
    name: id
    description: The publication identifier
    from_schema: http://w3id.org/ontogpt/cell_type
    alias: id
    owner: Publication
    domain_of:
    - CellType
    - NamedEntity
    - Publication
    range: string
  title:
    name: title
    description: The title of the publication
    from_schema: http://w3id.org/ontogpt/cell_type
    rank: 1000
    alias: title
    owner: Publication
    domain_of:
    - Publication
    range: string
  abstract:
    name: abstract
    description: The abstract of the publication
    from_schema: http://w3id.org/ontogpt/cell_type
    rank: 1000
    alias: abstract
    owner: Publication
    domain_of:
    - Publication
    range: string
  combined_text:
    name: combined_text
    from_schema: http://w3id.org/ontogpt/cell_type
    rank: 1000
    alias: combined_text
    owner: Publication
    domain_of:
    - Publication
    range: string
  full_text:
    name: full_text
    description: The full text of the publication
    from_schema: http://w3id.org/ontogpt/cell_type
    rank: 1000
    alias: full_text
    owner: Publication
    domain_of:
    - Publication
    range: string