Repository: github.com/jgmikael/vocabularies
| Vocabulary | Prefix | Namespace | Purpose | Status |
|---|---|---|---|---|
| WE BUILD | webuild |
https://iri.suomi.fi/model/webuild/ |
Electronic attestations of attributes (QEAA, PubEAA, EAA) for WE BUILD Large Scale Pilot | Draft |
| EU-Core | eu-core |
https://iri.suomi.fi/model/eu-core/ |
EU Core Vocabularies (Person, Organization, Location, Address, Evidence, etc.) | Draft |
| NCBV | ncbv |
https://iri.suomi.fi/model/ncbv/ |
Nordic Core Business Vocabulary for business information | Draft (v0.0.8) |
┌─────────────────────┐
│ WE BUILD │
│ (webuild:) │
│ │
│ Attestations, │
│ Posted Workers, │
│ Tax/Social Debt │
└──────────┬──────────┘
│ owl:imports
▼
┌─────────────────────┐ ┌─────────────────────┐
│ EU-Core │ │ NCBV │
│ (eu-core:) │ │ (ncbv:) │
│ │◄────────│ │
│ Person, Org, │ imports │ Legal Entity, │
│ Location, Address, │ │ Mandate, Role, │
│ Evidence, Document │ │ Representation │
└─────────────────────┘ └─────────────────────┘
WE BUILD extends EU-Core; NCBV imports EU-Core (ISA2core v1.0.0)
Description: Vocabulary for the electronic attestations of attributes (QEAA, PubEAA, EAA) that are designed by and for the Use Cases of the WE BUILD Large Scale Pilot.
Key Classes:
Description: A local implementation of the EU Core Vocabularies for use by the WP4 Semantics Group in the WE BUILD Large Scale Pilot. EU Core Vocabularies are simplified, reusable, and extensible data models that capture the fundamental characteristics of entities like persons and organizations.
Key Classes:
Description: The common Nordic data vocabulary for business information, initiated by the Nordic Smart Government & Business 4.0 program in 2022-24, further developed and maintained by the Nordic Data Quality and Semantics working group (2025-).
Key Classes:
These vocabularies are designed to support the creation of W3C Verifiable Credentials for business processes. Example usage in a JSON-LD context:
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://iri.suomi.fi/model/webuild/",
"https://iri.suomi.fi/model/eu-core/",
"https://iri.suomi.fi/model/ncbv/"
],
"@type": ["VerifiableCredential", "webuild:TaxDebtStatusAttestation"],
"credentialSubject": {
"@type": ["eu-core:LegalEntity", "ncbv:LegalEntity"],
"eu-core:legalName": "Acme Corporation",
"ncbv:legalIdentifier": {
"@type": "ncbv:Identifier",
"ncbv:notation": "FI12345678"
},
"webuild:hasTaxDebtStatus": "no-debt"
}
}
📖 View the Complete Technical Specification – Detailed W3C-style documentation with full class and property definitions, examples, and usage patterns.
This combined vocabulary documentation is maintained at github.com/jgmikael/vocabularies.
For the original vocabulary sources, visit each vocabulary's page on Tietomallit.suomi.fi: