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

<http://energy.referencedata.eu/StandardMarketProductTypeList/A11> a skos:Concept ;
    dcterms:identifier "A11" ;
    skos:definition "The fast activation product shall be considered as a fall-back solution for situations where coordination with all parties is no longer possible due to insufficient time and the regular product could not be properly applied."@en ;
    skos:inScheme <http://energy.referencedata.eu/StandardMarketProductTypeList> ;
    skos:prefLabel "Fast activation product" ;
    skos:topConceptOf <http://energy.referencedata.eu/StandardMarketProductTypeList> .

