@prefix this: <https://w3id.org/np/RAlcJ41aM-BX3DxMTQykJlOdrq2h29I5EtS6r4Ldvw83w> .
@prefix sub: <https://w3id.org/np/RAlcJ41aM-BX3DxMTQykJlOdrq2h29I5EtS6r4Ldvw83w#> .
@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 ;
    a <http://ontology.ethereal.cz/irao/Benchmark> , <https://w3id.org/riverbench/schema/metadata#PerformedBenchmark> ;
    rdfs:comment "Test" .
  sub:protocol a <http://ontology.ethereal.cz/irao/Protocol> , <https://w3id.org/riverbench/schema/metadata#BenchmarkProtocol> ;
    <https://w3id.org/riverbench/schema/metadata#usesProfile> <https://w3id.org/riverbench/TEST> ;
    <https://w3id.org/riverbench/schema/metadata#usesSystemUnderTest> sub:systemUnderTest , sub:systemUnderTest__1 ;
    <https://w3id.org/riverbench/schema/metadata#usesTask> <https://w3id.org/riverbench/TEST> .
  sub:systemUnderTest a <https://w3id.org/riverbench/schema/metadata#SystemUnderTest> ;
    rdfs:label "System 1" ;
    <https://w3id.org/riverbench/schema/metadata#hasVersion> "Version 1" .
  sub:systemUnderTest__1 a <https://w3id.org/riverbench/schema/metadata#SystemUnderTest> ;
    rdfs:label "System 2" ;
    <https://w3id.org/riverbench/schema/metadata#hasVersion> "Version 2" .
}
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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNMXM2Ib2J9WEfG5lOmfIi9CoT6BURjAtQK8vpbdXJLC+WXTu3p/7U08mq24zKpiZNVa0DNRj8vhdG+j50Mfy3g6gIkmyXetZfQJXMMCJ8vxJ/kdZjBY7XTQinCaxYgv2r1dtOZNGG8x1e4fMZVaI3GqD8qvBac2n/OBITCNPFwwIDAQAB" ;
    npx:hasSignature "Q4SUdPWYc8wJK8dYEy/VAO4TKNEc4dzS0d8ZVuG41QSAHxyhPYclS7oxvW02nefOl8pTClmFQld+uHeUvsJcg25w4QbF64rUzSbS6pXIjoCovECChDqitZGFayTqfTd4p8Onn0+45iaosRY+nWVZzoaBKMhjA5ZeILx4XjAvUh8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-2543-9461 .
  this: dct:created "2024-09-13T08:25:44.700Z"^^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.knowledgepixels.com/> ;
    rdfs:label "RiverBench results for task TEST with profile TEST" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAZfKbuG8v4IvT2hJPFHyma8MbgN6Z_Hwn5FRKYCMFyis> .
}