@prefix this: <http://example.org/nanodesk/example/read/RAU0-zZIvTKmZ71J9hhWgr34yAMWeFmCJnoGcvEzQAFL0> .
@prefix sub: <http://example.org/nanodesk/example/read/RAU0-zZIvTKmZ71J9hhWgr34yAMWeFmCJnoGcvEzQAFL0#> .
@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 <https://doi.org/10.1109/5254.920602> .
  <https://doi.org/10.1109/5254.920602> dc:description "Maedche, Staab. Ontology learning for the Semantic Web. 2001. IEEE Intelligent Systems" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3734-6091 .
}
sub:pubinfo {
  this: dc:created "2017-04-03T13:05:14+02:00"^^xsd:dateTime ;
    dc:license <https://creativecommons.org/licenses/by/4.0/> ;
    pav:createdBy orcid:0000-0003-3734-6091 .
}