JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"foaf:homepage": [
{
"id": "http://www.aslto2.piemonte.it/_front/front.php?p=2&url=v%3D%26nome%3Ddirezione%20sanitaria%20ospedale%20s.%20g.%20bosco%26entita%3D207%26menu%3D43%26top%3D200"
}
],
"grid:establishedYear": [
{
"@value": "1955-01-01",
"type": "http://www.w3.org/2001/XMLSchema#gYear"
}
],
"grid:hasAddress": [
{
"id": "http://www.grid.ac/institutes/grid.415044.0/address-0"
}
],
"grid:id": [
{
"@value": "grid.415044.0"
}
],
"grid:isni": [
{
"@value": "0000 0004 1760 7116"
}
],
"id": "http://www.grid.ac/institutes/grid.415044.0",
"rdfs:label": "Ospedale San Giovanni Bosco",
"sdDataset": "grid",
"skos:prefLabel": [
{
"@value": "Ospedale San Giovanni Bosco"
}
],
"type": [
"http://xmlns.com/foaf/0.1/Organization",
"http://www.grid.ac/ontology/Healthcare"
]
},
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"geo-pos:lat": [
{
"@value": "45.097021",
"type": "http://www.w3.org/2001/XMLSchema#float"
}
],
"geo-pos:long": [
{
"@value": "7.701266",
"type": "http://www.w3.org/2001/XMLSchema#float"
}
],
"grid:cityName": [
{
"@value": "Turin"
}
],
"grid:countryCode": [
{
"@value": "IT"
}
],
"grid:countryName": [
{
"@value": "Italy"
}
],
"grid:hasGeonamesCity": [
{
"id": "http://sws.geonames.org/3165524/"
}
],
"id": "http://www.grid.ac/institutes/grid.415044.0/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.415044.0'
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.415044.0'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://www.grid.ac/institutes/grid.415044.0'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://www.grid.ac/institutes/grid.415044.0'
This table displays all metadata directly associated to this object as RDF triples.
18 TRIPLES
9 PREDICATES
10 URIs
5 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | grid-institutes:grid.415044.0 | sgo:sdDataset | grid |
2 | ″ | grid:establishedYear | 1955-01-01 |
3 | ″ | grid:hasAddress | grid-institutes:grid.415044.0/address-0 |
4 | ″ | grid:id | grid.415044.0 |
5 | ″ | grid:isni | 0000 0004 1760 7116 |
6 | ″ | rdf:type | grid:Healthcare |
7 | ″ | ″ | foaf:Organization |
8 | ″ | rdfs:label | Ospedale San Giovanni Bosco |
9 | ″ | skos:prefLabel | Ospedale San Giovanni Bosco |
10 | ″ | foaf:homepage | http://www.aslto2.piemonte.it/_front/front.php?p=2&url=v%3D%26nome%3Ddirezione%20sanitaria%20ospedale%20s.%20g.%20bosco%26entita%3D207%26menu%3D43%26top%3D200 |
11 | grid-institutes:grid.415044.0/address-0 | sgo:sdDataset | grid |
12 | ″ | grid:cityName | Turin |
13 | ″ | grid:countryCode | IT |
14 | ″ | grid:countryName | Italy |
15 | ″ | grid:hasGeonamesCity | http://sws.geonames.org/3165524/ |
16 | ″ | rdf:type | grid:Address |
17 | ″ | geo-pos:lat | 45.097021 |
18 | ″ | geo-pos:long | 7.701266 |