accurator/commit

Changed name fashion field to object, resolves #266

authorChris Dijkshoorn
Thu Apr 21 20:15:07 2016 +0200
committerChris Dijkshoorn
Thu Apr 21 20:15:07 2016 +0200
commit0b68238f9e4f6d5b7b508b1b798f28201c17557e
tree05a6fd8309e6077a2e8ef29dd7b8d1400bb40198
parent38cf9e6c726d3d6fb7f6c3baa1acb77babc9cc13
Diff style: patch stat
diff --git a/rdf/domain/fashion/ui/fields.ttl b/rdf/domain/fashion/ui/fields.ttl
index 88ec05e..70f679a 100644
--- a/rdf/domain/fashion/ui/fields.ttl
+++ b/rdf/domain/fashion/ui/fields.ttl
@@ -11,7 +11,7 @@ afasui:fashionUI a auis:AnnotationUI ;
         afasui:Period
     ) ;
 	auis:fragmentFields (
-	     afasui:Garment
+	     afasui:Type
 		 afasui:Material
 		 afasui:Technique
 		 afasui:Color
@@ -28,11 +28,11 @@ afasui:fashionUI a auis:AnnotationUI ;
      auis:api "/api/autocomplete/all" ;
      auis:filterScheme "http://aat.org/Period" .
 
-afasui:Garment a auis:DropdownField ;
-	rdfs:label "Garment"@en ;
-	rdfs:label "Kledingstuk"@nl ;
-	dcterms:comment "add the type of garment"@en ;
-	dcterms:comment "voeg het type kledingstuk toe"@nl ;
+afasui:Type a auis:DropdownField ;
+	rdfs:label "Object type"@en ;
+	rdfs:label "Type object"@nl ;
+	dcterms:comment "add the type of object"@en ;
+	dcterms:comment "voeg het object type toe"@nl ;
 	auis:source afasui:GarmentSource .
 
 afasui:GarmentSource a auis:AlternativesSource ;