@prefix orcid: <https://orcid.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/livingreviews/np/paper/jmr.10.0353/RAhMO8C2sdqm2QEAODABgN2cYZO-vJffDTmqp1m8we03c> .
@prefix sub: <https://w3id.org/livingreviews/np/paper/jmr.10.0353/RAhMO8C2sdqm2QEAODABgN2cYZO-vJffDTmqp1m8we03c#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix hycl: <http://purl.org/petapico/o/hycl#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix cdop: <https://data.cooperationdatabank.org/vocab/prop/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://doi.org/10.1509/jmr.10.0353> hycl:claims <https://purl.org/aida/Articles+that+are+placed+more+prominently+on+a+given+website+have+a+higher+chance+to+be+shared.> , <https://purl.org/aida/Content+with+a+positive+valence+is+shared+more+often.> , <https://purl.org/aida/More+arousing+content+regardless+if+positive+or+negative+is+shared+more+often.> , <https://purl.org/aida/The+ranking+or+placing+of+an+article+on+a+given+website+affects+its+sharing+probability.> ;
    a fabio:ResearchPaper ;
    cdop:study <https://w3id.org/livingreviews/np/study/jmr.10.0353/Primary/RAxsWPZuvrTpMcfGKYWpb1UzbK6kR3USbWDIduza94zU8#study> , <https://w3id.org/livingreviews/np/study/jmr.10.0353/Secondary/RAdoHq30ctnfWGf_1isc0deWlZaPmAwskC7WyYmN9y6ds#study> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <http://doi.org/10.1509/jmr.10.0353> .
}
sub:pubinfo {
  this: dcterms:created "2021-09-20T12:48:17.385+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-2363-5880 , orcid:0000-0002-3429-2879 , orcid:0000-0003-1460-8757 , orcid:0000-0003-2929-3815 ;
    dcterms:license <https://creativecommons.org/share-your-work/public-domain/cc0/> .
}