#created by hand by Joakim Söderberg (UPM-OEG) for Cablelabs 1.1 example file: version 1
@prefix :        <http://www.w3.org/ns/ma-ont#> .
@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 rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<ericsson.com/UNVA2001081701004002>
      a       :MediaResource ;
      :averageBitRate "3750"^^xsd:decimal ;
      :duration "11640"^^xsd:decimal ;
      :frameHeight 480 ;
      :frameRate "30"^^xsd:decimal ;
      :frameWidth 640 ;
      :hasFormat
              [ rdfs:label "video/mpeg"
              ] ;
      :hasLanguage
              [ rdfs:label "sv"
              ] ;
      :hasLanguage
              [ rdfs:label "en"
              ] ;
      :hasPublisher
              [ rdfs:label "InDemand"
              ] ;
      :hasPublisher
              [ rdfs:label "ericsson.com"
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "R"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/MPAA_Parental_Guidelines>
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "Adult"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/Audience>
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "Age-14"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/MSO>
              ] ;
      :hasTrack <CL_ADI_1_1-to-w3cMediaOnt.rdf#VideoTrack_1> ;
      :isMemberOf
              [ a       :Collection ;
                rdfs:label "ericsson.com/UNVA2001081701004000"
              ] ;
      :locator "The_Titanic.mpg"^^xsd:anyURI ;
      :numberOfTracks 2 .

<ericsson.com/UNVA2001081701004003>
      a       :MediaResource ;
      :averageBitRate "3750"^^xsd:decimal ;
      :duration "45"^^xsd:decimal ;
      :frameHeight 480 ;
      :frameRate "30"^^xsd:decimal ;
      :frameWidth 640 ;
      :hasFormat
              [ rdfs:label "video/mpeg"
              ] ;
      :hasLanguage
              [ rdfs:label "en"
              ] ;
      :hasPublisher
              [ rdfs:label "ericsson.com"
              ] ;
      :hasPublisher
              [ rdfs:label "InDemand"
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "Adult"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/Audience>
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "G"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/MPAA_Parental_Guidelines>
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "All-Ages"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/MSO>
              ] ;
      :hasTrack
              [ a       :VideoTrack ;
                :hasCompression
                        [ rdfs:label "video/mp2t"^^xsd:string
                        ]
              ] ;
      :isMemberOf
              [ a       :Collection ;
                rdfs:label "ericsson.com/UNVA2001081701004000"
              ] ;
      :locator "The_Titanic_Preview.mpg"^^xsd:anyURI ;
      :numberOfTracks 1 .

<CL_ADI_1_1-to-w3cMediaOnt.rdf#VideoTrack_1>
      a       :VideoTrack ;
      :hasCompression
              [ rdfs:label "video/mp4"^^xsd:string
              ] .

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

<ericsson.com/UNVA2001081701004004>
      a       :MediaResource ;
      :hasFormat
              [ rdfs:label "image"
              ] ;
      :hasPublisher
              [ rdfs:label "InDemand"
              ] ;
      :hasPublisher
              [ rdfs:label "ericsson.com"
              ] ;
      :isMemberOf
              [ a       :Collection ;
                rdfs:label "ericsson.com/UNVA2001081701004000"
              ] ;
      :locator "The_Titanic_Box_Cover.bmp"^^xsd:anyURI .

<ericsson.com/UNVA2001081701004000>
      a       :MediaResource ;
      :hasPublisher
              [ rdfs:label "InDemand"
              ] ;
      :hasPublisher
              [ rdfs:label "ericsson.com"
              ] .

<ericsson.com/UNEN2001081701004003>
      a       :MediaResource ;
      :averageBitRate "3750"^^xsd:decimal ;
      :duration "11640"^^xsd:decimal ;
      :frameHeight 480 ;
      :frameRate "30"^^xsd:decimal ;
      :frameWidth 640 ;
      :hasFormat
              [ rdfs:label "video/mpeg"
              ] ;
      :hasPublisher
              [ rdfs:label "ericsson.com"
              ] ;
      :hasPublisher
              [ rdfs:label "InDemand"
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "Adult"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/Audience>
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "R"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/MPAA_Parental_Guidelines>
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "Age-14"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/MSO>
              ] ;
      :hasTrack
              [ a       :VideoTrack ;
                :hasCompression
                        [ rdfs:label "video/mp4"^^xsd:string
                        ]
              ] ;
      :isMemberOf
              [ a       :Collection ;
                rdfs:label "ericsson.com/UNVA2001081701004000"
              ] ;
      :isRelatedTo <ericsson.com/Asset/UNVA2001081701004002> ;
      :locator "The_Titanic_Verimatrix.mpg"^^xsd:anyURI ;
      :numberOfTracks 2 .

<ericsson.com/UNVA2001081701004001>
      a       :MediaResource ;
      :copyright "InDemand"^^xsd:string ;
      :createdIn
              [ a       :Location ;
                :locationName "US"
              ] ;
      :creationDate "2002-01-11"^^xsd:date ;
      :description "The Titanic"^^xsd:string ;
      :duration "11640"^^xsd:decimal ;
      :hasContributor
              [ rdfs:label "Zane,Billy"
              ] ;
      :hasContributor
              [ rdfs:label "Winslet,Kate"
              ] ;
      :hasContributor
              [ rdfs:label "DiCaprio,Leonardo"
              ] ;
      :hasContributor
              [ rdfs:label "Cameron,James"
              ] ;
      :hasContributor
              [ rdfs:label "Cameron,James"
              ] ;
      :hasCreator
              [ rdfs:label "James Cameron"
              ] ;
      :hasGenre
              [ rdfs:label "InDemand/Movies A-Z"
              ] ;
      :hasGenre
              [ rdfs:label "Drama"
              ] ;
      :hasGenre
              [ rdfs:label "Romance"
              ] ;
      :hasKeyword
              [ rdfs:label "Fictional romantic tale of a rich girl and poor boy who meet on the ill-fated voyage of the 'unsinkable' ship"
              ] ;
      :hasPublisher
              [ a       :Organisation ;
                rdfs:label "Paramount"
              ] ;
      :hasPublisher
              [ rdfs:label "ericsson.com"
              ] ;
      :hasPublisher
              [ rdfs:label "InDemand"
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "Adult"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/Audience>
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "R"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/MPAA_Parental_Guidelines>
              ] ;
      :hasTargetAudience
              [ a       :TargetAudience ;
                :hasClassification
                        [ rdfs:label "Age-14"
                        ] ;
                :hasClassificationScheme
                        <http://cablelabs.org/resource/MSO>
              ] ;
      :isCopyrightedBy <http://ericsson.com/> ;
      :isMemberOf
              [ a       :Collection ;
                rdfs:label "Paramount"
              ] ;
      :isMemberOf
              [ a       :Collection ;
                rdfs:label "ericsson.com/UNVA2001081701004000"
              ] ;
      :hasPolicy [ rdfs:label ""^^xsd:string ] ;
      :releaseDate "2002-02-01T00:00:00"^^xsd:dateTime ;
      :title  "The Titanic"^^xsd:string .
