@prefix this: <http://purl.org/np/RANAdNn4wWTp0SUBfMcGjzA3w2WFv-k2JUPcJucfK8h6o> .
@prefix sub: <http://purl.org/np/RANAdNn4wWTp0SUBfMcGjzA3w2WFv-k2JUPcJucfK8h6o#> .
@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 {
  dct:description rdfs:label "has as description" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Introducing a new idea" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 ;
    nt:hasTag "General" .
  sub:description a nt:LongLiteralPlaceholder ;
    rdfs:label "a description of the idea" .
  sub:idea a nt:IntroducedResource , nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "short name, used as URI suffix" .
  sub:name a nt:LiteralPlaceholder ;
    rdfs:label "a name given to the idea" .
  sub:seeAlsoLink a nt:UriPlaceholder ;
    rdfs:label "a link where more information can be found" .
  sub:st0 rdf:object <https://www.wikidata.org/entity/Q131841> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:idea .
  sub:st1 rdf:object sub:name ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:idea .
  sub:st2 rdf:object sub:description ;
    rdf:predicate dct:description ;
    rdf:subject sub:idea .
  sub:st3 rdf:object sub:seeAlsoLink ;
    rdf:predicate rdfs:seeAlso ;
    rdf:subject sub:idea ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  rdf:type rdfs:label "is an" .
  rdfs:label rdfs:label "has the name" .
  rdfs:seeAlso rdfs:label "has further information at" .
  <https://www.wikidata.org/entity/Q131841> rdfs:label "idea" .
}
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 "DWEU3tsKyH/uHXejgiSDTm7jBJ/TYLDVSKdLr3A6ftCTN9HqoVy7m6GPaZrxGJDmQivMZKL52rSXa/d1CaHeW+j87LtkkTLP5ESOGKxPKT+kz54NAvS4oeGf+4kGTZTIhYM5BdUs0g2TtetF5jVTMuSxG+o7xWgXHxKn7CqwIEg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-05-10T14:01:30.189+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:supersedes <http://purl.org/np/RAcpLgc5X8b2jRWTKjw_BtDzSQW24B2PbJaC1Vu3RqqGs> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARMBqX_-9lnhkaqk4BuxfLcC6H5cqTlzdtDzeDIwuKdU> .
}