@prefix this: <https://w3id.org/np/RAh9bvQwkL2SDp7iqmH7G6rOrCnWtTMHgHR_St0udrRKo> .
@prefix sub: <https://w3id.org/np/RAh9bvQwkL2SDp7iqmH7G6rOrCnWtTMHgHR_St0udrRKo#> .
@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://doi.org/10.1109/ICSTCC.2017.8107003> ;
    a <https://w3id.org/stax/ontology#RdfStreamTypeUsage> ;
    rdfs:comment "The authors state that for their proposed system, 'the streaming element (i.e. a single message) (...) is a set of triples'. Therefore, internally it uses 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.1109/ICSTCC.2017.8107003> .
}
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 "WYvLCYFlGCElBolZwna4xH97IE6TYs51gb6nx14hP8mmg07FVNq532mjnHSXtqKKJP+mir7dlCZtTnD+2lXu1UpP06qxhpH+XstHy8QIWKaeCL+6JO+oxOwNvxUUlcBb8qmGeyS0RESc4BBporuLuEW89vt6J4rSqc+67ytgUx8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-07T16:00:02.126Z"^^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:supersedes <https://w3id.org/np/RAJtDeOBAH5cQHtVujtCKgd2_yBpcZgM3nP8ER1XR6Fac> ;
    rdfs:label "RDF graph stream is used in ICSTCC.2017.8107003" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAcX49qoPNFO4nm4RRAf3rjvGdDKm0fBQs07QjRcgXm_o> .
}