Apache HBase · JSON-LD Context

Apache Hbase Rest Context

JSON-LD context defining the semantic vocabulary for Apache Hbase Rest from Apache HBase.

26 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

hbase: https://hbase.apache.org/vocab#

Classes

Server JVM OS REST Jersey table name ColumnSchema VERSIONS COMPRESSION BLOOMFILTER TTL Row key Cell column timestamp startRow endRow batch maxVersions Region id startKey endKey location

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "hbase": "https://hbase.apache.org/vocab#",
    "Server": "hbase:Server",
    "JVM": "hbase:JVM",
    "OS": "hbase:OS",
    "REST": "hbase:REST",
    "Jersey": "hbase:Jersey",
    "table": "hbase:table",
    "name": "schema:name",
    "ColumnSchema": "hbase:ColumnSchema",
    "VERSIONS": "hbase:VERSIONS",
    "COMPRESSION": "hbase:COMPRESSION",
    "BLOOMFILTER": "hbase:BLOOMFILTER",
    "TTL": "hbase:TTL",
    "Row": "hbase:Row",
    "key": "hbase:key",
    "Cell": "hbase:Cell",
    "column": "hbase:column",
    "timestamp": "schema:dateCreated",
    "startRow": "hbase:startRow",
    "endRow": "hbase:endRow",
    "batch": "hbase:batch",
    "maxVersions": "hbase:maxVersions",
    "Region": "hbase:Region",
    "id": "schema:identifier",
    "startKey": "hbase:startKey",
    "endKey": "hbase:endKey",
    "location": "schema:location"
  }
}