@prefix this: <http://purl.org/np/RAL9I-uxPAuJZp5tMZyE0-Adl-gKUNiVL1cqmljySezgQ> .
@prefix sub: <http://purl.org/np/RAL9I-uxPAuJZp5tMZyE0-Adl-gKUNiVL1cqmljySezgQ#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://developers.google.com/tech-writing/overview> rdfs:comment "Good course to learn how to write documentation." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1583-5719 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCsCmXbZe+ufRGfH8OP+5rzY1c+eVzyUbTMXJ1FW6cVkera6zz5Loyh7RUN3BNxTlL0KKExkcXpjilb+YVei3KNXY1zUWa0OYDwgTJlXx8D/aiiqRJizgqUhobZkvNTl2y6oFpy2GuI/8V7yYox10/hc2Gq5OZ266Ht8jODw913+wIDAQAB" ;
    npx:hasSignature "cWv9ufwl3G9E38bAeBtLG9Yzu9VSOsEzWfIVY2S7RlIBA1ZKGKhUEwolZ1FRZUL5ZD5BhVhfv2kWCcZG5SaKzv3D0B6Hxh/PImyW8w0VeGtEBbgVmldi110QktiREcMtRavUZeJbM/sYxy0zIMzTTVI04pHMYEfZteeOWdqGX0k=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-01T13:42:43.967+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1583-5719 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAqfUmjV05ruLK3Efq2kCODsHfY16LJGO3nAwDi5rmtv0> .
}