EU Open Data Portal · JSON-LD Context

Eu Open Data Portal Context

JSON-LD context defining the semantic vocabulary for Eu Open Data Portal from EU Open Data Portal.

6 Classes 27 Properties 8 Namespaces
View Context View on GitHub

Namespaces

dcat: http://www.w3.org/ns/dcat#
dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
schema: https://schema.org/
vcard: http://www.w3.org/2006/vcard/ns#
skos: http://www.w3.org/2004/02/skos/core#
xsd: http://www.w3.org/2001/XMLSchema#
adms: http://www.w3.org/ns/adms#

Classes

id title description fn hasEmail name

Properties

Property Type Container
Dataset reference
Distribution reference
Catalog reference
DataService reference
issued dateTime
modified dateTime
publisher reference
contactPoint vcard:Kind
theme reference set
keyword set
language reference set
spatial reference set
temporal dct:PeriodOfTime
startDate date
endDate date
accrualPeriodicity reference
license reference
accessRights reference
conformsTo reference set
distributions reference set
accessURL reference
downloadURL reference
format reference
mediaType reference
byteSize nonNegativeInteger
hasURL reference
homepage reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "dcat": "http://www.w3.org/ns/dcat#",
    "dct": "http://purl.org/dc/terms/",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "schema": "https://schema.org/",
    "vcard": "http://www.w3.org/2006/vcard/ns#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "adms": "http://www.w3.org/ns/adms#",

    "Dataset": {
      "@id": "dcat:Dataset",
      "@type": "@id"
    },
    "Distribution": {
      "@id": "dcat:Distribution",
      "@type": "@id"
    },
    "Catalog": {
      "@id": "dcat:Catalog",
      "@type": "@id"
    },
    "DataService": {
      "@id": "dcat:DataService",
      "@type": "@id"
    },

    "id": "@id",
    "title": "dct:title",
    "description": "dct:description",
    "issued": {
      "@id": "dct:issued",
      "@type": "xsd:dateTime"
    },
    "modified": {
      "@id": "dct:modified",
      "@type": "xsd:dateTime"
    },
    "publisher": {
      "@id": "dct:publisher",
      "@type": "@id"
    },
    "contactPoint": {
      "@id": "dcat:contactPoint",
      "@type": "vcard:Kind"
    },
    "theme": {
      "@id": "dcat:theme",
      "@type": "@id",
      "@container": "@set"
    },
    "keyword": {
      "@id": "dcat:keyword",
      "@container": "@set"
    },
    "language": {
      "@id": "dct:language",
      "@type": "@id",
      "@container": "@set"
    },
    "spatial": {
      "@id": "dct:spatial",
      "@type": "@id",
      "@container": "@set"
    },
    "temporal": {
      "@id": "dct:temporal",
      "@type": "dct:PeriodOfTime"
    },
    "startDate": {
      "@id": "dcat:startDate",
      "@type": "xsd:date"
    },
    "endDate": {
      "@id": "dcat:endDate",
      "@type": "xsd:date"
    },
    "accrualPeriodicity": {
      "@id": "dct:accrualPeriodicity",
      "@type": "@id"
    },
    "license": {
      "@id": "dct:license",
      "@type": "@id"
    },
    "accessRights": {
      "@id": "dct:accessRights",
      "@type": "@id"
    },
    "conformsTo": {
      "@id": "dct:conformsTo",
      "@type": "@id",
      "@container": "@set"
    },
    "distributions": {
      "@id": "dcat:distribution",
      "@type": "@id",
      "@container": "@set"
    },

    "accessURL": {
      "@id": "dcat:accessURL",
      "@type": "@id"
    },
    "downloadURL": {
      "@id": "dcat:downloadURL",
      "@type": "@id"
    },
    "format": {
      "@id": "dct:format",
      "@type": "@id"
    },
    "mediaType": {
      "@id": "dcat:mediaType",
      "@type": "@id"
    },
    "byteSize": {
      "@id": "dcat:byteSize",
      "@type": "xsd:nonNegativeInteger"
    },

    "fn": "vcard:fn",
    "hasEmail": "vcard:hasEmail",
    "hasURL": {
      "@id": "vcard:hasURL",
      "@type": "@id"
    },

    "name": "foaf:name",
    "homepage": {
      "@id": "foaf:homepage",
      "@type": "@id"
    }
  }
}