@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: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } 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:hasStatement sub:st01, sub:st02, sub:st03, sub:st04; nt:hasTag "Datasets" . 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 "ie3LC/1dHucVwZUyoWLvoh3pFdAIz/8qnokosZ0FKKG8Hea0U/LI11pAIJwksVnxfYKIHilGh6uqz+ao1hfcGAp0PS+wqvcbFICbcXUUN9GfX7h0aSmX1lyepGTEAoN67hwgEgEkYT0eVorvmFa9hOfxlpCesVyzoWCG69D9yeA="; npx:hasSignatureTarget this: . this: dct:created "2022-01-26T15:19:13.501+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }