@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix : <http://www.w3.org/ns/ma-ont#> .

_:ENPK1000000000000007 a :Collection ;
  :collectionName "ENPK1000000000000007".

_:ENTL1000000000000007 a :MediaResource ;
  :isMemberOf _:ENPK1000000000000007 ;
  :title "Learn English 7" ;
  :hasContributor [ rdfs:label "Actors are not available" ];
  #NOTE ooh, that's a nasty example! :->
  :releaseDate "2007-08-29T00:00:00"^^xsd:dateTime ;
  :description "ENG OD L7 Package" ;

  :hasKeyword [ rdfs:label "English lessons for national literacy month." ];
  :hasGenre [ rdfs:label "Tier3/En espanol/Apprenez l'anglais" ],
            [ rdfs:label "Tier3/Get Local/Learn English" ];

  :hasTargetAudience [
    :hasClassification [ rdfs:label "TV-Y" ];
    :hasClassificationSystem [ rdfs:label "TV" ];
  ];

  :copyright "LOCAL4";
  :isCopyrightedBy <http://comcast.com> ;
  :hasPublisher [ rdfs:label "LOCAL4" ], [rdfs:label "comcast.com" ];
  :duration
    "960.0"^^xsd:double , # Display_Run_Time 0:16 in seconds
    "946.0"^^xsd:double . # Run_Time 0:15:46 in seconds

_:ENMV1000000000000007 a :MediaResource ;
  :isRelatedTo [ rdfs:label "title" ]; 
  :hasFormat
    [ rdfs:label "Encryption Value=\"Y\"" ],
    [ rdfs:label "HDContent" ],
    [ rdfs:label "Audio_Type Value=\"Stereo\"" ].

