@prefix ec: <http://www.ebu.ch/metadata/ontologies/ebucoreplus#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ec:PhysicalResource
  a owl:Class ;
  rdfs:subClassOf ec:Resource ;
  dcterms:description "A tangible resource for the storage and transportation of media content, e.g. a tape."@en ;
  rdfs:label "Physical resource"@en ;
  skos:definition "a tangible ec:Resource for the storage and transportation of media content"@en .

