Download the RDF metadata as: json-ld nt turtle xml License info
4 TRIPLES 3 PREDICATES 4 URIs 0 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | dc:date | rdf:type | rdf:Property |
2 | ″ | ″ | owl:AnnotationProperty |
3 | ″ | rdfs:subPropertyOf | dc:date |
4 | ″ | owl:equivalentProperty | sg:date |
JSON-LD is a popular JSON format for linked data.
curl -H 'Accept: application/ld+json' 'http://purl.org/dc/elements/1.1/date'
N-Triples is a line-based linked data format ideal for batch operations .
curl -H 'Accept: application/n-triples' 'http://purl.org/dc/elements/1.1/date'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'http://purl.org/dc/elements/1.1/date'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'http://purl.org/dc/elements/1.1/date'