epicyon/ontology/clothesTypes.json

866 lines
20 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

{
"@context": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"dfc-b": "http://static.datafoodconsortium.org/ontologies/DFC_BusinessOntology.owl#",
"dfc-p": "http://static.datafoodconsortium.org/ontologies/DFC_ProductOntology.owl#",
"dfc-t": "http://static.datafoodconsortium.org/ontologies/DFC_TechnicalOntology.owl#",
"dfc-u": "http://static.datafoodconsortium.org/data/units.rdf#",
"dfc-p:specialize": {
"@type": "@id"
}
},
"@graph": [
{
"@id": "https://clothes/data/clothesTypes.rdf#shirt",
"rdfs:label": [
{
"@value": "La chemise",
"@language": "fr"
},
{
"@value": "Shirt",
"@language": "de"
},
{
"@value": "Camisa",
"@language": "es"
},
{
"@value": "Shirt",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/clothesTypes.rdf#shirt",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#belt",
"rdfs:label": [
{
"@value": "Ceinture",
"@language": "fr"
},
{
"@value": "Gürtel",
"@language": "de"
},
{
"@value": "Cinturón",
"@language": "es"
},
{
"@value": "Belt",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#belt",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#childrens-clothing",
"rdfs:label": [
{
"@value": "Vêtements pour enfants",
"@language": "fr"
},
{
"@value": "Kinderkleidung",
"@language": "de"
},
{
"@value": "Ropa de ninos",
"@language": "es"
},
{
"@value": "Children's Clothing",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#childrens-clothing",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#coat",
"rdfs:label": [
{
"@value": "Manteau",
"@language": "fr"
},
{
"@value": "Mantel",
"@language": "de"
},
{
"@value": "Abrigo",
"@language": "es"
},
{
"@value": "Coat",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#coat",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#dress",
"rdfs:label": [
{
"@value": "Robe",
"@language": "fr"
},
{
"@value": "Kleid",
"@language": "de"
},
{
"@value": "Vestir",
"@language": "es"
},
{
"@value": "Dress",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#dress",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#shoes",
"rdfs:label": [
{
"@value": "Des chaussures",
"@language": "fr"
},
{
"@value": "Schuhe",
"@language": "de"
},
{
"@value": "Zapatos",
"@language": "es"
},
{
"@value": "Shoes",
"@language": "en"
}
],
"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": "Stiefel",
"@language": "de"
},
{
"@value": "Botas",
"@language": "es"
},
{
"@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": [
{
"@value": "Robe",
"@language": "fr"
},
{
"@value": "Kleid",
"@language": "de"
},
{
"@value": "Vestido",
"@language": "es"
},
{
"@value": "Gown",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#gown",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#hat",
"rdfs:label": [
{
"@value": "Chapeau",
"@language": "fr"
},
{
"@value": "Hut",
"@language": "de"
},
{
"@value": "Sombrero",
"@language": "es"
},
{
"@value": "Hat",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#hat",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#hosiery",
"rdfs:label": [
{
"@value": "Hosiery",
"@language": "fr"
},
{
"@value": "Strumpfwaren",
"@language": "de"
},
{
"@value": "Hosi",
"@language": "es"
},
{
"@value": "Hosiery",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#hosiery",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#jacket",
"rdfs:label": [
{
"@value": "Veste",
"@language": "fr"
},
{
"@value": "Jacke",
"@language": "de"
},
{
"@value": "Chaqueta",
"@language": "es"
},
{
"@value": "Jacket",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#jacket",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#jeans",
"rdfs:label": [
{
"@value": "Jeans",
"@language": "fr"
},
{
"@value": "Jeans",
"@language": "de"
},
{
"@value": "Vaqueras",
"@language": "es"
},
{
"@value": "Jeans",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#jeans",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#mask",
"rdfs:label": [
{
"@value": "Masquer",
"@language": "fr"
},
{
"@value": "Maske",
"@language": "de"
},
{
"@value": "Máscara",
"@language": "es"
},
{
"@value": "Mask",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#mask",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#neckwear",
"rdfs:label": [
{
"@value": "Vêtements de cou",
"@language": "fr"
},
{
"@value": "Krawatten",
"@language": "de"
},
{
"@value": "Corbatas",
"@language": "es"
},
{
"@value": "Neckwear",
"@language": "en"
}
],
"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": "Schal",
"@language": "de"
},
{
"@value": "Bufanda",
"@language": "es"
},
{
"@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": [
{
"@value": "Costume",
"@language": "fr"
},
{
"@value": "Anzug",
"@language": "de"
},
{
"@value": "Traje",
"@language": "es"
},
{
"@value": "Suit",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#suit",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#poncho",
"rdfs:label": [
{
"@value": "Poncho",
"@language": "fr"
},
{
"@value": "Poncho",
"@language": "de"
},
{
"@value": "Poncho",
"@language": "es"
},
{
"@value": "Poncho",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#poncho",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#cloak",
"rdfs:label": [
{
"@value": "Manteau",
"@language": "fr"
},
{
"@value": "Mantel",
"@language": "de"
},
{
"@value": "Capa",
"@language": "es"
},
{
"@value": "Cloak",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#cloak",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#sari",
"rdfs:label": [
{
"@value": "Sari",
"@language": "fr"
},
{
"@value": "Sari",
"@language": "de"
},
{
"@value": "Sari",
"@language": "es"
},
{
"@value": "Sari",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#sari",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#sash",
"rdfs:label": [
{
"@value": "Ceinture",
"@language": "fr"
},
{
"@value": "Schärpe",
"@language": "de"
},
{
"@value": "Faja",
"@language": "es"
},
{
"@value": "Sash",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#sash",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#shawl",
"rdfs:label": [
{
"@value": "Châle",
"@language": "fr"
},
{
"@value": "Schal",
"@language": "de"
},
{
"@value": "Chal",
"@language": "es"
},
{
"@value": "Shawl",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#shawl",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#skirt",
"rdfs:label": [
{
"@value": "Jupe",
"@language": "fr"
},
{
"@value": "Rock",
"@language": "de"
},
{
"@value": "Falda",
"@language": "es"
},
{
"@value": "Skirt",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#skirt",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#trousers",
"rdfs:label": [
{
"@value": "Pantalon",
"@language": "fr"
},
{
"@value": "Hose",
"@language": "de"
},
{
"@value": "Pantalones",
"@language": "es"
},
{
"@value": "Trousers",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#trousers",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#shorts",
"rdfs:label": [
{
"@value": "Shorts",
"@language": "fr"
},
{
"@value": "Kurze Hose",
"@language": "de"
},
{
"@value": "Bermudas",
"@language": "es"
},
{
"@value": "Shorts",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#shorts",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#underwear",
"rdfs:label": [
{
"@value": "Sous-vêtement",
"@language": "fr"
},
{
"@value": "Unterwäsche",
"@language": "de"
},
{
"@value": "Ropa interior",
"@language": "es"
},
{
"@value": "Underwear",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#underwear",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#socks",
"rdfs:label": [
{
"@value": "Des chaussettes",
"@language": "fr"
},
{
"@value": "Socken",
"@language": "de"
},
{
"@value": "Medias",
"@language": "es"
},
{
"@value": "Socks",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#socks",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#helmet",
"rdfs:label": [
{
"@value": "Casque",
"@language": "fr"
},
{
"@value": "Helm",
"@language": "de"
},
{
"@value": "Casco",
"@language": "es"
},
{
"@value": "Helmet",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#helmet",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#gloves",
"rdfs:label": [
{
"@value": "Gants",
"@language": "fr"
},
{
"@value": "Handschuhe",
"@language": "de"
},
{
"@value": "Guantes",
"@language": "es"
},
{
"@value": "Gloves",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#gloves",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#kurta",
"rdfs:label": [
{
"@value": "Kurta",
"@language": "fr"
},
{
"@value": "Kurta",
"@language": "de"
},
{
"@value": "Kurta",
"@language": "es"
},
{
"@value": "Kurta",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#kurta",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#sherwani",
"rdfs:label": [
{
"@value": "Sherwani",
"@language": "fr"
},
{
"@value": "Sherwani",
"@language": "de"
},
{
"@value": "Sherwani",
"@language": "es"
},
{
"@value": "Sherwani",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#sherwani",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#shalwar-kameez",
"rdfs:label": [
{
"@value": "Shalwar Kameez",
"@language": "fr"
},
{
"@value": "Shalwar Kameez",
"@language": "de"
},
{
"@value": "Shalwar Kameez",
"@language": "es"
},
{
"@value": "Shalwar Kameez",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#shalwar-kameez",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#cheongsam",
"rdfs:label": [
{
"@value": "Cheongsam",
"@language": "fr"
},
{
"@value": "Cheongsam",
"@language": "de"
},
{
"@value": "Cheongsam",
"@language": "es"
},
{
"@value": "Cheongsam",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#cheongsam",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#áo-bà-ba",
"rdfs:label": [
{
"@value": "Áo bà ba",
"@language": "fr"
},
{
"@value": "Áo bà ba",
"@language": "de"
},
{
"@value": "Áo bà ba",
"@language": "es"
},
{
"@value": "Áo bà ba",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#áo-bà-ba",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#áo-dài",
"rdfs:label": [
{
"@value": "Áo dài",
"@language": "fr"
},
{
"@value": "Áo dài",
"@language": "de"
},
{
"@value": "Áo dài",
"@language": "es"
},
{
"@value": "Áo dài",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#áo-dài",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#halter-top",
"rdfs:label": [
{
"@value": "Halter haut",
"@language": "fr"
},
{
"@value": "Bikini-Oberteil",
"@language": "de"
},
{
"@value": "Camiseta sin mangas",
"@language": "es"
},
{
"@value": "Halter top",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#halter-top",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#sandals",
"rdfs:label": [
{
"@value": "Des sandales",
"@language": "fr"
},
{
"@value": "Sandalen",
"@language": "de"
},
{
"@value": "Sandalias",
"@language": "es"
},
{
"@value": "Sandals",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#sandals",
"@type": "dfc-p:ProductType"
},
{
"@id": "https://clothes/data/clothesTypes.rdf#slippers",
"rdfs:label": [
{
"@value": "Chaussons",
"@language": "fr"
},
{
"@value": "Hausschuhe",
"@language": "de"
},
{
"@value": "Zapatillas",
"@language": "es"
},
{
"@value": "Slippers",
"@language": "en"
}
],
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#slippers",
"@type": "dfc-p:ProductType"
}
]
}