47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/VideoCategoryIdentifier
|
|
name: VideoCategoryIdentifier
|
|
title: Video Category Identifier
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_code
|
|
classes:
|
|
VideoCategoryIdentifier:
|
|
class_uri: hc:VideoCategoryIdentifier
|
|
description: 'An identifier for a video category.
|
|
|
|
|
|
**USAGE**:
|
|
|
|
Used for:
|
|
|
|
- YouTube category IDs
|
|
|
|
- Platform category classifications
|
|
|
|
'
|
|
slots:
|
|
- has_code
|
|
close_mappings:
|
|
- schema:identifier
|
|
annotations:
|
|
specificity_score: '0.55'
|
|
specificity_rationale: More specific - video categories for content classification.
|
|
custodian_types: '[''*'']'
|
|
examples:
|
|
- value:
|
|
has_code: '27'
|
|
category_name: Education
|
|
platform: YouTube
|
|
description: YouTube Education category
|