@prefix this: <http://example.org/nanodesk/example/read/RAaUPTOc2F6m4PWlqAikGLCDRiYucUQldqqoiAJqcQBms> .
@prefix sub: <http://example.org/nanodesk/example/read/RAaUPTOc2F6m4PWlqAikGLCDRiYucUQldqqoiAJqcQBms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@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 {
  orcid:0000-0003-3734-6091 ex:hasRead <http://dx.doi.org/https://doi.org/10.1109/5.771073> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3734-6091 .
}
sub:pubinfo {
  this: dc:created "2016-10-09T23:45:49+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0003-3734-6091 .
}