From 600c843149ff1bcbea0297063c77a003e054a532 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Aug 2021 19:41:56 +0100 Subject: [PATCH] Clothing types --- ontology/clothesTypes.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/ontology/clothesTypes.json b/ontology/clothesTypes.json index c2055b33b..23e5f9231 100644 --- a/ontology/clothesTypes.json +++ b/ontology/clothesTypes.json @@ -100,6 +100,21 @@ "dfc-p:specialize": "https://clothes/data/toolTypes.rdf#shoes", "@type": "dfc-p:ProductType" }, + { + "@id": "https://clothes/data/clothesTypes.rdf#boots", + "rdfs:label": [ + { + "@value": "Bottes", + "@language": "fr" + }, + { + "@value": "Boots", + "@language": "en" + } + ], + "dfc-p:specialize": "https://clothes/data/toolTypes.rdf#boots", + "@type": "dfc-p:ProductType" + }, { "@id": "https://clothes/data/clothesTypes.rdf#gown", "rdfs:label": [ @@ -205,6 +220,21 @@ "dfc-p:specialize": "https://clothes/data/toolTypes.rdf#neckwear", "@type": "dfc-p:ProductType" }, + { + "@id": "https://clothes/data/clothesTypes.rdf#scarf", + "rdfs:label": [ + { + "@value": "Écharpe", + "@language": "fr" + }, + { + "@value": "Scarf", + "@language": "en" + } + ], + "dfc-p:specialize": "https://clothes/data/toolTypes.rdf#scarf", + "@type": "dfc-p:ProductType" + }, { "@id": "https://clothes/data/clothesTypes.rdf#suit", "rdfs:label": [