@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix pav: .
@prefix prov: .
@prefix orcid: .
@prefix np: .
@prefix npx: .
@prefix fabio: .
@prefix pc: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
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 .
}
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 .
}