Wageningen University Research Context

JSON-LD context defining the semantic vocabulary for Wageningen University Research from Wageningen University & Research.

15 Classes 2 Properties 5 Namespaces
View Context View on GitHub

Namespaces

wur: https://agrodatacube.wur.nl/vocab#
geo: https://purl.org/geojson/vocab#
name: https://schema.org/name
url: https://schema.org/url
description: https://schema.org/description

Classes

FeatureCollection Feature geometry features field fieldid crop_code crop_name perimeter ndvi ahn soilparams soiltypes meteostation meteodata

Properties

Property Type Container
institution reference
area https://schema.org/QuantitativeValue

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "wur": "https://agrodatacube.wur.nl/vocab#",
    "geo": "https://purl.org/geojson/vocab#",
    "institution": {
      "@id": "https://schema.org/CollegeOrUniversity",
      "@type": "@id"
    },
    "name": "https://schema.org/name",
    "url": "https://schema.org/url",
    "description": "https://schema.org/description",
    "FeatureCollection": "geo:FeatureCollection",
    "Feature": "geo:Feature",
    "geometry": "geo:geometry",
    "features": "geo:features",
    "field": "wur:field",
    "fieldid": "wur:fieldid",
    "crop_code": "wur:cropCode",
    "crop_name": "wur:cropName",
    "area": {
      "@id": "https://schema.org/area",
      "@type": "https://schema.org/QuantitativeValue"
    },
    "perimeter": "wur:perimeter",
    "ndvi": "wur:ndvi",
    "ahn": "wur:ahn",
    "soilparams": "wur:soilParams",
    "soiltypes": "wur:soilTypes",
    "meteostation": "wur:meteoStation",
    "meteodata": "wur:meteoData"
  },
  "@type": "CollegeOrUniversity",
  "name": "Wageningen University & Research",
  "url": "https://www.wur.nl/",
  "description": "Dutch university and research institution specializing in healthy food and the living environment. Publisher of the AgroDataCube open agri-food data API.",
  "provider": {
    "@type": "Organization",
    "name": "Wageningen Environmental Research (WENR)",
    "url": "https://agrodatacube.wur.nl/"
  }
}