@prefix this: <https://w3id.org/np/RAwk_HjOp29NKI2G_pSVIZ8dY90DVB53D5ZzJj1EJcDJY> .
@prefix sub: <https://w3id.org/np/RAwk_HjOp29NKI2G_pSVIZ8dY90DVB53D5ZzJj1EJcDJY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 {
  sub:Iceberg <http://schema.org/url> <https://iceberg.apache.org> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "Iceberg is a high-performance format for huge analytic tables. Iceberg brings the reliability and simplicity of SQL tables to big data, while making it possible for engines like Spark, Trino, Flink, Presto, Hive and Impala to safely work with the same tables, at the same time." ;
    rdfs:label "Apache Iceberg" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-8958-8087 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "LHiOShE0pR3uGiO/bywpkIy5mvqboD1VgWnAeCErr7tMU0AGnkqoPonSY+xb4a7zv0CcSkPi0zlYpkF3OnjvnfCkFNfUrkjZ53iGb2zmf4XWI14jEwDpXqJDu5AS1miNPPVqoOsgXkp3YuOWuHhAq+fADJ6v5gsm0xh1pB/mf9c=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-02-19T17:11:18Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:Iceberg ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/2595d05a-0eb6-4d41-8d01-5080572330e5> .
}