Open multilingual
SMB taxonomy

Maps NACE Rev.2 industry codes to OSM tags with 4-language service templates — for local directories, marketplaces, and knowledge graphs.

23
Categories
353
Subcategories
1333
Templates
4
Languages
View on GitHub npm package Full JSON-LD

What is it?

Standards-based

Rooted in NACE Rev.2 (EU statistical classification) and OpenStreetMap community tags. Every node carries a Schema.org type and Wikidata QID.

Linked Data ready

Every category, subcategory, and template has a stable @id URI that resolves to its JSON-LD document on this site.

Multilingual

All 1333 templates translated into English, Ukrainian, German, and Russian — with linguistic hints for NLP pipelines.

MIT licensed

Free for commercial and open-source use. Built by Mapko as the upper ontology for its business knowledge graph.

Browse

🏨
AccommodationI55 · 10 subcategories · 35 templates
🌾
Agriculture & FarmingA01 · 8 subcategories · 25 templates
🎨
Arts & HandmadeC32+R90 · 9 subcategories · 30 templates
🚗
Auto & TransportG45 · 11 subcategories · 43 templates
💇
Beauty & WellnessS96 · 12 subcategories · 52 templates
👶
Childcare & KidsQ88.91+P85.10 · 10 subcategories · 37 templates
🔧
Crafts & RepairS95 · 7 subcategories · 25 templates
🎓
Education & TrainingP85 · 7 subcategories · 28 templates
🎭
Entertainment & LeisureR90 · 17 subcategories · 61 templates
🎁
Events & WeddingN82.30 · 11 subcategories · 42 templates
🏦
Finance & InsuranceK64 · 8 subcategories · 27 templates
🍽️
Food & BeverageI56 · 46 subcategories · 173 templates
Vegan Restaurant2
Asian Restaurant3
Polish Restaurant3
Russian Restaurant3
⚖️
Government & Public ServicesO84+R91 · 9 subcategories · 34 templates
🏥
Health & MedicalQ86 · 32 subcategories · 119 templates
🏠
Home ServicesF43 · 21 subcategories · 81 templates
💻
IT & DigitalJ62 · 19 subcategories · 77 templates
🚛
Logistics & WarehousingH49+H52+H53 · 17 subcategories · 63 templates
🏭
Manufacturing & ProductionC · 15 subcategories · 56 templates
🐾
Pet ServicesM75+S96.09 · 8 subcategories · 27 templates
💼
Professional ServicesM69 · 16 subcategories · 66 templates
🏘️
Real EstateL68+F41 · 8 subcategories · 32 templates
🛍️
Retail & ShoppingG47 · 34 subcategories · 120 templates
Comics & Games Shop3
🏋️
Sports & FitnessR93 · 18 subcategories · 80 templates

Use it

npm

npm i @mapko/nace-osm-taxonomy

import tax from
  '@mapko/nace-osm-taxonomy'

// tax.categories[0]
//   .subcategories[0]
//   .templates[0].names.en

REST / JSON-LD

GET /v1/template/womens-haircut.jsonld

{
  "@id": "https://taxonomy.mapko.net
    /v1/template/womens-haircut",
  "@type": "skos:Concept",
  "names": {
    "en": "Women's Haircut",
    "uk": "Жіноча стрижка"
  }
}

All endpoints

/v1/index.jsonld
/v1/context.jsonld
/v1/category/<slug>.jsonld
/v1/subcategory/<slug>.jsonld
/v1/template/<slug>.jsonld
/v1/sitemap.xml