Skip to content

Class: TextWithEntity

A text containing one or more instances of a single type of entity.

URI: oc:TextWithEntity

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 0..*
NamedEntity
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ontogpt/ontology_class

Mappings

Mapping Type Mapped Value
self oc:TextWithEntity
native oc:TextWithEntity

LinkML Source

Direct

name: TextWithEntity
description: A text containing one or more instances of a single type of entity.
from_schema: https://w3id.org/ontogpt/ontology_class
attributes:
  publication:
    name: publication
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    from_schema: https://w3id.org/ontogpt/ontology_class
    range: Publication
    inlined: true
  entities:
    name: entities
    from_schema: https://w3id.org/ontogpt/ontology_class
    rank: 1000
    multivalued: true
    range: NamedEntity

Induced

name: TextWithEntity
description: A text containing one or more instances of a single type of entity.
from_schema: https://w3id.org/ontogpt/ontology_class
attributes:
  publication:
    name: publication
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    from_schema: https://w3id.org/ontogpt/ontology_class
    alias: publication
    owner: TextWithEntity
    domain_of:
    - TextWithTriples
    - TextWithEntity
    range: Publication
    inlined: true
  entities:
    name: entities
    from_schema: https://w3id.org/ontogpt/ontology_class
    rank: 1000
    multivalued: true
    alias: entities
    owner: TextWithEntity
    domain_of:
    - TextWithEntity
    range: NamedEntity