annotate rdfonto/MIR-onto.rdf @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents
children
rev   line source
nothing@18 1 <?xml version="1.0" encoding="UTF-8"?>
nothing@18 2 <rdf:RDF
nothing@18 3 xmlns:dc="http://purl.org/dc/elements/1.1/"
nothing@18 4 xmlns:owl="http://www.w3.org/2002/07/owl#"
nothing@18 5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
nothing@18 6 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
nothing@18 7 >
nothing@18 8 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Predictions">
nothing@18 9 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 10 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature"/>
nothing@18 11 </rdf:Description>
nothing@18 12 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Structure">
nothing@18 13 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 14 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature"/>
nothing@18 15 </rdf:Description>
nothing@18 16 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmFeatureExtractor">
nothing@18 17 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 18 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
nothing@18 19 </rdf:Description>
nothing@18 20 <rdf:Description rdf:about="">
nothing@18 21 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
nothing@18 22 <dc:description>This is an ontology derived from MIR Toolbox for the Audio Features engineering process</dc:description>
nothing@18 23 <dc:title>MIR Toolbox Ontology</dc:title>
nothing@18 24 <owl:versionInfo>Version 0.1</owl:versionInfo>
nothing@18 25 </rdf:Description>
nothing@18 26 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchFeatureExtractor">
nothing@18 27 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 28 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
nothing@18 29 </rdf:Description>
nothing@18 30 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature">
nothing@18 31 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 32 </rdf:Description>
nothing@18 33 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Similarity">
nothing@18 34 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 35 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature"/>
nothing@18 36 </rdf:Description>
nothing@18 37 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Statistics">
nothing@18 38 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 39 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HighLevelFeature"/>
nothing@18 40 </rdf:Description>
nothing@18 41 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor">
nothing@18 42 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 43 </rdf:Description>
nothing@18 44 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TonalityFeatureExtractor">
nothing@18 45 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 46 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
nothing@18 47 </rdf:Description>
nothing@18 48 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimbreFeatureExtractor">
nothing@18 49 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 50 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
nothing@18 51 </rdf:Description>
nothing@18 52 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Operator">
nothing@18 53 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 54 </rdf:Description>
nothing@18 55 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DynamicsFeatureExtractor">
nothing@18 56 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 57 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FeatureExtractor"/>
nothing@18 58 </rdf:Description>
nothing@18 59 </rdf:RDF>