@prefix this: <https://w3id.org/np/RAdYxAhx7aTqZP4inuUa4sfEqGM1_OnMl1QzCWIYatIS4> .
@prefix sub: <https://w3id.org/np/RAdYxAhx7aTqZP4inuUa4sfEqGM1_OnMl1QzCWIYatIS4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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/> .

<https://w3id.org/np/RAdYxAhx7aTqZP4inuUa4sfEqGM1_OnMl1QzCWIYatIS4> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2024-08-15T17:24:26.020Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-2543-9461;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:supersedes <https://w3id.org/np/RAqbzGLgfY_RKjHSaUTg7ogAdq8brEQd-KMixP7FdXCGM>;
  npx:wasCreatedAt <https://nanodash.petapico.org/>;
  rdfs:label "Template: Describing a benchmark performed with RiverBench";
  nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
  nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
    ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .

<http://ontology.ethereal.cz/irao/hasFollowedProtocol> rdfs:label "has followed benchmark protocol" .

<http://ontology.ethereal.cz/irao/hasProducedDataset> rdfs:label "has produced dataset" .

<http://purl.org/spar/cito/citesAsDataSource> rdfs:label "cites as data source" .

sub:assertion a nt:AssertionTemplate, nt:UnlistedTemplate;
  dct:description "This template allows for describing the benchmark procedure and other metadata of benchmarks performed with RiverBench tasks and datasets.";
  rdfs:label "Describing a benchmark performed with RiverBench";
  nt:hasStatement sub:class, sub:comment, sub:paper, sub:produced, sub:protocol, sub:protocolClass,
    sub:protocolMetric, sub:protocolProfile, sub:protocolTask, sub:systemUnderTestValue;
  nt:hasTag "Other";
  nt:hasTargetNanopubType <https://w3id.org/riverbench/schema/metadata#PerformedBenchmark>;
  prov:wasAttributedTo orcid:0000-0002-2543-9461 .

sub:class a rdf:Statement;
  rdf:object <https://w3id.org/riverbench/schema/metadata#PerformedBenchmark>;
  rdf:predicate rdf:type;
  rdf:subject nt:ASSERTION;
  nt:statementOrder "1" .

sub:comment a nt:OptionalStatement;
  rdf:object sub:commentValue;
  rdf:predicate rdfs:comment;
  rdf:subject nt:ASSERTION;
  nt:statementOrder "2" .

sub:commentValue a nt:LongLiteralPlaceholder;
  rdfs:label "comment – any relevant information about the performed benchmark" .

sub:paper a nt:OptionalStatement;
  rdf:object sub:paperValue;
  rdf:predicate <http://purl.org/spar/cito/citesAsDataSource>;
  rdf:subject nt:ASSERTION;
  nt:statementOrder "3" .

sub:paperValue a nt:UriPlaceholder .

sub:produced a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:producedValue;
  rdf:predicate <http://ontology.ethereal.cz/irao/hasProducedDataset>;
  rdf:subject nt:ASSERTION;
  nt:statementOrder "4" .

sub:producedValue a nt:ExternalUriPlaceholder .

sub:protocol a rdf:Statement, nt:LocalResource;
  rdf:object sub:protocol;
  rdf:predicate <http://ontology.ethereal.cz/irao/hasFollowedProtocol>;
  rdf:subject nt:ASSERTION;
  nt:statementOrder "20" .

sub:protocolClass a rdf:Statement;
  rdf:object <https://w3id.org/riverbench/schema/metadata#BenchmarkProtocol>;
  rdf:predicate rdf:type;
  rdf:subject sub:protocol;
  nt:statementOrder "21" .

sub:protocolMetric a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:protocolMetricValue;
  rdf:predicate <https://w3id.org/riverbench/schema/metadata#usesMetric>;
  rdf:subject sub:protocol;
  nt:statementOrder "24" .

sub:protocolMetricValue a nt:LiteralPlaceholder .

sub:protocolProfile a rdf:Statement;
  rdf:object sub:protocolProfileValue;
  rdf:predicate <https://w3id.org/riverbench/schema/metadata#usesProfile>;
  rdf:subject sub:protocol;
  nt:statementOrder "23" .

sub:protocolProfileValue a nt:ExternalUriPlaceholder .

sub:protocolSut a rdf:Statement;
  rdf:object sub:systemUnderTest;
  rdf:predicate <https://w3id.org/riverbench/schema/metadata#usesSystemUnderTest>;
  rdf:subject sub:protocol .

sub:protocolTask a rdf:Statement;
  rdf:object sub:protocolTaskValue;
  rdf:predicate <https://w3id.org/riverbench/schema/metadata#usesTask>;
  rdf:subject sub:protocol;
  nt:statementOrder "22" .

sub:protocolTaskValue a nt:ExternalUriPlaceholder .

sub:sutLabelValue a nt:LiteralPlaceholder .

sub:sutVersionValue a nt:LiteralPlaceholder .

sub:systemUnderTest a nt:LocalResource .

sub:systemUnderTestClass a rdf:Statement;
  rdf:object <https://w3id.org/riverbench/schema/metadata#SystemUnderTest>;
  rdf:predicate rdf:type;
  rdf:subject sub:systemUnderTest .

sub:systemUnderTestLabel a rdf:Statement;
  rdf:object sub:sutLabelValue;
  rdf:predicate rdfs:label;
  rdf:subject sub:systemUnderTest .

sub:systemUnderTestValue a nt:GroupedStatement, nt:OptionalStatement, nt:RepeatableStatement;
  nt:hasStatement sub:protocolSut, sub:systemUnderTestClass, sub:systemUnderTestLabel,
    sub:systemUnderTestVersion;
  nt:statementOrder "30" .

sub:systemUnderTestVersion a nt:OptionalStatement;
  rdf:object sub:sutVersionValue;
  rdf:predicate <https://w3id.org/riverbench/schema/metadata#hasVersion>;
  rdf:subject sub:systemUnderTest .

nt:ASSERTION rdfs:label "This benchmark" .

<https://w3id.org/riverbench/schema/metadata#hasVersion> rdfs:label "has version tag" .

<https://w3id.org/riverbench/schema/metadata#usesMetric> rdfs:label "uses benchmark metric" .

<https://w3id.org/riverbench/schema/metadata#usesProfile> rdfs:label "uses RiverBench profile" .

<https://w3id.org/riverbench/schema/metadata#usesSystemUnderTest> rdfs:label "uses system under test" .

<https://w3id.org/riverbench/schema/metadata#usesTask> rdfs:label "uses RiverBench task" .

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 "iQ3b+7Bpyx9+0po5TwQAuaZaJ1cu559rmGoPZKmMaHQLqCTmZ23Qsjz+4+Tranxs4HpR5gMTTLVuiWimMNkkAob43le/50wNY1PtyiftoOIGbWgEV0zgIqMeB8LapGoaoe0mrKoL462m3p+GO6e82A5iic80BZkZ43IfeRnzfdU=";
  npx:hasSignatureTarget <https://w3id.org/np/RAdYxAhx7aTqZP4inuUa4sfEqGM1_OnMl1QzCWIYatIS4>;
  npx:signedBy orcid:0000-0002-2543-9461 .

