@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/performance-metrics/esg-disclosure-score> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/performance-metrics/governance> ;
    skos:definition "Composite score measuring the completeness, accuracy, and timeliness of environmental, social, and governance public disclosures."@en ;
    skos:inScheme <https://test.uncefact.org/vocabulary/performance-metrics/> ;
    skos:notation "08.03" ;
    skos:prefLabel "ESG Disclosure Score"@en ;
    skos:scopeNote "IFRS S1; ESRS 1; CDP Disclosure Scoring Methodology."@en ;
    unece:aggregationMethod <https://test.uncefact.org/vocabulary/aggregation-type/latest> ;
    unece:allowedUnit "P1" ;
    unece:improvementDirection <https://test.uncefact.org/vocabulary/improvement-indicator/higher> .

