Nanopublication

< Home

ID

https://w3id.org/np/RAz97iFCgKLMy9MwjpmjvA9ztL0h96G4w2gZkG2qyHJPg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAz97iFCgKLMy9MwjpmjvA9ztL0h96G4w2gZkG2qyHJPg> .
@prefix sub: <https://w3id.org/np/RAz97iFCgKLMy9MwjpmjvA9ztL0h96G4w2gZkG2qyHJPg#> .
@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:pulp_fiction a <http://www.w3.org/2002/07/owl#NamedIndividual>, <http://www.wikidata.org/entity/Q11424>;
    dct:description "A 1994 crime film directed by Quentin Tarantino, known for its non-linear storyline and impact on modern cinema.";
    rdfs:label "Pulp Fiction";
    rdfs:seeAlso <https://dbpedia.org/resource/Pulp_Fiction> .
}

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

sub:pubinfo {
  <http://www.wikidata.org/entity/Q11424> nt:hasLabelFromApi "film - sequence of images that give the impression of movement, stored on film stock" .
  
  orcid:0009-0009-1845-1321 foaf:name "haz" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLGKxYTI51BX6Dpk6vQkWkbhRze5qOwagh+IIAilfBpakT68qXw/4XEWKKawy058TmGHs/NbytxN+xrjeSXuwARlGkEpjRKcCGGuxwrhi9IEivhShbdgw7SqHanQEs9gOOWe8meRyAjQU/o8QqTiUvptrlPp8tk/IJzyQWWQYFSQIDAQAB";
    npx:hasSignature "WahohADQoSjCaLHIIBeQcqU9PjX688eT9gjfG540kMyAF67OjPkRhideP5yuDbfSr7vm8j9AtAuVLvhl7gRR+lqK7h/D7PwDyM69ssqSQ5LxwHUnsUBOWsg81fywqu44GKOJceCBsqsMKmJp3En8rQ+gk5+w0f3itgBz2Myeefw=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0009-1845-1321 .
  
  this: dct:created "2024-10-06T13:03:58.160Z"^^xsd:dateTime;
    dct:creator orcid:0009-0009-1845-1321;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:pulp_fiction;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Pulp Fiction";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate ns1:RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw .
}