@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:hardware	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:hardware	rdfs:subPropertyOf	ebucore:resourceDescription ;
	rdfs:comment	"The hardware being used for recording a media resource" ;
	rdfs:domain	ebucore:MediaResource ;
	rdfs:label	"Mat\u00E9riel"@fr ,
		"Hardware"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
memad:hardware	rdfs:range	xsd:String .