@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { rdfs:label "dataset" . dct:license rdfs:label "has license" . dct:title rdfs:label "has title" . rdf:type rdfs:label "is a" . rdfs:label "has repository" . rdfs:label "results from" . sub:assertion dct:description "Template for describing a dataset at summary level"; a nt:AssertionTemplate; rdfs:label "Describing a dataset at summary level - simple"; nt:hasNanopubLabelPattern "Dataset: ${title}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05; nt:hasTag "Datasets"; nt:hasTargetNanopubType . sub:dataset a nt:UriPlaceholder; rdfs:label "URI of published dataset" . sub:license a nt:UriPlaceholder; rdfs:label "URI of license of published dataset" . sub:project a nt:GuidedChoicePlaceholder; rdfs:label "URI of research project that produced dataset"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAz6f1v82BCG0SjYMfHUe-m927VTVKdwvsuq1X7j1qcA8/find-things?type=https://schema.org/ResearchProject" . sub:repository a nt:UriPlaceholder; rdfs:label "URI of repository where dataset is published" . 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:repository; rdf:predicate ; rdf:subject sub:dataset . sub:st04 rdf:object sub:project; rdf:predicate ; rdf:subject sub:dataset . sub:st05 rdf:object sub:license; rdf:predicate dct:license; rdf:subject sub:dataset; a nt:OptionalStatement . sub:title a nt:LiteralPlaceholder; rdfs:label "title of published dataset" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-4930-2662 . } sub:pubinfo { orcid:0000-0002-4930-2662 foaf:name "Alessa An Gambardella" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEJGVv2xFV8o+Ojt3f0N2LgtZTt4+24Lxp8esEZiFYKryDGBYaR0Ef4ajadqtlSpvUHlwNlVIF7XRWiGd64P8drVnqPtpRtxJ+SOl0UNvxuHzUjeWlOYKpKZ/UgrGwVSSR3LvwqXOM9qUkWqy0IQ2KsFbJHHwzgNbcEZuZOD+/WQIDAQAB"; npx:hasSignature "eEMqM6HhB+mvbBondbU4KAE9QQmASX4CbCzXxX+dIUtaXbBW61AVNsFWi8LM8Z1YspqEkp7HqQAn7toWEDoxQoOP/Nyv0OF4b3II8zwAYHioLZhjBNWS/GUQGwN1/in3Kj8Kp2xnEEO2/9A6LVeNUMBzhllocFYIW7HZBG68LJw="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-4930-2662 . this: dct:created "2024-12-18T13:11:01.162Z"^^xsd:dateTime; dct:creator orcid:0000-0002-4930-2662; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Template: Describing a dataset at summary level - simple"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }