#created by hand by Martin Höffernig (Joanneum Research) for TTML example file : version 1.0
@prefix :        <http://mawg_smpte_example#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix p1:      <http://www.w3.org/ns/ma-ont#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://mawg_ttml_example>
      a       owl:Ontology ;
      owl:imports <http://www.w3.org/ns/ma-ont> .

<http://mawg_ttml_example/ttml_example#t=0.76,3.45>
      a       p1:MediaFragment .

<http://mawg_ttml_example/ttml_example#subtitle1>
      a       p1:MediaFragment ;
      =       <http://mawg_ttml_example/ttml_example#t=0.76,3.45> ;
      p1:description "I travel, a sort of licensed troubleshooter." ;
      p1:duration 2.69 .

<http://mawg_ttml_example/ttml_example>
      a       p1:MediaResource ;
      p1:copyright "This example is made up from example fragments by the TimedText WG" ;
      p1:description "This document employs document metadata." , "Holmes shows Watson how the murderer entered the window." ;
      p1:duration 5.5 ;
      p1:features
              [ a       p1:Person ;
                rdfs:label "Sir Thomas Sean Connery"
              ] ;
      p1:frameRate 25.0 ;
      p1:hasCreator
              [ a       p1:Person ;
                rdfs:label "Jim Foo"
              ] ;
      p1:hasFragment <http://mawg_ttml_example/ttml_example#t=0.76,3.45> ;
      p1:hasLanguage
              [ rdfs:label "en"
              ] ;
      p1:hasNamedFragment <http://mawg_ttml_example/ttml_example#subtitle1> ;
      p1:hasPublisher
              [ a       p1:Organisation ;
                rdfs:label "W3 Pictures Inc."
              ] ;
      p1:title "Document Metadata Example" , "Bond speaking" .
