@prefix this: <https://w3id.org/np/RAXBFA7vxSTe4j87x5IUpCOuO-Bp1eY0uR8Er4pggiIzQ> .
@prefix sub: <https://w3id.org/np/RAXBFA7vxSTe4j87x5IUpCOuO-Bp1eY0uR8Er4pggiIzQ/> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://w3id.org/data/interactoa/quotation-1> dct:isPartOf <https://w3id.org/data/interactoa/srna-omra> ;
    cito:supports <https://w3id.org/np/RAEZ0njB2W1qnJHcG5an0LpqoAHer326U8CcXXTSxKcGs> ;
    schema:about <https://w3id.org/data/interactoa/interaction-omra-csgf> ;
    schema:isPartOf <https://w3id.org/data/interactoa/article-gcvb> ;
    schema:text "The small RNA omrA directly binds to the ribosome binding site of csgF mRNA, preventing its translation under oxidative stress."@en ;
    a schema:Thing ;
    rdfs:label "Supporting quotation"@en .
}
sub:provenance {
  <https://doi.org/10.1093/nar/gkab831> bibo:doi "10.3233/SW-243685" ;
    schema:datePublished "2024"^^xsd:gYear ;
    schema:name "InteractOA: Showcasing the representation of knowledge from scientific literature in Wikidata"@en ;
    a bibo:AcademicArticle .
  sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0002-1481-2996> , <https://orcid.org/0000-0002-6738-6089> ;
    prov:wasDerivedFrom <https://doi.org/10.1093/nar/gkab831> .
}
sub:pubinfo {
  <https://orcid.org/0009-0005-7752-8203> foaf:name "Tiado Kollender" .
  this: dct:created "2026-01-11T18:19:00Z"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:source <https://doi.org/10.1093/nar/gkab831> ;
    npx:signedBy <https://orcid.org/0009-0005-7752-8203> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    pav:createdBy <https://orcid.org/0009-0005-7752-8203> ;
    schema:keywords "citation" , "evidence" , "quotation" , "text" ;
    a npx:ExampleNanopub ;
    rdfs:label "Supporting Quotation & Evidence"@en .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoSR/rqhnkTPQO8u4l2JQAemJo5cN83rT54nA5NXHUqaeu26bEjT/rsX1PCVBhhJ3cV2uu4wjI0NfcVaKPKmODSf6p579tdOykOnjbWLbxxPMe5DC5eV1ThMHsFsNU/6vCYIfS00E7wre7fnFYz7FAG7v1MZEyWeSXsHgk9jHoqQQDPqup5PHReKp1dd6J0Nht/OfSYnUancKAgIFyPhkTlThsLK5xSNyNEgiTR7pwkP5pGq2AnD6bPw4G3kiPnIpIGZNsaeIOvhn64gwbrtoJVdoun/namw6FQ7StEC5km/0evaBZc4qIextwO/s32Wru77ukblJ0Xi/YzbC0iLuIQIDAQAB" ;
    npx:hasSignature "jbylBXE83Shj0o2rDiVD7Z/PBIKovTHA/BSdqiNZuCcp09hFmOBrsHBZ0Aw9/x3uOG/Fe9GjU2aJzp5xu6ya8pqq3rWDUFu6zx9DzZZo5tHCUHyMBPERt0ZBZOyayxkp72a/rhBZrMnseveN5viBJ8vmSwkF15K1dwVgK6rKpRjyNYNOyw48kD2LyfF6stp2Zs2OnC1BbxgP+Su9XiTSGxE1WTxmoy70kh9cUzvx9KfrvddoybOGpQvooTFwGjL2qt23wY+MQjxPOkpBwNrl3Xl8P4Am+x3EgKjbznSZsXY54m6AqDMxby0hAz1H9DJ0C+6JuEYuzxP0PcAbaaRxcg==" ;
    npx:hasSignatureTarget this: .
}