@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://www.w3.org/ns/ma-ont#> .
ns1:hasPermissions	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:hasPermissions	rdfs:comment	"To define permissions as defined in the W3C media ontology\n          (ma-ont)" ;
	rdfs:label	"Permissions" .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:hasPermissions	skos:prefLabel	"Permissions" .