@prefix this: <https://w3id.org/np/RAedXl5Dd11NskblcrQmw_5dwRJFuBN_YO-93S9Zvftoo> .
@prefix sub: <https://w3id.org/np/RAedXl5Dd11NskblcrQmw_5dwRJFuBN_YO-93S9Zvftoo#> .
@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/RMLio/RMLStreamer/tree/1f4dbad3e8c96ee412e31b2ff64b597e5b745074> ;
    <http://purl.org/spar/cito/discusses> <https://doi.org/10.1007/978-3-031-19433-7_40> ;
    a <https://w3id.org/stax/ontology#RdfStreamTypeUsage> ;
    rdfs:comment "RMLMapper-SISO outputs a stream of results of the RML annotation process, which should be a stream of datasets. However, the source code of the application appears only to be able to handle outputting RDF graphs. I am not sure whether this is right or not." ;
    <https://w3id.org/stax/ontology#hasStreamType> <https://w3id.org/stax/ontology#datasetStream> ;
    <https://w3id.org/stax/ontology#isUsageOf> <https://doi.org/10.1007/978-3-031-19433-7_40> .
}
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 "QwQAQI2hw8WqGSpoOFGT1rQkvA5VjtXJh3+gp4/0JjI3vsthnLXu0xZwImRNYxJcW0vxSGUWXKC8JfNfVENy9AzigPX7DRNYFM9REogr6uv3f/K7H0DbV4gwFx9by3DJfbTA128ClSAeRO9/XkkCrrXPAlyIkHVdrbAS/NwrfEM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-08T13:44:07.887Z"^^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 "RDF dataset stream is used in 978-3-031-19433-7_40" ;
    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> .
}