@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 "RSP4J's YASPER implementation has the RDFStream class which can consume streams of either RDF graphs or RDF triples. The implementation technically consumes only RDF graphs, but the authors appear to assume that an RDF graph is a generalization of an RDF triple."; , ; . } 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 "XAcUHlakkAwUdnUOTJKhv1jdc+jtgqPjVdWwOPzJCcz/EWtQSoXmmTJ7DYhh8AHpZESRNue0li/fbh39gpoL5TTwXTTan0BRnXVv6JVxvQQGdVJ+ZAqB6/xoEPJGeWffySOmG3iYkVmxyxctIqrXWVNCluYzhv0bnfZxv63iO6k="; npx:hasSignatureTarget this: . this: dct:created "2023-11-14T10:30:59.842Z"^^xsd:dateTime; dct:creator orcid:0000-0002-2543-9461; dct:license ; npx:hasNanopubType ; rdfs:label "Flat RDF triple stream is used in 978-3-030-77385-4_34"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }