@prefix this: <https://w3id.org/np/RADPcf3MJhgRqscwHX04zaLcHr364MWdyIn7cnbM6RU-w> .
@prefix sub: <https://w3id.org/np/RADPcf3MJhgRqscwHX04zaLcHr364MWdyIn7cnbM6RU-w#> .
@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 ns1: <http://purl.org/np/> .
@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 {
  sub:assertion dct:creator orcid:0000-0002-2543-9461 ;
    <http://purl.org/spar/cito/citesAsEvidence> <https://doi.org/10.1007/978-3-642-25073-6_24> ;
    a <https://w3id.org/stax/ontology#RdfStreamTypeUsage> ;
    rdfs:comment "The CQELS engine takes as input a sequence of \"RDF datasets at timestamp t\". Note that the paper really refers to RDF graphs, not RDF datasets, because a dataset at timestamp t is defined there as \"a set of RDF triples valid at time t\". Hence, this is an RDF graph stream." ;
    <https://w3id.org/stax/ontology#hasStreamType> <https://w3id.org/stax/ontology#graphStream> ;
    <https://w3id.org/stax/ontology#isUsageOf> <https://doi.org/10.1007/978-3-642-25073-6_24> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-2543-9461 .
}
sub:pubinfo {
  orcid:0000-0002-2543-9461 foaf:name "Piotr SowiƄski" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTHgk4F1Fuj1WT3rb97R451KIDLjCwb0dyVD4BQEii7FqUMNjVsfH2oU19Tvkopmt/OVaOI/7khWR/NtiIhXJTekIZYh9Ccop527GwZVlwtvJT4LGtMrcXNK8E6/6i7HCR2UEMbM1AhzEdo9FOwXyjAgw+qWjo1XNpkXIGfqHEeQIDAQAB" ;
    npx:hasSignature "UV3cA6AndLTd722OOXmwRBojSNkaOR71etbQXqLgVrMDV8ZRTVPK5UodR6pRoDIYdxSukee3fmVhl2EhZwLA7pflNSx5Zro/YR0nnRyYtsfW/3wfcq7PDQ+ukspW89G8GS8T9wpzlDNHa0i2vHfzxRT7x3qeBsIrKQDF51Rds+4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-2543-9461 .
  this: dct:created "2024-09-25T14:43:17.331Z"^^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> ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "RDF graph stream is used in 978-3-642-25073-6_24" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAxdT1PPKv4bzQkAwVf_0m3-Hv7NeK9dLcL3snD_TsURE> .
}