Download the RDF metadata as: json-ld nt turtle xml License info
2 TRIPLES 2 PREDICATES 2 URIs 0 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | npg:key | rdf:type | rdf:Property |
2 | ″ | rdfs:subPropertyOf | npg:key |
JSON-LD is a popular JSON format for linked data.
curl -H 'Accept: application/ld+json' 'http://ns.nature.com/terms/key'
N-Triples is a line-based linked data format ideal for batch operations .
curl -H 'Accept: application/n-triples' 'http://ns.nature.com/terms/key'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'http://ns.nature.com/terms/key'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'http://ns.nature.com/terms/key'