@prefix this: <https://w3id.org/np/RAuoXvJWbbzZsFslswYaajgjeEl-040X6SCQFXHfVtjf0> .
@prefix sub: <https://w3id.org/np/RAuoXvJWbbzZsFslswYaajgjeEl-040X6SCQFXHfVtjf0#> .
@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#> .
@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 {
  sub:Garfield dct:description "Garfield is a fictional cat and the protagonist of the comic strip Garfield, created by Jim Davis. He is known for his lazy attitude, love of lasagna, disdain for Mondays, and humorous interactions with his owner Jon Arbuckle, and other recurring characters." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.w3.org/2002/07/owl#Thing> ;
    rdfs:label "Garfield" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Garfield_(character)> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-5459-290X .
}
sub:pubinfo {
  orcid:0009-0004-5459-290X foaf:name "Iza Hollander" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCSCQdpiYBpOYcj3fSGQjh2xU7XwtajHGsJzx0OORvlscuHdG7ChI8eRy6y8FIhm25apqSsTJidKvE5aTLDjTcPw/eGUVhu+0SFkgFFXz4sEqGGU3PJmDmf8CsRWspFPsU2+cFliJq0bMaFO+W5o0RHYFS3CWdAmlRbRbIWXsAIawIDAQAB" ;
    npx:hasSignature "UDr7/MMwCHRoIe4FS7UXzebeg9CWRbttINAJcXmWOOg2Xe+tSc7Xm6EX+ys0w8lfwUjbeqNhJykMTWihlnwMDpD5obuQkEN2qp9QsTGePV9+Xoc31uPZqzT1hQ6IIXzD/xxaWSs+bUbW9+jcBV9rxBPF9F/M3VewptjgDq15WXo=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0004-5459-290X .
  this: dct:created "2024-10-06T20:17:59.410Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-5459-290X ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Garfield ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Garfield" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw .
}