@prefix this: <http://purl.org/np/RA1z_nbZtkf09IajMqaZvrmbVsnfltDfoOFsS-Lo72p4M> .
@prefix sub: <http://purl.org/np/RA1z_nbZtkf09IajMqaZvrmbVsnfltDfoOFsS-Lo72p4M#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion a nt:PubinfoTemplate ;
    rdfs:label "Custom triples" ;
    nt:hasStatement sub:st1 , sub:st2 .
  sub:obj a nt:ValuePlaceholder ;
    rdfs:label "Object URI or literal" .
  sub:objx a nt:ValuePlaceholder ;
    rdfs:label "Object URI or literal" .
  sub:pred a nt:UriPlaceholder ;
    rdfs:label "Predicate URI" .
  sub:predx a nt:UriPlaceholder ;
    rdfs:label "Predicate URI" .
  sub:st1 rdf:object sub:obj ;
    rdf:predicate sub:pred ;
    rdf:subject nt:NANOPUB ;
    a nt:RepeatableStatement .
  sub:st2 rdf:object sub:objx ;
    rdf:predicate sub:predx ;
    rdf:subject sub:subjx ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:subjx a nt:UriPlaceholder ;
    rdfs:label "Subject URI" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "GLXCVagxKde7h8V+siTwGAkE+vgyh4CpfY68NUPXsemk3aoDgTe1NRspRcy0b50udGJiB2Ev+G5tYG96qUZJKINC04rClnUfCC7HkZYmDV45zCCQ6RnD/t2CT/LF0sZpHl+/Qji+A4o++MW51HG33aoMsiLl4jD+Uo84740lLBk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-07-29T14:52:47.596+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:supersedes <http://purl.org/np/RADrOa3IVW8Ki5XLX3_NkBcQq49tpvzUupjRDKjROs14w> .
}