Uppsala University · JSON-LD Context

Uppsala Context

JSON-LD context defining the semantic vocabulary for Uppsala from Uppsala University.

31 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ucdp: https://ucdp.uu.se/vocab#
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
dcterms: http://purl.org/dc/terms/

Classes

University name url description founder GedEvent Conflict Dyad id relid year conflict_id conflict_name dyad_id dyad_name type_of_violence side_a side_b incompatibility intensity_level country_id region latitude longitude where_coordinates best low high source_article source_headline version

Properties

Property Type Container
country
date_start schema:Date
date_end schema:Date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ucdp": "https://ucdp.uu.se/vocab#",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "dcterms": "http://purl.org/dc/terms/",
    "@vocab": "https://ucdp.uu.se/vocab#",

    "University": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "founder": "schema:foundingDate",

    "GedEvent": "ucdp:GeoreferencedEvent",
    "Conflict": "ucdp:ArmedConflict",
    "Dyad": "ucdp:Dyad",

    "id": "schema:identifier",
    "relid": "ucdp:relationId",
    "year": "dcterms:date",
    "conflict_id": "ucdp:conflictId",
    "conflict_name": "ucdp:conflictName",
    "dyad_id": "ucdp:dyadId",
    "dyad_name": "ucdp:dyadName",
    "type_of_violence": "ucdp:typeOfViolence",
    "side_a": "ucdp:sideA",
    "side_b": "ucdp:sideB",
    "incompatibility": "ucdp:incompatibility",
    "intensity_level": "ucdp:intensityLevel",
    "country": {
      "@id": "schema:addressCountry"
    },
    "country_id": "ucdp:gwCountryCode",
    "region": "ucdp:region",
    "latitude": "geo:lat",
    "longitude": "geo:long",
    "where_coordinates": "ucdp:whereCoordinates",
    "date_start": {
      "@id": "schema:startDate",
      "@type": "schema:Date"
    },
    "date_end": {
      "@id": "schema:endDate",
      "@type": "schema:Date"
    },
    "best": "ucdp:bestFatalityEstimate",
    "low": "ucdp:lowFatalityEstimate",
    "high": "ucdp:highFatalityEstimate",
    "source_article": "schema:citation",
    "source_headline": "schema:headline",
    "version": "schema:version"
  },
  "@type": "University",
  "name": "Uppsala University",
  "url": "https://www.uu.se/",
  "description": "Provider of the Uppsala Conflict Data Program (UCDP) Public API for conflict and organized violence data."
}