Teledyne Technologies · JSON-LD Context

Teledyne Technologies Context

JSON-LD context defining the semantic vocabulary for Teledyne Technologies from Teledyne Technologies.

26 Classes 0 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sosa: http://www.w3.org/ns/sosa/
qudt: http://qudt.org/schema/qudt/
teledyne: https://www.teledyne.com/

Classes

ThermalMeasurement name temperature unit timestamp x y SpotMeasurement BoxMeasurement LineMeasurement max min avg area width height points Alarm instance state triggered threshold associatedROI ThermalCamera imgformat ROI

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sosa": "http://www.w3.org/ns/sosa/",
    "qudt": "http://qudt.org/schema/qudt/",
    "teledyne": "https://www.teledyne.com/",

    "ThermalMeasurement": "sosa:Observation",
    "name": "schema:name",
    "temperature": "qudt:numericValue",
    "unit": "qudt:unit",
    "timestamp": "sosa:resultTime",
    "x": "schema:xPosition",
    "y": "schema:yPosition",

    "SpotMeasurement": "sosa:Observation",
    "BoxMeasurement": "sosa:Observation",
    "LineMeasurement": "sosa:Observation",

    "max": "schema:maxValue",
    "min": "schema:minValue",
    "avg": "schema:value",
    "area": "schema:spatialCoverage",
    "width": "schema:width",
    "height": "schema:height",
    "points": "schema:value",

    "Alarm": "sosa:Actuation",
    "instance": "schema:identifier",
    "state": "schema:status",
    "triggered": "schema:active",
    "threshold": "qudt:numericValue",
    "associatedROI": "sosa:hasFeatureOfInterest",

    "ThermalCamera": "schema:Product",
    "imgformat": "schema:encodingFormat",

    "ROI": "schema:spatialCoverage"
  }
}