@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . 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 "The ActivityPub protocol uses the ActivityStreams 2.0 format to represent items of activity in social networks. These elements are JSON-LD files (RDF graphs). In ActivityPub, these messages form ordered streams (outbox stream, inbox stream), constituting an RDF graph stream."; ; . } 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 "MuC3srd0HgsicAnt0wvnZGGerPdMwnPJ077YdXepGpPPdUtl8QR8BtAcKotzArc/c3h0PwOx79OldFzkxa3ATh9P8QGO+7zcbtzhxdCUVyrJAROnoU0LRNE54A/lU1sPNKBCs/w7/RBXy2KXMGzybMZmr6KcS7FCoYd5lQXgx70="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-2543-9461 . this: dct:created "2024-05-13T09:15:25.179Z"^^xsd:dateTime; dct:creator orcid:0000-0002-2543-9461; dct:license ; npx:hasNanopubType ; npx:wasCreatedAt ; rdfs:label "RDF graph stream is used in activitypub"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }