@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion ; np:hasProvenance sub:provenance ; np:hasPublicationInfo sub:pubinfo ; a np:Nanopublication . } sub:assertion { sub:assertion dct:creator orcid:0009-0006-8801-650X ; ; rdfs:comment "good relations in there" ; "relations" , "testing" . } sub:provenance { sub:activity a ; prov:wasAssociatedWith . sub:assertion prov:wasAttributedTo orcid:0009-0006-8801-650X ; prov:wasGeneratedBy sub:activity . } sub:pubinfo { orcid:0009-0006-8801-650X foaf:name "Shahar Oriel Kagan" . sub:sig npx:hasAlgorithm "RSA" ; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiGALNWVeZ5kIOtDZszUkx4x2/Xi3iR8eKo42D2BrSA0QweID9Yfp9DrdrYSikPE82zvgyeQJizKBrdzBQjgLK9OASxjOtus/BivEzHKxZojTDD40Z/842Ss7V1NOBLcnRG+/CDa3hYaif1f+Kc0lxIsid33GYuGJNa4NXsHmMDwIDAQAB" ; npx:hasSignature "T39pb4+aW5VHPbjocaUkgJqdh9jETBCQqPYhqybu5rPBfH0rsP2VPC4yF8ce3Eqsa8Y9yOEwV5eK0BkXfEUU7bALKvJkoEZaASRGKh2ambK0Nf4Nx9ZFKSZ03PTCjQCsV6sm0uBgTv6Zepxrmk+gkqsepcrBeCBiimzStGhM5lU=" ; npx:hasSignatureTarget this: ; npx:signedBy orcid:0009-0006-8801-650X . this: dct:created "2024-02-21T17:44:27.977Z"^^xsd:dateTime ; dct:creator orcid:0009-0006-8801-650X ; dct:license ; npx:hasNanopubType npx:ExampleNanopub , ; npx:wasCreatedAt ; rdfs:label "agrees with explore?id=RAvfmLjVKD" ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ; nt:wasCreatedFromTemplate . }