genre
DESCRIPTIONGenre of the creative work, broadcast channel or group.
JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"id": "http://schema.org/genre",
"rdfs:comment": "Genre of the creative work, broadcast channel or group.",
"rdfs:label": "genre",
"schema:domainIncludes": [
{
"id": "http://schema.org/CreativeWork"
},
{
"id": "http://schema.org/MusicGroup"
},
{
"id": "http://schema.org/BroadcastChannel"
}
],
"schema:rangeIncludes": [
{
"id": "http://schema.org/URL"
},
{
"id": "http://schema.org/Text"
}
],
"sdDataset": "schema",
"type": "rdf:Property"
}
]
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/genre'
N-Triples is a line-based linked data format ideal for batch operations.
curl -H 'Accept: application/n-triples' 'https://schema.org/genre'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://schema.org/genre'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://schema.org/genre'
This table displays all metadata directly associated to this object as RDF triples.
9 TRIPLES
6 PREDICATES
10 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | schema:genre | schema:domainIncludes | schema:BroadcastChannel |
2 | ″ | ″ | schema:CreativeWork |
3 | ″ | ″ | schema:MusicGroup |
4 | ″ | schema:rangeIncludes | schema:Text |
5 | ″ | ″ | schema:URL |
6 | ″ | sgo:sdDataset | schema |
7 | ″ | rdf:type | rdf:Property |
8 | ″ | rdfs:comment | Genre of the creative work, broadcast channel or group. |
9 | ″ | rdfs:label | genre |