@prefix :        <http://mawg_example_1#> .
@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://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg>
      a       p1:MediaResource ;
      p1:averageBitRate 5000000.0 ;
      p1:copyright "All rights reserved." ;
      p1:createdIn
              [ a       p1:Location ;
                p1:locationLatitude 9.8765 ;
                p1:locationLongitude
                        23.456 ;
                p1:locationName "Here"
              ] ;
      p1:creationDate "1994"^^xsd:gYear ;
      p1:description "This is the synopsis of the story." ;
      p1:duration 1038.037 ;
      p1:features
              [ a       p1:Person ;
                rdfs:label "John Doe"
              ] ;
      p1:frameHeight 576 ;
      p1:frameRate 25.0 ;
      p1:frameSizeUnit "pixel" ;
      p1:frameWidth 720 ;
      p1:hasCompression <http://www.ebu.ch/metadata/cs/ebu_VideoCompressionCodeCS.xml#2> ;
      p1:hasCreator
              [ a       p1:Person ;
                rdfs:label "Max Muster"
              ] ;
      p1:hasFormat <http://www.ebu.ch/metadata/cs/ebu_FileFormatCS.xml#7.2.2.1> ;
      p1:hasFragment <http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#t=116.116,504.504> , <http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#t=0,116.116> ;
      p1:hasGenre <http://www.ebu.ch/metadata/cs/ebu_ContentGenreCS.xml#3.1.1.10.3> ;
      p1:hasKeyword
              [ rdfs:label "Video"
              ] ;
      p1:hasLanguage
              [ rdfs:label "en-us"
              ] ;
      p1:hasNamedFragment <http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#shot1_1_AV> , <http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#shot1_2_AV> ;
      p1:hasPolicy
              [ rdfs:label "1998/4D3748"
              ] ;
      p1:hasPublisher
              [ a       p1:Organisation ;
                rdfs:label "W3 Pictures Inc."
              ] ;
      p1:hasRating
              [ a       p1:Rating ;
                p1:IsRatingOf <http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg> ;
                p1:hasRatingSystem
                        [ rdfs:label "higherBetter"
                        ] ;
                p1:ratingScaleMax 5.0 ;
                p1:ratingScaleMin 1.0 ;
                p1:ratingValue 3.0
              ] ;
      p1:hasRelatedResource
              <http://somewhere.com/othermaterial.mov> ;
      p1:hasTargetAudience
              [ a       p1:TargetAudience ;
                p1:hasClassification
                        [ rdfs:label "AT"
                        ] ;
                p1:hasClassificationSystem
                        [ rdfs:label "Region Classification"
                        ]
              ] ;
      p1:hasTargetAudience
              [ a       p1:TargetAudience ;
                p1:hasClassification
                        [ rdfs:label "min=16"
                        ] ;
                p1:hasClassificationSystem
                        [ rdfs:label "Age Classification"
                        ]
              ] ;
      p1:isMemberOf
              [ a       p1:Collection ;
                p1:collectionName "The 99 Example Series"
              ] ;
      p1:locator "http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg"^^xsd:anyURI ;
      p1:numberOfTracks 2 ;
      p1:samplingRate 22000.0 ;
      p1:title "Sample Programme"@en .

<http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#shot1_1_AV>
      a       p1:MediaFragment ;
      =       <http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#t=0,116.116> ;
      p1:fragmentName "Shot 1" ;
      p1:title "Shot 1"@en .

<http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#t=116.116,504.504>
      a       p1:MediaFragment .

<http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#shot1_2_AV>
      a       p1:MediaFragment ;
      =       <http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#t=116.116,504.504> ;
      p1:fragmentName "Shot 2" ;
      p1:title "Shot 2"@en .

<http://example.org/20041116_110000_CCTV4_NEWS3_CHN.mpg#t=0,116.116>
      a       p1:MediaFragment .

<http://somewhere.com/othermaterial.mov>
      a       p1:MediaResource .

[]
      a       owl:Ontology ;
      owl:imports <http://www.w3.org/ns/ma-ont> .

<http://www.ebu.ch/metadata/cs/ebu_ContentGenreCS.xml#3.1.1.10.3>
      rdfs:label "Film" .
