Class: ExtractedString
"An extracted string is a grouping of characteristics unique to a series of characters pulled from an observable object."
 classDiagram
    class ExtractedString
      UcoInherentCharacterizationThing <|-- ExtractedString
      ExtractedString : byteStringValue
      ExtractedString : encoding
      ExtractedString : englishTranslation
      ExtractedString : language
      ExtractedString : length
      ExtractedString : stringValue
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- ExtractedString
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| length | 0..1  Integer  | 
"Specifies the length, in characters, of the extracted string | direct | 
| byteStringValue | 0..1  Base64BinaryType  | 
"Specifies the raw, byte-string representation of the extracted string | direct | 
| encoding | 0..1  String  | 
"The encodingMethod used for the extracted string | direct | 
| englishTranslation | 0..1  String  | 
"Specifies the English translation of the string, if it is not written in Eng... | direct | 
| language | 0..1  String  | 
"Specifies the language the string is written in, e | direct | 
| stringValue | 0..1  String  | 
"Specifies the actual value of the extracted string | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| ExtractedStringsFacet | strings | range | ExtractedString | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ExtractedString | 
| native | master:ExtractedString | 
LinkML Source
Direct
name: ExtractedString
description: '"An extracted string is a grouping of characteristics unique to a series
  of characters pulled from an observable object."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- length
- byteStringValue
- encoding
- englishTranslation
- language
- stringValue
Induced
name: ExtractedString
description: '"An extracted string is a grouping of characteristics unique to a series
  of characters pulled from an observable object."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  length:
    name: length
    description: '"Specifies the length, in characters, of the extracted string."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - NCIT:C25334
    - wikidata:Q110382671
    rank: 1000
    alias: length
    owner: ExtractedString
    domain_of:
    - ExtractedString
    range: integer
  byteStringValue:
    name: byteStringValue
    description: '"Specifies the raw, byte-string representation of the extracted
      string."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: byteStringValue
    owner: ExtractedString
    domain_of:
    - ExtractedString
    range: base64 binary type
  encoding:
    name: encoding
    description: '"The encodingMethod used for the extracted string."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - sumo:Encoding
    - wikidata:Q184759
    rank: 1000
    alias: encoding
    owner: ExtractedString
    domain_of:
    - ExtractedString
    range: string
  englishTranslation:
    name: englishTranslation
    description: '"Specifies the English translation of the string, if it is not written
      in English."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: englishTranslation
    owner: ExtractedString
    domain_of:
    - ExtractedString
    range: string
  language:
    name: language
    description: "\"Specifies the language the string is written in, e.g. English.\n\
      \    For consistency, it is strongly recommended to use the ISO 639-2 language\
      \ code, if available. Please see http://www.loc.gov/standards/iso639-2/php/code_list.php\
      \ for a list of ISO 639-2 codes.\""
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - NCIT:C16779
    - SIO:000104
    - sumo:language
    - wikidata:Q2092812
    - wikidata:Q75488338
    - wikidata:Q315
    - wikidata:Q34770
    rank: 1000
    alias: language
    owner: ExtractedString
    domain_of:
    - ExtractedString
    - SoftwareFacet
    range: string
  stringValue:
    name: stringValue
    description: '"Specifies the actual value of the extracted string."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: stringValue
    owner: ExtractedString
    domain_of:
    - ExtractedString
    range: string