Ibaraki University
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.410773.6/address-0"
}
],
"grid:hasWikidataId": [
{
"id": "http://www.wikidata.org/entity/Q11617302"
},
{
"id": "http://www.wikidata.org/entity/Q1209685"
}
],
"grid:id": [
{
"@value": "grid.410773.6"
}
],
"id": "http://www.grid.ac/institutes/grid.410773.6",
"rdfs:label": "Ibaraki University",
"sdDataset": "grid",
"skos:prefLabel": [
{
"@value": "Ibaraki University"
}
],
"type": [
"http://www.grid.ac/ontology/Education",
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"grid:cityName": [
{
"@value": "Ibaraki"
}
],
"grid:countryCode": [
{
"@value": "JP"
}
],
"grid:countryName": [
{
"@value": "Japan"
}
],
"grid:hasGeonamesCity": [
{
"id": "http://sws.geonames.org/1862033/"
}
],
"id": "http://www.grid.ac/institutes/grid.410773.6/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.410773.6'
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.410773.6'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://www.grid.ac/institutes/grid.410773.6'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://www.grid.ac/institutes/grid.410773.6'
This table displays all metadata directly associated to this object as RDF triples.
15 TRIPLES
7 PREDICATES
9 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | grid-institutes:grid.410773.6 | sgo:sdDataset | grid |
2 | ″ | grid:hasAddress | grid-institutes:grid.410773.6/address-0 |
3 | ″ | grid:hasWikidataId | wd:Q11617302 |
4 | ″ | ″ | wd:Q1209685 |
5 | ″ | grid:id | grid.410773.6 |
6 | ″ | rdf:type | grid:Education |
7 | ″ | ″ | foaf:Organization |
8 | ″ | rdfs:label | Ibaraki University |
9 | ″ | skos:prefLabel | Ibaraki University |
10 | grid-institutes:grid.410773.6/address-0 | sgo:sdDataset | grid |
11 | ″ | grid:cityName | Ibaraki |
12 | ″ | grid:countryCode | JP |
13 | ″ | grid:countryName | Japan |
14 | ″ | grid:hasGeonamesCity | http://sws.geonames.org/1862033/ |
15 | ″ | rdf:type | grid:Address |