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