[tracker] NFO: Drop useless nfo:rate property



commit 25e41e741e67ee819914b88a75e7b0548c4a7d7f
Author: Jürg Billeter <j bitron ch>
Date:   Fri Aug 28 08:57:51 2009 +0200

    NFO: Drop useless nfo:rate property

 data/ontologies/33-nfo.ontology |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 54c82a7..65aa315 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -262,13 +262,6 @@ nfo:count a rdf:Property ;
 	rdfs:domain nfo:Media ;
 	rdfs:range xsd:integer .
 
-nfo:rate a rdf:Property ;
-	rdfs:label "rate" ;
-	rdfs:comment "A common superproperty for all properties specifying the media rate. Examples of subproperties may include frameRate for video and sampleRate for audio. This property is expressed in units per second." ;
-	nrl:maxCardinality 1 ;
-	rdfs:domain nfo:Media ;
-	rdfs:range xsd:double .
-
 nfo:channels a rdf:Property ;
 	rdfs:label "channels" ;
 	rdfs:comment "Number of channels. This property is to be used directly if no detailed information is necessary. Otherwise use more detailed subproperties." ;
@@ -287,7 +280,6 @@ nfo:sideChannels a rdf:Property ;
 nfo:frameRate a rdf:Property ;
 	rdfs:label "frameRate" ;
 	rdfs:comment "Amount of video frames per second." ;
-	rdfs:subPropertyOf nfo:rate ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nfo:Video ;
 	rdfs:range xsd:double .
@@ -667,7 +659,6 @@ nfo:isPasswordProtected a rdf:Property ;
 nfo:sampleRate a rdf:Property ;
 	rdfs:label "sampleRate" ;
 	rdfs:comment "The amount of audio samples per second." ;
-	rdfs:subPropertyOf nfo:rate ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nfo:Audio ;
 	rdfs:range xsd:double .
@@ -690,7 +681,6 @@ nfo:containsBookmark a rdf:Property ;
 nfo:averageBitrate a rdf:Property ;
 	rdfs:label "averageBitrate" ;
 	rdfs:comment "The average overall bitrate of a media container. (i.e. the size of the piece of media in bits, divided by it's duration expressed in seconds)." ;
-	rdfs:subPropertyOf nfo:rate ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nfo:Media ;
 	rdfs:range xsd:double .



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]