@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://example.org/nanodesk/example/read/RAoc3KZvwMyfvGAsB0B140Q07eMeMx-cMIQ_JPJIjscv4> .
@prefix sub: <http://example.org/nanodesk/example/read/RAoc3KZvwMyfvGAsB0B140Q07eMeMx-cMIQ_JPJIjscv4#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix ex: <http://example.org/> .
@prefix orcid: <http://orcid.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://dx.doi.org/10.1126/science.aal4217> dcterms:description "Aaron Clauset, Daniel B. Larremore, Roberta Sinatra. 2017. Science" .
  orcid:0000-0002-1267-0234 ex:hasRead <http://dx.doi.org/10.1126/science.aal4217> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  this: dcterms:created "2017-02-21T11:46:29+01:00"^^xsd:dateTime ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    pav:createdBy orcid:0000-0002-1267-0234 .
}