Zewail City of Science and Technology
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.440881.1/address-0"
}
],
"grid:id": [
{
"@value": "grid.440881.1"
}
],
"id": "http://www.grid.ac/institutes/grid.440881.1",
"rdfs:label": "Zewail City of Science and Technology",
"sdDataset": "grid",
"skos:prefLabel": [
{
"@value": "Zewail City of Science and Technology"
}
],
"type": [
"http://xmlns.com/foaf/0.1/Organization"
]
},
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"grid:cityName": [
{
"@value": "Cairo"
}
],
"grid:countryCode": [
{
"@value": "EG"
}
],
"grid:countryName": [
{
"@value": "Egypt"
}
],
"grid:hasGeonamesCity": [
{
"id": "http://sws.geonames.org/360630/"
}
],
"id": "http://www.grid.ac/institutes/grid.440881.1/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.440881.1'
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.440881.1'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://www.grid.ac/institutes/grid.440881.1'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://www.grid.ac/institutes/grid.440881.1'
This table displays all metadata directly associated to this object as RDF triples.
12 TRIPLES
6 PREDICATES
6 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | grid-institutes:grid.440881.1 | sgo:sdDataset | grid |
2 | ″ | grid:hasAddress | grid-institutes:grid.440881.1/address-0 |
3 | ″ | grid:id | grid.440881.1 |
4 | ″ | rdf:type | foaf:Organization |
5 | ″ | rdfs:label | Zewail City of Science and Technology |
6 | ″ | skos:prefLabel | Zewail City of Science and Technology |
7 | grid-institutes:grid.440881.1/address-0 | sgo:sdDataset | grid |
8 | ″ | grid:cityName | Cairo |
9 | ″ | grid:countryCode | EG |
10 | ″ | grid:countryName | Egypt |
11 | ″ | grid:hasGeonamesCity | http://sws.geonames.org/360630/ |
12 | ″ | rdf:type | grid:Address |