Universal Corporation · JSON-LD Context

Universal Context

JSON-LD context defining the semantic vocabulary for Universal from Universal Corporation.

4 Classes 13 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ucorp: https://api-evangelist.github.io/universal/vocabulary#
xsd: http://www.w3.org/2001/XMLSchema#
agri: http://aims.fao.org/aos/agrovoc/

Classes

LeafTobacco TobaccoGrower ProcessingFacility CropContract

Properties

Property Type Container
TobaccoMerchant
tobaccoType string
origin string
cropYear gYear
grade string
packedWeight decimal
moisture decimal
growerId string
contractNumber string
name
description
address
identifier

JSON-LD Document

universal-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ucorp": "https://api-evangelist.github.io/universal/vocabulary#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "agri": "http://aims.fao.org/aos/agrovoc/",

    "LeafTobacco": "ucorp:LeafTobacco",
    "TobaccoGrower": "ucorp:TobaccoGrower",
    "TobaccoMerchant": {
      "@id": "schema:Organization",
      "rdfs:comment": "An organization that purchases and resells leaf tobacco"
    },
    "ProcessingFacility": "ucorp:ProcessingFacility",
    "CropContract": "ucorp:CropContract",

    "tobaccoType": {
      "@id": "ucorp:tobaccoType",
      "@type": "xsd:string"
    },
    "origin": {
      "@id": "schema:countryOfOrigin",
      "@type": "xsd:string"
    },
    "cropYear": {
      "@id": "ucorp:cropYear",
      "@type": "xsd:gYear"
    },
    "grade": {
      "@id": "ucorp:grade",
      "@type": "xsd:string"
    },
    "packedWeight": {
      "@id": "ucorp:packedWeight",
      "@type": "xsd:decimal"
    },
    "moisture": {
      "@id": "ucorp:moisture",
      "@type": "xsd:decimal"
    },
    "growerId": {
      "@id": "ucorp:growerId",
      "@type": "xsd:string"
    },
    "contractNumber": {
      "@id": "ucorp:contractNumber",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "address": {
      "@id": "schema:address"
    },
    "identifier": {
      "@id": "schema:identifier"
    }
  }
}