@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix 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; ; a ; rdfs:comment "In the proposed approach, an RDF stream is published as a sequence of RDF graphs, with each graph having a unique URI. Each URI points to a node (the subject) within one of the graphs."; ; . } 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 "hPisGrK/mKjkzCTmrlSlzNAgEucndB3+EshQ1o5yZPVPMKJL+41CQ7JjnfdXwNbHdkYJJ2mCLeeSijD9vV9k3n+VWKefbK4+fnigYT0zBV9hZitBbn3AMfiE+6MVa0O2LXLM0lENPewoYpRuKe7z9EQ7jN//WLUqhEXMt7zWZms="; npx:hasSignatureTarget this: . this: dct:created "2023-11-08T13:05:58.719Z"^^xsd:dateTime; dct:creator orcid:0000-0002-2543-9461; dct:license ; npx:hasNanopubType ; rdfs:label "RDF subject graph stream is used in arXiv.2202.13630"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }