D-Wave · JSON-LD Context

D Wave Context

JSON-LD context defining the semantic vocabulary for D Wave from D-Wave.

36 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

dwave: https://raw.githubusercontent.com/api-evangelist/d-wave/main/json-ld/d-wave-context.jsonld#
schema: https://schema.org/

Classes

id type Solver QpuSolver HybridSolver Problem Answer Region Project Topology Pegasus Zephyr Chimera BQM CQM DQM NL Ising QUBO Sampler AnnealingSchedule ChainStrength Embedding name description endpoint submittedOn solvedOn status energy occurrences qubits couplers timeLimit numReads annealingTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://raw.githubusercontent.com/api-evangelist/d-wave/main/vocabulary/d-wave-vocabulary.yml#",
    "dwave": "https://raw.githubusercontent.com/api-evangelist/d-wave/main/json-ld/d-wave-context.jsonld#",
    "schema": "https://schema.org/",
    "id": "@id",
    "type": "@type",
    "Solver": "dwave:Solver",
    "QpuSolver": "dwave:QpuSolver",
    "HybridSolver": "dwave:HybridSolver",
    "Problem": "dwave:Problem",
    "Answer": "dwave:Answer",
    "Region": "dwave:Region",
    "Project": "dwave:Project",
    "Topology": "dwave:Topology",
    "Pegasus": "dwave:Pegasus",
    "Zephyr": "dwave:Zephyr",
    "Chimera": "dwave:Chimera",
    "BQM": "dwave:BinaryQuadraticModel",
    "CQM": "dwave:ConstrainedQuadraticModel",
    "DQM": "dwave:DiscreteQuadraticModel",
    "NL": "dwave:NonlinearModel",
    "Ising": "dwave:IsingModel",
    "QUBO": "dwave:QUBOModel",
    "Sampler": "dwave:Sampler",
    "AnnealingSchedule": "dwave:AnnealingSchedule",
    "ChainStrength": "dwave:ChainStrength",
    "Embedding": "dwave:Embedding",
    "name": "schema:name",
    "description": "schema:description",
    "endpoint": "schema:url",
    "submittedOn": "schema:dateCreated",
    "solvedOn": "schema:dateModified",
    "status": "schema:status",
    "energy": "dwave:energy",
    "occurrences": "dwave:numOccurrences",
    "qubits": "dwave:numQubits",
    "couplers": "dwave:couplers",
    "timeLimit": "dwave:timeLimit",
    "numReads": "dwave:numReads",
    "annealingTime": "dwave:annealingTime"
  }
}