@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
rdfs:label "dataset" .
dct:description rdfs:label "has the description" .
dct:publisher rdfs:label "is published by" .
dct:title rdfs:label "has the title" .
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;
nt:hasTag "Datasets";
nt:hasTargetNanopubType .
sub:dataset a nt:UriPlaceholder;
rdfs:label "URI of the dataset" .
sub:description a nt:LiteralPlaceholder;
rdfs:label "description of the dataset" .
sub:publisher a nt:UriPlaceholder;
rdfs:label "URI of the publisher of the dataset" .
sub:st01 rdf:object ;
rdf:predicate rdf:type;
rdf:subject sub:dataset .
sub:st02 rdf:object sub:title;
rdf:predicate dct:title;
rdf:subject sub:dataset .
sub:st03 rdf:object sub:description;
rdf:predicate dct:description;
rdf:subject sub:dataset .
sub:st04 rdf:object sub:publisher;
rdf:predicate dct:publisher;
rdf:subject sub:dataset .
sub:title a nt:LiteralPlaceholder;
rdfs:label "title of the dataset" .
rdf:type rdfs:label "is a" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "Xs8nBDuQkO1Gs54ABsbpsY1s6F+28CJdUdDhWpRp2iXnltu0ai2E2ZNBE0gpJqdPYRYFDjo7l5v6KOe1U3KyFrFkmEipfR+ifBJNiaPg45eYrtxyV6F7O8EWdUM6i7nAzEAal30XMvilIOV/dsq4Ip/wpRyTSNDjfO5wHGJz0n8=";
npx:hasSignatureTarget this: .
this: dct:created "2023-08-16T12:35:07.985+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license ;
npx:supersedes ns1:RAhI6MSIrBgAeVg4zGHcQVVGkOsyO8xkHuqypjrIww5bk;
rdfs:label "Template: Describing a dataset at summary level";
nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
nt:wasCreatedFromTemplate ns1:RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs .
}