Schnitzer Steel Industries · JSON-LD Context

Schnitzer Steel Industries Context

JSON-LD context defining the semantic vocabulary for Schnitzer Steel Industries from Schnitzer Steel Industries.

29 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

radius: https://www.radiusrecycling.com/ontology/

Classes

RecyclingCompany SteelMill ScrapMetalFacility RecyclingFacility AutoPartsStore name description url foundingDate location address numberOfEmployees parentOrganization scrapMetalType ferrousScrap nonFerrousScrap automativeScrap industrialScrap recycledSteel billetSteel wireRod reinforcingBar hotRolledBar picknpull cascadeSteel circularEconomy co2Reduction metalRecoveryRate facilityCount

JSON-LD Document

schnitzer-steel-industries-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "radius": "https://www.radiusrecycling.com/ontology/",

    "RecyclingCompany": "schema:Organization",
    "SteelMill": "schema:Organization",
    "ScrapMetalFacility": "schema:Place",
    "RecyclingFacility": "schema:Place",
    "AutoPartsStore": "schema:AutoPartsStore",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "address": "schema:address",
    "numberOfEmployees": "schema:numberOfEmployees",
    "parentOrganization": "schema:parentOrganization",

    "scrapMetalType": "radius:scrapMetalType",
    "ferrousScrap": "radius:ferrousScrap",
    "nonFerrousScrap": "radius:nonFerrousScrap",
    "automativeScrap": "radius:automotiveScrap",
    "industrialScrap": "radius:industrialScrap",

    "recycledSteel": "radius:recycledSteel",
    "billetSteel": "radius:billetSteel",
    "wireRod": "radius:wireRod",
    "reinforcingBar": "radius:reinforcingBar",
    "hotRolledBar": "radius:hotRolledBar",

    "picknpull": "radius:PicknPull",
    "cascadeSteel": "radius:CascadeSteelRollingMills",

    "circularEconomy": "schema:sustainability",
    "co2Reduction": "schema:carbonFootprint",
    "metalRecoveryRate": "radius:metalRecoveryRate",
    "facilityCount": "radius:facilityCount"
  }
}