Class: Publication
URI: drug: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 | 
|---|---|---|---|
| ChemicalToDiseaseDocument | publication | range | Publication | 
| TextWithTriples | publication | range | Publication | 
| TextWithEntity | publication | range | Publication | 
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/ontogpt/ctd
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | drug:Publication | 
| native | drug:Publication | 
LinkML Source
Direct
name: Publication
from_schema: http://w3id.org/ontogpt/ctd
attributes:
  id:
    name: id
    description: The publication identifier
    from_schema: http://w3id.org/ontogpt/ctd
    domain_of:
    - NamedEntity
    - Publication
  title:
    name: title
    description: The title of the publication
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    domain_of:
    - Publication
  abstract:
    name: abstract
    description: The abstract of the publication
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    domain_of:
    - Publication
  combined_text:
    name: combined_text
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    domain_of:
    - Publication
  full_text:
    name: full_text
    description: The full text of the publication
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    domain_of:
    - Publication
Induced
name: Publication
from_schema: http://w3id.org/ontogpt/ctd
attributes:
  id:
    name: id
    description: The publication identifier
    from_schema: http://w3id.org/ontogpt/ctd
    alias: id
    owner: Publication
    domain_of:
    - NamedEntity
    - Publication
    range: string
  title:
    name: title
    description: The title of the publication
    from_schema: http://w3id.org/ontogpt/ctd
    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/ctd
    rank: 1000
    alias: abstract
    owner: Publication
    domain_of:
    - Publication
    range: string
  combined_text:
    name: combined_text
    from_schema: http://w3id.org/ontogpt/ctd
    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/ctd
    rank: 1000
    alias: full_text
    owner: Publication
    domain_of:
    - Publication
    range: string