[tracker] Ontology: add county and district to postal address



commit b2277f52c56fc974662199859fc63f2aae8e8d46
Author: Ivan Frade <ivan frade nokia com>
Date:   Fri Jan 14 16:03:38 2011 +0200

    Ontology: add county and district to postal address

 data/ontologies/32-nco.ontology |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 9cf8dac..f7b6d42 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -11,7 +11,7 @@
 
 nco: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "nco" ;
-	nao:lastModified "2010-10-11T15:00:00Z" .
+	nao:lastModified "2010-01-14T15:00:00Z" .
 
 nco:Role a rdfs:Class ;
 	rdfs:label "Role" ;
@@ -603,6 +603,24 @@ nco:locality a rdf:Property ;
 	tracker:fulltextIndexed true ;
 	tracker:weight 4 .
 
+nco:county a rdf:Property ;
+           rdfs:label "County" ;
+           rdfs:comment "Regional division between state and city. Not in RFC 2426 sec 3.2.1. Added for API compatibility" ;
+           nrl:maxCardinality 1 ;
+           rdfs:domain nco:PostalAddress ;
+           rdfs:range xsd:string ;
+           tracker:fulltextIndexed true ;
+           tracker:weight 2 .
+
+nco:district a rdf:Property ;
+           rdfs:label "District" ;
+           rdfs:comment "Local division inside a city. Not in RFC 2426 sec 3.2.1. Added for API compatibility" ;
+           nrl:maxCardinality 1 ;
+           rdfs:domain nco:PostalAddress ;
+           rdfs:range xsd:string ;
+           tracker:fulltextIndexed true ;
+           tracker:weight 2 .
+
 nco:sound a rdf:Property ;
 	rdfs:label "sound" ;
 	rdfs:comment "Sound clip attached to a Contact. The DataObject refered to by this property is usually interpreted as an nfo:Audio. Inspired by the SOUND property defined in RFC 2425 sec. 3.6.6." ;



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