RPM International · JSON-LD Context

Rpm International Context

JSON-LD context defining the semantic vocabulary for Rpm International from RPM International.

0 Classes 17 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
rpm: https://www.rpminc.com/vocab#

Properties

Property Type Container
CoatingsProduct reference
ProtectiveCoating reference
CoatingsCompany reference
CoatingsBrand reference
productName string
brand reference
substrate string
coatingType string
coverageRate string
dryFilmThickness string
vocContent string
applicationMethod string
segment string
marketChannel string
chemicalResistance boolean
corrosionResistance boolean
fireProtection boolean

JSON-LD Document

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

    "CoatingsProduct": {
      "@id": "schema:Product",
      "@type": "@id"
    },
    "ProtectiveCoating": {
      "@id": "rpm:ProtectiveCoating",
      "@type": "@id"
    },
    "CoatingsCompany": {
      "@id": "schema:Corporation",
      "@type": "@id"
    },
    "CoatingsBrand": {
      "@id": "schema:Brand",
      "@type": "@id"
    },

    "productName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "brand": {
      "@id": "schema:brand",
      "@type": "@id"
    },
    "substrate": {
      "@id": "rpm:substrate",
      "@type": "xsd:string"
    },
    "coatingType": {
      "@id": "rpm:coatingType",
      "@type": "xsd:string"
    },
    "coverageRate": {
      "@id": "rpm:coverageRate",
      "@type": "xsd:string"
    },
    "dryFilmThickness": {
      "@id": "rpm:dryFilmThickness",
      "@type": "xsd:string"
    },
    "vocContent": {
      "@id": "rpm:vocContent",
      "@type": "xsd:string"
    },
    "applicationMethod": {
      "@id": "rpm:applicationMethod",
      "@type": "xsd:string"
    },
    "segment": {
      "@id": "rpm:segment",
      "@type": "xsd:string"
    },
    "marketChannel": {
      "@id": "schema:distribution",
      "@type": "xsd:string"
    },
    "chemicalResistance": {
      "@id": "rpm:chemicalResistance",
      "@type": "xsd:boolean"
    },
    "corrosionResistance": {
      "@id": "rpm:corrosionResistance",
      "@type": "xsd:boolean"
    },
    "fireProtection": {
      "@id": "rpm:fireProtection",
      "@type": "xsd:boolean"
    }
  }
}