@prefix this: <http://purl.org/np/RARw8SJDgZdipsA_sJyn1naeGZsJEfDo0e-_fzJsxkTvQ> .
@prefix sub: <http://purl.org/np/RARw8SJDgZdipsA_sJyn1naeGZsJEfDo0e-_fzJsxkTvQ#> .
@prefix db: <http://dbpedia.org/resource/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctypes: <http://purl.org/dc/dcmitype/> .
@prefix doco: <http://purl.org/spar/doco/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Pub_Head_1 {
  this: np:hasAssertion sub:Pub_Assertion_1 ;
    np:hasProvenance sub:Pub_Provenance_1 ;
    np:hasPublicationInfo sub:Pub_Pubinfo_1 ;
    a np:Nanopublication .
}
sub:Pub_Assertion_1 {
  db:Author rdfs:label "has authors" .
  db:Digital_object_identifier rdfs:label "has DOI" .
  db:Publisher rdfs:label "was published by" .
  dctypes:Document rdfs:label "Publication" .
  dc:date rdfs:label "was published at (date)" .
  dc:title rdfs:label "has title" .
  sub:Pub_Assertion_1 a nt:AssertionTemplate ;
    rdfs:label "Describe a publication related to COVID-19" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 , sub:st4 , sub:st5 , sub:st6 , sub:st7 .
  sub:abstract a nt:LiteralPlaceholder ;
    rdfs:label "add the abstract of the publication here" .
  sub:authors a nt:LiteralPlaceholder ;
    rdfs:label "add the authors of the publication here (separate by ; )" .
  sub:comment a nt:LiteralPlaceholder ;
    rdfs:label "add your comment to the publication here" .
  sub:doi a nt:LiteralPlaceholder ;
    rdfs:label "add the DOI of the publication here" .
  sub:publication a nt:LocalResource ;
    rdfs:label "This publication" .
  sub:publishdate a nt:LiteralPlaceholder ;
    rdfs:label "add the publish date of the publication here (dd-mm-yyyy)" .
  sub:publisher a nt:LiteralPlaceholder ;
    rdfs:label "add the Publisher of the publication here" .
  sub:st0 rdf:object dctypes:Document ;
    rdf:predicate rdf:type ;
    rdf:subject sub:publication ;
    a rdf:Statement ;
    nt:statementOrder 0 .
  sub:st1 rdf:object sub:title ;
    rdf:predicate dc:title ;
    rdf:subject sub:publication ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st2 rdf:object sub:doi ;
    rdf:predicate db:Digital_object_identifier ;
    rdf:subject sub:publication ;
    a rdf:Statement ;
    nt:statementOrder 2 .
  sub:st3 rdf:object sub:authors ;
    rdf:predicate db:Author ;
    rdf:subject sub:publication ;
    a rdf:Statement ;
    nt:statementOrder 3 .
  sub:st4 rdf:object sub:abstract ;
    rdf:predicate doco:Abstract ;
    rdf:subject sub:publication ;
    a rdf:Statement ;
    nt:statementOrder 4 .
  sub:st5 rdf:object sub:publishdate ;
    rdf:predicate dc:date ;
    rdf:subject sub:publication ;
    a rdf:Statement ;
    nt:statementOrder 5 .
  sub:st6 rdf:object sub:publisher ;
    rdf:predicate db:Publisher ;
    rdf:subject sub:publication ;
    a rdf:Statement ;
    nt:statementOrder 6 .
  sub:st7 rdf:object sub:comment ;
    rdf:predicate rdfs:comment ;
    rdf:subject sub:publication ;
    a rdf:Statement ;
    nt:statementOrder 7 .
  sub:title a nt:LiteralPlaceholder ;
    rdfs:label "add the full title of the publication here" .
  doco:Abstract rdfs:label "has abstract" .
  rdf:type rdfs:label "is a" .
  rdfs:comment rdfs:label "has my comment" .
}
sub:Pub_Provenance_1 {
  sub:Pub_Assertion_1 prov:wasAttributedTo orcid:0000-0001-8325-8848 .
}
sub:Pub_Pubinfo_1 {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXYA/ZaH6tFeN1Kl/PqqImwvcFqm/ifOGR0fXnbu5G/nPmP8OIHjnjjfdVvG4z1fa4FD/a+fzXXgko3xBLg6I/zypVHdYyXVCvZdlmmQ4YUOuxqJz0L44whJgwRdz8ahYHPCTchTj6xJ2KMUKP4l69NhkMAKRr0LR6qYReOSYr8QIDAQAB" ;
    npx:hasSignature "UPLHwn3KHIpezpx5hf8x5XvpwDG7gXTYOYhrua1tVwEOHkZzyMdpypAURZhbipG3+yLt3X3HaLoRHUaq7tLuMhkI+Wm+M4keaD+kGN7sE5lr1IW2eD3NlVtThQaVYGk7B2Umzw+IG7nMCc2SKAImbnKUAdnHRBY6pOgGOnofBU8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-04-16T23:00:44.817+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-8325-8848 .
}