@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:FirstRun	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:FirstRun	rdfs:subClassOf	ebucore:PublicationEvent ;
	rdfs:comment	"Links a program to its first publication event (when provided)" ;
	rdfs:label	"First Run"@en ,
		"Premi\u00E8re diffusion"@fr .