@prefix this: <https://w3id.org/np/RAonYcWEW9hRxAp41M8rwSuK1fVWCZrGSvvsuf-Aodf9M> .
@prefix sub: <https://w3id.org/np/RAonYcWEW9hRxAp41M8rwSuK1fVWCZrGSvvsuf-Aodf9M#> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://www.wikidata.org/entity/Q180916> a <http://www.wikidata.org/entity/Q162244> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://hero.fandom.com/wiki/Vegeta> .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q162244> nt:hasLabelFromApi "hero - person who fights adversity through ingenuity, courage, or strength" .
  <http://www.wikidata.org/entity/Q180916> nt:hasLabelFromApi "Vegeta - fictional character in the Dragon Ball franchise" .
  orcid:0009-0000-8997-7958 foaf:name "Tom Albrecht" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDFtcGgDgE0cykx2WGspRYC2oHzIuGRKBxsD2eNeyMu9+eCSueIThEoiPEXDfm9SbbiRVKIK7gBTcfK8OSFrdCZJV+sK5ypWGSXdnNBqNAfw2T8jMLxyeZCPyqxuUrF2cPRP+JruXJSNDcrhduruResjdFWhbCwFuudZ7+ZPdI8jQIDAQAB" ;
    npx:hasSignature "VpsKG1XU/HWGcq5KKGpJTWVVztsDjBdmSJNbDw9kdmpVLKauw0PwqxGs6iEuYgjnGai9gGLSGDCBQ3EZgVZJzd7LfQxJv/benc/v3kGlSdKfA2cW/QfAa6mPgtJPuUKASIwVQ3sZsDTDq0XDFsBh9GALDM4nEC0i5RO29Jq4btk=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0000-8997-7958 .
  this: dct:created "2024-10-06T10:06:37.500Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0000-8997-7958 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Vegeta is a hero" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAWcbb3lRQZNYrCYo1uUfxHF1p6apBUW9hTeJRoHrqYZQ> .
}