@prefix this: <https://w3id.org/np/RAvqXPNKPf56b2226oqhKzARyvIhnpnTrRpLGC1cYweMw> .
@prefix sub: <https://w3id.org/np/RAvqXPNKPf56b2226oqhKzARyvIhnpnTrRpLGC1cYweMw#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

<https://w3id.org/np/RAvqXPNKPf56b2226oqhKzARyvIhnpnTrRpLGC1cYweMw> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2023-11-13T15:34:35.854+01:00"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  rdfs:label "Pubinfo template: Introducing/describing a resource";
  nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
  nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
    ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
  nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc .

npx:describes rdfs:label "describes - the nanopublication consists of a description of the given resource" .

npx:introduces rdfs:label "introduces - the nanopublication consists of an introduction of the given resource" .

sub:assertion a nt:PubinfoTemplate, nt:UnlistedTemplate;
  rdfs:label "Introducing/describing a resource";
  nt:hasStatement sub:st1, sub:st2;
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:described a nt:LocalResource, nt:UriPlaceholder;
  rdfs:label "the described resource of this nanopublication" .

sub:introduced a nt:LocalResource, nt:UriPlaceholder;
  rdfs:label "the introduced resource of this nanopublication" .

sub:st1 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:introduced;
  rdf:predicate npx:introduces;
  rdf:subject nt:NANOPUB .

sub:st2 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:described;
  rdf:predicate npx:describes;
  rdf:subject nt:NANOPUB .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "EfHmPSQI6SF0Lsdrxb30nVsPoR11h8ybXHElfZDZxxbCv3Qx4UM1Kd5Uu/UXE2vO7ghDzWNQPDPxxOPRljLFw7jqfWm+cZtvEv+tnOpmU9ZxS8R9bJZ+3bYeq61KUlexcuX2FtaIfScOXNRy6gTBPED9qh2os/Y77ojzrxw7H0Y=";
  npx:hasSignatureTarget <https://w3id.org/np/RAvqXPNKPf56b2226oqhKzARyvIhnpnTrRpLGC1cYweMw> .

