http://ns.nature.com/article-types/brief-communication
The :brief-communication article-type denotes a concise report of research of high quality and broad interest to a journal’s target audience. Given that a brief communication is less substantial than an article, authors should be able to justify why a focused report of their original research findings is warranted instead of the more comprehensive coverage suitable for an article.
@prefix article-types: <http://ns.nature.com/article-types/> .
@prefix npg: <http://ns.nature.com/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
article-types:brief-communication a npg:ArticleType,
skos:Concept ;
npg:hasRoot article-types:research-and-reviews ;
npg:id "brief-communication" ;
npg:isLeaf false ;
npg:isRoot false ;
npg:treeDepth 2 ;
rdfs:isDefinedBy article-types: ;
skos:broader article-types:research ;
skos:definition "The :brief-communication article-type denotes a concise report of research of high quality and broad interest to a journal’s target audience. Given that a brief communication is less substantial than an article, authors should be able to justify why a focused report of their original research findings is warranted instead of the more comprehensive coverage suitable for an article."@en ;
skos:inScheme article-types: ;
skos:narrower article-types:data-report ;
skos:prefLabel "Brief Communication"@en .