@prefix this: <http://purl.org/np/RA6MFGH8kiUz8Ho0eIPAArIV70xaFutuTQ5HVVKpn7xYs> .
@prefix sub: <http://purl.org/np/RA6MFGH8kiUz8Ho0eIPAArIV70xaFutuTQ5HVVKpn7xYs#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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 npx: <http://purl.org/nanopub/x/> .

<http://purl.org/np/RA6MFGH8kiUz8Ho0eIPAArIV70xaFutuTQ5HVVKpn7xYs> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2023-07-19T11:51:39.714Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
  nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
    <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
  nt:wasCreatedFromTemplate <http://purl.org/np/RAxAv0XN3g5sk8-sQ0MhoSJpDVEpoSHNdmC9FTBCir11k> .

sub:assertion a nt:PubinfoTemplate;
  rdfs:label "Authors";
  nt:hasStatement sub:st1;
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:author a nt:ExternalUriPlaceholder;
  rdfs:label "ORCID of author";
  nt:hasPrefix "https://orcid.org/";
  nt:hasPrefixLabel "https://orcid.org/";
  nt:hasRegex "[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0-9X]" .

sub:st1 a nt:RepeatableStatement;
  rdf:object sub:author;
  rdf:predicate pav:authoredBy;
  rdf:subject nt:NANOPUB .

pav:authoredBy rdfs:label "is authored by - An author is an agent who gave existence to the content (i.e. what the nanopublication is stating), which can be different from the creator, who is the agent who created the given representation of this nanopublication." .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
  npx:hasSignature "TUcABDjoNlcPrfoRDNDCzScsqf7LjmGsxS1ulldgfqMXdMyqOY+TvMKYknpm+JgOiLZi4FTXDIi1qSGw1H82ovXKPAR019JGliY8A6H9xD0ucyG0w8KdP37kLwsEtHfiZaKzxa66P9aF9Cl7I94XJUVP1CRr9AjbtH+e4r7ALcc=";
  npx:hasSignatureTarget <http://purl.org/np/RA6MFGH8kiUz8Ho0eIPAArIV70xaFutuTQ5HVVKpn7xYs> .

