@prefix this: <http://purl.org/np/RARbGnXfnqfPS7xrTHIpAAu9a29n_o9cnxNiumt_td-X0> .
@prefix sub: <http://purl.org/np/RARbGnXfnqfPS7xrTHIpAAu9a29n_o9cnxNiumt_td-X0#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix orcid: <http://orcid.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix pc: <http://purl.org/petapico/o/paperclub#> .
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.1109/5254.920602> dct:bibliographicCitation "Maedche, Staab. Ontology learning for the Semantic Web. 2001. IEEE Intelligent Systems" ;
    dct:title "Ontology learning for the Semantic Web" ;
    fabio:hasPublicationYear "2001"^^xsd:gYear .
  orcid:0000-0003-3734-6091 pc:hasRead <http://dx.doi.org/10.1109/5254.920602> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3734-6091 .
}
sub:pubinfo {
  this: dct:created "2017-04-03T14:18:54+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0003-3734-6091 ;
    a npx:ExampleNanopub .
}