Class: ExtendedTriple
Abstract parent for Relation Extraction tasks, with additional support for an extension term describing some aspect of the subject and object.
- NOTE: this is an abstract class and should not be instantiated directly
URI: maxo_extract:ExtendedTriple
erDiagram
ExtendedTriple {
string qualifier
}
NamedEntity {
string id
string label
}
RelationshipType {
string id
string label
}
ExtendedTriple ||--|o NamedEntity : "subject_extension"
ExtendedTriple ||--|o NamedEntity : "object_extension"
ExtendedTriple ||--|o NamedEntity : "subject"
ExtendedTriple ||--|o RelationshipType : "predicate"
ExtendedTriple ||--|o NamedEntity : "object"
ExtendedTriple ||--|o NamedEntity : "subject_qualifier"
ExtendedTriple ||--|o NamedEntity : "object_qualifier"
Inheritance
- CompoundExpression
- Triple
- ExtendedTriple
- Triple
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
subject_extension | 0..1 NamedEntity |
An optional term describing some specific aspect of the subject, e | direct |
object_extension | 0..1 NamedEntity |
An optional term describing some specific aspect of the object, e | direct |
subject | 0..1 NamedEntity |
Triple | |
predicate | 0..1 RelationshipType |
Triple | |
object | 0..1 NamedEntity |
Triple | |
qualifier | 0..1 String |
A qualifier for the statements, e | Triple |
subject_qualifier | 0..1 NamedEntity |
An optional qualifier or modifier for the subject of the statement, e | Triple |
object_qualifier | 0..1 NamedEntity |
An optional qualifier or modifier for the object of the statement, e | Triple |
Identifier and Mapping Information
Schema Source
- from schema: http://w3id.org/ontogpt/maxo
Mappings
Mapping Type | Mapped Value |
---|---|
self | maxo_extract:ExtendedTriple |
native | maxo_extract:ExtendedTriple |
LinkML Source
Direct
name: ExtendedTriple
description: Abstract parent for Relation Extraction tasks, with additional support
for an extension term describing some aspect of the subject and object.
from_schema: http://w3id.org/ontogpt/maxo
is_a: Triple
abstract: true
attributes:
subject_extension:
name: subject_extension
description: An optional term describing some specific aspect of the subject,
e.g. "analgesic agent therapy" has the aspect "analgesic"
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
domain_of:
- ExtendedTriple
range: NamedEntity
object_extension:
name: object_extension
description: An optional term describing some specific aspect of the object, e.g.
"analgesic agent therapy" has the aspect "analgesic"
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
domain_of:
- ExtendedTriple
range: NamedEntity
Induced
name: ExtendedTriple
description: Abstract parent for Relation Extraction tasks, with additional support
for an extension term describing some aspect of the subject and object.
from_schema: http://w3id.org/ontogpt/maxo
is_a: Triple
abstract: true
attributes:
subject_extension:
name: subject_extension
description: An optional term describing some specific aspect of the subject,
e.g. "analgesic agent therapy" has the aspect "analgesic"
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
alias: subject_extension
owner: ExtendedTriple
domain_of:
- ExtendedTriple
range: NamedEntity
object_extension:
name: object_extension
description: An optional term describing some specific aspect of the object, e.g.
"analgesic agent therapy" has the aspect "analgesic"
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
alias: object_extension
owner: ExtendedTriple
domain_of:
- ExtendedTriple
range: NamedEntity
subject:
name: subject
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
alias: subject
owner: ExtendedTriple
domain_of:
- Triple
range: NamedEntity
predicate:
name: predicate
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
alias: predicate
owner: ExtendedTriple
domain_of:
- Triple
range: RelationshipType
object:
name: object
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
alias: object
owner: ExtendedTriple
domain_of:
- Triple
range: NamedEntity
qualifier:
name: qualifier
description: A qualifier for the statements, e.g. "NOT" for negation
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
alias: qualifier
owner: ExtendedTriple
domain_of:
- Triple
range: string
subject_qualifier:
name: subject_qualifier
description: An optional qualifier or modifier for the subject of the statement,
e.g. "high dose" or "intravenously administered"
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
alias: subject_qualifier
owner: ExtendedTriple
domain_of:
- Triple
range: NamedEntity
object_qualifier:
name: object_qualifier
description: An optional qualifier or modifier for the object of the statement,
e.g. "severe" or "with additional complications"
from_schema: http://w3id.org/ontogpt/maxo
rank: 1000
alias: object_qualifier
owner: ExtendedTriple
domain_of:
- Triple
range: NamedEntity