Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 31 additions & 6 deletions skos/ebu_ParentalGuidanceCodeCS_amgext.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -627,16 +627,18 @@ parentalguidance:_5 rdf:type ebucore:TargetAudience ;
skos:inScheme <http://www.ebu.ch/metadata/ontologies/skos/ebu_ParentalGuidanceCodeCS> ;
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 ;
skos:example "" .

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 ;
Expand All @@ -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 ;
Expand All @@ -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 <http://www.ebu.ch/metadata/ontologies/skos/ebu_ParentalGuidanceCodeCS> ;
skos:changeNote "" ;
skos:historyNote "" ;
skos:example "" .

parentalguidance:_6 rdf:type ebucore:TargetAudience ;
skos:prefLabel "BG-FIA"@en ;
skos:altLabel "BG-NFRC"@en ;
Expand Down Expand Up @@ -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 "" ;
Expand Down Expand Up @@ -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 <http://www.ebu.ch/metadata/ontologies/skos/ebu_ParentalGuidanceCodeCS> ;
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 ;
Expand Down
Loading