[tracker] Ontology: Change URI for URL in the documentation which was wrong



commit 8886e446000fb638af88d67093c03a3b20508987
Author: Martyn Russell <martyn lanedo com>
Date:   Fri Dec 17 14:04:53 2010 +0000

    Ontology: Change URI for URL in the documentation which was wrong

 data/ontologies/33-nfo.ontology |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 7ecdd05..298980a 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -481,7 +481,7 @@ nfo:listPosition a rdf:Property ;
 # This property is very impractical
 nfo:entryContent a rdf:Property ;
 	rdfs:label "Entry content" ;
-	rdfs:comment "URI to the element in certain position of the list" ;
+	rdfs:comment "URL to the element in certain position of the list" ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nfo:MediaFileListEntry ;
 	rdfs:range nie:InformationElement ;
@@ -491,7 +491,7 @@ nfo:entryContent a rdf:Property ;
 # This one makes more sense
 nfo:entryUrl a rdf:Property ;
 	rdfs:label "Entry URL" ;
-	rdfs:comment "URI to the element in certain position of the list" ;
+	rdfs:comment "URL to the element in certain position of the list" ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nfo:MediaFileListEntry ;
 	rdfs:range xsd:string ;
@@ -778,7 +778,7 @@ nfo:deletionDate a rdf:Property ;
 
 nfo:bookmarks a rdf:Property ;
 	rdfs:label "link" ;
-	rdfs:comment "The address of the linked object. Usually a web URI." ;
+	rdfs:comment "The address of the linked object. Usually a web URL." ;
 	rdfs:subPropertyOf nie:links ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nfo:Bookmark ;



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