
"@context": {
"untp-core": "https://test.uncefact.org/vocabulary/untp/core/0/",
"untp-dpp": "https://test.uncefact.org/vocabulary/untp/dpp/0/",
"schema": "https://schema.org/",
"Country": "https://vocabulary.uncefact.org/CountryId#",
"Unit": "https://vocabulary.uncefact.org/UnitMeasureCode#",
"ex": "https://example.com/vocab#",
"Produktpass": "untp-dpp:ProductPassport",
"Produkt": "untp-core:Product",
"Part": "untp-core:Party",
"Krav": "untp-core:Claim",
"Standard": "untp-core:Standard",
"produkt": { "@id": "untp-core:product", "@type": "@id" },
"navn": "schema:name",
"Varenummer": "untp-core:registeredId",
"idOrdning": { "@id": "untp-core:idScheme", "@type": "@id" },
"Produsent": { "@id": "untp-core:producedByParty", "@type": "@id" },
"Farge": "schema:color",
"HøySynlighet": { "@id": "ex:highVisibility", "@type": "xsd:boolean" },
"Materiale": { "@id": "untp-core:materialsProvenance", "@type": "@id" },
"materialNavn": "schema:name",
"materialSymbol": "untp-core:symbol",
"masseFraksjon": { "@id": "untp-core:massFraction", "@type": "xsd:double" },
"Sertifisering": { "@id": "untp-core:conformityClaim", "@type": "@id" },
"referanseStandard": { "@id": "untp-core:referenceStandard", "@type": "@id" },
"iSamsvar": { "@id": "untp-core:conformance", "@type": "xsd:boolean" },
"vurderingsDato": { "@id": "untp-core:assessmentDate", "@type": "xsd:string" },
"Opprinnelsesland": {
"@id": "untp-core:countryOfProduction",
"@type": "@vocab",
"@context": { "@vocab": "https://vocabulary.uncefact.org/CountryId#" }
},
"ProduksjonslandUtvidet": { "@id": "ex:countryOfProductionExtended" },
"dokumentasjon": { "@id": "untp-core:conformityEvidence", "@type": "@id" },
"lenkeURL": { "@id": "untp-core:linkURL", "@type": "xsd:string" },
"lenkeNavn": { "@id": "untp-core:linkName", "@type": "xsd:string" }
},
"@type": "Produktpass",
"produkt": {
"@type": "Produkt",
"navn": "Hi-Vis Arbeidsjakke",
"Varenummer": "7070889241293
",
"idOrdning": "urn:scheme:sku",
"Produsent": {
"@type": "Part",
"navn": "Acme Safety AS",
"Varenummer": "7070889241293
",
"idOrdning": "urn:scheme:orgnr"
},
"Farge": "Gul/Svart",
"HøySynlighet": true,
"Opprinnelsesland": "NO",
"ProduksjonslandUtvidet": {
"country": "CN",
"regel": "non-preferential",
"dokumentasjon": [
{
"lenkeURL": "https://example.com/docs/factory-certificate.pdf",
"lenkeNavn": "Fabrikksertifikat"
}
]
},
"Materiale": [
{ "materialNavn": "Polyester", "materialSymbol": "PES", "masseFraksjon": 0.85 },
{ "materialNavn": "Bomull", "materialSymbol": "CO", "masseFraksjon": 0.15 }
]
},
"Sertifisering": [
{
"@type": "Krav",
"description": "Oppfyller EN ISO 20471:2013+A1:2016 Klasse 2",
"referanseStandard": { "@type": "Standard", "navn": "EN ISO 20471" },
"iSamsvar": true,
"vurderingsDato": "2025-03-15"
}
]
}