Universitat Pompeu Fabra · JSON-LD Context

Universitat Pompeu Fabra Context

JSON-LD context defining the semantic vocabulary for Universitat Pompeu Fabra from Universitat Pompeu Fabra.

24 Classes 3 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
upf: https://data.upf.edu/ns#

Classes

name alternateName description url logo sameAs address telephone email foundingDate department CollegeOrUniversity Dataset DataCatalog dataset distribution ScholarlyArticle identifier license keywords creator publisher datePublished handle

Properties

Property Type Container
community reference
collection reference
item reference

JSON-LD Document

universitat-pompeu-fabra-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "upf": "https://data.upf.edu/ns#",
    "@vocab": "https://schema.org/",
    "name": "schema:name",
    "alternateName": "schema:alternateName",
    "description": "schema:description",
    "url": "schema:url",
    "logo": "schema:logo",
    "sameAs": "schema:sameAs",
    "address": "schema:address",
    "telephone": "schema:telephone",
    "email": "schema:email",
    "foundingDate": "schema:foundingDate",
    "department": "schema:department",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "Dataset": "schema:Dataset",
    "DataCatalog": "schema:DataCatalog",
    "dataset": "schema:dataset",
    "distribution": "schema:distribution",
    "ScholarlyArticle": "schema:ScholarlyArticle",
    "identifier": "schema:identifier",
    "license": "schema:license",
    "keywords": "schema:keywords",
    "creator": "schema:creator",
    "publisher": "schema:publisher",
    "datePublished": "schema:datePublished",
    "community": {
      "@id": "upf:community",
      "@type": "@id"
    },
    "collection": {
      "@id": "upf:collection",
      "@type": "@id"
    },
    "item": {
      "@id": "upf:item",
      "@type": "@id"
    },
    "handle": "upf:handle"
  },
  "@type": "CollegeOrUniversity",
  "@id": "https://www.upf.edu/en/home",
  "name": "Universitat Pompeu Fabra",
  "alternateName": "UPF",
  "url": "https://www.upf.edu/en/home",
  "description": "Public research university in Barcelona, Spain, publishing institutional open data (CKAN/SPARQL) and a DSpace digital repository (e-Repositori) with OAI-PMH harvesting.",
  "sameAs": [
    "https://www.linkedin.com/school/universitat-pompeu-fabra/",
    "https://github.com/mtg",
    "https://data.upf.edu/about"
  ],
  "department": [
    {
      "@type": "DataCatalog",
      "name": "UPF en Xifres 2.0 (Open Data UPF)",
      "url": "https://data.upf.edu/about"
    },
    {
      "@type": "Organization",
      "name": "e-Repositori (Repositori digital de la UPF)",
      "url": "https://repositori.upf.edu"
    }
  ]
}