@prefix this: <https://w3id.org/np/RAhditOJGaKrzTdz_uPG32xldcKKWjcNO52RvrTwe74Wo> .
@prefix sub: <https://w3id.org/np/RAhditOJGaKrzTdz_uPG32xldcKKWjcNO52RvrTwe74Wo#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 ns1: <http://purl.org/np/> .
@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:annotation a <http://www.w3.org/ns/oa#Annotation> ;
    <http://www.w3.org/ns/oa#hasBody> sub:body ;
    <http://www.w3.org/ns/oa#hasTarget> sub:target .
  sub:body rdf:value "test" .
  sub:selector a <http://www.w3.org/ns/oa#TextQuoteSelector> ;
    <http://www.w3.org/ns/oa#exact> "A review of an item - for example, of a restaurant, movie, or store." .
  sub:target <http://www.w3.org/ns/oa#hasSelector> sub:selector ;
    <http://www.w3.org/ns/oa#hasSource> <https://schema.org/Review> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6049-591X .
}
sub:pubinfo {
  orcid:0000-0002-6049-591X foaf:name "Ronen Tamari" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGwGTbad9PFzDUjFEILWgJ70xCIuUJELRWPdZ8SFUu7lzdgD4eJweI6u4kIS37h2HO6HmLWAmJy/jQ82PmtzbPAYlLLnEcU8whJVDG1n7meop7+nvtY7DaCdShQgbfpEcmfyfTsyGpi3VVHJ5WxU34rstSOyVotrdvZNRYivFndQIDAQAB" ;
    npx:hasSignature "gc7k+hrA/6Qg6JP9oJV2tCkTtltDSD6DEFIKKaD3Mp95k8euL+qZx5Gu2zAMcuBYJIe6CAo95NQJYQHbfjGndKle7lvG9pkKOu9q6MipWkL96d7Y+5smmKlg2CUX9SZkIhdIhWCiFDKK9rvCBnFFx+UOlpICSB9mYEZni4jabr8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-6049-591X .
  this: dct:created "2024-02-19T15:51:59.882Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6049-591X ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:annotation ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Annotation of Review: 'test'" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAvMcjsLaMI-sGheG6Fa2yAfUyKYRSJqbIOgmK2lblWGg .
}