#Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp 
        #    using base file:///home/pa/recherche/mawg/id3/bach.ttlu
        
#  Notation3 generation by
#       notation3.py,v 1.200 2007/12/11 21:18:08 syosi Exp

#   Base was: file:///home/pa/recherche/mawg/id3/bach.ttlu
     @prefix : <http://www.w3.org/ns/ma-ont#> .
    @prefix id3v2: <http://www.id3.org/id3v2.3.0#> .
    @prefix owl: <http://www.w3.org/2002/07/owl#> .
    @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
    
    <bach.mp3>     a :AudioTrack,
                :MediaResource;
         :description "Brandenburg Concerto No.1 in F, BWV 1046";
         :duration 259.0;
         :hasCompression  [
             rdfs:label "MPG/3" ];
         :hasContributor  [
             rdfs:label "I Musici" ],
                 [
             rdfs:label "Johann Sebastian Bach" ];
         :hasCreator  [
             rdfs:label "Erich Penzel" ];
         :hasFormat  [
             rdfs:label "MPG/3" ];
         :hasGenre  [
             rdfs:label "Classic Rock" ];
         :hasPublisher  [
             rdfs:label "Philips" ];
         :hasRating  [
             :hasRatingSystem id3v2:POPM;
             :isProvidedBy  [
                 rdfs:label "pierre-antoine.champin@liris.cnrs.fr" ];
             :ratingScaleMax 255.0;
             :ratingScaleMin 0.0;
             :ratingValue 234.0 ];
         :isMemberOf  [
             rdfs:label "Bach: Brandenburg Concertos (Complete), Violin Concertos (Complete)" ];
         :releaseDate "1997-08-10"^^xsd:date;
         :title "1.",
                "Allegro",
                "Brandenburg Concerto No.1 in F, BWV 1046 -- 1 (Allegro)" .
      [      a owl:Ontology;
             owl:imports <http://www.w3.org/ns/ma-ont> ].
    
#ENDS
