#Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp 
        #    using base file:///home/pa/recherche/mawg/id3/complete.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/complete.ttlu
     @prefix : <http://www.w3.org/ns/ma-ont#> .
    @prefix _11: <complete.mp3#> .
    @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#> .
    
    <complete.mp3>     a :AudioTrack,
                :MediaResource;
         :copyright "2011 Pierre-Antoine Champin";
         :date "2011-02-28"^^xsd:date;
         :description "tit1";
         :duration 123.456;
         :hasCompression  [
             rdfs:label "MPG/3" ];
         :hasContributor  [
             rdfs:label "tipl-val1" ],
                 [
             rdfs:label "tipl-val2" ],
                 [
             rdfs:label "tenc" ],
                 [
             rdfs:label "tcom" ],
                 [
             rdfs:label "tpe2" ],
                 [
             rdfs:label "tpe3" ],
                 [
             rdfs:label "tpe4" ],
                 [
             rdfs:label "text" ],
                 [
             rdfs:label "tmcl-val1" ],
                 [
             rdfs:label "tmcl-val2" ];
         :hasCreator  [
             rdfs:label "tpe1a" ],
                 [
             rdfs:label "tpe1b" ];
         :hasFormat  [
             rdfs:label "MPG/3" ];
         :hasGenre  [
             rdfs:label "tcon" ];
         :hasKeyword  [
             rdfs:label "tmoo1" ],
                 [
             rdfs:label "tmoo2" ];
         :hasLanguage  [
             rdfs:label "eng" ];
         :hasPublisher  [
             rdfs:label "tpub" ];
         :hasRating  [
             :hasRatingSystem id3v2:POPM;
             :isProvidedBy  [
                 rdfs:label "pierre-antoine.champin@liris.cnrs.fr" ];
             :ratingScaleMax 255.0;
             :ratingScaleMin 0.0;
             :ratingValue 234.0 ];
         :hasRelatedImage _11:id3-APIC-APIC-3,
                <http://example.org/apic.png>;
         :isMemberOf  [
             rdfs:label "talb" ];
         :recordDate "2011-02-28"^^xsd:date;
         :releaseDate "2011-03-01"^^xsd:date;
         :title "tit2",
                "tit3" .
      [      a owl:Ontology;
             owl:imports <http://www.w3.org/ns/ma-ont> ].
    
#ENDS
