Nanopublication

< Home

ID

https://w3id.org/np/RA0a2Tq73nGA5Gx71Of5SyTkiChdI23h5Giiocbi1ryrI

Formats

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

Content

@prefix this: <https://w3id.org/np/RA0a2Tq73nGA5Gx71Of5SyTkiChdI23h5Giiocbi1ryrI> .
@prefix sub: <https://w3id.org/np/RA0a2Tq73nGA5Gx71Of5SyTkiChdI23h5Giiocbi1ryrI#> .
@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#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:quentin_tarantino a <http://www.w3.org/2002/07/owl#NamedIndividual>, <https://xmlns.com/foaf/0.1/Person>;
    dct:description "An American film director, screenwriter, producer, and actor known for his stylistic, non-linear storytelling in films like \"Pulp Fiction\" and \"Kill Bill\".";
    rdfs:label "Quentin Tarantino";
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Quentin_Tarantino> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-1845-1321 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLGKxYTI51BX6Dpk6vQkWkbhRze5qOwagh+IIAilfBpakT68qXw/4XEWKKawy058TmGHs/NbytxN+xrjeSXuwARlGkEpjRKcCGGuxwrhi9IEivhShbdgw7SqHanQEs9gOOWe8meRyAjQU/o8QqTiUvptrlPp8tk/IJzyQWWQYFSQIDAQAB";
    npx:hasSignature "d/8tk4SSQgx5wOjhMM4nlYpZUAtU/BTFZbF05w0Tu06H+22kKQYkx/g3EuKTe5IdDMl3LBEm/AHTz69llyEaejSHLUIXjZZJfhhdlywybgjSNwx1678LDpJMRid+mXYT7V1qS8E9GCWkmADxJWI3kmL47Aqz7OQqUbV6JK5W+C4=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0009-1845-1321 .
  
  this: dct:created "2024-10-06T12:57:04.768Z"^^xsd:dateTime;
    dct:creator orcid:0009-0009-1845-1321;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:quentin_tarantino;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Quentin Tarantino";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate ns1:RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw .
}