|
| 1 | +{ |
| 2 | + "prefixes": { |
| 3 | + "https://dev.lod.coop/essglobal/2.1/standard/activities-ica/": "aci", |
| 4 | + "https://dev.lod.coop/essglobal/2.1/standard/base-membership-type/": "bmt", |
| 5 | + "https://dev.lod.coop/essglobal/2.1/standard/organisational-structure/": "os" |
| 6 | + }, |
| 7 | + "languages": ["en", "fr"], |
| 8 | + "fields": { |
| 9 | + "uid": "value", |
| 10 | + "name": "value", |
| 11 | + "description": "value", |
| 12 | + "website": { |
| 13 | + "type": "multi", |
| 14 | + "of": { |
| 15 | + "type": "value" |
| 16 | + } |
| 17 | + }, |
| 18 | + "dc_domains": { |
| 19 | + "type": "multi", |
| 20 | + "of": { "type": "value" } |
| 21 | + }, |
| 22 | + "country_id": { |
| 23 | + "type": "vocab", |
| 24 | + "uri": "coun" |
| 25 | + }, |
| 26 | + "primary_activity": { |
| 27 | + "type": "vocab", |
| 28 | + "uri": "aci", |
| 29 | + "titleUri": "ui:primary_activity" |
| 30 | + }, |
| 31 | + "organisational_structure": { |
| 32 | + "type": "vocab", |
| 33 | + "uri": "os", |
| 34 | + "titleUri": "ui:organisational_structure" |
| 35 | + }, |
| 36 | + "typology": { |
| 37 | + "type": "vocab", |
| 38 | + "uri": "bmt", |
| 39 | + "titleUri": "ui:typology" |
| 40 | + }, |
| 41 | + "latitude": "value", |
| 42 | + "longitude": "value", |
| 43 | + "geocontainer_lat": "value", |
| 44 | + "geocontainer_lon": "value", |
| 45 | + "geocoded_addr": "value", |
| 46 | + "data_sources": { |
| 47 | + "type": "multi", |
| 48 | + "of": { "type": "vocab", "uri": "dso" } |
| 49 | + } |
| 50 | + }, |
| 51 | + "vocabs": { |
| 52 | + "aci": { |
| 53 | + "en": { |
| 54 | + "title": "Economic Activity", |
| 55 | + "terms": { |
| 56 | + "ICA210": "Housing", |
| 57 | + "ICA220": "Transport", |
| 58 | + "ICA230": "Utilities" |
| 59 | + } |
| 60 | + }, |
| 61 | + "fr": { |
| 62 | + "title": "Secteur économique", |
| 63 | + "terms": { |
| 64 | + "ICA210": "Logement", |
| 65 | + "ICA220": "Transports", |
| 66 | + "ICA230": "Services publics" |
| 67 | + } |
| 68 | + } |
| 69 | + }, |
| 70 | + "bmt": { |
| 71 | + "en": { |
| 72 | + "title": "Typology", |
| 73 | + "terms": { |
| 74 | + "BMT10": "Consumer/Users", |
| 75 | + "BMT20": "Producers", |
| 76 | + "BMT30": "Workers" |
| 77 | + } |
| 78 | + }, |
| 79 | + "fr": { |
| 80 | + "title": "Typologie", |
| 81 | + "terms": { |
| 82 | + "BMT10": "Consommateurs/usagers", |
| 83 | + "BMT20": "Producteurs", |
| 84 | + "BMT30": "Travailleurs" |
| 85 | + } |
| 86 | + } |
| 87 | + }, |
| 88 | + "os": { |
| 89 | + "en": { |
| 90 | + "title": "Structure Type", |
| 91 | + "terms": { |
| 92 | + "OS60": "Workers cooperative", |
| 93 | + "OS80": "Consumer/User coops", |
| 94 | + "OS90": "Producer cooperative" |
| 95 | + } |
| 96 | + }, |
| 97 | + "fr": { |
| 98 | + "title": "Type de structure", |
| 99 | + "terms": { |
| 100 | + "OS50": "Entreprise (autre)", |
| 101 | + "OS60": "Coopératives de travail associé", |
| 102 | + "OS80": "Coopératives de consommateurs", |
| 103 | + "OS90": "Coopératives de producteurs" |
| 104 | + } |
| 105 | + } |
| 106 | + }, |
| 107 | + "coun": { |
| 108 | + "en": { |
| 109 | + "title": "Country", |
| 110 | + "terms": { |
| 111 | + "GB": "United Kingdom", |
| 112 | + "FR": "France" |
| 113 | + } |
| 114 | + }, |
| 115 | + "fr": { |
| 116 | + "title": "Pays", |
| 117 | + "terms": { |
| 118 | + "GB": "Royaume-Uni", |
| 119 | + "FR": "France" |
| 120 | + } |
| 121 | + } |
| 122 | + }, |
| 123 | + "dso": { |
| 124 | + "en": { |
| 125 | + "title": "Data Source", |
| 126 | + "terms": { |
| 127 | + "CUK": "Co-operatives UK", |
| 128 | + "DC": "DotCoop", |
| 129 | + "ICA": "International Cooperative Alliance", |
| 130 | + "NCBA": "National Cooperative Business Association (USA)" |
| 131 | + } |
| 132 | + }, |
| 133 | + "fr": { |
| 134 | + "title": "Source de données", |
| 135 | + "terms": { |
| 136 | + "CUK": "Co-operatives UK", |
| 137 | + "DC": "DotCoop", |
| 138 | + "ICA": "Alliance coopérative internationale", |
| 139 | + "NCBA": "National Cooperative Business Association (USA)" |
| 140 | + } |
| 141 | + } |
| 142 | + }, |
| 143 | + "ui": { |
| 144 | + "en": { |
| 145 | + "primary_activity": "Primary Activity", |
| 146 | + "organisational_structure": "Organisational Structure", |
| 147 | + "typology": "Typology" |
| 148 | + }, |
| 149 | + "fr": { |
| 150 | + "primary_activity": "Activité principale", |
| 151 | + "organisational_structure": "Structure organisationnelle", |
| 152 | + "typology": "Typologie" |
| 153 | + } |
| 154 | + } |
| 155 | + } |
| 156 | +} |
0 commit comments