@prefix this: <https://w3id.org/np/RAVE35-ydbImbVSkEf1S3r4ryuzihiAgSSPiZSgze8yZg> .
@prefix sub: <https://w3id.org/np/RAVE35-ydbImbVSkEf1S3r4ryuzihiAgSSPiZSgze8yZg#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 dct:creator orcid:0000-0002-2543-9461 ;
    <http://purl.org/spar/cito/citesAsEvidence> <https://github.com/apache/jena/tree/bb547a738ba9f1bf90f0b62bb68500ff5cf97383> ;
    <http://purl.org/spar/cito/discusses> <https://jena.apache.org/documentation/io/streaming-io.html> ;
    a <https://w3id.org/stax/ontology#RdfStreamTypeUsage> ;
    rdfs:comment "Apache Jena RIOT has facilities for streaming RDF statements (triples or quads) to/from byte streams using a number of serializations." ;
    <https://w3id.org/stax/ontology#hasStreamType> <https://w3id.org/stax/ontology#flatQuadStream> , <https://w3id.org/stax/ontology#flatTripleStream> ;
    <https://w3id.org/stax/ontology#isUsageOf> <https://jena.apache.org/documentation/io/streaming-io.html> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-2543-9461 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTHgk4F1Fuj1WT3rb97R451KIDLjCwb0dyVD4BQEii7FqUMNjVsfH2oU19Tvkopmt/OVaOI/7khWR/NtiIhXJTekIZYh9Ccop527GwZVlwtvJT4LGtMrcXNK8E6/6i7HCR2UEMbM1AhzEdo9FOwXyjAgw+qWjo1XNpkXIGfqHEeQIDAQAB" ;
    npx:hasSignature "MBP/LY+OjgxuKirP/yZa3C1PsePrvGp2b8e+aMBzvSW+Y2WW5DPM7K3mkl9cg0Bh4iIsKJDf95LY82xn5cLzhg/kaAK8Je1VOfUB+bdvfJEa5dwtRe6EvOCWtGDmskUzsEgXr/4coaM+jzILSRMsAAHp6bk85SuQChGbwX2l+Ro=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-08T14:22:04.671Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-2543-9461 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://w3id.org/stax/ontology#RdfStreamTypeUsage> ;
    rdfs:label "Flat RDF triple stream is used in streaming-io.html" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA91Mpsm7Ki1kdxPmxlucIyDDNv80Qp42KPpwcVSKr3n0> .
}