Nanopublication

< Home

ID

https://w3id.org/np/RAOuRHg_eKpybhuhcs9nbqpfXJutDLMX-UhNCbNgm5ypc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAOuRHg_eKpybhuhcs9nbqpfXJutDLMX-UhNCbNgm5ypc> .
@prefix sub: <https://w3id.org/np/RAOuRHg_eKpybhuhcs9nbqpfXJutDLMX-UhNCbNgm5ypc#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:trag a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:label "tragedy";
    rdfs:subClassOf <http://www.wikidata.org/entity/Q25372>;
    <http://www.w3.org/2004/02/skos/core#definition> "Tragedy in plays depicts a protagonist's downfall due to flaws or circumstances, evoking pity and fear, exploring profound themes.";
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://www.wikidata.org/entity/Q1881552> .
}

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

sub:pubinfo {
  <http://www.wikidata.org/entity/Q1881552> nt:hasLabelFromApi "tragedy - event of great loss, usually of human life" .
  
  <http://www.wikidata.org/entity/Q25372> nt:hasLabelFromApi "drama - formal type of literature intended for performance, where the text is written in the form of character lines and the author's remarks and is usually divided into acts and scenes" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgnClfvsa1UT+9ofHBa7auL55nqlFU5JLXq0hiAXjTqIBwb32vPeq4ctodg1lf0G0Yu97fPo2JGt+rmicnziLkiHdRx7CT4z+Uv4WH/q0/8kkOglW9ax6K+prHhtBV+SiY9FWXGSycUx94g5VjcxELi0zhEy7+eRCUbX24MJCfnQIDAQAB";
    npx:hasSignature "YugtID3vPNec3kIpDYah0z0AQydjZ/o/D5VsBxWbofzly0xbIumVLURAHY7WsRssKCRsRK/7Fb7KUmM+hkoIVwKPJ7GOU95y7+KYHKIliWYXF9/Uv+D6T1Y0wU4ScR5KBz0kBmQXc/DxVurFZjCH7jtfioTCn5qMiVLfEF6MhT4=";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub;
    dct:created "2023-10-08T15:51:54.647Z"^^xsd:dateTime;
    dct:creator orcid:0009-0001-1422-238X;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:trag;
    rdfs:label "Class: tragedy";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E>, <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAzUgUie-tPiAorDNlH8h7vR3lP4WNBhT40nsWrRfa1NY> .
}