@prefix this: <https://w3id.org/livingreviews/np/study/10.1177%2F152263791101300302/Secondary/RA5J1KJz-ohnjMExBtEMxFy0y2SDtSI46BiPj7-Gxmz2s> .
@prefix sub: <https://w3id.org/livingreviews/np/study/10.1177%2F152263791101300302/Secondary/RA5J1KJz-ohnjMExBtEMxFy0y2SDtSI46BiPj7-Gxmz2s#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix cdoc: <https://data.cooperationdatabank.org/vocab/class/> .
@prefix cdop: <https://data.cooperationdatabank.org/vocab/prop/> .
@prefix llr: <https://w3id.org/livingreviews/vocab/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:study a cdoc:Study , llr:EmpiricalArticle , llr:Mixed-Method-Design , llr:Observation ;
    cdop:country <https://dbpedia.org/resource/United_States> ;
    llr:firstAuthorOrigin <https://dbpedia.org/resource/United_States> ;
    llr:landOfFocus <https://dbpedia.org/resource/International> ;
    llr:primaryObject "News Output" ;
    llr:theoreticalApproach "Gatekeeping" .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://doi.org/10.1177%2F152263791101300302> .
}
sub:pubinfo {
  this: dct:created "2021-09-20T12:48:17.385+02:00"^^xsd:dateTime ;
    dct:creator <https://orcid.org/0000-0002-1267-0234> , <https://orcid.org/0000-0002-2363-5880> , <https://orcid.org/0000-0002-3429-2879> , <https://orcid.org/0000-0003-1460-8757> , <https://orcid.org/0000-0003-2929-3815> ;
    dct:license <https://creativecommons.org/share-your-work/public-domain/cc0/> .
}