Class: TextQuoteSelector¶
W3C TextQuoteSelector for locating text in a document. The authoritative anchor for verification.
URI: oa:TextQuoteSelector
classDiagram
class TextQuoteSelector
click TextQuoteSelector href "../TextQuoteSelector/"
TextQuoteSelector : exact
TextQuoteSelector : prefix
TextQuoteSelector : suffix
Class Properties¶
| Property | Value |
|---|---|
| Class URI | oa:TextQuoteSelector |
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| exact | 1 String |
Exact quoted text (1-3 sentences) | direct |
| prefix | 0..1 String |
~20-100 chars before for disambiguation | direct |
| suffix | 0..1 String |
~20-100 chars after for disambiguation | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| Evidence | quote | range | TextQuoteSelector |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://w3id.org/astra/analysis
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | oa:TextQuoteSelector |
| native | astra:TextQuoteSelector |
LinkML Source¶
Direct¶
name: TextQuoteSelector
description: W3C TextQuoteSelector for locating text in a document. The authoritative
anchor for verification.
from_schema: https://w3id.org/astra/analysis
attributes:
exact:
name: exact
description: Exact quoted text (1-3 sentences)
from_schema: https://w3id.org/astra/insight
rank: 1000
domain_of:
- TextQuoteSelector
required: true
prefix:
name: prefix
description: ~20-100 chars before for disambiguation
from_schema: https://w3id.org/astra/insight
rank: 1000
domain_of:
- TextQuoteSelector
suffix:
name: suffix
description: ~20-100 chars after for disambiguation
from_schema: https://w3id.org/astra/insight
rank: 1000
domain_of:
- TextQuoteSelector
class_uri: oa:TextQuoteSelector
Induced¶
name: TextQuoteSelector
description: W3C TextQuoteSelector for locating text in a document. The authoritative
anchor for verification.
from_schema: https://w3id.org/astra/analysis
attributes:
exact:
name: exact
description: Exact quoted text (1-3 sentences)
from_schema: https://w3id.org/astra/insight
rank: 1000
alias: exact
owner: TextQuoteSelector
domain_of:
- TextQuoteSelector
range: string
required: true
prefix:
name: prefix
description: ~20-100 chars before for disambiguation
from_schema: https://w3id.org/astra/insight
rank: 1000
alias: prefix
owner: TextQuoteSelector
domain_of:
- TextQuoteSelector
range: string
suffix:
name: suffix
description: ~20-100 chars after for disambiguation
from_schema: https://w3id.org/astra/insight
rank: 1000
alias: suffix
owner: TextQuoteSelector
domain_of:
- TextQuoteSelector
range: string
class_uri: oa:TextQuoteSelector