LabVantage Solutions · JSON-LD Context

Labvantage Context

JSON-LD context defining the semantic vocabulary for Labvantage from LabVantage Solutions.

26 Classes 19 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dct: http://purl.org/dc/terms/
sio: http://semanticscience.org/resource/
obo: http://purl.obolibrary.org/obo/

Classes

sampleId sampleNumber sampleType sampleDescription status loginUser storageLocation quantityUnit testId testMethod testMethodDescription priority assignedAnalyst overallResult resultId parameterName resultValue unit enteredBy approvedBy instrumentId name instrumentType manufacturer model serialNumber

Properties

Property Type Container
Sample reference
Test reference
Result reference
Instrument reference
lotNumber string
projectId reference
productId string
loginDate dateTime
dueDate dateTime
quantity decimal
requestedDate dateTime
completedDate dateTime
resultNumeric decimal
specMin decimal
specMax decimal
enteredDate dateTime
approvedDate dateTime
lastCalibrationDate date
nextCalibrationDate date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dct": "http://purl.org/dc/terms/",
    "sio": "http://semanticscience.org/resource/",
    "obo": "http://purl.obolibrary.org/obo/",

    "Sample": {
      "@id": "sio:SIO_000744",
      "@type": "@id",
      "@comment": "SIO:000744 = sample"
    },
    "Test": {
      "@id": "sio:SIO_000654",
      "@type": "@id",
      "@comment": "SIO:000654 = assay"
    },
    "Result": {
      "@id": "sio:SIO_000414",
      "@type": "@id",
      "@comment": "SIO:000414 = laboratory test result"
    },
    "Instrument": {
      "@id": "sio:SIO_000956",
      "@type": "@id",
      "@comment": "SIO:000956 = laboratory instrument"
    },

    "sampleId": "schema:identifier",
    "sampleNumber": "schema:identifier",
    "sampleType": "schema:additionalType",
    "sampleDescription": "schema:description",
    "status": "schema:actionStatus",
    "lotNumber": {
      "@id": "schema:serialNumber",
      "@type": "xsd:string"
    },
    "projectId": {
      "@id": "schema:isPartOf",
      "@type": "@id"
    },
    "productId": {
      "@id": "schema:productID",
      "@type": "xsd:string"
    },
    "loginDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "loginUser": "schema:creator",
    "dueDate": {
      "@id": "schema:expires",
      "@type": "xsd:dateTime"
    },
    "storageLocation": "schema:location",
    "quantity": {
      "@id": "schema:amount",
      "@type": "xsd:decimal"
    },
    "quantityUnit": "schema:unitCode",

    "testId": "schema:identifier",
    "testMethod": "schema:additionalType",
    "testMethodDescription": "schema:description",
    "priority": "schema:priority",
    "requestedDate": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "completedDate": {
      "@id": "schema:endDate",
      "@type": "xsd:dateTime"
    },
    "assignedAnalyst": "schema:agent",
    "overallResult": "schema:result",

    "resultId": "schema:identifier",
    "parameterName": "schema:name",
    "resultValue": "schema:value",
    "resultNumeric": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "unit": "schema:unitCode",
    "specMin": {
      "@id": "schema:minValue",
      "@type": "xsd:decimal"
    },
    "specMax": {
      "@id": "schema:maxValue",
      "@type": "xsd:decimal"
    },
    "enteredBy": "schema:creator",
    "enteredDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "approvedBy": "schema:accountablePerson",
    "approvedDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },

    "instrumentId": "schema:identifier",
    "name": "schema:name",
    "instrumentType": "schema:additionalType",
    "manufacturer": "schema:manufacturer",
    "model": "schema:model",
    "serialNumber": "schema:serialNumber",
    "lastCalibrationDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:date"
    },
    "nextCalibrationDate": {
      "@id": "schema:expires",
      "@type": "xsd:date"
    }
  }
}