Vishay Intertechnology · JSON-LD Context

Vishay Intertechnology Context

JSON-LD context defining the semantic vocabulary for Vishay Intertechnology from Vishay Intertechnology.

0 Classes 22 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
gs1: https://www.gs1.org/voc/
eclass: https://www.eclass.eu/

Properties

Property Type Container
ElectronicComponent reference
Resistor reference
Capacitor reference
Diode reference
MOSFET reference
Optoelectronic reference
Inductor reference
partNumber http://www.w3.org/2001/XMLSchema#string
manufacturer
category
description
datasheet reference
productPage reference
rohs http://www.w3.org/2001/XMLSchema#boolean
voltageRating
currentRating
powerRating
tolerance
packageType
temperatureRange
applications list
name

JSON-LD Document

vishay-intertechnology-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://www.vishay.com/vocab/",
    "schema": "https://schema.org/",
    "gs1": "https://www.gs1.org/voc/",
    "eclass": "https://www.eclass.eu/",

    "ElectronicComponent": {
      "@id": "schema:Product",
      "@type": "@id"
    },
    "Resistor": {
      "@id": "https://www.vishay.com/vocab/Resistor",
      "@type": "@id"
    },
    "Capacitor": {
      "@id": "https://www.vishay.com/vocab/Capacitor",
      "@type": "@id"
    },
    "Diode": {
      "@id": "https://www.vishay.com/vocab/Diode",
      "@type": "@id"
    },
    "MOSFET": {
      "@id": "https://www.vishay.com/vocab/MOSFET",
      "@type": "@id"
    },
    "Optoelectronic": {
      "@id": "https://www.vishay.com/vocab/Optoelectronic",
      "@type": "@id"
    },
    "Inductor": {
      "@id": "https://www.vishay.com/vocab/Inductor",
      "@type": "@id"
    },

    "partNumber": {
      "@id": "schema:mpn",
      "@type": "http://www.w3.org/2001/XMLSchema#string"
    },
    "manufacturer": {
      "@id": "schema:manufacturer"
    },
    "category": {
      "@id": "schema:category"
    },
    "description": {
      "@id": "schema:description"
    },
    "datasheet": {
      "@id": "schema:documentation",
      "@type": "@id"
    },
    "productPage": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "rohs": {
      "@id": "https://www.vishay.com/vocab/rohsCompliant",
      "@type": "http://www.w3.org/2001/XMLSchema#boolean"
    },
    "voltageRating": {
      "@id": "https://www.vishay.com/vocab/voltageRating"
    },
    "currentRating": {
      "@id": "https://www.vishay.com/vocab/currentRating"
    },
    "powerRating": {
      "@id": "https://www.vishay.com/vocab/powerRating"
    },
    "tolerance": {
      "@id": "https://www.vishay.com/vocab/tolerance"
    },
    "packageType": {
      "@id": "https://www.vishay.com/vocab/packageType"
    },
    "temperatureRange": {
      "@id": "https://www.vishay.com/vocab/temperatureRange"
    },
    "applications": {
      "@id": "schema:applicationCategory",
      "@container": "@list"
    },
    "name": {
      "@id": "schema:name"
    }
  }
}