@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix memad:	<http://data.memad.eu/ontology#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
memad:Timeslot	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
memad:Timeslot	rdfs:subClassOf	ebucore:Collection ;
	rdfs:comment	"Defines a collection of programs that are scheduled on a given period or time interval, e.g. \"Les matins de France Culture\", \"Mercredi c'est cin\u00E9\"" ;
	rdfs:label	"Tranche horaire"@fr ,
		"Timeslot"@en .