@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix bfo: <http://purl.obolibrary.org/obo/BFO_> .
@prefix chebi: <http://purl.obolibrary.org/obo/CHEBI_> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obi: <http://purl.obolibrary.org/obo/OBI_> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema1: <http://schema.org/> .
@prefix sio: <http://semanticscience.org/resource/SIO_> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://doi.org/https://doi.org/10.18419/DARUS-4715> a dcat:Dataset ;
    dcatap:applicableLegislation <https://creativecommons.org/licenses/by/4.0> ;
    dct:conformsTo [ a dct:Standard ;
            dct:description "https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/" ;
            dct:title "ChemDCAT-AP" ] ;
    dct:creator [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Leon" ],
        [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Kai" ],
        [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Keim" ],
        [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Holger" ],
        [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Class" ],
        [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Wendel" ],
        [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Weiß" ],
        [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "A human being." ;
                    skos:prefLabel "person" ] ;
            foaf:name "Fiona" ] ;
    dct:description """<p>This dataset contains the complete postprocessing workflow for the manuscript "Implementation Pitfalls for Carbonate Mineral Dissolution - a Technical Note". It includes the raw simulation results as CSV files, the Python plotting script for data visualization, and the resulting publication-ready figure.</p>

<h4>Contents</h4>
<ul>
   <li>Raw simulation results (CSV files)</li>
   <li>Python plotting script</li>
   <li>Final figure (PDF format)</li>
</ul>

<h4>Requirements</h4>
<ul>
   <li>Python libraries:
       <ul>
           <li>matplotlib</li>
           <li>pandas</li>
           <li>numpy</li>
       </ul>
   </li>
   <li>LaTeX</li>
</ul>

<h4>Data Description</h4>
<p>The CSV files contain numerical results from calcite dissolution simulations performed using DuMuX and Reaktoro. The Python script processes these data and generates a comparison plot that is used in the manuscript to illustrate the differences between various implementation approaches.</p>

<h4>Usage</h4>
<p>To generate the plot, simply run:</p>
<pre><code>python3 plotting.py</code></pre>""" ;
    dct:identifier "https://doi.org/https://doi.org/10.18419/DARUS-4715" ;
    dct:issued "2025-11-04"^^xsd:date ;
    dct:language [ a dct:LinguisticSystem ;
            dct:description "http://id.loc.gov/vocabulary/iso639-1/en" ;
            dct:title "en" ] ;
    dct:modified "2025-11-04"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            dct:type [ a skos:Concept ;
                    dct:description "http://purl.org/adms/publishertype/Academia-ScientificOrganisation" ;
                    skos:prefLabel "Academia/Scientific organisation" ] ;
            foaf:name "DaRUS" ] ;
    dct:subject <https://doi.org/https://doi.org/10.18419/DARUS-4715#sample> ;
    dct:title "Replication Data for: Implementation Pitfalls for Carbonate Mineral Dissolution – a Technical Note" ;
    adms:identifier [ a adms:Identifier ;
            dct:description "The id of this dataset within the NFDI4Chem Search Service (https://search.nfdi4chem.de/)" ;
            dct:title "Search Service ID" ;
            skos:notation "https://search.nfdi4chem.de/dataset/doi-10-18419-darus-4715" ],
        [ a adms:Identifier ;
            dct:description "The DOI of this dataset" ;
            dct:title "DOI" ;
            skos:notation "https://doi.org/10.18419/DARUS-4715" ] ;
    dcat:landingPage <https://doi.org/10.18419/DARUS-4715> ;
    prov:wasGeneratedBy <https://doi.org/https://doi.org/10.18419/DARUS-4715#measurement> .

obi:0000070 a schema1:DefinedTerm ;
    schema1:name "assay" .

<https://creativecommons.org/licenses/by/4.0> a <http://data.europa.eu/eli/ontology#LegalResource> ;
    dct:title "Attribution 4.0 International (CC BY 4.0)" .

<https://doi.org/10.18419/DARUS-4715> a foaf:Document .

<https://doi.org/https://doi.org/10.18419/DARUS-4715#measurement> a obi:0000070,
        prov:Activity ;
    dct:description "The kind of activity/process used to generate the dataset" ;
    prov:used <https://doi.org/https://doi.org/10.18419/DARUS-4715#sample> .

<https://doi.org/https://doi.org/10.18419/DARUS-4715#sample_compound> a chebi:23367 .

<https://doi.org/https://doi.org/10.18419/DARUS-4715#sample> a sio:001378 ;
    bfo:0000051 <https://doi.org/https://doi.org/10.18419/DARUS-4715#sample_compound> ;
    dct:title "evaluated sample" .

