@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAHV4n3q_7wH8HSGE4pUYm9MfjYvTdzK2Nu7QYK_Ipupk> .
@prefix sub: <http://purl.org/np/RAHV4n3q_7wH8HSGE4pUYm9MfjYvTdzK2Nu7QYK_Ipupk#> .
@prefix rew1: <http://purl.org/np/RAO-ut6slE-aIcxLfy35p9pAtbid1RcDIue33axK00EOc> .
@prefix rew2: <http://purl.org/np/RAUYM_v-YJCpMBagglSWJBN8zJu9eQ51QrjDZtstqMpaI> .
@prefix rew3: <http://purl.org/np/RAyv4pOZg8cVouSkpxKyba5l6Zp0_-ayZTQclMDvekyug> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix po: <http://www.essepuntato.it/2008/12/pattern#> .
@prefix co: <http://purl.org/co/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix fr: <http://fairreviews.linkeddata.es/def/core/index.html#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:_1 co:itemContent <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r1X#Review> ;
    co:nextItem sub:_2 .
  sub:_2 co:itemContent <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r2X#Review> ;
    co:nextItem sub:_3 .
  sub:_3 co:itemContent <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r3X#Review> .
  sub:reviews-V1X fr:hasRating fr:A-R-TS-MAJREV ;
    fr:isReviewOf <http://dx.doi.org/10.3233/SW-170269> ;
    fr:issuedFor <http://www.semantic-web-journal.net> ;
    fr:releasedBy <http://www.semantic-web-journal.net> ;
    co:firstItem sub:_1 ;
    po:contains <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r1X#Review> , <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r2X#Review> , <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r3X#Review> ;
    a fabio:Review .
  rew1: npx:introduces <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r1X#Review> .
  rew2: npx:introduces <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r2X#Review> .
  rew3: npx:introduces <http://purl.org/nanopub/temp/linkflows/sample-paper-2/v1/r3X#Review> .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/sw-160239> ;
    prov:wasAttributedTo <https://orcid.org/0000-0002-7311-3693> .
}
sub:pubinfo {
  this: dcterms:created "2020-05-25T09:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy <https://orcid.org/0000-0002-7114-6459> .
}