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: master:SQLiteBlobFacet

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

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self master:SQLiteBlobFacet
native master: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-master
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-master
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-master
    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-master
    rank: 1000
    alias: columnName
    owner: SQLiteBlobFacet
    domain_of:
    - SQLiteBlobFacet
    range: string
  rowCondition:
    name: rowCondition
    from_schema: https://w3id.org/lmodel/uco-master
    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-master
    rank: 1000
    alias: tableName
    owner: SQLiteBlobFacet
    domain_of:
    - SQLiteBlobFacet
    - TableFieldFacet
    range: string