@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: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:assertion a nt:AssertionTemplate, nt:UnlistedTemplate; dct:description "Just for testing literals with date or dateTime datatype"; rdfs:label "Literals with date or dateTime datatype"; nt:hasStatement sub:st1, sub:st5 . sub:literal1 a nt:LiteralPlaceholder; nt:hasDatatype xsd:date . sub:literal5 a nt:LiteralPlaceholder; nt:hasDatatype xsd:dateTime . sub:st1 rdf:object sub:literal1; rdf:predicate ; rdf:subject . sub:st5 rdf:object sub:literal5; rdf:predicate ; rdf:subject . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 . } sub:pubinfo { orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" . this: a npx:ExampleNanopub; dct:created "2025-09-23T10:57:05.621Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8492-0354; dct:license ; npx:wasCreatedAt ; rdfs:label "Template: Literals with date or dateTime datatype"; prov:wasDerivedFrom , ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY, , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB"; npx:hasSignature "e9SzVmHJ/N8O4TeNpo/I3Mh5JhA8YUFfT5E3NXgQd0zkHs2oevRo60jOuGOyV1b5fOWkQPVKCJmHSUvRO+HN3ms1C8jzFiCc9u5ywcd2iZ2wpgV0IPXA6qoycerZ8yOhYLdsuoo9suvll5Hjxyms/ydGUUqxxURpMIPe3cJ9cG8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0001-8492-0354 . }