@prefix : <http://www.w3.org/2008/WebVideo/Fragments/TC/media#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ma: <http://www.w3.org/ns/ma-ont#> .
@prefix nsa: <http://multimedialab.elis.ugent.be/organon/ontologies/ninsuna#> .

<http://www.w3.org/2008/WebVideo/Fragments/TC/media#spatial_30fps_webm>     
	 a ma:MediaResource;
	 nsa:start "0.0"^^xsd:double;
	 ma:duration "9.97"^^xsd:double;
	 ma:frameRate "30.0"^^xsd:double ;
	 ma:frameHeight "720"^^xsd:integer ;
     ma:frameWidth "1280"^^xsd:integer ;
	 ma:createDate "2011-05-13T13:57:03Z"^^xsd:dateTime ;
	 ma:format "video/webm";
	 ma:locator <http://www.w3.org/2008/WebVideo/Fragments/media/spatial_30fps.webm>.
	 
<http://www.w3.org/2008/WebVideo/Fragments/TC/media#spatial_25fps_webm>     
	 a ma:MediaResource;
	 nsa:start "0.0"^^xsd:double;
	 ma:duration "9.97"^^xsd:double;
	 ma:frameRate "25.0"^^xsd:double ;
	 ma:frameHeight "720"^^xsd:integer ;
     ma:frameWidth "1280"^^xsd:integer ;
	 ma:createDate "2011-05-13T13:57:03Z"^^xsd:dateTime ;
	 ma:format "video/webm";
	 ma:locator <http://www.w3.org/2008/WebVideo/Fragments/media/spatial_25fps.webm>.	 
	 
<http://www.w3.org/2008/WebVideo/Fragments/TC/media#spatial_30-dropfps_mp4>     
	 a ma:MediaResource;
	 nsa:start "0.0"^^xsd:double;
	 ma:duration "9.97"^^xsd:double;
	 ma:frameHeight "720"^^xsd:integer ;
     ma:frameWidth "1280"^^xsd:integer ;
	 ma:frameRate "29.997"^^xsd:double ;
	 ma:format "video/mp4" ;
	 ma:createDate "2011-11-24T09:35:00+02:00"^^xsd:dateTime ;
	 ma:locator <http://www.w3.org/2008/WebVideo/Fragments/media/spatial_30-dropfps.mp4>.		

<http://www.w3.org/2008/WebVideo/Fragments/TC/media#spatial_30fps_2sdelay_mp4>     
	 a ma:MediaResource;
	 nsa:start "0.0"^^xsd:double;
	 ma:duration "9.97"^^xsd:double;
	 ma:frameHeight "720"^^xsd:integer ;
     ma:frameWidth "1280"^^xsd:integer ;
	 ma:frameRate "30.0"^^xsd:double ;
	 ma:format "video/mp4" ;
	 ma:createDate "2011-01-16T10:33:00+02:00"^^xsd:dateTime ;
	 ma:locator <http://www.w3.org/2008/WebVideo/Fragments/media/spatial_30fps_2sdelay.mp4>.		
	 
<http://www.w3.org/2008/WebVideo/Fragments/TC/media#audio_only_webm>     
	 a ma:MediaResource;
	 nsa:start "0.0"^^xsd:double;
	 ma:duration "9.97"^^xsd:double;
	 ma:createDate "2010-10-22T07:35:08+02:00"^^xsd:dateTime ;
	 ma:format "audio/webm" ;
	 ma:locator <http://www.w3.org/2008/WebVideo/Fragments/media/spatial_30fps_audio_only.webm> .

<http://www.w3.org/2008/WebVideo/Fragments/TC/media#doug_mov>     
	 a ma:MediaResource;
	 nsa:start "0.0"^^xsd:double;
	 ma:duration "11.0"^^xsd:double;
	 ma:frameRate "25.0"^^xsd:double ;
	 ma:frameHeight "270"^^xsd:integer ;
     ma:frameWidth "480"^^xsd:integer ;
	 ma:createDate "2011-11-24T09:53:00+02:00"^^xsd:dateTime ;
	 ma:format "video/quicktime" ;
	 ma:locator <http://www.w3.org/2008/WebVideo/Fragments/media/doug.mov> .