@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:legalNote	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
memad:legalNote	rdfs:subPropertyOf	skos:note ;
	rdfs:comment	"A legal note attached to this editorial object" .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
memad:legalNote	rdfs:domain	ebucore:EditorialObject ;
	rdfs:label	"Legal note"@en ,
		"Note juridique"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
memad:legalNote	rdfs:range	xsd:String .