@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @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 { dct:description "A data structure that consists of rows and columns, forming a two-dimensional grid and is represented as a list of component types"; a ; rdfs:label "Tabular data" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "BGrdw7I4yzJ3K6LNKX0GfybvBMjf8R12wOgyys1CgEylfqxp/TNpp5CsevRlULOPC5lH5MSVLuZWpv9Rj+j1GMsHVD2ouuw1t9kSMPfSdsoZBAyEUuIs2LkMMe2NoQPEgYyKz/lODNeHjTSBoMh/hER8N4Uz4NLNJc0daoPRFOg="; npx:hasSignatureTarget this: . this: dct:created "2023-09-11T07:52:24.948Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; dct:license ; npx:introduces ; npx:supersedes ; rdfs:label "Digital Object Type: Tabular data"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }