Nanopublication

< Home

ID

https://w3id.org/np/RApLRJU-ZMBM8aPYf9lBCkWLmPx13WjovBlJxpXtiaW3A

Formats

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

Content

@prefix this: <https://w3id.org/np/RApLRJU-ZMBM8aPYf9lBCkWLmPx13WjovBlJxpXtiaW3A> .
@prefix sub: <https://w3id.org/np/RApLRJU-ZMBM8aPYf9lBCkWLmPx13WjovBlJxpXtiaW3A#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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/citesAsEvidence> <https://doi.org/10.1142/S1793351X10000936>;
    rdfs:comment "C-SPARQL engines take as input a stream of triples (flat RDF triple stream). This input is then windowed, turning the flat stream into an RDF graph stream. The windowing can be either \"logical\" (based on time of arrival) or \"physical\" (based on fixed triple count).";
    <https://w3id.org/stax/ontology#hasStreamType> <https://w3id.org/stax/ontology#flatTripleStream>,
      <https://w3id.org/stax/ontology#graphStream>;
    <https://w3id.org/stax/ontology#isUsageOf> <https://doi.org/10.1142/S1793351X10000936> .
}

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 "eXnU0ugBRCxHTefK/yWArrWKFo12Leky0u2kEFymZwpyBBGU4IORDun7L/SLkjuJwix0Sq5Eb7rFXLlIskP7Jto+91ks/FU9Y6nWm/Nof3/QGxnAhFU736xHRgzynRIkJA/q9ak06lWeUBzg/mIY5FmOTyj5r/w0v34QS/z/uUs=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-2543-9461 .
  
  this: dct:created "2024-09-25T14:26:42.493Z"^^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:wasCreatedAt <https://nanodash.petapico.org/>;
    rdfs:label "Flat RDF triple stream is used in S1793351X10000936";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAxdT1PPKv4bzQkAwVf_0m3-Hv7NeK9dLcL3snD_TsURE> .
}