@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://energy.referencedata.eu/StandardMarketProductTypeList/A06> a skos:Concept ;
    dcterms:identifier "A06" ;
    skos:definition "Standard mFRR product eligible for direct activation."@en ;
    skos:inScheme <http://energy.referencedata.eu/StandardMarketProductTypeList> ;
    skos:prefLabel "Standard mFRR product eligible for direct activation" ;
    skos:topConceptOf <http://energy.referencedata.eu/StandardMarketProductTypeList> .

