Resolute Forest Products · JSON-LD Context

Resolute Forest Products Context

JSON-LD context defining the semantic vocabulary for Resolute Forest Products from Resolute Forest Products.

12 Classes 8 Properties 1 Namespaces
View Context View on GitHub

Namespaces

rfp: https://www.resolutefp.com/vocab#

Classes

Organization name description url address parentOrganization numberOfEmployees foundingDate industry location certification sustainabilityReport

Properties

Property Type Container
marketPulp rfp:Product
tissue rfp:Product
woodProducts rfp:Product
newsprint rfp:Product
woodPellets rfp:Product
Product rdfs:Class
ManufacturingFacility rdfs:Class
ForestManagement rdfs:Class

JSON-LD Document

resolute-forest-products-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "rfp": "https://www.resolutefp.com/vocab#",
    "Organization": "Organization",
    "name": "name",
    "description": "description",
    "url": "url",
    "address": "address",
    "parentOrganization": "parentOrganization",
    "numberOfEmployees": "numberOfEmployees",
    "foundingDate": "foundingDate",
    "industry": "rfp:industry",
    "marketPulp": {
      "@id": "rfp:marketPulp",
      "@type": "rfp:Product"
    },
    "tissue": {
      "@id": "rfp:tissue",
      "@type": "rfp:Product"
    },
    "woodProducts": {
      "@id": "rfp:woodProducts",
      "@type": "rfp:Product"
    },
    "newsprint": {
      "@id": "rfp:newsprint",
      "@type": "rfp:Product"
    },
    "woodPellets": {
      "@id": "rfp:woodPellets",
      "@type": "rfp:Product"
    },
    "Product": {
      "@id": "rfp:Product",
      "@type": "rdfs:Class"
    },
    "ManufacturingFacility": {
      "@id": "rfp:ManufacturingFacility",
      "@type": "rdfs:Class"
    },
    "ForestManagement": {
      "@id": "rfp:ForestManagement",
      "@type": "rdfs:Class"
    },
    "location": "location",
    "certification": "rfp:certification",
    "sustainabilityReport": "rfp:sustainabilityReport"
  }
}