nothing@15: @prefix af: . nothing@15: @prefix owl: . nothing@15: @prefix rdfs: . nothing@15: nothing@15: af:CepstralDomain a owl:Class ; nothing@15: rdfs:subClassOf af:Domain . nothing@15: nothing@17: af:CorrelationDomain a owl:Class ; nothing@17: rdfs:subClassOf af:Domain . nothing@17: nothing@15: af:EigendomainDomain a owl:Class ; nothing@15: rdfs:subClassOf af:Domain . nothing@15: nothing@15: af:FrequencyDomain a owl:Class ; nothing@15: rdfs:subClassOf af:Domain . nothing@15: nothing@15: af:GlobalTemporalscale a owl:Class ; nothing@15: rdfs:subClassOf af:Temporalscale . nothing@15: nothing@15: af:HighComplexity a owl:Class ; nothing@15: rdfs:subClassOf af:Complexity . nothing@15: nothing@15: af:InterframeTemporalscale a owl:Class ; nothing@15: rdfs:subClassOf af:Temporalscale . nothing@15: nothing@15: af:IntraframeTemporalscale a owl:Class ; nothing@15: rdfs:subClassOf af:Temporalscale . nothing@15: nothing@15: af:LowComplexity a owl:Class ; nothing@15: rdfs:subClassOf af:Complexity . nothing@15: nothing@15: af:MediumComplexity a owl:Class ; nothing@15: rdfs:subClassOf af:Complexity . nothing@15: nothing@15: af:ModulationFrequencyDomain a owl:Class ; nothing@15: rdfs:subClassOf af:Domain . nothing@15: nothing@15: af:MultidimensionalDimensionality a owl:Class ; nothing@15: rdfs:subClassOf af:Dimensionality . nothing@15: nothing@15: af:OnedimensionalDimensionality a owl:Class ; nothing@15: rdfs:subClassOf af:Dimensionality . nothing@15: nothing@15: af:PerceptualLevel a owl:Class ; nothing@15: rdfs:subClassOf af:Level . nothing@15: nothing@15: af:PhaseSpaceDomain a owl:Class ; nothing@15: rdfs:subClassOf af:Domain . nothing@15: nothing@15: af:PhysicalLevel a owl:Class ; nothing@15: rdfs:subClassOf af:Level . nothing@15: nothing@15: af:PsychoacousticModel a owl:Class ; nothing@15: rdfs:subClassOf af:Model . nothing@15: nothing@17: af:TemporalDomain a owl:Class ; nothing@17: rdfs:subClassOf af:Domain . nothing@17: nothing@15: af:complexity a owl:ObjectProperty ; nothing@15: rdfs:domain af:AudioFeature ; nothing@17: rdfs:range . nothing@15: nothing@15: af:dimensionality a owl:ObjectProperty ; nothing@15: rdfs:domain af:AudioFeature ; nothing@17: rdfs:range . nothing@15: nothing@15: af:domain a owl:ObjectProperty ; nothing@15: rdfs:domain af:AudioFeature ; nothing@17: rdfs:range . nothing@15: nothing@15: af:level a owl:ObjectProperty ; nothing@15: rdfs:domain af:AudioFeature ; nothing@17: rdfs:range . nothing@15: nothing@15: af:model a owl:ObjectProperty ; nothing@15: rdfs:domain af:AudioFeature ; nothing@17: rdfs:range . nothing@15: nothing@15: af:temporalscale a owl:ObjectProperty ; nothing@15: rdfs:domain af:AudioFeature ; nothing@17: rdfs:range . nothing@15: nothing@15: af:Model a owl:Class . nothing@15: nothing@15: af:Dimensionality a owl:Class . nothing@15: nothing@15: af:Level a owl:Class . nothing@15: nothing@15: af:Complexity a owl:Class . nothing@15: nothing@15: af:Temporalscale a owl:Class . nothing@15: nothing@15: af:AudioFeature a owl:Class . nothing@15: nothing@15: af:Domain a owl:Class . nothing@15: