Google Quantum AI · JSON-LD Context

Google Quantum Ai Context

JSON-LD context defining the semantic vocabulary for Google Quantum Ai from Google Quantum AI.

27 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
qe: https://quantumai.google/cirq/google/concepts#
qstd: https://www.openquantum.community/vocabulary#

Classes

name description QuantumProgram QuantumJob QuantumProcessor QuantumCalibration QuantumReservation QuantumResult executionStatus state processorName scheduling_config processor_selector processor_names priority run_context code labels labelFingerprint health supportedDeviceTypes deviceSpec data whitelistedUsers grantedDuration consumedDuration slotType

Properties

Property Type Container
createTime schema:DateTime
updateTime schema:DateTime
timestamp schema:DateTime
startTime schema:DateTime
endTime schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "qe": "https://quantumai.google/cirq/google/concepts#",
    "qstd": "https://www.openquantum.community/vocabulary#",
    "name": "schema:name",
    "description": "schema:description",
    "createTime": {"@id": "schema:dateCreated", "@type": "schema:DateTime"},
    "updateTime": {"@id": "schema:dateModified", "@type": "schema:DateTime"},
    "QuantumProgram": "qe:Program",
    "QuantumJob": "qe:Job",
    "QuantumProcessor": "qe:Processor",
    "QuantumCalibration": "qe:Calibration",
    "QuantumReservation": "qe:Reservation",
    "QuantumResult": "qe:Result",
    "executionStatus": "qe:executionStatus",
    "state": "qe:state",
    "processorName": "qe:processorName",
    "scheduling_config": "qe:schedulingConfig",
    "processor_selector": "qe:processorSelector",
    "processor_names": "qe:processorNames",
    "priority": "qe:priority",
    "run_context": "qe:runContext",
    "code": "qe:code",
    "labels": "qe:labels",
    "labelFingerprint": "qe:labelFingerprint",
    "health": "qe:health",
    "supportedDeviceTypes": "qe:supportedDeviceTypes",
    "deviceSpec": "qe:deviceSpec",
    "data": "qe:metrics",
    "timestamp": {"@id": "schema:dateCreated", "@type": "schema:DateTime"},
    "startTime": {"@id": "schema:startTime", "@type": "schema:DateTime"},
    "endTime": {"@id": "schema:endTime", "@type": "schema:DateTime"},
    "whitelistedUsers": "qe:whitelistedUsers",
    "grantedDuration": "qe:grantedDuration",
    "consumedDuration": "qe:consumedDuration",
    "slotType": "qe:slotType"
  }
}