mirror of https://gitlab.com/bashrc2/epicyon
Clothing types
parent
a444304eb5
commit
600c843149
|
@ -100,6 +100,21 @@
|
||||||
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#shoes",
|
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#shoes",
|
||||||
"@type": "dfc-p:ProductType"
|
"@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",
|
"@id": "https://clothes/data/clothesTypes.rdf#gown",
|
||||||
"rdfs:label": [
|
"rdfs:label": [
|
||||||
|
@ -205,6 +220,21 @@
|
||||||
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#neckwear",
|
"dfc-p:specialize": "https://clothes/data/toolTypes.rdf#neckwear",
|
||||||
"@type": "dfc-p:ProductType"
|
"@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",
|
"@id": "https://clothes/data/clothesTypes.rdf#suit",
|
||||||
"rdfs:label": [
|
"rdfs:label": [
|
||||||
|
|
Loading…
Reference in New Issue