Kingston University
HOMEPAGE ADDRESS
JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"foaf:homepage": [
{
"id": "http://www.kingston.ac.uk/"
}
],
"grid:establishedYear": [
{
"@value": "1899-01-01",
"type": "http://www.w3.org/2001/XMLSchema#gYear"
}
],
"grid:hasAddress": [
{
"id": "http://www.grid.ac/institutes/grid.15538.3a/address-0"
}
],
"grid:hasRelated": [
{
"id": "http://www.grid.ac/institutes/grid.415362.7"
},
{
"id": "http://www.grid.ac/institutes/grid.412933.e"
}
],
"grid:hasWikidataId": [
{
"id": "http://www.wikidata.org/entity/Q2503809"
}
],
"grid:id": [
{
"@value": "grid.15538.3a"
}
],
"grid:isni": [
{
"@value": "0000 0001 0536 3773"
}
],
"grid:ukprn": [
{
"@value": "10003678"
}
],
"grid:wikipediaPage": [
{
"id": "http://en.wikipedia.org/wiki/Kingston_University"
}
],
"id": "http://www.grid.ac/institutes/grid.15538.3a",
"rdfs:label": "Kingston University",
"sdDataset": "grid",
"skos:prefLabel": [
{
"@value": "Kingston University"
}
],
"type": [
"http://xmlns.com/foaf/0.1/Organization",
"http://www.grid.ac/ontology/Education"
],
"vivo:abbreviation": [
{
"@value": "KUL"
}
]
},
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"foaf:homepage": [
{
"id": "https://www.nhs.uk/Services/hospitals/overview/DefaultView.aspx?id=809"
}
],
"grid:establishedYear": [
{
"@value": "1843-01-01",
"type": "http://www.w3.org/2001/XMLSchema#gYear"
}
],
"grid:hasAddress": [
{
"id": "http://www.grid.ac/institutes/grid.415362.7/address-0"
}
],
"grid:hasParent": [
{
"id": "http://www.grid.ac/institutes/grid.412933.e"
}
],
"grid:hasRelated": [
{
"id": "http://www.grid.ac/institutes/grid.15538.3a"
}
],
"grid:hasWikidataId": [
{
"id": "http://www.wikidata.org/entity/Q50517755"
}
],
"grid:id": [
{
"@value": "grid.415362.7"
}
],
"grid:isni": [
{
"@value": "0000 0004 0400 6012"
}
],
"grid:wikipediaPage": [
{
"id": "https://en.wikipedia.org/wiki/Kingston_Hospital"
}
],
"id": "http://www.grid.ac/institutes/grid.415362.7",
"rdfs:label": "Kingston Hospital",
"sdDataset": "grid",
"skos:prefLabel": [
{
"@value": "Kingston Hospital"
}
],
"type": [
"http://www.grid.ac/ontology/Healthcare",
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"foaf:homepage": [
{
"id": "http://www.kingstonhospital.nhs.uk/"
}
],
"grid:establishedYear": [
{
"@value": "1902-01-01",
"type": "http://www.w3.org/2001/XMLSchema#gYear"
}
],
"grid:hasAddress": [
{
"id": "http://www.grid.ac/institutes/grid.412933.e/address-0"
}
],
"grid:hasChild": [
{
"id": "http://www.grid.ac/institutes/grid.415362.7"
},
{
"id": "http://www.grid.ac/institutes/grid.439239.6"
}
],
"grid:hasRelated": [
{
"id": "http://www.grid.ac/institutes/grid.15538.3a"
},
{
"id": "http://www.grid.ac/institutes/grid.4464.2"
}
],
"grid:hasWikidataId": [
{
"id": "http://www.wikidata.org/entity/Q6413546"
}
],
"grid:id": [
{
"@value": "grid.412933.e"
}
],
"grid:isni": [
{
"@value": "0000 0000 9025 9585"
}
],
"grid:wikipediaPage": [
{
"id": "https://en.wikipedia.org/wiki/Kingston_Hospital_NHS_Foundation_Trust"
}
],
"id": "http://www.grid.ac/institutes/grid.412933.e",
"rdfs:label": "Kingston Hospital NHS Trust",
"sdDataset": "grid",
"skos:prefLabel": [
{
"@value": "Kingston Hospital NHS Trust"
}
],
"type": [
"http://www.grid.ac/ontology/Healthcare",
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"geo-pos:lat": [
{
"@value": "51.40559",
"type": "http://www.w3.org/2001/XMLSchema#float"
}
],
"geo-pos:long": [
{
"@value": "-0.305933",
"type": "http://www.w3.org/2001/XMLSchema#float"
}
],
"grid:cityName": [
{
"@value": "London"
}
],
"grid:countryCode": [
{
"@value": "GB"
}
],
"grid:countryName": [
{
"@value": "United Kingdom"
}
],
"grid:hasGeonamesCity": [
{
"id": "http://sws.geonames.org/2643743/"
}
],
"id": "http://www.grid.ac/institutes/grid.15538.3a/address-0",
"sdDataset": "grid",
"type": [
"http://www.grid.ac/ontology/Address"
]
}
]
Download the RDF metadata as: json-ld nt turtle xml License info
JSON-LD is a popular format for linked data which is fully compatible with JSON.
curl -H 'Accept: application/ld+json' 'https://www.grid.ac/institutes/grid.15538.3a'
N-Triples is a line-based linked data format ideal for batch operations.
curl -H 'Accept: application/n-triples' 'https://www.grid.ac/institutes/grid.15538.3a'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://www.grid.ac/institutes/grid.15538.3a'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://www.grid.ac/institutes/grid.15538.3a'
This table displays all metadata directly associated to this object as RDF triples.
54 TRIPLES
14 PREDICATES
16 URIs
7 LITERALS