Patch · JSON-LD Context

Patch Io Context

JSON-LD context defining the semantic vocabulary for Patch Io from Patch.

17 Classes 10 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
patch: https://www.patch.io/ns#

Classes

Project Order OrderLineItem TechnologyType Standard Sdg name description id price currency amount mechanism vintage_year state patch_fee metadata

Properties

Property Type Container
country schema:Country
latitude float
longitude float
url reference
technology_type reference
standard reference
sdgs list
line_items list
issued_to reference
registry_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "patch": "https://www.patch.io/ns#",
    "Project": "patch:Project",
    "Order": "patch:Order",
    "OrderLineItem": "patch:OrderLineItem",
    "TechnologyType": "patch:TechnologyType",
    "Standard": "patch:Standard",
    "Sdg": "patch:Sdg",
    "name": "schema:name",
    "description": "schema:description",
    "country": {
      "@id": "schema:addressCountry",
      "@type": "schema:Country"
    },
    "latitude": { "@id": "schema:latitude", "@type": "xsd:float" },
    "longitude": { "@id": "schema:longitude", "@type": "xsd:float" },
    "url": { "@id": "schema:url", "@type": "@id" },
    "id": "@id",
    "price": "schema:price",
    "currency": "schema:priceCurrency",
    "amount": "patch:amountGrams",
    "mechanism": "patch:mechanism",
    "vintage_year": "patch:vintageYear",
    "state": "patch:state",
    "technology_type": { "@id": "patch:technologyType", "@type": "@id" },
    "standard": { "@id": "patch:standard", "@type": "@id" },
    "sdgs": { "@id": "patch:sdgs", "@container": "@list" },
    "line_items": { "@id": "patch:lineItems", "@container": "@list" },
    "issued_to": { "@id": "patch:issuedTo", "@type": "@id" },
    "registry_url": { "@id": "patch:registryUrl", "@type": "@id" },
    "patch_fee": "patch:fee",
    "metadata": "patch:metadata"
  }
}