view fuxi/af-base-properties.n3 @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents 53069717108c
children
line wrap: on
line source
@prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/af-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

af:complexity a owl:ObjectProperty ;
    rdfs:domain af:AudioFeature ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

af:dimensionality a owl:ObjectProperty ;
    rdfs:domain af:AudioFeature ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

af:domain a owl:ObjectProperty ;
    rdfs:domain af:AudioFeature ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

af:level a owl:ObjectProperty ;
    rdfs:domain af:AudioFeature ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

af:model a owl:ObjectProperty ;
    rdfs:domain af:AudioFeature ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

af:temporalscale a owl:ObjectProperty ;
    rdfs:domain af:AudioFeature ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

af:AudioFeature a owl:Class .