Flowserve · JSON-LD Context

Flowserve Context

JSON-LD context defining the semantic vocabulary for Flowserve from Flowserve.

16 Classes 15 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
flo: https://www.flowserve.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description industry foundingDate areaServed assetId assetType operatingCondition sensorReading alertThreshold maintenanceSchedule serialNumber modelNumber site plant productLine

Properties

Property Type Container
Flowserve reference
url reference
sameAs reference
Pump reference
Valve reference
Seal reference
FlowControlSystem reference
RedRaven reference
IIoTMonitoring reference
PredictiveMaintenance reference
flowRate decimal
pressure decimal
temperature decimal
vibration decimal
installationDate date

JSON-LD Document

flowserve-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "flo": "https://www.flowserve.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Flowserve": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "name": "schema:name",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "description": "schema:description",
    "industry": "schema:industry",
    "foundingDate": "schema:foundingDate",
    "areaServed": "schema:areaServed",
    "sameAs": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },

    "Pump": {
      "@id": "flo:Pump",
      "@type": "@id"
    },
    "Valve": {
      "@id": "flo:Valve",
      "@type": "@id"
    },
    "Seal": {
      "@id": "flo:Seal",
      "@type": "@id"
    },
    "FlowControlSystem": {
      "@id": "flo:FlowControlSystem",
      "@type": "@id"
    },
    "RedRaven": {
      "@id": "flo:RedRaven",
      "@type": "@id"
    },
    "IIoTMonitoring": {
      "@id": "flo:IIoTMonitoring",
      "@type": "@id"
    },
    "PredictiveMaintenance": {
      "@id": "flo:PredictiveMaintenance",
      "@type": "@id"
    },
    "assetId": "flo:assetId",
    "assetType": "flo:assetType",
    "operatingCondition": "flo:operatingCondition",
    "flowRate": {
      "@id": "flo:flowRate",
      "@type": "xsd:decimal"
    },
    "pressure": {
      "@id": "flo:pressure",
      "@type": "xsd:decimal"
    },
    "temperature": {
      "@id": "flo:temperature",
      "@type": "xsd:decimal"
    },
    "vibration": {
      "@id": "flo:vibration",
      "@type": "xsd:decimal"
    },
    "sensorReading": "flo:sensorReading",
    "alertThreshold": "flo:alertThreshold",
    "maintenanceSchedule": "flo:maintenanceSchedule",
    "serialNumber": "flo:serialNumber",
    "modelNumber": "flo:modelNumber",
    "installationDate": {
      "@id": "flo:installationDate",
      "@type": "xsd:date"
    },
    "site": "flo:site",
    "plant": "flo:plant",
    "productLine": "flo:productLine"
  },
  "@graph": [
    {
      "@type": "schema:Organization",
      "@id": "https://www.flowserve.com",
      "name": "Flowserve Corporation",
      "url": "https://www.flowserve.com",
      "description": "Flowserve moves, controls and protects the flow of materials in the world's most critical industries through pumps, seals, valves, and flow control systems.",
      "industry": "Industrial Manufacturing — Flow Control Equipment",
      "areaServed": "Global",
      "sameAs": [
        "https://www.linkedin.com/company/flowserve",
        "https://www.wikidata.org/wiki/Q5462745"
      ]
    }
  ]
}