@prefix this: <http://purl.org/np/RAM8mupEEOMKP-2ALnyFq0Aoi6bFmfbUxtGdqocKWegCs> .
@prefix sub: <http://purl.org/np/RAM8mupEEOMKP-2ALnyFq0Aoi6bFmfbUxtGdqocKWegCs#> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.53gp75> schema:url <https://isa-specs.readthedocs.io/en/latest/isatab.html> ;
    doap:implements <https://isa-specs.readthedocs.io/en/latest/isamodel.html> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    rdfs:comment "Investigation Study Assay Tabular (ISA-Tab) describes the ISA Abstract Model reference implementation specified using the ISA-Tab format. ISA-Tab files are tab separated value (tsv) files, with specific labeled column structures. 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 Tabular" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.53gp75> , <https://isa-specs.readthedocs.io/en/latest/isamodel.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6551-6030 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.53gp75> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "NIW3qdRSZX+DqAb1U8oJuv6os41oKyJ+VREcWpUQh0SmrerWEl2LIG1wruzPRwMQRvxve2ChDStlvu+0kAW5OCZGGA9XCWDoUBOTxnlBjGyoRhCkYXdHgYrTPI96MOJ/t0ydsgPmhWOZkyrStl5TLeima3hfvg/FdNCi3ZMrVLY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-07-12T10:54:45Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.53gp75> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/fb316be5-0165-475d-b081-164726362719> .
}