[tracker] NMM: Fix syntax error



commit 187764ff4e0c71104d88c50190c1dc7edd98d637
Author: Philip Van Hoof <philip codeminded be>
Date:   Fri Jun 10 16:57:04 2011 +0200

    NMM: Fix syntax error

 data/ontologies/38-nmm.ontology |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index 52488a0..f15e2ba 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -432,7 +432,7 @@ nmm:isColorCorrected a rdf:Property ;
 	rdfs:domain nmm:Photo ;
 	rdfs:range xsd:boolean .
 
-nmm:direction ;
+nmm:direction a rdf:Property ;
 	rdfs:comment "The direction the image is taken (angle wrt map/true north) in degrees (0-359.9)" ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nmm:Photo ;



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