@prefix this: <https://w3id.org/np/RA7F3q9x_aUK8aj19UYMJQA49OrE6NtfTcTlGZC-HVlvo> .
@prefix sub: <https://w3id.org/np/RA7F3q9x_aUK8aj19UYMJQA49OrE6NtfTcTlGZC-HVlvo#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:Detective a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "Detective" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q30093123> ;
    <http://www.w3.org/2004/02/skos/core#definition> "individual who investigates crimes, gathers clues, and solves mysteries, typically using analytical skills and reasoning." ;
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://www.wikidata.org/entity/Q95074> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0008-2161-8455 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q30093123> nt:hasLabelFromApi "investigator - person who acquires information through inquiries or investigation" .
  <http://www.wikidata.org/entity/Q95074> nt:hasLabelFromApi "fictional character - fictional human or non-human character in a narrative work of art" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDVggWvwPRzwQmLOfeVX9iVwt3nqkELB+FQKXRFvsTemDB+EsDGjpFFIdOJC6pB6XfZxPFR+zxaN7KazhdpQCbRK1tks5wvYRTb3veXiIIWoIpr20lj98F+OAhFSCNLdoZXGU4FZmXbaZzL+Wq7hKzHvZjE8rZXh53Ebiu8lcUCGQIDAQAB" ;
    npx:hasSignature "qJKmpKuK/pGv0H0XClnfuwSoz6Ri3lyFTdvY3nLv302VRz3rVTtg85pWNp69lrrNhI9yJIgiPNQTgcG946lQfkkh4mPLGczjXCtqPoBU1cch/fKsJbntqhNNhCxo5+cXGm3GZiYlcaxcyU50OxDPHt44EW4iEbimgWEji5h2Nak=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0008-2161-8455 .
  this: dct:created "2024-10-04T12:30:09.784Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0008-2161-8455 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Detective ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Class: Detective" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAxfD9wQMHU4DmWta5uRpo723ZgKpizglley4gtcxG0hg> .
}