@prefix this: <https://w3id.org/np/RA3dmK5mfauSJUbgyZUDipDJqTYyAzN9ufMNaw3xeMLiI> .
@prefix sub: <https://w3id.org/np/RA3dmK5mfauSJUbgyZUDipDJqTYyAzN9ufMNaw3xeMLiI#> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://w3id.org/np/RA3dmK5mfauSJUbgyZUDipDJqTYyAzN9ufMNaw3xeMLiI> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2024-07-02T13:51:13.002Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-1297-3104;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:wasCreatedAt <https://nanodash.petapico.org/>;
  rdfs:label "Template: Describing a dataset at summary level";
  prov:wasDerivedFrom ns1:RAdvwtp0LfbKYtdCSVhZ2f52fdXqToOXv55TJY5NZcl8I;
  nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
  nt:wasCreatedFromPubinfoTemplate ns1:RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A,
    ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA,
    ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .

<http://purl.org/dc/dcmitype/Dataset> rdfs:label "dataset" .

dct:description rdfs:label "has the description" .

dct:identifier rdfs:label "has the unique identifier" .

dct:publisher rdfs:label "is published by" .

dct:title rdfs:label "has the title" .

rdf:type rdfs:label "is a" .

sub:assertion a nt:AssertionTemplate;
  rdfs:label "Describing a dataset at summary level";
  nt:hasNanopubLabelPattern "Dataset: ${title}";
  nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05;
  nt:hasTag "Datasets";
  nt:hasTargetNanopubType <http://purl.org/dc/dcmitype/Dataset>;
  prov:wasAttributedTo orcid:0000-0002-1297-3104 .

sub:dataset a nt:UriPlaceholder;
  rdfs:label "URI of the dataset" .

sub:description a nt:LiteralPlaceholder;
  rdfs:label "description of the dataset" .

sub:identifier a nt:ExternalUriPlaceholder;
  rdfs:label "unique identifier of the dataset" .

sub:publisher a nt:UriPlaceholder;
  rdfs:label "URI of the publisher of the dataset" .

sub:st01 rdf:object <http://purl.org/dc/dcmitype/Dataset>;
  rdf:predicate rdf:type;
  rdf:subject sub:dataset .

sub:st02 rdf:object sub:identifier;
  rdf:predicate dct:identifier;
  rdf:subject sub:dataset .

sub:st03 rdf:object sub:title;
  rdf:predicate dct:title;
  rdf:subject sub:dataset .

sub:st04 rdf:object sub:description;
  rdf:predicate dct:description;
  rdf:subject sub:dataset .

sub:st05 rdf:object sub:publisher;
  rdf:predicate dct:publisher;
  rdf:subject sub:dataset .

sub:title a nt:LiteralPlaceholder;
  rdfs:label "title of the dataset" .

orcid:0000-0002-1297-3104 foaf:name "Anastasios Papadiamantis" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCmuNEj4ElDZJ16VEbGLAt860vRLkkabjqt+pGDygqoGhpc8HLMY+brE+YUb23iDU7Y0ItXlnf7jtd4TL4s2gcSagJ/9Kh5nlrFHDmt3Qah7GxjEvnojLxGzkWHtNCgwsQ8xdvWjMXtnXSxLE5D/T3eXWWj180rTrgy2CSsQC6iEQIDAQAB";
  npx:hasSignature "KjrzEKyAmhfo7Xq+asGsgozJdS4rkjD/+zUlH9IjC+L3up113J/m2nmunOJWX40lRigXm2aApe6ALw09+9HKfwzNIemugZIy9PXVJSqaFCI2quf6h+4YXI9O8eUEkG410V4zOTjJPTpsTkHaD3pDoXraq/6qjqjTkFaU7m1DBwA=";
  npx:hasSignatureTarget <https://w3id.org/np/RA3dmK5mfauSJUbgyZUDipDJqTYyAzN9ufMNaw3xeMLiI>;
  npx:signedBy orcid:0000-0002-1297-3104 .

