Nanopublication

< Home

ID

https://w3id.org/np/RA6BgjDg_VnUyvoU3JG1Utc09fAJldKFHnTS2aXIL1lzg

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RA6BgjDg_VnUyvoU3JG1Utc09fAJldKFHnTS2aXIL1lzg> .
@prefix sub: <https://w3id.org/np/RA6BgjDg_VnUyvoU3JG1Utc09fAJldKFHnTS2aXIL1lzg#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion a <https://w3id.org/stax/ontology#RdfStreamTypeUsage>;
    dct:creator orcid:0000-0002-2543-9461;
    <http://purl.org/spar/cito/discusses> <https://doi.org/10.1145/3487553.3524624>;
    rdfs:comment "The paper describes a mechanism for creating live open scientific knowledge graphs. Figure 2 illustrates the concept, with the \"Live Posts Stream\" appearing to be a stream of RDF graphs. This is not explicitly stated in the text, though.";
    <https://w3id.org/stax/ontology#hasStreamType> <https://w3id.org/stax/ontology#graphStream>;
    <https://w3id.org/stax/ontology#isUsageOf> <https://doi.org/10.1145/3487553.3524624> .
}

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 "KPIufZB5xvT6ouwHt7NtqBdhNrHXOmpXWLLx9jB3lWjdLZmXeLeyhL+SALF6iaHW74e0kkDdpy2nrx6w367TJf0cVxtlAffRtoytg0gBRM8jdaNtxIHH4z2pjXkmPEBimmQgG40SCCbUgtU4oeHZeUP1XFVZU3/Ei4X+gEMiHVM=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-11-24T12:27:45.701Z"^^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>;
    rdfs:label "RDF graph stream is used in 3487553.3524624";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA91Mpsm7Ki1kdxPmxlucIyDDNv80Qp42KPpwcVSKr3n0> .
}