@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://example.org/nanodesk/example/read/RAp6GZEmoxh8sog546ftw-cWqmmvothOhzA37NWC9bZuk> .
@prefix sub: <http://example.org/nanodesk/example/read/RAp6GZEmoxh8sog546ftw-cWqmmvothOhzA37NWC9bZuk#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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.1007/3-540-48005-6_27> .
  <https://doi.org/10.1007/3-540-48005-6_27> dcterms:description "Ankolekar, Burstein, Hobbs, Lassila, Martin et al. DAML-S: Web Service Description for the Semantic Web. 2002. The Semantic Web — ISWC 2002" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3734-6091 .
}
sub:pubinfo {
  this: dcterms:created "2017-02-27T15:03:53+01:00"^^xsd:dateTime ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    pav:createdBy orcid:0000-0003-3734-6091 .
}