@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA31i_rg9LnYJRYLOqdzQRJBzMiCusxBgHt5OPOKSeE2k> .
@prefix sub: <http://purl.org/np/RA31i_rg9LnYJRYLOqdzQRJBzMiCusxBgHt5OPOKSeE2k#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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:spi a <https://w3id.org/linkflows/superpattern/terms/SuperPatternInstance> ;
    rdfs:label "Mutations in STX1B are associated with epilepsy" ;
    <https://w3id.org/linkflows/superpattern/terms/hasContextClass> <http://www.wikidata.org/entity/Q5> ;
    <https://w3id.org/linkflows/superpattern/terms/hasObjectClass> <http://www.wikidata.org/entity/Q41571> ;
    <https://w3id.org/linkflows/superpattern/terms/hasQualifier> <https://w3id.org/linkflows/superpattern/terms/frequentlyQualifier> ;
    <https://w3id.org/linkflows/superpattern/terms/hasRelation> <https://w3id.org/linkflows/superpattern/terms/cooccursWith> ;
    <https://w3id.org/linkflows/superpattern/terms/hasSubjectClass> <http://purl.org/np/RA_uqYtoBEELzYKz7H3Yqp9L_sHdU-kgL8R5EqmBsTVzE#STX1B-mutation> .
}
sub:provenance {
  sub:activity a <https://w3id.org/linkflows/superpattern/terms/FormalizationActivity> ;
    prov:used <http://doi.org/10.1038/ng.3130> , sub:quote ;
    prov:wasAssociatedWith orcid:0000-0001-6501-0806 , orcid:0000-0002-6532-5880 , orcid:0000-0002-7979-9921 .
  sub:assertion prov:wasGeneratedBy sub:activity .
  sub:quote prov:value "Our results thus implicate STX1B and the presynaptic release machinery in fever-associated epilepsy syndromes" ;
    prov:wasQuotedFrom <http://doi.org/10.1038/ng.3130> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCY36SLWPLee0SZGM108+7dyjGzKFYg9t09XuL3js13jO3CDzqAZygcrwbJsbLQMRHYvWf0Mkly1ePLgdb43NqEbXiDHC4o49nHjhi2bSWeRDJ4jFicvhpL1Sjv5N0oFU3wTA8KGN+rYvQ10xhZXcjuuiCMb6yInj6wJ2S+wI14fwIDAQAB" ;
    npx:hasSignature "AnJ9zIcgpmXSNdkB8olWyoY1Biti7XTTcVV1wR32CX//K7aVvvcNahf3w4xwkfK1vqwk6dq5PUWAimMjFfffdeU0aE67EUW4CJNdMej3i1pZiHvoGetZ7C29Bk6TXGiEzmV9kXMUYzsYAiyhHnD03+O2+N2i3p2TOTwOA8HI5Pw=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2021-10-29T10:29:06.516+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0001-6501-0806 ;
    npx:introduces sub:spi ;
    npx:supersedes <http://purl.org/np/RAGo62Hb_Bx1klF4pn1q1Ty40860e3A7Sz4hr2vojZ2wA> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAB_oy10D3XUP-zYlqGz7Uj58AsUXhEKeGqmRFg5LSgDM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAv68imZrEjfcp2rnEg1hzoBqEVc0cQMtp9_1Za0BxNM4> .
}