PublicationVolume
DESCRIPTIONA part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.
<br/><br/>See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.
JSON-LD is the canonical representation for SciGraph data.
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"dcterms:source": {
"id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"
},
"id": "http://schema.org/PublicationVolume",
"rdfs:comment": "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.
\n\n <br/><br/>See also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.\n
\n",
"rdfs:label": "PublicationVolume",
"rdfs:subClassOf": {
"id": "http://schema.org/CreativeWork"
},
"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/PublicationVolume'
N-Triples is a line-based linked data format ideal for batch operations.
curl -H 'Accept: application/n-triples' 'https://schema.org/PublicationVolume'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://schema.org/PublicationVolume'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://schema.org/PublicationVolume'
This table displays all metadata directly associated to this object as RDF triples.
6 TRIPLES
6 PREDICATES
7 URIs
3 LITERALS
Subject | Predicate | Object | |
---|---|---|---|
1 | schema:PublicationVolume | dcterms:source | http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex |
2 | ″ | sgo:sdDataset | schema |
3 | ″ | rdf:type | rdfs:Class |
4 | ″ | rdfs:comment | A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.<br/><br/> <pre><code> <br/><br/>See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>. </code></pre> |
5 | ″ | rdfs:label | PublicationVolume |
6 | ″ | rdfs:subClassOf | schema:CreativeWork |