@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:titleNote	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
memad:titleNote	rdfs:subPropertyOf	ebucore:description ;
	rdfs:comment	"A note to further describe the title of the programme" ;
	rdfs:domain	ebucore:EditorialObject ;
	rdfs:label	"Note de titre"@fr ,
		"Title note"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
memad:titleNote	rdfs:range	xsd:String .