Nanopublication

< Home

ID

https://w3id.org/np/RAZMNIGdYi3uyttgOaA3q33jqr40pI9QyRE6Lbk_-_zNo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZMNIGdYi3uyttgOaA3q33jqr40pI9QyRE6Lbk_-_zNo> .
@prefix sub: <https://w3id.org/np/RAZMNIGdYi3uyttgOaA3q33jqr40pI9QyRE6Lbk_-_zNo#> .
@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:wwe a <http://www.w3.org/2002/07/owl#NamedIndividual>, <http://www.wikidata.org/entity/Q42486>;
    dct:description "wrestling show, Entertainment, storytelling";
    rdfs:label "world wrestling entertainment" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0007-8702-7909 .
}

sub:pubinfo {
  <http://www.wikidata.org/entity/Q42486> nt:hasLabelFromApi "wrestling - form of combat sport involving grappling type techniques" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMEV61GQIfA9LAfYnn+BPbmi1un/0P9rNcG+RykO41ODzkYP2g8TWF82WH3oIBjSY6Hh1L0+d/UaOzslLpjKlElrmNaGKKELenmdBaceQ7c1ViKoOvnETJH/k4ooUph53yZmh55yCTtHqhs/lGYzemk9Ura7htJsAEew6nV3ZLiQIDAQAB";
    npx:hasSignature "u5zypfjxzH2Y2yryPsVHML1MMSbftUO9EAjcJ/uvPoJR0OFGFSmlYye4V5EAT4qGOaLINmAun6GtGb1Gk3/uvO+R+D01J6MwVnab81kxmQuQu70bmF69m4BDxoNbWGT7wKFB12nwx19l6DV0FpqbYNabFHSympIxhcGrM1rCaeE=";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub;
    dct:created "2023-10-07T21:21:47.496Z"^^xsd:dateTime;
    dct:creator orcid:0009-0007-8702-7909;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:wwe;
    rdfs:label "Individual: world wrestling entertainment";
    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/RAjAOvAXgovv5wmQ1ox0-AEzkxIiU9am-5qPk4iKQkCUU> .
}