@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:UriPlaceholder; rdfs:label "URI of research project that produced dataset" . 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 "YhwWxpXj5tNdzKTr/WO1EyjL/xfmWpziOPu5ryMhiFfzSyMNO+ARSviZeoZ/FcgH/olbjOdCFgHj3sMWWKIdlN+BpBS9jvVIXWfmDP25o8I2s0COuKzNrz5s2Bzn2apaCSHNy4CDgRsbQxLsyrDimIdeRhTBtnW199QPKUAJE34="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-4930-2662 . this: dct:created "2024-12-13T11:17:00.249Z"^^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 . }