@prefix this: <https://w3id.org/np/RAlIUpyL3GkZ2Y8szMqnje4Did04Q3Ap7dk1BPh7_QfEw> .
@prefix sub: <https://w3id.org/np/RAlIUpyL3GkZ2Y8szMqnje4Did04Q3Ap7dk1BPh7_QfEw#> .
@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 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/hasMeasuringSystem> <https://github.com/RiverBench/RiverBench> ;
    a <http://ontology.ethereal.cz/irao/Benchmark> , <https://w3id.org/riverbench/schema/metadata#PerformedBenchmark> ;
    rdfs:comment "We loaded RDF data into GraphDB." .
  sub:protocol a <http://ontology.ethereal.cz/irao/Protocol> , <https://w3id.org/riverbench/schema/metadata#BenchmarkProtocol> ;
    <https://w3id.org/riverbench/schema/metadata#usesMetric> "Load time" , "Memory usage" ;
    <https://w3id.org/riverbench/schema/metadata#usesProfile> <https://w3id.org/riverbench/v/2.1.0/profiles/flat-triples> ;
    <https://w3id.org/riverbench/schema/metadata#usesSystemUnderTest> sub:systemUnderTest ;
    <https://w3id.org/riverbench/schema/metadata#usesTask> <https://w3id.org/riverbench/v/2.1.0/tasks/flat-rdf-store-loading> .
  sub:systemUnderTest a <https://w3id.org/riverbench/schema/metadata#SystemUnderTest> ;
    rdfs:label "GraphDB" ;
    <http://www.w3.org/ns/dcat#version> "1.0.0" .
}
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 "Lkq96MMv32bNX008tCb7axTcBQ7xNRMEoH8n8CY2zQmec6UYCdY0wBblVmFJjtuwgkTKmZK36ieYzQlr109Qb9YkFd8uqaxFEdoRqd4ZYsI+msTAIAcu1yS7dpfp848+fmXF9mUr5qHeT8ABlzme9Z9ykq+f3hWR5Kbb9Gn4UcM=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-2543-9461 .
  this: dct:created "2024-11-28T12:02:11.351Z"^^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 <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAKHABTLD7H0IFxTfTnmJFSNPv7Xar16Mqb-fnHXp4itM> .
}