Skip to content

Class: TextWithEntity

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

URI: alzrd: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 *
NamedEntity
direct

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/ontogpt/alzrd

Mappings

Mapping Type Mapped Value
self alzrd:TextWithEntity
native alzrd: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/alzrd
attributes:
  publication:
    name: publication
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    from_schema: http://w3id.org/ontogpt/alzrd
    domain_of:
    - TextWithTriples
    - TextWithEntity
    range: Publication
    inlined: true
  entities:
    name: entities
    from_schema: http://w3id.org/ontogpt/alzrd
    rank: 1000
    domain_of:
    - TextWithEntity
    range: NamedEntity
    multivalued: true

Induced

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