Tore Christiansen

Correcting another error

...@@ -1246,6 +1246,7 @@ ...@@ -1246,6 +1246,7 @@
1246 rdf:type :FreeFieldValue ; 1246 rdf:type :FreeFieldValue ;
1247 :hasDescription "Feline Cat"^^xsd:string ; 1247 :hasDescription "Feline Cat"^^xsd:string ;
1248 :hasShort "CAT"^^xsd:string ; 1248 :hasShort "CAT"^^xsd:string ;
1249 + :subValueOf :FreeField3Value2 ;
1249 rdfs:label "Free Field 3 Value 1"^^xsd:string ; 1250 rdfs:label "Free Field 3 Value 1"^^xsd:string ;
1250 . 1251 .
1251 :FreeField3Value2 1252 :FreeField3Value2
......