Nanopublication

< Home

ID

https://w3id.org/np/RAxoG_znpKYz4p7U1mM-Wv7HYH1SUwOwKWFzun_96NMyI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAxoG_znpKYz4p7U1mM-Wv7HYH1SUwOwKWFzun_96NMyI> .
@prefix sub: <https://w3id.org/np/RAxoG_znpKYz4p7U1mM-Wv7HYH1SUwOwKWFzun_96NMyI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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#> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  <http://shakespeare.mit.edu/romeo_juliet/full.html> rdfs:comment "This website by MIT university offers the full play for free online. Therefore, it is a great source for everyone to read the play!" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-1422-238X .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgnClfvsa1UT+9ofHBa7auL55nqlFU5JLXq0hiAXjTqIBwb32vPeq4ctodg1lf0G0Yu97fPo2JGt+rmicnziLkiHdRx7CT4z+Uv4WH/q0/8kkOglW9ax6K+prHhtBV+SiY9FWXGSycUx94g5VjcxELi0zhEy7+eRCUbX24MJCfnQIDAQAB";
    npx:hasSignature "GWYzSqBmr2abhFXAh2Y4UWq0bGQ4r37nJhgoTzba76SKWoEOyktRLNL7XYyn9DYxVqB5g/01EFzsSKCV5UhQG6HwZ8l9B5K+hzQAs7CkboWjzju0phZb86HHu6VXMVmH2LdlQeBbewmC6SdCMspMySIZjxpo1nK6TmnzWhNiL5o=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-10-08T15:47:21.469Z"^^xsd:dateTime;
    dct:creator orcid:0009-0001-1422-238X;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Comment on: full.html";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA3gQDMnYbKCTiQeiUYJYBaH6HUhz8f3HIg71itlsZDgA> .
}