{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "dcat": "http://www.w3.org/ns/dcat#", "dct": "http://purl.org/dc/terms/", "void": "http://rdfs.org/ns/void#", "soton": "https://data.southampton.ac.uk/ns#", "@vocab": "https://data.southampton.ac.uk/ns#", "id": "@id", "type": "@type", "name": "schema:name", "url": { "@id": "schema:url", "@type": "@id" }, "description": "schema:description", "sameAs": { "@id": "schema:sameAs", "@type": "@id" }, "address": "schema:address", "logo": { "@id": "schema:logo", "@type": "@id" }, "sparqlEndpoint": { "@id": "void:sparqlEndpoint", "@type": "@id" }, "dataCatalog": { "@id": "schema:dataset", "@type": "@id" }, "dataset": { "@id": "dcat:dataset", "@type": "@id" }, "distribution": { "@id": "dcat:distribution", "@type": "@id" }, "format": "dct:format", "accessURL": { "@id": "dcat:accessURL", "@type": "@id" } }, "@type": "schema:CollegeOrUniversity", "id": "https://data.southampton.ac.uk/", "name": "University of Southampton", "url": "https://www.southampton.ac.uk/", "description": "Public research university in Southampton, United Kingdom, and a pioneer of open and linked data in higher education via its Open Data Service.", "logo": "https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg", "sameAs": [ "https://www.linkedin.com/school/university-of-southampton/", "https://github.com/southampton" ], "sparqlEndpoint": "https://sparql.data.southampton.ac.uk/", "dataCatalog": "https://data.southampton.ac.uk/datasets.html" }