Skip to content

Class: ExtractionResult

A result of extracting knowledge on text

URI: drug:ExtractionResult

erDiagram ExtractionResult { string input_id string input_title string input_text string raw_completion_output string prompt } Any { } ExtractionResult ||--|o Any : "extracted_object" ExtractionResult ||--}o Any : "named_entities"

Slots

Name Cardinality and Range Description Inheritance
input_id 0..1
String
direct
input_title 0..1
String
direct
input_text 0..1
String
direct
raw_completion_output 0..1
String
direct
prompt 0..1
String
direct
extracted_object 0..1
Any
The complex objects extracted from the text direct
named_entities 0..*
Any
Named entities extracted from the text direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self drug:ExtractionResult
native drug:ExtractionResult

LinkML Source

Direct

name: ExtractionResult
description: A result of extracting knowledge on text
from_schema: http://w3id.org/ontogpt/ctd
attributes:
  input_id:
    name: input_id
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
  input_title:
    name: input_title
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
  input_text:
    name: input_text
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
  raw_completion_output:
    name: raw_completion_output
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
  prompt:
    name: prompt
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
  extracted_object:
    name: extracted_object
    description: The complex objects extracted from the text
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    range: Any
    inlined: true
  named_entities:
    name: named_entities
    description: Named entities extracted from the text
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    multivalued: true
    range: Any
    inlined: true
    inlined_as_list: true

Induced

name: ExtractionResult
description: A result of extracting knowledge on text
from_schema: http://w3id.org/ontogpt/ctd
attributes:
  input_id:
    name: input_id
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    alias: input_id
    owner: ExtractionResult
    domain_of:
    - ExtractionResult
    range: string
  input_title:
    name: input_title
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    alias: input_title
    owner: ExtractionResult
    domain_of:
    - ExtractionResult
    range: string
  input_text:
    name: input_text
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    alias: input_text
    owner: ExtractionResult
    domain_of:
    - ExtractionResult
    range: string
  raw_completion_output:
    name: raw_completion_output
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    alias: raw_completion_output
    owner: ExtractionResult
    domain_of:
    - ExtractionResult
    range: string
  prompt:
    name: prompt
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    alias: prompt
    owner: ExtractionResult
    domain_of:
    - ExtractionResult
    range: string
  extracted_object:
    name: extracted_object
    description: The complex objects extracted from the text
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    alias: extracted_object
    owner: ExtractionResult
    domain_of:
    - ExtractionResult
    range: Any
    inlined: true
  named_entities:
    name: named_entities
    description: Named entities extracted from the text
    from_schema: http://w3id.org/ontogpt/ctd
    rank: 1000
    multivalued: true
    alias: named_entities
    owner: ExtractionResult
    domain_of:
    - ExtractionResult
    range: Any
    inlined: true
    inlined_as_list: true