North Middlesex University Hospital NHS Trust
ADDRESS
JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"grid:hasAddress": [
{
"id": "http://www.grid.ac/institutes/grid.439355.d/address-0"
}
],
"grid:id": [
{
"@value": "grid.439355.d"
}
],
"id": "http://www.grid.ac/institutes/grid.439355.d",
"rdfs:label": "North Middlesex University Hospital NHS Trust",
"sdDataset": "grid",
"skos:prefLabel": [
{
"@value": "North Middlesex University Hospital NHS Trust"
}
],
"type": [
"http://xmlns.com/foaf/0.1/Organization",
"http://www.grid.ac/ontology/Healthcare"
]
},
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"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.439355.d/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.439355.d'
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.439355.d'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://www.grid.ac/institutes/grid.439355.d'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://www.grid.ac/institutes/grid.439355.d'
This table displays all metadata directly associated to this object as RDF triples.
13 TRIPLES
6 PREDICATES
7 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | grid-institutes:grid.439355.d | sgo:sdDataset | grid |
2 | ″ | grid:hasAddress | grid-institutes:grid.439355.d/address-0 |
3 | ″ | grid:id | grid.439355.d |
4 | ″ | rdf:type | grid:Healthcare |
5 | ″ | ″ | foaf:Organization |
6 | ″ | rdfs:label | North Middlesex University Hospital NHS Trust |
7 | ″ | skos:prefLabel | North Middlesex University Hospital NHS Trust |
8 | grid-institutes:grid.439355.d/address-0 | sgo:sdDataset | grid |
9 | ″ | grid:cityName | London |
10 | ″ | grid:countryCode | GB |
11 | ″ | grid:countryName | United Kingdom |
12 | ″ | grid:hasGeonamesCity | http://sws.geonames.org/2643743/ |
13 | ″ | rdf:type | grid:Address |