Nanopublication

< Home

ID

https://w3id.org/np/RAkYJtFWTN1qNhEC6jdKPv_6r0pYbm0LgYP2lyFzMDxxo

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAkYJtFWTN1qNhEC6jdKPv_6r0pYbm0LgYP2lyFzMDxxo> .
@prefix sub: <https://w3id.org/np/RAkYJtFWTN1qNhEC6jdKPv_6r0pYbm0LgYP2lyFzMDxxo/> .
@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:HunterSupernatural a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:label "Hunter (Supernatural)";
    <http://www.w3.org/2004/02/skos/core#definition> "Hunters are people, usually humans, who hunt down the supernatural and save people from monsters, demons, ghosts, and other creatures and supernatural events through tactical means." .
}

sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://supernatural.fandom.com/wiki/Hunter> .
}

sub:pubinfo {
  this: dct:created "2025-10-03T16:19:06.352Z"^^xsd:dateTime;
    dct:creator orcid:0009-0004-0594-5123;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:HunterSupernatural;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Class: Hunter (Supernatural)";
    nt:wasCreatedFromProvenanceTemplate ns1:RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAJetZMP40rNpwVYsUpYA5_psx-paQ6pf5Gu9iz9Vmwak> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArfGC+LL7eLraEhI7r9ayIVUakEtiiVVvJM8wuqVK3T1M8UlLNAYQJC2FnbdhTY+/KHeZ+Nx0QFEOg1RoAzeEmmIWSsq4mN6KUBYTWYz2f+PT4WC73RP1+g1V6bX9RThMS6PT9H2/Jbb6R3u3NqKHXBE4n4LQOA/3YkbsORyqrykcd5y6v8h/vtg3MJ+AE/a+g6Ly9eFEEM/hTb/v5ZAsvtDV0/1srZcBTg3LZD7dXrOGSqKeZBhfQ8deaGHbEy7Q5fOROe8bHfsX8n9J74+5iFrS9q8ZzVf6sEg8VHEmDfcD0babgiC4bTpg7pUC7hZvk1OUIxJJ6bagkw1J397RmQIDAQAB";
    npx:hasSignature "iY241undXrXoxUyQVFbF5pIAJw7sSy4GgNViYTnKlZNBFkGMzsZHHaRCvxIjyAh/S/qpXOsiS/5emSGV589X8TBbWX9TAJ0YIi1G3TdLb2y+uz19ZNno3O0UGUzqxZJU8t5wxh5zf4drA90f57UNYwHiSEdqCkBaj6X1joFGt+1kayzGuieFPoMPabcv0D5PqEe2hXGnwo0ZWkx7Mlq5eaK46M8MReaz20Vz1gQgs/AL6MAkqHK/EghjpCEFrCFgCQVe0kuefkt6UPKDvlgqAD+zJiOEaBWaB18YiD2t8HojgTtmC51gttPx0xxVBgIbLzZMJlSMdojR01kpraBVug==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0004-0594-5123 .
}