article-types:advertising-feature leaf node


URI

http://ns.nature.com/article-types/advertising-feature

Label

Advertising Feature

Description

The :advertising-feature article-type denotes an article describing an organisation's involvement in a field of likely interest to a substantial sector of the target readership. The content, for which the advertiser retains full responsibility, should summarise the work of the organisation, without providing any details of primary research findings.

Implementation

@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:advertising-feature a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:miscellaneous ;
    npg:id "advertising-feature" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:advertorial ;
    skos:definition "The :advertising-feature article-type denotes an article describing an organisation's involvement in a field of likely interest to a substantial sector of the target readership. The content, for which the advertiser retains full responsibility, should summarise the work of the organisation, without providing any details of primary research findings."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Advertising Feature"@en .