@prefix this: <https://w3id.org/np/RAzlbAD8ZfV6-ian6wZLL8G0dgtuCSGBDf-Qom5AQFmrk> .
@prefix sub: <https://w3id.org/np/RAzlbAD8ZfV6-ian6wZLL8G0dgtuCSGBDf-Qom5AQFmrk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion <http://ontology.ethereal.cz/irao/hasFollowedProtocol> sub:protocol ;
    <http://ontology.ethereal.cz/irao/hasProducedDataset> <https://doi.org/10.5281/zenodo.12087112> ;
    <http://purl.org/spar/cito/citesAsDataSource> <https://doi.org/10.48550/arXiv.2406.16412> ;
    a <https://w3id.org/riverbench/schema/metadata#PerformedBenchmark> ;
    rdfs:comment "Test assertion!" .
  sub:protocol a <https://w3id.org/riverbench/schema/metadata#BenchmarkProtocol> ;
    <https://w3id.org/riverbench/schema/metadata#usesMetric> "Load time" , "Loading throughput" ;
    <https://w3id.org/riverbench/schema/metadata#usesProfile> <https://w3id.org/riverbench/v/2.0.1/profiles/flat-triples> ;
    <https://w3id.org/riverbench/schema/metadata#usesSystemUnderTest> sub:systemUnderTest , sub:systemUnderTest__1 ;
    <https://w3id.org/riverbench/schema/metadata#usesTask> <https://w3id.org/riverbench/v/2.0.1/tasks/flat-rdf-store-loading> .
  sub:systemUnderTest a <https://w3id.org/riverbench/schema/metadata#SystemUnderTest> ;
    rdfs:label "Apache Jena TDB2" ;
    <https://w3id.org/riverbench/schema/metadata#hasVersion> "5.0.0" .
  sub:systemUnderTest__1 a <https://w3id.org/riverbench/schema/metadata#SystemUnderTest> ;
    rdfs:label "RDF4Led" ;
    <https://w3id.org/riverbench/schema/metadata#hasVersion> "N/A" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-2543-9461 .
}
sub:pubinfo {
  orcid:0000-0002-2543-9461 foaf:name "Piotr SowiƄski" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTHgk4F1Fuj1WT3rb97R451KIDLjCwb0dyVD4BQEii7FqUMNjVsfH2oU19Tvkopmt/OVaOI/7khWR/NtiIhXJTekIZYh9Ccop527GwZVlwtvJT4LGtMrcXNK8E6/6i7HCR2UEMbM1AhzEdo9FOwXyjAgw+qWjo1XNpkXIGfqHEeQIDAQAB" ;
    npx:hasSignature "b7Ds4chopCXLVHIj9+Up1NbidgFI3h8WtXTCNAizBytfCqDZfuZbcEctcGA0SouenHBm+S0k4fpMx82DgUOEw8qg91Ib6DudXkegSlo2U7y9HXZ9OCQgJ2hUZ7+LCmMiY2r/WtEY0b0/rJnhtamn46TDwwW1gYUzAgsLe+eNNB4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-2543-9461 .
  this: dct:created "2024-08-15T17:42:19.782Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-2543-9461 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://w3id.org/riverbench/schema/metadata#PerformedBenchmark> ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "RiverBench results for task flat-rdf-store-loading with profile flat-triples" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAB28uAZQdh8KdJicM-eaXrYVaGvb0rCRZKIG5tQYN_HU> .
}