<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:skos="http://www.w3.org/2004/02/skos/core#"
    xmlns:pithia="https://metadata.pithia.eu/ontology/2.2/"
    xmlns:owlxml="http://www.w3.org/2006/12/owl2-xml#"
>            
<skos:Concept rdf:about="https://metadata.pithia.eu/ontology/2.2/staticDatasetCategory/TrainingDataset">
                <skos:prefLabel xml:lang="en">Training Datasets for a Machine Learning Model</skos:prefLabel>
                <dc:date>2024-11-05 08:35:00.0</dc:date>
                <owlxml:versionInfo>0.1</owlxml:versionInfo>
                <skos:definition xml:lang="en">
Training dataset for a Machine Learning model allocated by the model designer 
and stored in a persistent repository for posterity. Catalog Entry registers the 
model, and Data Subset registers the training dataset. Retraining of the model 
results in registration of another Data Subset document for the same Catalog Entry.
                </skos:definition>
            </skos:Concept>
</rdf:RDF>