Class: TextWithEntity
A text containing one or more instances of a single type of entity.
erDiagram
TextWithEntity {
}
NamedEntity {
    string id  
    string label  
}
Publication {
    string id  
    string title  
    string abstract  
    string combined_text  
    string full_text  
}
TextWithEntity ||--|o Publication : "publication"
TextWithEntity ||--}o NamedEntity : "entities"
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| publication | 0..1 Publication | direct | |
| entities | * NamedEntity | direct | 
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/ontogpt/nmdc-schema-data
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | nmdcsd:TextWithEntity | 
| native | nmdcsd:TextWithEntity | 
LinkML Source
Direct
name: TextWithEntity
description: A text containing one or more instances of a single type of entity.
from_schema: http://w3id.org/ontogpt/nmdc-schema-data
attributes:
  publication:
    name: publication
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    from_schema: http://w3id.org/ontogpt/nmdc-schema-data
    domain_of:
    - TextWithTriples
    - TextWithEntity
    range: Publication
    inlined: true
  entities:
    name: entities
    from_schema: http://w3id.org/ontogpt/nmdc-schema-data
    rank: 1000
    multivalued: true
    domain_of:
    - TextWithEntity
    range: NamedEntity
Induced
name: TextWithEntity
description: A text containing one or more instances of a single type of entity.
from_schema: http://w3id.org/ontogpt/nmdc-schema-data
attributes:
  publication:
    name: publication
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    from_schema: http://w3id.org/ontogpt/nmdc-schema-data
    alias: publication
    owner: TextWithEntity
    domain_of:
    - TextWithTriples
    - TextWithEntity
    range: Publication
    inlined: true
  entities:
    name: entities
    from_schema: http://w3id.org/ontogpt/nmdc-schema-data
    rank: 1000
    multivalued: true
    alias: entities
    owner: TextWithEntity
    domain_of:
    - TextWithEntity
    range: NamedEntity