annotate fuxi/af-base-properties.rdf @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents 9bd7159cb9cc
children
rev   line source
nothing@15 1 <?xml version="1.0" encoding="UTF-8"?>
nothing@15 2 <rdf:RDF
nothing@15 3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
nothing@15 4 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
nothing@15 5 >
nothing@16 6 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#dimensionality">
nothing@16 7 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
nothing@16 8 <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#AudioFeature"/>
nothing@16 9 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
nothing@16 10 </rdf:Description>
nothing@16 11 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#complexity">
nothing@16 12 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
nothing@16 13 <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#AudioFeature"/>
nothing@16 14 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
nothing@16 15 </rdf:Description>
nothing@16 16 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#AudioFeature">
nothing@16 17 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@16 18 </rdf:Description>
nothing@16 19 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#model">
nothing@16 20 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
nothing@16 21 <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#AudioFeature"/>
nothing@16 22 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
nothing@16 23 </rdf:Description>
nothing@15 24 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#temporalscale">
nothing@15 25 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
nothing@15 26 <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#AudioFeature"/>
nothing@15 27 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
nothing@15 28 </rdf:Description>
nothing@15 29 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#domain">
nothing@15 30 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
nothing@15 31 <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#AudioFeature"/>
nothing@15 32 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
nothing@15 33 </rdf:Description>
nothing@15 34 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#level">
nothing@15 35 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
nothing@15 36 <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#AudioFeature"/>
nothing@15 37 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
nothing@15 38 </rdf:Description>
nothing@15 39 </rdf:RDF>