From 92d6098eb98ecb1d86d867fc0b068cd6b4887541 Mon Sep 17 00:00:00 2001 From: Abhishek Bhat Date: Fri, 25 Sep 2026 16:05:40 +0530 Subject: [PATCH 1/3] rating update for csa and BE-CICF --- skos/ebu_ParentalGuidanceCodeCS_amgext.ttl | 37 ++++++++++++++++++---- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl b/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl index bee3d25..566118b 100644 --- a/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl +++ b/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl @@ -627,6 +627,7 @@ parentalguidance:_5 rdf:type ebucore:TargetAudience ; skos:inScheme ; skos:narrower parentalguidance:_5.1 ; skos:narrower parentalguidance:_5.2 ; + skos:narrower parentalguidance:_5.3 ; skos:changeNote "" ; skos:historyNote "" ; dct:description "Movie labs ratings: https://www.movielabs.com/md/ratings/v2.0/html/BE_CICF_Ratings.html"@en ; @@ -634,9 +635,10 @@ parentalguidance:_5 rdf:type ebucore:TargetAudience ; parentalguidance:_5.1 rdf:type ebucore:TargetAudience ; - skos:prefLabel "KT"@nl ; - skos:prefLabel "EA"@fr ; - skos:prefLabel "Children Allowed"@en ; + skos:prefLabel "KT/EA"@en ; + skos:altLabel "EA"@fr ; + skos:altLabel "KT"@nl ; + skos:altLabel "Children Allowed"@en ; skos:definition "Kinderen Toegelaten"@nl ; skos:definition "Enfants admis"@fr ; skos:definition "Children admitted - Suitable for all"@en ; @@ -648,9 +650,10 @@ parentalguidance:_5.1 parentalguidance:_5.2 rdf:type ebucore:TargetAudience ; - skos:prefLabel "KNT"@nl ; - skos:prefLabel "ENA"@fr ; - skos:prefLabel "Children Not Allowed"@en ; + skos:prefLabel "KNT/ENA"@en ; + skos:altLabel "KNT"@nl ; + skos:altLabel "ENA"@fr ; + skos:altLabel "Children Not Allowed"@en ; skos:definition "Kinderen Niet Toegelaten"@nl ; skos:definition "Enfants Non admis"@fr ; skos:definition "Children not admitted (below 16 years of age)"@en ; @@ -660,6 +663,16 @@ parentalguidance:_5.2 skos:historyNote "" ; skos:example "" . +parentalguidance:_5.3 + rdf:type ebucore:TargetAudience ; + skos:prefLabel "E"@en ; + skos:definition "Content that is completely exempt from formal age classification"@en ; + skos:broader parentalguidance:_5 ; + skos:inScheme ; + skos:changeNote "" ; + skos:historyNote "" ; + skos:example "" . + parentalguidance:_6 rdf:type ebucore:TargetAudience ; skos:prefLabel "BG-FIA"@en ; skos:altLabel "BG-NFRC"@en ; @@ -2369,6 +2382,7 @@ parentalguidance:_26 rdf:type ebucore:TargetAudience ; skos:narrower parentalguidance:_26.3 ; skos:narrower parentalguidance:_26.4 ; skos:narrower parentalguidance:_26.5 ; + skos:narrower parentalguidance:_26.6 ; skos:changeNote "Update" ; skos:historyNote "2009-07-28" ; skos:example "" ; @@ -2429,6 +2443,17 @@ parentalguidance:_26.5 skos:historyNote "" ; skos:example "" . +parentalguidance:_26.6 + rdf:type ebucore:TargetAudience ; + skos:prefLabel "Tous publics"@en ; + skos:altlabel "All audiences"@en ; + skos:definition "Tous publics"@en ; + skos:broader parentalguidance:_26 ; + skos:inScheme ; + skos:changeNote "" ; + skos:historyNote "" ; + skos:example "" . + parentalguidance:_27 rdf:type ebucore:TargetAudience ; skos:prefLabel "GB-BBFC"@en ; skos:altLabel "British Board of Film Classification"@en ; From 1d1fb3ab198bbe89c19e5efb42a1a05223de3355 Mon Sep 17 00:00:00 2001 From: Abhishek Bhat Date: Fri, 25 Sep 2026 16:08:27 +0530 Subject: [PATCH 2/3] rating update for csa and BE-CICF --- skos/ebu_ParentalGuidanceCodeCS_amgext.ttl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl b/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl index 566118b..636aa19 100644 --- a/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl +++ b/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl @@ -636,9 +636,9 @@ parentalguidance:_5 rdf:type ebucore:TargetAudience ; parentalguidance:_5.1 rdf:type ebucore:TargetAudience ; skos:prefLabel "KT/EA"@en ; - skos:altLabel "EA"@fr ; - skos:altLabel "KT"@nl ; - skos:altLabel "Children Allowed"@en ; + skos:altLabel "EA"@fr ; + skos:altLabel "KT"@nl ; + skos:altLabel "Children Allowed"@en ; skos:definition "Kinderen Toegelaten"@nl ; skos:definition "Enfants admis"@fr ; skos:definition "Children admitted - Suitable for all"@en ; @@ -651,9 +651,9 @@ parentalguidance:_5.1 parentalguidance:_5.2 rdf:type ebucore:TargetAudience ; skos:prefLabel "KNT/ENA"@en ; - skos:altLabel "KNT"@nl ; - skos:altLabel "ENA"@fr ; - skos:altLabel "Children Not Allowed"@en ; + skos:altLabel "KNT"@nl ; + skos:altLabel "ENA"@fr ; + skos:altLabel "Children Not Allowed"@en ; skos:definition "Kinderen Niet Toegelaten"@nl ; skos:definition "Enfants Non admis"@fr ; skos:definition "Children not admitted (below 16 years of age)"@en ; From b96ec8a5123bcec38f9c6a31cc16adfcbbbd1fb6 Mon Sep 17 00:00:00 2001 From: Abhishek Bhat Date: Fri, 25 Sep 2026 16:11:19 +0530 Subject: [PATCH 3/3] rating update for csa and BE-CICF --- skos/ebu_ParentalGuidanceCodeCS_amgext.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl b/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl index 636aa19..5d4aeb3 100644 --- a/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl +++ b/skos/ebu_ParentalGuidanceCodeCS_amgext.ttl @@ -2446,7 +2446,7 @@ parentalguidance:_26.5 parentalguidance:_26.6 rdf:type ebucore:TargetAudience ; skos:prefLabel "Tous publics"@en ; - skos:altlabel "All audiences"@en ; + skos:altLabel "All audiences"@en ; skos:definition "Tous publics"@en ; skos:broader parentalguidance:_26 ; skos:inScheme ;