@prefix this: <https://w3id.org/np/RA9FIibLSBnHVfMm52LsddcTdRiFuhQ3vELRBsAgbzwMU> .
@prefix sub: <https://w3id.org/np/RA9FIibLSBnHVfMm52LsddcTdRiFuhQ3vELRBsAgbzwMU#> .
@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:AnimatedCharacter a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "Animated Character" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q1792372> ;
    <http://www.w3.org/2002/07/owl#sameAs> <https://characters.fandom.com/wiki/Category:Cartoon_characters> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A character created for animation that appears in television shows, films, or comic books and often has distinct voices, personality traits, and appearances that may evolve over time." ;
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://www.wikidata.org/entity/Q1107679> , <http://www.wikidata.org/entity/Q2405480> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-8609-9341 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q1107679> nt:hasLabelFromApi "animation studio - production company that creates animation" .
  <http://www.wikidata.org/entity/Q1792372> nt:hasLabelFromApi "character - art figure (for fictional characters use Q95074)" .
  <http://www.wikidata.org/entity/Q2405480> nt:hasLabelFromApi "voice actor - person who provides voice-overs for a character in films, animation, video games, or in other media" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCQJnsApwoIMe6ckSJq9KsxhRDRE4im2WX/S+yLNThtZPvUxBd5D9MmQd+GJPGqkw1BgUCkh82tp7rWXrI13DHyOS9Pc7wdQ0KR7FzbwTFYDoCE+OmhJwmQYCRyZKaeFODMJsmJfAb+VnoRLQiIC75O7gbuMtc2fPf4qfC16C68PwIDAQAB" ;
    npx:hasSignature "kAjuCXEduUwYyXH9n1xYvBPX108n6gogH2JAAe9UvRY+Durq93UsGAWBwTUSz6ZoSQK9kZF28GnnBDahNzP02TExHCccfRSumNp5yU/t8lzeZ74MMRw3waeGCba/pApzEPg6Z8SMHVyLGLFu4quHnpg7OtgjdRvpSis+vaWcNHI=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0001-8609-9341 .
  this: dct:created "2024-10-05T10:29:13.724Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0001-8609-9341 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:AnimatedCharacter ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Class: Animated Character" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAxfD9wQMHU4DmWta5uRpo723ZgKpizglley4gtcxG0hg> .
}