Class: TextWithTriples
A text containing one or more relations of the Triple type.
erDiagram
TextWithTriples {
}
Triple {
    string qualifier  
}
NamedEntity {
    string id  
    string label  
}
RelationshipType {
    string id  
    string label  
}
Publication {
    string id  
    string title  
    string abstract  
    string combined_text  
    string full_text  
}
TextWithTriples ||--|o Publication : "publication"
TextWithTriples ||--}o Triple : "triples"
Triple ||--|o NamedEntity : "subject"
Triple ||--|o RelationshipType : "predicate"
Triple ||--|o NamedEntity : "object"
Triple ||--|o NamedEntity : "subject_qualifier"
Triple ||--|o NamedEntity : "object_qualifier"
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| publication | 0..1 Publication | direct | |
| triples | * Triple | direct | 
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/ontogpt/ibd_literature
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | ibdlit:TextWithTriples | 
| native | ibdlit:TextWithTriples | 
LinkML Source
Direct
name: TextWithTriples
description: A text containing one or more relations of the Triple type.
from_schema: http://w3id.org/ontogpt/ibd_literature
attributes:
  publication:
    name: publication
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    from_schema: http://w3id.org/ontogpt/ibd_literature
    rank: 1000
    domain_of:
    - TextWithTriples
    - TextWithEntity
    range: Publication
    inlined: true
  triples:
    name: triples
    from_schema: http://w3id.org/ontogpt/ibd_literature
    rank: 1000
    multivalued: true
    domain_of:
    - TextWithTriples
    range: Triple
    inlined: true
    inlined_as_list: true
Induced
name: TextWithTriples
description: A text containing one or more relations of the Triple type.
from_schema: http://w3id.org/ontogpt/ibd_literature
attributes:
  publication:
    name: publication
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    from_schema: http://w3id.org/ontogpt/ibd_literature
    rank: 1000
    alias: publication
    owner: TextWithTriples
    domain_of:
    - TextWithTriples
    - TextWithEntity
    range: Publication
    inlined: true
  triples:
    name: triples
    from_schema: http://w3id.org/ontogpt/ibd_literature
    rank: 1000
    multivalued: true
    alias: triples
    owner: TextWithTriples
    domain_of:
    - TextWithTriples
    range: Triple
    inlined: true
    inlined_as_list: true