@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { schema:url ; a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Metadata-schema; rdfs:comment "Investigation Study Assay JSON (ISA-JSON) describes the ISA Abstract Model reference implementation specified using the JavaScript Object Notation (JSON) format, a text format for serializing structured data. The ISA model consists of three core entities to capture experimental metadata: investigation, study and assay. The extensible, hierarchical structure of this model enables the representation of studies employing one or a combination of technologies, focusing on the description of its experimental metadata (i.e. sample characteristics, technology and measurement types, sample-to-data relationships)."; rdfs:label "Investigation Study Assay JSON | ISA-JSON"; rdfs:seeAlso . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-6301-4248; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2025-09-18T12:54:29Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "TfFTAfK4zct9gxHlu4DTmZwv3jtehV1w7SnIkONRxfv9YXi6qDyQILWY24UG659tjTIvTVr/mF+XN1fGcJWc0oXZzr5v5TX2ANnIi8fDzXhNBnRlYQBr3PNtJ4hT5WA93xdV2NW909NydKvsV6znzvtUnK/ppuvv1HMF6K0rBrk="; npx:hasSignatureTarget this: . }