@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:hasRecord	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
memad:hasRecord	rdfs:subPropertyOf	ebucore:references ;
	rdfs:comment	"Links a record to this Editorial Object" ;
	rdfs:domain	ebucore:EditorialObject ;
	rdfs:label	"has record"@en ;
	rdfs:range	memad:Record .