@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAgB_Vv1TQKQ8cTH6TNLD_OZ2w6Kgi9Rd0YDidHwjFjjI> .
@prefix sub: <http://purl.org/np/RAgB_Vv1TQKQ8cTH6TNLD_OZ2w6Kgi9Rd0YDidHwjFjjI#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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> dcterms:bibliographicCitation "Maedche, Staab. Ontology learning for the Semantic Web. 2001. IEEE Intelligent Systems" ;
    dcterms:title "Ontology learning for the Semantic Web" ;
    fabio:hasPublicationYear "2001"^^xsd:gYear .
  orcid:ORCID-ID-HERE pc:hasRead <http://dx.doi.org/10.1109/5254.920602> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3734-6091 .
}
sub:pubinfo {
  this: dcterms:created "2017-04-03T13:58:15+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0003-3734-6091 ;
    a npx:ExampleNanopub .
}