Skip to content

Class: SQLiteBlobFacet

"An SQLite blob facet is a grouping of characteristics unique to a blob (binary large object) of data within an SQLite database. [based on https://en.wikipedia.org/wiki/SQLite]"

URI: observable:SQLiteBlobFacet

classDiagram class SQLiteBlobFacet Facet <|-- SQLiteBlobFacet SQLiteBlobFacet : columnName SQLiteBlobFacet ..> string : columnName SQLiteBlobFacet : rowCondition SQLiteBlobFacet ..> string : rowCondition SQLiteBlobFacet : rowIndex SQLiteBlobFacet : tableName SQLiteBlobFacet ..> string : tableName

Inheritance

Slots

Name Cardinality and Range Description Inheritance
rowIndex 0..1
PositiveIntegerType
direct
columnName 0..1
xsd:string
"Identifier, Column name expressions" direct
rowCondition 0..1
xsd:string
direct
tableName 0..1
xsd:string
"The table containing a specified database record direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:SQLiteBlobFacet
native observable:SQLiteBlobFacet

LinkML Source

Direct

name: SQLiteBlobFacet
description: '"An SQLite blob facet is a grouping of characteristics unique to a blob
  (binary large object) of data within an SQLite database. [based on https://en.wikipedia.org/wiki/SQLite]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- rowIndex
- columnName
- rowCondition
- tableName
slot_usage:
  rowIndex:
    name: rowIndex
    multivalued: true
    domain_of:
    - SQLiteBlobFacet

Induced

name: SQLiteBlobFacet
description: '"An SQLite blob facet is a grouping of characteristics unique to a blob
  (binary large object) of data within an SQLite database. [based on https://en.wikipedia.org/wiki/SQLite]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slot_usage:
  rowIndex:
    name: rowIndex
    multivalued: true
    domain_of:
    - SQLiteBlobFacet
attributes:
  rowIndex:
    name: rowIndex
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: rowIndex
    owner: SQLiteBlobFacet
    domain_of:
    - SQLiteBlobFacet
    range: positive integer type
  columnName:
    name: columnName
    description: '"Identifier, Column name expressions"'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: columnName
    owner: SQLiteBlobFacet
    domain_of:
    - SQLiteBlobFacet
    range: string
  rowCondition:
    name: rowCondition
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: rowCondition
    owner: SQLiteBlobFacet
    domain_of:
    - SQLiteBlobFacet
    range: string
  tableName:
    name: tableName
    description: '"The table containing a specified database record."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: tableName
    owner: SQLiteBlobFacet
    domain_of:
    - SQLiteBlobFacet
    - TableFieldFacet
    range: string