@prefix this: <https://w3id.org/np/RAqbZ03A1F0UPJmpa6d_r_uRUp46nmcwN8Yep2Rgiy8b4> .
@prefix sub: <https://w3id.org/np/RAqbZ03A1F0UPJmpa6d_r_uRUp46nmcwN8Yep2Rgiy8b4#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://ceur-ws.org/Vol-522/p12.pdf> <http://www.w3.org/2002/07/owl#sameAs> <https://api.semanticscholar.org/CorpusID:8188948> .
  sub:assertion dct:creator orcid:0000-0002-2543-9461 ;
    <http://purl.org/spar/cito/citesAsEvidence> <https://ceur-ws.org/Vol-522/p12.pdf> ;
    a <https://w3id.org/stax/ontology#RdfStreamTypeUsage> ;
    rdfs:comment "The proposed TA-RDF model for temporal/streaming RDF has a direct translation to RDF. In that translation, each element in the stream corresponds to an RDF subgraph, with a specific node indicating the subject of the element." ;
    <https://w3id.org/stax/ontology#hasStreamType> <https://w3id.org/stax/ontology#subjectGraphStream> ;
    <https://w3id.org/stax/ontology#isUsageOf> <https://ceur-ws.org/Vol-522/p12.pdf> .
}
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 "aq1TfuJgUSTJYIzfpoJ5uKYUN2kGZfXa9gn0VsHqBFrLh+y5GSZR3NH1+/AJE+bi2Q7tpYFf82InrS989VT/cf1MSVrkARUPZtOLBr5nezyv66IwnMyjjYTok56XS7JQPyxr9IfZVGRfhZQFI+U0gOGTjrqAkmRNeF/wVwDlgCk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-08T13:00:51.348Z"^^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 subject graph stream is used in p12.pdf" ;
    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> .
}