@prefix this: <https://w3id.org/np/RAd3E60-zXf43kmlwQdDlWznXpD-HU68uwvWoan-NlFLo> .
@prefix sub: <https://w3id.org/np/RAd3E60-zXf43kmlwQdDlWznXpD-HU68uwvWoan-NlFLo/> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@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 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/etl-extract> dct:source <https://w3id.org/data/interactoa/source-regulondb> , <https://w3id.org/data/interactoa/source-srd> , <https://w3id.org/np/RAEZ0njB2W1qnJHcG5an0LpqoAHer326U8CcXXTSxKcGs> .
  <https://w3id.org/data/interactoa/source-regulondb> schema:url <https://regulondb.uchicago.edu/> ;
    a schema:Thing ;
    rdfs:label "RegulonDB"@en .
  <https://w3id.org/data/interactoa/source-srd> schema:url <https://www.srd.uchicago.edu/> ;
    a schema:Thing ;
    rdfs:label "Staphylococcal Regulatory RNA Database"@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> ;
    prov:wasInformedBy <https://regulondb.uchicago.edu/> , <https://www.srd.uchicago.edu/> .
}
sub:pubinfo {
  <https://orcid.org/0009-0005-7752-8203> foaf:name "Tiado Kollender" .
  this: dct:created "2026-01-11T17:36:00Z"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:source <https://doi.org/10.1093/nar/gkab831> ;
    npx:relatesTo <https://w3id.org/data/interactoa/etl-extract> ;
    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 "RegulonDB" , "data sources" , "extraction" , "sRNA database" ;
    a npx:ExampleNanopub ;
    rdfs:label "Data Sources for sRNA Extraction"@en .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoSR/rqhnkTPQO8u4l2JQAemJo5cN83rT54nA5NXHUqaeu26bEjT/rsX1PCVBhhJ3cV2uu4wjI0NfcVaKPKmODSf6p579tdOykOnjbWLbxxPMe5DC5eV1ThMHsFsNU/6vCYIfS00E7wre7fnFYz7FAG7v1MZEyWeSXsHgk9jHoqQQDPqup5PHReKp1dd6J0Nht/OfSYnUancKAgIFyPhkTlThsLK5xSNyNEgiTR7pwkP5pGq2AnD6bPw4G3kiPnIpIGZNsaeIOvhn64gwbrtoJVdoun/namw6FQ7StEC5km/0evaBZc4qIextwO/s32Wru77ukblJ0Xi/YzbC0iLuIQIDAQAB" ;
    npx:hasSignature "hcLcmEIFTId3ciSDFbuvgpijNdA5p/dmOcOInXNIzilmVY7y2ioV3ToZ+/VCJZV8THO1Uzd5klMOGbvdH867PvveKerf+YWf+Yd4NbhQGkcMPjNU5n7N4punLjDRt4UWnMlf/60YI6n1vHIuSxWO/EV67ArJ9ZVE/7MuPsenEGey0UKXTIzolYskh8YoFbiwHRW+dCOTlIXT4FMqQ2nu8J0TNfI4z4K2cVvQu1Q5PaOgqwxjkVmW+pesPLnHGDNBw92ONhNvihLK7SKlk5m1ehjgfnYJ7FPKxdZbOEVAPiTejKbPkISvBoxaJPAVZHAbceAWOUmQLC5PQOF/HauR8A==" ;
    npx:hasSignatureTarget this: .
}