annotate rdfn3/af-MIREX.n3 @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents 62d2c72e4223
children
rev   line source
nothing@0 1 @prefix MIREX: <file:///Users/alo/MusicOntology/features/rdf/> .
nothing@0 2 @prefix local: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
nothing@0 3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
nothing@0 4
nothing@0 5 MIREX:CorrelationPattern a rdfs:Resource ;
nothing@0 6 local:author "Klaus Seyerlehner" ;
nothing@0 7 local:feature "Correlation Pattern" ;
nothing@0 8 local:source "MIREX 2012" .
nothing@0 9
nothing@0 10 MIREX:DecorrelatedFilterBanks a rdfs:Resource ;
nothing@0 11 local:author "Shin-Cheol Lim" ;
nothing@0 12 local:feature "Decorrelated Filter Banks" ;
nothing@0 13 local:source "MIREX" .
nothing@0 14
nothing@0 15 MIREX:DeltaSpectralPattern a rdfs:Resource ;
nothing@0 16 local:author "Klaus Seyerlehner" ;
nothing@0 17 local:feature "Delta Spectral Pattern" ;
nothing@0 18 local:source "MIREX 2012" .
nothing@0 19
nothing@0 20 MIREX:FluctuationPatterns a rdfs:Resource ;
nothing@0 21 local:author "Franz de Leon" ;
nothing@0 22 local:feature "Fluctuation Patterns" ;
nothing@0 23 local:source "MIREX" .
nothing@0 24
nothing@0 25 MIREX:GeorgeTzanetakisModel a rdfs:Resource ;
nothing@0 26 local:author "Klaus Seyerlehner" ;
nothing@0 27 local:feature "George Tzanetakis Model" ;
nothing@0 28 local:source "MIREX 2012" .
nothing@0 29
nothing@0 30 MIREX:LocalSingleGaussianModel a rdfs:Resource ;
nothing@0 31 local:author "Klaus Seyerlehner" ;
nothing@0 32 local:feature "Local Single Gaussian Model" ;
nothing@0 33 local:source "MIREX 2012" .
nothing@0 34
nothing@0 35 MIREX:LogarithmicFluctuationPattern a rdfs:Resource ;
nothing@0 36 local:author "Klaus Seyerlehner" ;
nothing@0 37 local:feature "Logarithmic Fluctuation Pattern" ;
nothing@0 38 local:source "MIREX 2012" .
nothing@0 39
nothing@0 40 MIREX:ModulationFrequencyVarianceDescriptor a rdfs:Resource ;
nothing@0 41 local:author "Ponce",
nothing@0 42 "T. Lidy" ;
nothing@0 43 local:feature "Modulation Frequency Variance Descriptor" ;
nothing@0 44 local:source "MIREX 2008" .
nothing@0 45
nothing@0 46 MIREX:OctaveBasedSpectralContrast a rdfs:Resource ;
nothing@0 47 local:author "Shin-Cheol Lim" ;
nothing@0 48 local:feature "Octave-based Spectral Contrast" ;
nothing@0 49 local:source "MIREX" .
nothing@0 50
nothing@0 51 MIREX:PrincipalMelSpectrumComponents a rdfs:Resource ;
nothing@0 52 local:author "Philippe Hamel" ;
nothing@0 53 local:feature "Principal Mel-spectrum Components" ;
nothing@0 54 local:source "MIREX" .
nothing@0 55
nothing@0 56 MIREX:RhythmHistogram a rdfs:Resource ;
nothing@0 57 local:author "T. Lidy" ;
nothing@0 58 local:feature "Rhythm Histogram" ;
nothing@0 59 local:source "MIREX 2008" .
nothing@0 60
nothing@0 61 MIREX:RhythmPattern a rdfs:Resource ;
nothing@0 62 local:author "T. Lidy" ;
nothing@0 63 local:feature "Rhythm Pattern" ;
nothing@0 64 local:source "MIREX 2008" .
nothing@0 65
nothing@0 66 MIREX:SpectralContrastPattern a rdfs:Resource ;
nothing@0 67 local:author "Klaus Seyerlehner" ;
nothing@0 68 local:feature "Spectral Contrast Pattern" ;
nothing@0 69 local:source "MIREX 2012" .
nothing@0 70
nothing@0 71 MIREX:SpectralPattern a rdfs:Resource ;
nothing@0 72 local:author "Klaus Seyerlehner" ;
nothing@0 73 local:feature "Spectral Pattern" ;
nothing@0 74 local:source "MIREX" .
nothing@0 75
nothing@0 76 MIREX:StatisticalSpectrumDescriptor a rdfs:Resource ;
nothing@0 77 local:author "T. Lidy" ;
nothing@0 78 local:feature "Statistical Spectrum Descriptor" ;
nothing@0 79 local:source "MIREX 2008" .
nothing@0 80
nothing@0 81 MIREX:TemporalRhythmHistogram a rdfs:Resource ;
nothing@0 82 local:author "T. Lidy" ;
nothing@0 83 local:feature "Temporal Rhythm Histogram" ;
nothing@0 84 local:source "MIREX 2008" .
nothing@0 85
nothing@0 86 MIREX:TemporalStatisticalSpectrumDescriptor a rdfs:Resource ;
nothing@0 87 local:author "T. Lidy" ;
nothing@0 88 local:feature "Temporal Statistical Spectrum Descriptor" ;
nothing@0 89 local:source "MIREX 2008" .
nothing@0 90
nothing@0 91 MIREX:VarianceDeltaSpectralPattern a rdfs:Resource ;
nothing@0 92 local:author "Klaus Seyerlehner" ;
nothing@0 93 local:feature "Variance Delta Spectral Pattern" ;
nothing@0 94 local:source "MIREX 2012" .
nothing@0 95