ItemList
DESCRIPTIONA list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.
JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"id": "http://schema.org/ItemList",
"rdfs:comment": "A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.",
"rdfs:label": "ItemList",
"rdfs:subClassOf": {
"id": "http://schema.org/Intangible"
},
"sdDataset": "schema",
"type": "rdfs:Class"
}
]
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://schema.org/ItemList'
N-Triples is a line-based linked data format ideal for batch operations.
curl -H 'Accept: application/n-triples' 'https://schema.org/ItemList'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://schema.org/ItemList'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://schema.org/ItemList'
This table displays all metadata directly associated to this object as RDF triples.
5 TRIPLES
5 PREDICATES
6 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | schema:ItemList | sgo:sdDataset | schema |
2 | ″ | rdf:type | rdfs:Class |
3 | ″ | rdfs:comment | A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting. |
4 | ″ | rdfs:label | ItemList |
5 | ″ | rdfs:subClassOf | schema:Intangible |