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