@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .
@prefix untp: <https://test.uncefact.org/vocabulary/untp/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:access a owl:DatatypeProperty ;
    rdfs:label "access"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Access information, expressed as text, for the mode of universal communication such as 9 or *70 for a telephone network."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:actingParty a owl:ObjectProperty ;
    rdfs:label "acting party"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The party filling a role on a party-role join node."@en ;
    schema:domainIncludes unece:PartyRole ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:additionalStreetName a owl:DatatypeProperty ;
    rdfs:label "additional street name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The additional name of a street, expressed as text, for this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/address-format-type-code-list/1> a skos:Concept ;
    skos:inScheme unece:address-format-type-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Fiscal Format"@en .

<https://test.uncefact.org/vocabulary/address-format-type-code-list/2> a skos:Concept ;
    skos:inScheme unece:address-format-type-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Legal Format"@en .

<https://test.uncefact.org/vocabulary/address-format-type-code-list/3> a skos:Concept ;
    skos:inScheme unece:address-format-type-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Postal Format"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/1> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Postal address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/2> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Fiscal address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/3> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Physical address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/4> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Business address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/5> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Delivery To Address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/6> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Residential Address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/7> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Mail To Address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/8> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Postbox Address"@en .

unece:addressCountry a owl:ObjectProperty ;
    rdfs:label "country"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:addressCountry ;
    skos:definition "The country of an address, as an ISO 3166-1 code."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:addressLocality a owl:DatatypeProperty ;
    rdfs:label "locality"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The locality (city or town) of an address."@en ;
    skos:exactMatch schema:addressLocality ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:addressRegion a owl:DatatypeProperty ;
    rdfs:label "region"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The region (state, province or country subdivision) of an address."@en ;
    skos:exactMatch schema:addressRegion ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:addressTypeCode a owl:ObjectProperty ;
    rdfs:label "address type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A code specifying the type of this trade address, such as business address or home address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes unece:address-type-code-list ;
    unece:termStatus ts:proposed .

unece:allianceName a owl:DatatypeProperty ;
    rdfs:label "alliance name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An alliance name, expressed as text, for this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:alsoKnownAs a owl:ObjectProperty ;
    rdfs:label "also known as"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Another record (party or facility) that denotes the same real-world entity."@en ;
    schema:domainIncludes unece:Facility,
        unece:Party ;
    schema:rangeIncludes unece:Facility,
        unece:Party ;
    unece:termStatus ts:proposed .

unece:applicableMaterial a owl:ObjectProperty ;
    rdfs:label "applicable material"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Material applicable for this supply chain trade line item."@en ;
    schema:domainIncludes unece:Image ;
    schema:rangeIncludes unece:Material ;
    unece:termStatus ts:proposed .

unece:areaNumberCode a owl:ObjectProperty ;
    rdfs:label "area number code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the area number for this universal communication."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:attentionOf a owl:DatatypeProperty ;
    rdfs:label "attention of"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:brandName a owl:DatatypeProperty ;
    rdfs:label "brand name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A brand or trading name used by an organisation."@en ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:buildingName a owl:DatatypeProperty ;
    rdfs:label "building name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The building name of an address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:buildingNumber a owl:DatatypeProperty ;
    rdfs:label "building number"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The building number, expressed as text, in this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:careOf a owl:DatatypeProperty ;
    rdfs:label "care of"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name, expressed as text, of a person or organization at this trade address to whom incoming mail is marked with words such as 'care of' or 'C/O'."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:chainName a owl:DatatypeProperty ;
    rdfs:label "chain name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A chain name, expressed as text, for this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:citySubDivisionName a owl:DatatypeProperty ;
    rdfs:label "city sub division name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A name, expressed as text, of a sub-division of a city for this trade address, for example a district or borough."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:code a owl:DatatypeProperty ;
    rdfs:label "code"@en ;
    rdfs:comment "Also the code qualifier on classification / conformity-topic join nodes."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code value within a classification scheme."@en ;
    schema:domainIncludes unece:Score ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/code-list-scope/domain> a skos:Concept ;
    skos:definition "Reference data used primarily within a single domain."@en ;
    skos:inScheme unece:code-list-scope ;
    skos:notation "domain" ;
    skos:prefLabel "domain-scoped"@en .

unece:codeListScope a owl:AnnotationProperty ;
    rdfs:label "code list scope"@en ;
    rdfs:comment "Presentation classification of a code list: shared (cross-cutting reference data), domain (domain-scoped), or governance (vocabulary machinery); value from the code-list-scope scheme. Navigation only — it does not affect semantics or the value domain of any property."@en ;
    rdfs:isDefinedBy unece-mod:core .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AA> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AA" ;
    skos:prefLabel "Circuit switching"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AB> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AB" ;
    skos:prefLabel "SITA"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AC> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AC" ;
    skos:prefLabel "ARINC"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AD> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AD" ;
    skos:prefLabel "AT&T mailbox"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AE> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AE" ;
    skos:prefLabel "Peripheral device"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AF> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AF" ;
    skos:prefLabel "U.S. Defense Switched Network"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AG> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AG" ;
    skos:prefLabel "U.S. federal telecommunications system"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AH> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AH" ;
    skos:prefLabel "World Wide Web"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AI> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AI" ;
    skos:prefLabel "International calling country code"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AJ> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AJ" ;
    skos:prefLabel "Alternate telephone"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AK> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AK" ;
    skos:prefLabel "Videotex number"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AL> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AL" ;
    skos:prefLabel "Cellular phone"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AM> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AM" ;
    skos:prefLabel "International telephone direct line"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AN> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AN" ;
    skos:prefLabel "O.F.T.P. (ODETTE File Transfer Protocol)"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AO> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AO" ;
    skos:prefLabel "Uniform Resource Location (URL)"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AP> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AP" ;
    skos:prefLabel "Very High Frequency (VHF) radio telephone"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AQ> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AQ" ;
    skos:prefLabel "X.400 address for mail text"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AR> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AR" ;
    skos:prefLabel "AS1 address"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AS> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AS" ;
    skos:prefLabel "AS2 address"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AT> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AT" ;
    skos:prefLabel "AS3 address"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AU> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AU" ;
    skos:prefLabel "File Transfer Protocol"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AV> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AV" ;
    skos:prefLabel "Inmarsat call number"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/AW> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "AW" ;
    skos:prefLabel "Radio communication call sign"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/CA> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "CA" ;
    skos:prefLabel "Cable address"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/EI> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "EI" ;
    skos:prefLabel "EDI transmission"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/EM> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "EM" ;
    skos:prefLabel "Electronic mail"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/EX> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "EX" ;
    skos:prefLabel "Extension"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/FT> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "FT" ;
    skos:prefLabel "File transfer access method"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/FX> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "FX" ;
    skos:prefLabel "Telefax"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/GM> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "GM" ;
    skos:prefLabel "GEIS (General Electric Information Service) mailbox"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/IE> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "IE" ;
    skos:prefLabel "IBM information exchange"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/IM> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "IM" ;
    skos:prefLabel "Internal mail"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/MA> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "MA" ;
    skos:prefLabel "Mail"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/PB> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "PB" ;
    skos:prefLabel "Postbox number"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/PS> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "PS" ;
    skos:prefLabel "Packet switching"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/SW> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "SW" ;
    skos:prefLabel "S.W.I.F.T."@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/TE> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "TE" ;
    skos:prefLabel "Telephone"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/TG> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "TG" ;
    skos:prefLabel "Telegraph"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/TL> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "TL" ;
    skos:prefLabel "Telex"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/TM> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "TM" ;
    skos:prefLabel "Telemail"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/TT> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "TT" ;
    skos:prefLabel "Teletext"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/TX> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "TX" ;
    skos:prefLabel "TWX"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/XF> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "XF" ;
    skos:prefLabel "X.400 address"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/XG> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "XG" ;
    skos:prefLabel "Pager"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/XH> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "XH" ;
    skos:prefLabel "International telephone switchboard"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/XI> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "XI" ;
    skos:prefLabel "National telephone direct line"@en .

<https://test.uncefact.org/vocabulary/communication-channel-code-list/XJ> a skos:Concept ;
    skos:inScheme unece:communication-channel-code-list ;
    skos:notation "XJ" ;
    skos:prefLabel "National telephone switchboard"@en .

unece:communicationChannelCode a owl:ObjectProperty ;
    rdfs:label "communication channel code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the channel by which this referenced document is sent, such as mail, email, fax."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes unece:communication-channel-code-list ;
    unece:termStatus ts:proposed .

unece:completeNumber a owl:DatatypeProperty ;
    rdfs:label "complete number"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:telephone ;
    skos:definition "The text string of characters that make up the complete number for this universal communication."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:completionDate a owl:DatatypeProperty ;
    rdfs:label "completion date"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The completion date of this production facility."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:constructionDate a owl:DatatypeProperty ;
    rdfs:label "construction date"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The construction date for this production facility."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:contact a owl:ObjectProperty ;
    rdfs:label "contact"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A person who is a contact for the party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Person ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AA> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AA" ;
    skos:prefLabel "Insurance contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AB> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AB" ;
    skos:prefLabel "Workshop contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AC" ;
    skos:prefLabel "Accepting contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AD> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AD" ;
    skos:prefLabel "Accounting contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AE> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AE" ;
    skos:prefLabel "Contract contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AF> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AF" ;
    skos:prefLabel "Land registry contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AG> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AG" ;
    skos:prefLabel "Agent"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AH> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AH" ;
    skos:prefLabel "Coordination contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AI> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AI" ;
    skos:prefLabel "Project management contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AJ> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AJ" ;
    skos:prefLabel "Investment contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AK> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AK" ;
    skos:prefLabel "Works management contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AL> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AL" ;
    skos:prefLabel "Personnel contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AM> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AM" ;
    skos:prefLabel "Claims contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AN> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AN" ;
    skos:prefLabel "Laboratory contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AO> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AO" ;
    skos:prefLabel "Plant/equipment contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AP> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AP" ;
    skos:prefLabel "Accounts payable contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AQ> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AQ" ;
    skos:prefLabel "Quantity surveyor contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AR> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AR" ;
    skos:prefLabel "Accounts receivable contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AS> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AS" ;
    skos:prefLabel "Public relations contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AT> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AT" ;
    skos:prefLabel "Technical contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AU> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AU" ;
    skos:prefLabel "City works authority contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AV> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AV" ;
    skos:prefLabel "Maintenance contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AW> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AW" ;
    skos:prefLabel "Town planning contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AX> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AX" ;
    skos:prefLabel "Traffic authority contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AY> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AY" ;
    skos:prefLabel "Electricity supply contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/AZ> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "AZ" ;
    skos:prefLabel "Gas supply contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BA> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BA" ;
    skos:prefLabel "Water supply contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BB> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BB" ;
    skos:prefLabel "Telecommunications network contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BC" ;
    skos:prefLabel "Banking contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BD> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BD" ;
    skos:prefLabel "New developments contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BE> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BE" ;
    skos:prefLabel "Transport infrastructure authority"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BF> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BF" ;
    skos:prefLabel "Service contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BG> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BG" ;
    skos:prefLabel "Auditing contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BH> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BH" ;
    skos:prefLabel "Legal auditing contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BI> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BI" ;
    skos:prefLabel "Software house contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BJ> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BJ" ;
    skos:prefLabel "Department or person responsible for processing purchase order"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BK> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BK" ;
    skos:prefLabel "Electronic data interchange coordinator"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BL> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BL" ;
    skos:prefLabel "Waiver contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BM> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BM" ;
    skos:prefLabel "Automated clearing house (ACH) contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BN> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BN" ;
    skos:prefLabel "Certification contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BO> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BO" ;
    skos:prefLabel "After business hours contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BP> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BP" ;
    skos:prefLabel "Company Security Officer’s 24-hour contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BQ> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BQ" ;
    skos:prefLabel "Agent of ship at the intended port of arrival"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BR> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BR" ;
    skos:prefLabel "Cook"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BS> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BS" ;
    skos:prefLabel "Customer contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BT> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BT" ;
    skos:prefLabel "Meter access contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/BU> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "BU" ;
    skos:prefLabel "Ultimate consignee"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CA> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CA" ;
    skos:prefLabel "Carrier"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CB> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CB" ;
    skos:prefLabel "Changed by"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CC" ;
    skos:prefLabel "Responsible person for information production"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CD> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CD" ;
    skos:prefLabel "Responsible person for information dissemination"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CE> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CE" ;
    skos:prefLabel "Head of unit for computer data processing"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CF> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CF" ;
    skos:prefLabel "Head of unit for information production"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CG> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CG" ;
    skos:prefLabel "Head of unit for information dissemination"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CN> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CN" ;
    skos:prefLabel "Consignee"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CO> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CO" ;
    skos:prefLabel "Consignor"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CP> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CP" ;
    skos:prefLabel "Responsible person for computer data processing"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CR> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CR" ;
    skos:prefLabel "Customer relations"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/CW> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "CW" ;
    skos:prefLabel "Confirmed with"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/DE> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "DE" ;
    skos:prefLabel "Department/employee to execute export procedures"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/DI> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "DI" ;
    skos:prefLabel "Department/employee to execute import procedures"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/DL> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "DL" ;
    skos:prefLabel "Delivery contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/EB> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "EB" ;
    skos:prefLabel "Entered by"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/EC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "EC" ;
    skos:prefLabel "Education coordinator"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/ED> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "ED" ;
    skos:prefLabel "Engineering contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/EX> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "EX" ;
    skos:prefLabel "Expeditor"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/GR> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "GR" ;
    skos:prefLabel "Goods receiving contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/HE> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "HE" ;
    skos:prefLabel "Emergency dangerous goods contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/HG> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "HG" ;
    skos:prefLabel "Dangerous goods contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/HM> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "HM" ;
    skos:prefLabel "Hazardous material contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/IC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "IC" ;
    skos:prefLabel "Information contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/IN> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "IN" ;
    skos:prefLabel "Insurer contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/LB> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "LB" ;
    skos:prefLabel "Place of delivery contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/LO> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "LO" ;
    skos:prefLabel "Place of collection contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/MC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "MC" ;
    skos:prefLabel "Material control contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/MD> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "MD" ;
    skos:prefLabel "Material disposition contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/MH> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "MH" ;
    skos:prefLabel "Material handling contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/MR> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "MR" ;
    skos:prefLabel "Message recipient contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/MS> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "MS" ;
    skos:prefLabel "Message sender contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/NT> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "NT" ;
    skos:prefLabel "Notification contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/OC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "OC" ;
    skos:prefLabel "Order contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/PA> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "PA" ;
    skos:prefLabel "Prototype coordinator"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/PD> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "PD" ;
    skos:prefLabel "Purchasing contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/PE> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "PE" ;
    skos:prefLabel "Payee contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/PM> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "PM" ;
    skos:prefLabel "Product management contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/PP> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "PP" ;
    skos:prefLabel "Prescribing physician"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/QA> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "QA" ;
    skos:prefLabel "Quality assurance contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/QC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "QC" ;
    skos:prefLabel "Quality coordinator contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/RD> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "RD" ;
    skos:prefLabel "Receiving dock contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/RP> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "RP" ;
    skos:prefLabel "Authorized responsible person"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/SA> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "SA" ;
    skos:prefLabel "Sales administration"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/SC> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "SC" ;
    skos:prefLabel "Schedule contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/SD> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "SD" ;
    skos:prefLabel "Shipping contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/SR> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "SR" ;
    skos:prefLabel "Sales representative or department"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/SU> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "SU" ;
    skos:prefLabel "Supplier contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/TA> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "TA" ;
    skos:prefLabel "Traffic administrator"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/TD> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "TD" ;
    skos:prefLabel "Test contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/TI> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "TI" ;
    skos:prefLabel "Technical documentation recipient"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/TR> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "TR" ;
    skos:prefLabel "Transport contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/WH> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "WH" ;
    skos:prefLabel "Warehouse"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/WI> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "WI" ;
    skos:prefLabel "Alternate contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/WJ> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "WJ" ;
    skos:prefLabel "Office Manager"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/WK> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "WK" ;
    skos:prefLabel "Chartered accountant contact"@en .

<https://test.uncefact.org/vocabulary/contact-type-code-list/ZZZ> a skos:Concept ;
    skos:inScheme unece:contact-type-code-list ;
    skos:notation "ZZZ" ;
    skos:prefLabel "Mutually defined"@en .

unece:contactTypeCode a owl:ObjectProperty ;
    rdfs:label "contact type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the type of trade contact."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:contact-type-code-list ;
    unece:termStatus ts:proposed .

unece:conversionMultiplier a owl:AnnotationProperty ;
    rdfs:label "conversion multiplier"@en ;
    rdfs:comment "value_SI = value * multiplier + offset — to the coherent SI unit of the dimension. Source: QUDT."@en .

unece:conversionOffset a owl:AnnotationProperty ;
    rdfs:label "conversion offset"@en ;
    rdfs:comment "Affine offset to the coherent SI unit (e.g. 273.15 for degree Celsius). Source: QUDT."@en .

<https://test.uncefact.org/vocabulary/country-id/AD> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AD" ;
    skos:prefLabel "ANDORRA"@en .

<https://test.uncefact.org/vocabulary/country-id/AE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AE" ;
    skos:prefLabel "UNITED ARAB EMIRATES"@en .

<https://test.uncefact.org/vocabulary/country-id/AF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AF" ;
    skos:prefLabel "AFGHANISTAN"@en .

<https://test.uncefact.org/vocabulary/country-id/AG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AG" ;
    skos:prefLabel "ANTIGUA AND BARBUDA"@en .

<https://test.uncefact.org/vocabulary/country-id/AI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AI" ;
    skos:prefLabel "ANGUILLA"@en .

<https://test.uncefact.org/vocabulary/country-id/AL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AL" ;
    skos:prefLabel "ALBANIA"@en .

<https://test.uncefact.org/vocabulary/country-id/AM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AM" ;
    skos:prefLabel "ARMENIA"@en .

<https://test.uncefact.org/vocabulary/country-id/AO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AO" ;
    skos:prefLabel "ANGOLA"@en .

<https://test.uncefact.org/vocabulary/country-id/AQ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AQ" ;
    skos:prefLabel "ANTARCTICA"@en .

<https://test.uncefact.org/vocabulary/country-id/AR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AR" ;
    skos:prefLabel "ARGENTINA"@en .

<https://test.uncefact.org/vocabulary/country-id/AS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AS" ;
    skos:prefLabel "AMERICAN SAMOA"@en .

<https://test.uncefact.org/vocabulary/country-id/AT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AT" ;
    skos:prefLabel "AUSTRIA"@en .

<https://test.uncefact.org/vocabulary/country-id/AU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AU" ;
    skos:prefLabel "AUSTRALIA"@en .

<https://test.uncefact.org/vocabulary/country-id/AW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AW" ;
    skos:prefLabel "ARUBA"@en .

<https://test.uncefact.org/vocabulary/country-id/AX> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AX" ;
    skos:prefLabel "ÅLAND ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/AZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "AZ" ;
    skos:prefLabel "AZERBAIJAN"@en .

<https://test.uncefact.org/vocabulary/country-id/BA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BA" ;
    skos:prefLabel "BOSNIA AND HERZEGOVINA"@en .

<https://test.uncefact.org/vocabulary/country-id/BB> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BB" ;
    skos:prefLabel "BARBADOS"@en .

<https://test.uncefact.org/vocabulary/country-id/BD> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BD" ;
    skos:prefLabel "BANGLADESH"@en .

<https://test.uncefact.org/vocabulary/country-id/BE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BE" ;
    skos:prefLabel "BELGIUM"@en .

<https://test.uncefact.org/vocabulary/country-id/BF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BF" ;
    skos:prefLabel "BURKINA FASO"@en .

<https://test.uncefact.org/vocabulary/country-id/BG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BG" ;
    skos:prefLabel "BULGARIA"@en .

<https://test.uncefact.org/vocabulary/country-id/BH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BH" ;
    skos:prefLabel "BAHRAIN"@en .

<https://test.uncefact.org/vocabulary/country-id/BI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BI" ;
    skos:prefLabel "BURUNDI"@en .

<https://test.uncefact.org/vocabulary/country-id/BJ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BJ" ;
    skos:prefLabel "BENIN"@en .

<https://test.uncefact.org/vocabulary/country-id/BL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BL" ;
    skos:prefLabel "SAINT BARTHÉLEMY"@en .

<https://test.uncefact.org/vocabulary/country-id/BM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BM" ;
    skos:prefLabel "BERMUDA"@en .

<https://test.uncefact.org/vocabulary/country-id/BN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BN" ;
    skos:prefLabel "BRUNEI DARUSSALAM"@en .

<https://test.uncefact.org/vocabulary/country-id/BO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BO" ;
    skos:prefLabel "BOLIVIA (PLURINATIONAL STATE OF)"@en .

<https://test.uncefact.org/vocabulary/country-id/BQ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BQ" ;
    skos:prefLabel "BONAIRE, SINT EUSTATIUS AND SABA"@en .

<https://test.uncefact.org/vocabulary/country-id/BR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BR" ;
    skos:prefLabel "BRAZIL"@en .

<https://test.uncefact.org/vocabulary/country-id/BS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BS" ;
    skos:prefLabel "BAHAMAS"@en .

<https://test.uncefact.org/vocabulary/country-id/BT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BT" ;
    skos:prefLabel "BHUTAN"@en .

<https://test.uncefact.org/vocabulary/country-id/BV> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BV" ;
    skos:prefLabel "BOUVET ISLAND"@en .

<https://test.uncefact.org/vocabulary/country-id/BW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BW" ;
    skos:prefLabel "BOTSWANA"@en .

<https://test.uncefact.org/vocabulary/country-id/BY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BY" ;
    skos:prefLabel "BELARUS"@en .

<https://test.uncefact.org/vocabulary/country-id/BZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "BZ" ;
    skos:prefLabel "BELIZE"@en .

<https://test.uncefact.org/vocabulary/country-id/CA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CA" ;
    skos:prefLabel "CANADA"@en .

<https://test.uncefact.org/vocabulary/country-id/CC> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CC" ;
    skos:prefLabel "COCOS (KEELING) ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/CD> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CD" ;
    skos:prefLabel "CONGO, DEMOCRATIC REPUBLIC OF"@en .

<https://test.uncefact.org/vocabulary/country-id/CF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CF" ;
    skos:prefLabel "CENTRAL AFRICAN REPUBLIC"@en .

<https://test.uncefact.org/vocabulary/country-id/CG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CG" ;
    skos:prefLabel "CONGO"@en .

<https://test.uncefact.org/vocabulary/country-id/CH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CH" ;
    skos:prefLabel "SWITZERLAND"@en .

<https://test.uncefact.org/vocabulary/country-id/CI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CI" ;
    skos:prefLabel "CÔTE D'IVOIRE"@en .

<https://test.uncefact.org/vocabulary/country-id/CK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CK" ;
    skos:prefLabel "COOK ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/CL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CL" ;
    skos:prefLabel "CHILE"@en .

<https://test.uncefact.org/vocabulary/country-id/CM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CM" ;
    skos:prefLabel "CAMEROON"@en .

<https://test.uncefact.org/vocabulary/country-id/CN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CN" ;
    skos:prefLabel "CHINA"@en .

<https://test.uncefact.org/vocabulary/country-id/CO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CO" ;
    skos:prefLabel "COLOMBIA"@en .

<https://test.uncefact.org/vocabulary/country-id/CR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CR" ;
    skos:prefLabel "COSTA RICA"@en .

<https://test.uncefact.org/vocabulary/country-id/CU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CU" ;
    skos:prefLabel "CUBA"@en .

<https://test.uncefact.org/vocabulary/country-id/CV> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CV" ;
    skos:prefLabel "CABO VERDE"@en .

<https://test.uncefact.org/vocabulary/country-id/CW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CW" ;
    skos:prefLabel "CURAÇAO"@en .

<https://test.uncefact.org/vocabulary/country-id/CX> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CX" ;
    skos:prefLabel "CHRISTMAS ISLAND"@en .

<https://test.uncefact.org/vocabulary/country-id/CY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CY" ;
    skos:prefLabel "CYPRUS"@en .

<https://test.uncefact.org/vocabulary/country-id/CZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "CZ" ;
    skos:prefLabel "CZECHIA"@en .

<https://test.uncefact.org/vocabulary/country-id/DE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "DE" ;
    skos:prefLabel "GERMANY"@en .

<https://test.uncefact.org/vocabulary/country-id/DJ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "DJ" ;
    skos:prefLabel "DJIBOUTI"@en .

<https://test.uncefact.org/vocabulary/country-id/DK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "DK" ;
    skos:prefLabel "DENMARK"@en .

<https://test.uncefact.org/vocabulary/country-id/DM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "DM" ;
    skos:prefLabel "DOMINICA"@en .

<https://test.uncefact.org/vocabulary/country-id/DO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "DO" ;
    skos:prefLabel "DOMINICAN REPUBLIC"@en .

<https://test.uncefact.org/vocabulary/country-id/DZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "DZ" ;
    skos:prefLabel "ALGERIA"@en .

<https://test.uncefact.org/vocabulary/country-id/EC> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "EC" ;
    skos:prefLabel "ECUADOR"@en .

<https://test.uncefact.org/vocabulary/country-id/EE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "EE" ;
    skos:prefLabel "ESTONIA"@en .

<https://test.uncefact.org/vocabulary/country-id/EG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "EG" ;
    skos:prefLabel "EGYPT"@en .

<https://test.uncefact.org/vocabulary/country-id/EH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "EH" ;
    skos:prefLabel "WESTERN SAHARA"@en .

<https://test.uncefact.org/vocabulary/country-id/ER> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ER" ;
    skos:prefLabel "ERITREA"@en .

<https://test.uncefact.org/vocabulary/country-id/ES> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ES" ;
    skos:prefLabel "SPAIN"@en .

<https://test.uncefact.org/vocabulary/country-id/ET> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ET" ;
    skos:prefLabel "ETHIOPIA"@en .

<https://test.uncefact.org/vocabulary/country-id/FI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "FI" ;
    skos:prefLabel "FINLAND"@en .

<https://test.uncefact.org/vocabulary/country-id/FJ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "FJ" ;
    skos:prefLabel "FIJI"@en .

<https://test.uncefact.org/vocabulary/country-id/FK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "FK" ;
    skos:prefLabel "FALKLAND ISLANDS (MALVINAS)"@en .

<https://test.uncefact.org/vocabulary/country-id/FM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "FM" ;
    skos:prefLabel "MICRONESIA (FEDERATED STATES OF)"@en .

<https://test.uncefact.org/vocabulary/country-id/FO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "FO" ;
    skos:prefLabel "FAROE ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/FR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "FR" ;
    skos:prefLabel "FRANCE"@en .

<https://test.uncefact.org/vocabulary/country-id/GA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GA" ;
    skos:prefLabel "GABON"@en .

<https://test.uncefact.org/vocabulary/country-id/GB> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GB" ;
    skos:prefLabel "UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND"@en .

<https://test.uncefact.org/vocabulary/country-id/GD> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GD" ;
    skos:prefLabel "GRENADA"@en .

<https://test.uncefact.org/vocabulary/country-id/GE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GE" ;
    skos:prefLabel "GEORGIA"@en .

<https://test.uncefact.org/vocabulary/country-id/GF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GF" ;
    skos:prefLabel "FRENCH GUIANA"@en .

<https://test.uncefact.org/vocabulary/country-id/GG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GG" ;
    skos:prefLabel "GUERNSEY"@en .

<https://test.uncefact.org/vocabulary/country-id/GH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GH" ;
    skos:prefLabel "GHANA"@en .

<https://test.uncefact.org/vocabulary/country-id/GI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GI" ;
    skos:prefLabel "GIBRALTAR"@en .

<https://test.uncefact.org/vocabulary/country-id/GL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GL" ;
    skos:prefLabel "GREENLAND"@en .

<https://test.uncefact.org/vocabulary/country-id/GM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GM" ;
    skos:prefLabel "GAMBIA"@en .

<https://test.uncefact.org/vocabulary/country-id/GN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GN" ;
    skos:prefLabel "GUINEA"@en .

<https://test.uncefact.org/vocabulary/country-id/GP> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GP" ;
    skos:prefLabel "GUADELOUPE"@en .

<https://test.uncefact.org/vocabulary/country-id/GQ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GQ" ;
    skos:prefLabel "EQUATORIAL GUINEA"@en .

<https://test.uncefact.org/vocabulary/country-id/GR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GR" ;
    skos:prefLabel "GREECE"@en .

<https://test.uncefact.org/vocabulary/country-id/GS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GS" ;
    skos:prefLabel "SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/GT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GT" ;
    skos:prefLabel "GUATEMALA"@en .

<https://test.uncefact.org/vocabulary/country-id/GU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GU" ;
    skos:prefLabel "GUAM"@en .

<https://test.uncefact.org/vocabulary/country-id/GW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GW" ;
    skos:prefLabel "GUINEA-BISSAU"@en .

<https://test.uncefact.org/vocabulary/country-id/GY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "GY" ;
    skos:prefLabel "GUYANA"@en .

<https://test.uncefact.org/vocabulary/country-id/HK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "HK" ;
    skos:prefLabel "HONG KONG"@en .

<https://test.uncefact.org/vocabulary/country-id/HM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "HM" ;
    skos:prefLabel "HEARD ISLAND AND MCDONALD ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/HN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "HN" ;
    skos:prefLabel "HONDURAS"@en .

<https://test.uncefact.org/vocabulary/country-id/HR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "HR" ;
    skos:prefLabel "CROATIA"@en .

<https://test.uncefact.org/vocabulary/country-id/HT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "HT" ;
    skos:prefLabel "HAITI"@en .

<https://test.uncefact.org/vocabulary/country-id/HU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "HU" ;
    skos:prefLabel "HUNGARY"@en .

<https://test.uncefact.org/vocabulary/country-id/ID> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ID" ;
    skos:prefLabel "INDONESIA"@en .

<https://test.uncefact.org/vocabulary/country-id/IE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IE" ;
    skos:prefLabel "IRELAND"@en .

<https://test.uncefact.org/vocabulary/country-id/IL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IL" ;
    skos:prefLabel "ISRAEL"@en .

<https://test.uncefact.org/vocabulary/country-id/IM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IM" ;
    skos:prefLabel "ISLE OF MAN"@en .

<https://test.uncefact.org/vocabulary/country-id/IN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IN" ;
    skos:prefLabel "INDIA"@en .

<https://test.uncefact.org/vocabulary/country-id/IO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IO" ;
    skos:prefLabel "BRITISH INDIAN OCEAN TERRITORY"@en .

<https://test.uncefact.org/vocabulary/country-id/IQ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IQ" ;
    skos:prefLabel "IRAQ"@en .

<https://test.uncefact.org/vocabulary/country-id/IR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IR" ;
    skos:prefLabel "IRAN (ISLAMIC REPUBLIC OF)"@en .

<https://test.uncefact.org/vocabulary/country-id/IS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IS" ;
    skos:prefLabel "ICELAND"@en .

<https://test.uncefact.org/vocabulary/country-id/IT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "IT" ;
    skos:prefLabel "ITALY"@en .

<https://test.uncefact.org/vocabulary/country-id/JE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "JE" ;
    skos:prefLabel "JERSEY"@en .

<https://test.uncefact.org/vocabulary/country-id/JM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "JM" ;
    skos:prefLabel "JAMAICA"@en .

<https://test.uncefact.org/vocabulary/country-id/JO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "JO" ;
    skos:prefLabel "JORDAN"@en .

<https://test.uncefact.org/vocabulary/country-id/JP> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "JP" ;
    skos:prefLabel "JAPAN"@en .

<https://test.uncefact.org/vocabulary/country-id/KE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KE" ;
    skos:prefLabel "KENYA"@en .

<https://test.uncefact.org/vocabulary/country-id/KG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KG" ;
    skos:prefLabel "KYRGYZSTAN"@en .

<https://test.uncefact.org/vocabulary/country-id/KH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KH" ;
    skos:prefLabel "CAMBODIA"@en .

<https://test.uncefact.org/vocabulary/country-id/KI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KI" ;
    skos:prefLabel "KIRIBATI"@en .

<https://test.uncefact.org/vocabulary/country-id/KM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KM" ;
    skos:prefLabel "COMOROS"@en .

<https://test.uncefact.org/vocabulary/country-id/KN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KN" ;
    skos:prefLabel "SAINT KITTS AND NEVIS"@en .

<https://test.uncefact.org/vocabulary/country-id/KP> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KP" ;
    skos:prefLabel "KOREA (DEMOCRATIC PEOPLE'S REPUBLIC OF)"@en .

<https://test.uncefact.org/vocabulary/country-id/KR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KR" ;
    skos:prefLabel "KOREA, REPUBLIC OF"@en .

<https://test.uncefact.org/vocabulary/country-id/KW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KW" ;
    skos:prefLabel "KUWAIT"@en .

<https://test.uncefact.org/vocabulary/country-id/KY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KY" ;
    skos:prefLabel "CAYMAN ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/KZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "KZ" ;
    skos:prefLabel "KAZAKHSTAN"@en .

<https://test.uncefact.org/vocabulary/country-id/LA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LA" ;
    skos:prefLabel "LAO PEOPLE'S DEMOCRATIC REPUBLIC"@en .

<https://test.uncefact.org/vocabulary/country-id/LB> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LB" ;
    skos:prefLabel "LEBANON"@en .

<https://test.uncefact.org/vocabulary/country-id/LC> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LC" ;
    skos:prefLabel "SAINT LUCIA"@en .

<https://test.uncefact.org/vocabulary/country-id/LI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LI" ;
    skos:prefLabel "LIECHTENSTEIN"@en .

<https://test.uncefact.org/vocabulary/country-id/LK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LK" ;
    skos:prefLabel "SRI LANKA"@en .

<https://test.uncefact.org/vocabulary/country-id/LR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LR" ;
    skos:prefLabel "LIBERIA"@en .

<https://test.uncefact.org/vocabulary/country-id/LS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LS" ;
    skos:prefLabel "LESOTHO"@en .

<https://test.uncefact.org/vocabulary/country-id/LT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LT" ;
    skos:prefLabel "LITHUANIA"@en .

<https://test.uncefact.org/vocabulary/country-id/LU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LU" ;
    skos:prefLabel "LUXEMBOURG"@en .

<https://test.uncefact.org/vocabulary/country-id/LV> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LV" ;
    skos:prefLabel "LATVIA"@en .

<https://test.uncefact.org/vocabulary/country-id/LY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "LY" ;
    skos:prefLabel "LIBYA"@en .

<https://test.uncefact.org/vocabulary/country-id/MA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MA" ;
    skos:prefLabel "MOROCCO"@en .

<https://test.uncefact.org/vocabulary/country-id/MC> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MC" ;
    skos:prefLabel "MONACO"@en .

<https://test.uncefact.org/vocabulary/country-id/MD> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MD" ;
    skos:prefLabel "MOLDOVA, REPUBLIC OF"@en .

<https://test.uncefact.org/vocabulary/country-id/ME> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ME" ;
    skos:prefLabel "MONTENEGRO"@en .

<https://test.uncefact.org/vocabulary/country-id/MF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MF" ;
    skos:prefLabel "SAINT MARTIN (FRENCH PART)"@en .

<https://test.uncefact.org/vocabulary/country-id/MG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MG" ;
    skos:prefLabel "MADAGASCAR"@en .

<https://test.uncefact.org/vocabulary/country-id/MH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MH" ;
    skos:prefLabel "MARSHALL ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/MK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MK" ;
    skos:prefLabel "NORTH MACEDONIA"@en .

<https://test.uncefact.org/vocabulary/country-id/ML> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ML" ;
    skos:prefLabel "MALI"@en .

<https://test.uncefact.org/vocabulary/country-id/MM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MM" ;
    skos:prefLabel "MYANMAR"@en .

<https://test.uncefact.org/vocabulary/country-id/MN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MN" ;
    skos:prefLabel "MONGOLIA"@en .

<https://test.uncefact.org/vocabulary/country-id/MO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MO" ;
    skos:prefLabel "MACAO"@en .

<https://test.uncefact.org/vocabulary/country-id/MP> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MP" ;
    skos:prefLabel "NORTHERN MARIANA ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/MQ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MQ" ;
    skos:prefLabel "MARTINIQUE"@en .

<https://test.uncefact.org/vocabulary/country-id/MR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MR" ;
    skos:prefLabel "MAURITANIA"@en .

<https://test.uncefact.org/vocabulary/country-id/MS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MS" ;
    skos:prefLabel "MONTSERRAT"@en .

<https://test.uncefact.org/vocabulary/country-id/MT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MT" ;
    skos:prefLabel "MALTA"@en .

<https://test.uncefact.org/vocabulary/country-id/MU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MU" ;
    skos:prefLabel "MAURITIUS"@en .

<https://test.uncefact.org/vocabulary/country-id/MV> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MV" ;
    skos:prefLabel "MALDIVES"@en .

<https://test.uncefact.org/vocabulary/country-id/MW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MW" ;
    skos:prefLabel "MALAWI"@en .

<https://test.uncefact.org/vocabulary/country-id/MX> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MX" ;
    skos:prefLabel "MEXICO"@en .

<https://test.uncefact.org/vocabulary/country-id/MY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MY" ;
    skos:prefLabel "MALAYSIA"@en .

<https://test.uncefact.org/vocabulary/country-id/MZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "MZ" ;
    skos:prefLabel "MOZAMBIQUE"@en .

<https://test.uncefact.org/vocabulary/country-id/NA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NA" ;
    skos:prefLabel "NAMIBIA"@en .

<https://test.uncefact.org/vocabulary/country-id/NC> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NC" ;
    skos:prefLabel "NEW CALEDONIA"@en .

<https://test.uncefact.org/vocabulary/country-id/NE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NE" ;
    skos:prefLabel "NIGER"@en .

<https://test.uncefact.org/vocabulary/country-id/NF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NF" ;
    skos:prefLabel "NORFOLK ISLAND"@en .

<https://test.uncefact.org/vocabulary/country-id/NG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NG" ;
    skos:prefLabel "NIGERIA"@en .

<https://test.uncefact.org/vocabulary/country-id/NI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NI" ;
    skos:prefLabel "NICARAGUA"@en .

<https://test.uncefact.org/vocabulary/country-id/NL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NL" ;
    skos:prefLabel "NETHERLANDS, KINGDOM OF THE"@en .

<https://test.uncefact.org/vocabulary/country-id/NO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NO" ;
    skos:prefLabel "NORWAY"@en .

<https://test.uncefact.org/vocabulary/country-id/NP> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NP" ;
    skos:prefLabel "NEPAL"@en .

<https://test.uncefact.org/vocabulary/country-id/NR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NR" ;
    skos:prefLabel "NAURU"@en .

<https://test.uncefact.org/vocabulary/country-id/NU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NU" ;
    skos:prefLabel "NIUE"@en .

<https://test.uncefact.org/vocabulary/country-id/NZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "NZ" ;
    skos:prefLabel "NEW ZEALAND"@en .

<https://test.uncefact.org/vocabulary/country-id/OM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "OM" ;
    skos:prefLabel "OMAN"@en .

<https://test.uncefact.org/vocabulary/country-id/PA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PA" ;
    skos:prefLabel "PANAMA"@en .

<https://test.uncefact.org/vocabulary/country-id/PE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PE" ;
    skos:prefLabel "PERU"@en .

<https://test.uncefact.org/vocabulary/country-id/PF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PF" ;
    skos:prefLabel "FRENCH POLYNESIA"@en .

<https://test.uncefact.org/vocabulary/country-id/PG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PG" ;
    skos:prefLabel "PAPUA NEW GUINEA"@en .

<https://test.uncefact.org/vocabulary/country-id/PH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PH" ;
    skos:prefLabel "PHILIPPINES"@en .

<https://test.uncefact.org/vocabulary/country-id/PK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PK" ;
    skos:prefLabel "PAKISTAN"@en .

<https://test.uncefact.org/vocabulary/country-id/PL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PL" ;
    skos:prefLabel "POLAND"@en .

<https://test.uncefact.org/vocabulary/country-id/PM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PM" ;
    skos:prefLabel "SAINT PIERRE AND MIQUELON"@en .

<https://test.uncefact.org/vocabulary/country-id/PN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PN" ;
    skos:prefLabel "PITCAIRN"@en .

<https://test.uncefact.org/vocabulary/country-id/PR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PR" ;
    skos:prefLabel "PUERTO RICO"@en .

<https://test.uncefact.org/vocabulary/country-id/PS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PS" ;
    skos:prefLabel "PALESTINE, STATE OF"@en .

<https://test.uncefact.org/vocabulary/country-id/PT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PT" ;
    skos:prefLabel "PORTUGAL"@en .

<https://test.uncefact.org/vocabulary/country-id/PW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PW" ;
    skos:prefLabel "PALAU"@en .

<https://test.uncefact.org/vocabulary/country-id/PY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "PY" ;
    skos:prefLabel "PARAGUAY"@en .

<https://test.uncefact.org/vocabulary/country-id/QA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "QA" ;
    skos:prefLabel "QATAR"@en .

<https://test.uncefact.org/vocabulary/country-id/RE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "RE" ;
    skos:prefLabel "REUNION"@en .

<https://test.uncefact.org/vocabulary/country-id/RO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "RO" ;
    skos:prefLabel "ROMANIA"@en .

<https://test.uncefact.org/vocabulary/country-id/RS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "RS" ;
    skos:prefLabel "SERBIA"@en .

<https://test.uncefact.org/vocabulary/country-id/RU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "RU" ;
    skos:prefLabel "RUSSIAN FEDERATION"@en .

<https://test.uncefact.org/vocabulary/country-id/RW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "RW" ;
    skos:prefLabel "RWANDA"@en .

<https://test.uncefact.org/vocabulary/country-id/SA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SA" ;
    skos:prefLabel "SAUDI ARABIA"@en .

<https://test.uncefact.org/vocabulary/country-id/SB> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SB" ;
    skos:prefLabel "SOLOMON ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/SC> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SC" ;
    skos:prefLabel "SEYCHELLES"@en .

<https://test.uncefact.org/vocabulary/country-id/SD> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SD" ;
    skos:prefLabel "SUDAN"@en .

<https://test.uncefact.org/vocabulary/country-id/SE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SE" ;
    skos:prefLabel "SWEDEN"@en .

<https://test.uncefact.org/vocabulary/country-id/SG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SG" ;
    skos:prefLabel "SINGAPORE"@en .

<https://test.uncefact.org/vocabulary/country-id/SH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SH" ;
    skos:prefLabel "SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA"@en .

<https://test.uncefact.org/vocabulary/country-id/SI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SI" ;
    skos:prefLabel "SLOVENIA"@en .

<https://test.uncefact.org/vocabulary/country-id/SJ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SJ" ;
    skos:prefLabel "SVALBARD AND JAN MAYEN"@en .

<https://test.uncefact.org/vocabulary/country-id/SK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SK" ;
    skos:prefLabel "SLOVAKIA"@en .

<https://test.uncefact.org/vocabulary/country-id/SL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SL" ;
    skos:prefLabel "SIERRA LEONE"@en .

<https://test.uncefact.org/vocabulary/country-id/SM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SM" ;
    skos:prefLabel "SAN MARINO"@en .

<https://test.uncefact.org/vocabulary/country-id/SN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SN" ;
    skos:prefLabel "SENEGAL"@en .

<https://test.uncefact.org/vocabulary/country-id/SO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SO" ;
    skos:prefLabel "SOMALIA"@en .

<https://test.uncefact.org/vocabulary/country-id/SR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SR" ;
    skos:prefLabel "SURINAME"@en .

<https://test.uncefact.org/vocabulary/country-id/SS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SS" ;
    skos:prefLabel "SOUTH SUDAN"@en .

<https://test.uncefact.org/vocabulary/country-id/ST> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ST" ;
    skos:prefLabel "SAO TOME AND PRINCIPE"@en .

<https://test.uncefact.org/vocabulary/country-id/SV> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SV" ;
    skos:prefLabel "EL SALVADOR"@en .

<https://test.uncefact.org/vocabulary/country-id/SX> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SX" ;
    skos:prefLabel "SINT MAARTEN (DUTCH PART)"@en .

<https://test.uncefact.org/vocabulary/country-id/SY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SY" ;
    skos:prefLabel "SYRIAN ARAB REPUBLIC"@en .

<https://test.uncefact.org/vocabulary/country-id/SZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "SZ" ;
    skos:prefLabel "ESWATINI"@en .

<https://test.uncefact.org/vocabulary/country-id/TC> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TC" ;
    skos:prefLabel "TURKS AND CAICOS ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/TD> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TD" ;
    skos:prefLabel "CHAD"@en .

<https://test.uncefact.org/vocabulary/country-id/TF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TF" ;
    skos:prefLabel "FRENCH SOUTHERN TERRITORIES"@en .

<https://test.uncefact.org/vocabulary/country-id/TG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TG" ;
    skos:prefLabel "TOGO"@en .

<https://test.uncefact.org/vocabulary/country-id/TH> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TH" ;
    skos:prefLabel "THAILAND"@en .

<https://test.uncefact.org/vocabulary/country-id/TJ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TJ" ;
    skos:prefLabel "TAJIKISTAN"@en .

<https://test.uncefact.org/vocabulary/country-id/TK> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TK" ;
    skos:prefLabel "TOKELAU"@en .

<https://test.uncefact.org/vocabulary/country-id/TL> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TL" ;
    skos:prefLabel "TIMOR-LESTE"@en .

<https://test.uncefact.org/vocabulary/country-id/TM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TM" ;
    skos:prefLabel "TURKMENISTAN"@en .

<https://test.uncefact.org/vocabulary/country-id/TN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TN" ;
    skos:prefLabel "TUNISIA"@en .

<https://test.uncefact.org/vocabulary/country-id/TO> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TO" ;
    skos:prefLabel "TONGA"@en .

<https://test.uncefact.org/vocabulary/country-id/TR> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TR" ;
    skos:prefLabel "TÜRKİYE"@en .

<https://test.uncefact.org/vocabulary/country-id/TT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TT" ;
    skos:prefLabel "TRINIDAD AND TOBAGO"@en .

<https://test.uncefact.org/vocabulary/country-id/TV> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TV" ;
    skos:prefLabel "TUVALU"@en .

<https://test.uncefact.org/vocabulary/country-id/TW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TW" ;
    skos:prefLabel "TAIWAN, PROVINCE OF CHINA"@en .

<https://test.uncefact.org/vocabulary/country-id/TZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "TZ" ;
    skos:prefLabel "TANZANIA, UNITED REPUBLIC OF"@en .

<https://test.uncefact.org/vocabulary/country-id/UA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "UA" ;
    skos:prefLabel "UKRAINE"@en .

<https://test.uncefact.org/vocabulary/country-id/UG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "UG" ;
    skos:prefLabel "UGANDA"@en .

<https://test.uncefact.org/vocabulary/country-id/UM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "UM" ;
    skos:prefLabel "UNITED STATES MINOR OUTLYING ISLANDS"@en .

<https://test.uncefact.org/vocabulary/country-id/US> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "US" ;
    skos:prefLabel "UNITED STATES OF AMERICA"@en .

<https://test.uncefact.org/vocabulary/country-id/UY> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "UY" ;
    skos:prefLabel "URUGUAY"@en .

<https://test.uncefact.org/vocabulary/country-id/UZ> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "UZ" ;
    skos:prefLabel "UZBEKISTAN"@en .

<https://test.uncefact.org/vocabulary/country-id/VA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "VA" ;
    skos:prefLabel "HOLY SEE"@en .

<https://test.uncefact.org/vocabulary/country-id/VC> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "VC" ;
    skos:prefLabel "SAINT VINCENT AND THE GRENADINES"@en .

<https://test.uncefact.org/vocabulary/country-id/VE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "VE" ;
    skos:prefLabel "VENEZUELA (BOLIVARIAN REPUBLIC OF)"@en .

<https://test.uncefact.org/vocabulary/country-id/VG> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "VG" ;
    skos:prefLabel "VIRGIN ISLANDS, BRITISH"@en .

<https://test.uncefact.org/vocabulary/country-id/VI> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "VI" ;
    skos:prefLabel "VIRGIN ISLANDS, U.S."@en .

<https://test.uncefact.org/vocabulary/country-id/VN> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "VN" ;
    skos:prefLabel "VIET NAM"@en .

<https://test.uncefact.org/vocabulary/country-id/VU> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "VU" ;
    skos:prefLabel "VANUATU"@en .

<https://test.uncefact.org/vocabulary/country-id/WF> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "WF" ;
    skos:prefLabel "WALLIS AND FUTUNA"@en .

<https://test.uncefact.org/vocabulary/country-id/WS> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "WS" ;
    skos:prefLabel "SAMOA"@en .

<https://test.uncefact.org/vocabulary/country-id/YE> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "YE" ;
    skos:prefLabel "YEMEN"@en .

<https://test.uncefact.org/vocabulary/country-id/YT> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "YT" ;
    skos:prefLabel "MAYOTTE"@en .

<https://test.uncefact.org/vocabulary/country-id/ZA> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ZA" ;
    skos:prefLabel "SOUTH AFRICA"@en .

<https://test.uncefact.org/vocabulary/country-id/ZM> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ZM" ;
    skos:prefLabel "ZAMBIA"@en .

<https://test.uncefact.org/vocabulary/country-id/ZW> a skos:Concept ;
    skos:inScheme unece:country-id ;
    skos:notation "ZW" ;
    skos:prefLabel "ZIMBABWE"@en .

unece:countryCode a owl:ObjectProperty ;
    rdfs:label "country code"@en ;
    rdfs:comment "value → CountryId code list, e.g. https://test.uncefact.org/vocabulary/CountryId#AF."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The country, as an entry in the ISO 3166-1 code list."@en ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:countryName a owl:DatatypeProperty ;
    rdfs:label "country name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A country name, expressed as text, of this logistics location."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:countryNumberCode a owl:ObjectProperty ;
    rdfs:label "country number code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The country access code for this universal communication number such as 44, 1, 353 etc."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes unece:itu-calling-code ;
    unece:termStatus ts:proposed .

unece:countryOfOperation a owl:ObjectProperty ;
    rdfs:label "country of operation"@en ;
    rdfs:comment "code → ISO 3166-1 scheme."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The country in which a facility operates, as an ISO 3166-1 code."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:currency a owl:ObjectProperty ;
    rdfs:label "currency"@en ;
    rdfs:comment "code → ISO 4217 currency scheme."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:currency ;
    skos:definition "The currency of a monetary amount, as an ISO 4217 code."@en ;
    schema:domainIncludes unece:MonetaryAmount ;
    schema:rangeIncludes unece:currency-code-list ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/currency-code-list/AED> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "AED" ;
    skos:prefLabel "Dirham"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/AFN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "AFN" ;
    skos:prefLabel "Afghani"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ALL> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ALL" ;
    skos:prefLabel "Lek"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/AMD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "AMD" ;
    skos:prefLabel "Dram"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ANG> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ANG" ;
    skos:prefLabel "Netherlands Antillian Guilder"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/AOA> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "AOA" ;
    skos:prefLabel "Kwanza"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ARS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ARS" ;
    skos:prefLabel "Argentine Peso"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/AUD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "AUD" ;
    skos:prefLabel "Australian Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/AWG> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "AWG" ;
    skos:prefLabel "Aruban Florin"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/AZN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "AZN" ;
    skos:prefLabel "Azerbaijan Manat"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BAM> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BAM" ;
    skos:prefLabel "Convertible Mark"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BBD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BBD" ;
    skos:prefLabel "Barbados Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BDT> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BDT" ;
    skos:prefLabel "Taka"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BGN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BGN" ;
    skos:prefLabel "Bulgarian Lev"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BHD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BHD" ;
    skos:prefLabel "Bahraini Dinar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BIF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BIF" ;
    skos:prefLabel "Burundi Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BMD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BMD" ;
    skos:prefLabel "Bermudian Dollar (customarily: Bermuda Dollar)"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BND> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BND" ;
    skos:prefLabel "Brunei Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BOB> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BOB" ;
    skos:prefLabel "Boliviano"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BOV> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BOV" ;
    skos:prefLabel "Mvdol"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BRL> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BRL" ;
    skos:prefLabel "Brazilian Real"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BSD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BSD" ;
    skos:prefLabel "Bahamian Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BTN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BTN" ;
    skos:prefLabel "Ngultrum"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BWP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BWP" ;
    skos:prefLabel "Pula"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BYN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BYN" ;
    skos:prefLabel "Belarussian Ruble"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/BZD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "BZD" ;
    skos:prefLabel "Belize Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CAD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CAD" ;
    skos:prefLabel "Canadian Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CDF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CDF" ;
    skos:prefLabel "Franc Congolais"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CHE> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CHE" ;
    skos:prefLabel "WIR Euro"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CHF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CHF" ;
    skos:prefLabel "Swiss Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CHW> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CHW" ;
    skos:prefLabel "WIR Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CLF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CLF" ;
    skos:prefLabel "Unidad de Fomento"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CLP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CLP" ;
    skos:prefLabel "Chilean Peso"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CNY> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CNY" ;
    skos:prefLabel "Yuan Renminbi"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/COP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "COP" ;
    skos:prefLabel "Colombian Peso"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/COU> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "COU" ;
    skos:prefLabel "Unidad de Valor Real"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CRC> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CRC" ;
    skos:prefLabel "Costa Rican Colon"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CUC> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CUC" ;
    skos:prefLabel "Peso Convertible"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CUP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CUP" ;
    skos:prefLabel "Cuban Peso"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CVE> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CVE" ;
    skos:prefLabel "Cabo Verde Escudo"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/CZK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "CZK" ;
    skos:prefLabel "Czech Koruna"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/DJF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "DJF" ;
    skos:prefLabel "Djibouti Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/DKK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "DKK" ;
    skos:prefLabel "Danish Krone"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/DOP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "DOP" ;
    skos:prefLabel "Dominican Peso"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/DZD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "DZD" ;
    skos:prefLabel "Algerian Dinar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/EGP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "EGP" ;
    skos:prefLabel "Egyptian Pound"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ERN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ERN" ;
    skos:prefLabel "Nakfa"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ETB> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ETB" ;
    skos:prefLabel "Ethopian Birr"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/EUR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "EUR" ;
    skos:prefLabel "Euro"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/FJD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "FJD" ;
    skos:prefLabel "Fiji Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/FKP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "FKP" ;
    skos:prefLabel "Falkland Islands Pound"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/GBP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "GBP" ;
    skos:prefLabel "Pound Sterling"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/GEL> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "GEL" ;
    skos:prefLabel "Lari"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/GHS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "GHS" ;
    skos:prefLabel "Ghana Cedi"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/GIP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "GIP" ;
    skos:prefLabel "Gibraltar Pound"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/GMD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "GMD" ;
    skos:prefLabel "Dalasi"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/GNF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "GNF" ;
    skos:prefLabel "Guinean Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/GTQ> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "GTQ" ;
    skos:prefLabel "Quetzal"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/GYD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "GYD" ;
    skos:prefLabel "Guyana Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/HKD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "HKD" ;
    skos:prefLabel "Honk Kong Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/HNL> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "HNL" ;
    skos:prefLabel "Lempira"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/HTG> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "HTG" ;
    skos:prefLabel "Gourde"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/HUF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "HUF" ;
    skos:prefLabel "Forint"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/IDR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "IDR" ;
    skos:prefLabel "Rupiah"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ILS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ILS" ;
    skos:prefLabel "New Israeli Sheqel"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/INR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "INR" ;
    skos:prefLabel "Indian Rupee"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/IQD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "IQD" ;
    skos:prefLabel "Iraqi Dinar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/IRR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "IRR" ;
    skos:prefLabel "Iranian Rial"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ISK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ISK" ;
    skos:prefLabel "Iceland Krona"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/JMD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "JMD" ;
    skos:prefLabel "Jamaican Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/JOD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "JOD" ;
    skos:prefLabel "Jordanian Dinar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/JPY> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "JPY" ;
    skos:prefLabel "Yen"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KES> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KES" ;
    skos:prefLabel "Kenyan Shilling"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KGS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KGS" ;
    skos:prefLabel "Som"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KHR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KHR" ;
    skos:prefLabel "Riel"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KMF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KMF" ;
    skos:prefLabel "Comorian Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KPW> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KPW" ;
    skos:prefLabel "North Korean Won"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KRW> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KRW" ;
    skos:prefLabel "Won"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KWD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KWD" ;
    skos:prefLabel "Kuwaiti Dinar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KYD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KYD" ;
    skos:prefLabel "Cayman Islands Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/KZT> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "KZT" ;
    skos:prefLabel "Tenge"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/LAK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "LAK" ;
    skos:prefLabel "Lao Kip"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/LBP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "LBP" ;
    skos:prefLabel "Lebanese Pound"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/LKR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "LKR" ;
    skos:prefLabel "Sri Lanka Rupee"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/LRD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "LRD" ;
    skos:prefLabel "Liberian Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/LSL> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "LSL" ;
    skos:prefLabel "Loti"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/LYD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "LYD" ;
    skos:prefLabel "Libyan Dinar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MAD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MAD" ;
    skos:prefLabel "Morrocan Dirham"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MDL> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MDL" ;
    skos:prefLabel "Moldovan Leu"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MGA> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MGA" ;
    skos:prefLabel "Ariary"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MKD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MKD" ;
    skos:prefLabel "Denar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MMK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MMK" ;
    skos:prefLabel "Kyat"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MNT> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MNT" ;
    skos:prefLabel "Tugrik"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MOP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MOP" ;
    skos:prefLabel "Pataca"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MRU> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MRU" ;
    skos:prefLabel "Ouguiya"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MUR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MUR" ;
    skos:prefLabel "Mauritius Rupee"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MVR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MVR" ;
    skos:prefLabel "Rufiyaa"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MWK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MWK" ;
    skos:prefLabel "Malawi Kwacha"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MXN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MXN" ;
    skos:prefLabel "Mexican Peso"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MXV> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MXV" ;
    skos:prefLabel "Mexican Unidad de Inversion (UDI)"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MYR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MYR" ;
    skos:prefLabel "Malaysian Ringgit"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/MZN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "MZN" ;
    skos:prefLabel "Mozambique Metical"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/NAD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "NAD" ;
    skos:prefLabel "Namibia Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/NGN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "NGN" ;
    skos:prefLabel "Naira"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/NIO> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "NIO" ;
    skos:prefLabel "Cordoba Oro"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/NOK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "NOK" ;
    skos:prefLabel "Norwegian Krone"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/NPR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "NPR" ;
    skos:prefLabel "Nepalese Rupee"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/NZD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "NZD" ;
    skos:prefLabel "New Zealand Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/OMR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "OMR" ;
    skos:prefLabel "Rial Omani"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/PAB> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "PAB" ;
    skos:prefLabel "Balboa"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/PEN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "PEN" ;
    skos:prefLabel "Sol"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/PGK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "PGK" ;
    skos:prefLabel "Kina"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/PHP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "PHP" ;
    skos:prefLabel "Philippine Piso"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/PKR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "PKR" ;
    skos:prefLabel "Pakistan Rupee"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/PLN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "PLN" ;
    skos:prefLabel "Zloty"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/PYG> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "PYG" ;
    skos:prefLabel "Guarani"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/QAR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "QAR" ;
    skos:prefLabel "Qatari Rial"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/RON> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "RON" ;
    skos:prefLabel "Romanian Leu"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/RSD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "RSD" ;
    skos:prefLabel "Serbian Dinar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/RUB> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "RUB" ;
    skos:prefLabel "Russian Ruble"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/RWF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "RWF" ;
    skos:prefLabel "Rwanda Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SAR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SAR" ;
    skos:prefLabel "Saudi Riyal"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SBD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SBD" ;
    skos:prefLabel "Solomon Islands Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SCR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SCR" ;
    skos:prefLabel "Seychelles Rupee"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SDG> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SDG" ;
    skos:prefLabel "Sudanese Pound"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SEK> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SEK" ;
    skos:prefLabel "Swedish Krona"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SGD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SGD" ;
    skos:prefLabel "Singapore Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SHP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SHP" ;
    skos:prefLabel "St. Helena Pound"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SLE> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SLE" ;
    skos:prefLabel "Leone"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SOS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SOS" ;
    skos:prefLabel "Somali Shilling"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SRD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SRD" ;
    skos:prefLabel "Suriname Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SSP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SSP" ;
    skos:prefLabel "South Sudanese Pound"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/STN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "STN" ;
    skos:prefLabel "Dobra"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SVC> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SVC" ;
    skos:prefLabel "El Salvador Colon"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SYP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SYP" ;
    skos:prefLabel "Syrian Pound"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/SZL> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "SZL" ;
    skos:prefLabel "Lilangeni"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/THB> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "THB" ;
    skos:prefLabel "Baht"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/TJS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "TJS" ;
    skos:prefLabel "Somoni"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/TMT> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "TMT" ;
    skos:prefLabel "Turkmenistan New Manat"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/TND> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "TND" ;
    skos:prefLabel "Tunisian Dinar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/TOP> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "TOP" ;
    skos:prefLabel "Pa'anga"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/TRY> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "TRY" ;
    skos:prefLabel "Turkish Lira"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/TTD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "TTD" ;
    skos:prefLabel "Trinidad and Tobago Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/TWD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "TWD" ;
    skos:prefLabel "New Taiwan Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/TZS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "TZS" ;
    skos:prefLabel "Tanzanian Shilling"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/UAH> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "UAH" ;
    skos:prefLabel "Hryvnia"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/UGX> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "UGX" ;
    skos:prefLabel "Uganda Shilling"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/USD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "USD" ;
    skos:prefLabel "US Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/USN> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "USN" ;
    skos:prefLabel "US Dollar (Next day)"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/UYI> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "UYI" ;
    skos:prefLabel "Uruguayo Peso en Unidades"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/UYU> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "UYU" ;
    skos:prefLabel "Peso Uruguayo"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/UYW> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "UYW" ;
    skos:prefLabel "Unidad Previsional"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/UZS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "UZS" ;
    skos:prefLabel "Uzbekistan Sum"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/VED> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "VED" ;
    skos:prefLabel "Bolívar Soberano"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/VES> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "VES" ;
    skos:prefLabel "Bolívar Soberano"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/VND> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "VND" ;
    skos:prefLabel "Dong"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/VUV> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "VUV" ;
    skos:prefLabel "Vatu"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/WST> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "WST" ;
    skos:prefLabel "Tala"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XAF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XAF" ;
    skos:prefLabel "CFA Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XAG> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XAG" ;
    skos:prefLabel "Silver"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XAU> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XAU" ;
    skos:prefLabel "Gold"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XBA> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XBA" ;
    skos:prefLabel "Bond Markets Units European Composite Unit (EURCO)"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XBB> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XBB" ;
    skos:prefLabel "European Monetary Unit (E.M.U.-6)"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XBC> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XBC" ;
    skos:prefLabel "European Unit of Account 9 (E.U.A.-9)"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XBD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XBD" ;
    skos:prefLabel "European Unit of Account 17 (E.U.A.-17)"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XCD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XCD" ;
    skos:prefLabel "East Carribean Dollar"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XDR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XDR" ;
    skos:prefLabel "SDR"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XOF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XOF" ;
    skos:prefLabel "CFA Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XPD> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XPD" ;
    skos:prefLabel "Palladium"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XPF> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XPF" ;
    skos:prefLabel "CFP Franc"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XPT> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XPT" ;
    skos:prefLabel "Platinum"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XSU> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XSU" ;
    skos:prefLabel "Sucre"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XTS> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XTS" ;
    skos:prefLabel "Codes specifically reserved for testing purposes"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XUA> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XUA" ;
    skos:prefLabel "ADB Unit of Account"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/XXX> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "XXX" ;
    skos:prefLabel "The codes assigned for transactions where no currency is involved"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/YER> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "YER" ;
    skos:prefLabel "Yemeni Rial"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ZAR> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ZAR" ;
    skos:prefLabel "Rand"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ZMW> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ZMW" ;
    skos:prefLabel "Zambian Kwacha"@en .

<https://test.uncefact.org/vocabulary/currency-code-list/ZWL> a skos:Concept ;
    skos:inScheme unece:currency-code-list ;
    skos:notation "ZWL" ;
    skos:prefLabel "Zimbabwe Dollar"@en .

unece:definedContact a owl:ObjectProperty ;
    rdfs:label "defined contact"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A trade contact defined for this location party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:definition a owl:DatatypeProperty ;
    rdfs:label "definition"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The definition of a classification code."@en ;
    schema:domainIncludes unece:Score ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:departmentName a owl:DatatypeProperty ;
    rdfs:label "department name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A name, expressed as text, of the department to which this trade contact belongs within an organization."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A textual description of an item."@en ;
    skos:exactMatch schema:description ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:digestMultibase a owl:DatatypeProperty ;
    rdfs:label "digest multibase"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A cryptographic hash of the linked content."@en ;
    schema:domainIncludes unece:Link ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/1> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Gross dimensions"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/10> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "10" ;
    skos:prefLabel "External equipment dimension"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/11> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "11" ;
    skos:prefLabel "Internal equipment dimensions"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/12> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "12" ;
    skos:prefLabel "Damage dimensions"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/13> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "13" ;
    skos:prefLabel "Off-standard dimensions height"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/14> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "14" ;
    skos:prefLabel "Equipment door dimensions"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/15> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "15" ;
    skos:prefLabel "Off-standard dimension width"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/16> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "16" ;
    skos:prefLabel "Off-standard dimension length"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/17> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "17" ;
    skos:prefLabel "Bundled equipment total height"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/18> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "18" ;
    skos:prefLabel "Equipment off-standard dimension height, actual"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/19> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "19" ;
    skos:prefLabel "Folded equipment height"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/2> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Package dimensions (including goods)"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/20> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "20" ;
    skos:prefLabel "Adjustable equipment height"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/21> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "21" ;
    skos:prefLabel "Equipment floor height"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/22> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "22" ;
    skos:prefLabel "Container off-standard dimension width at corner posts"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/23> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "23" ;
    skos:prefLabel "Container off-standard dimension width of body"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/24> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "24" ;
    skos:prefLabel "Transport unit gross dimensions"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/3> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Pallet dimensions (excluding goods)"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/4> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Pallet dimensions (including goods)"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/5> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Off-standard dimension front"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/6> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Off-standard dimension back"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/7> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Off-standard dimension right"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/8> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Off-standard dimension left"@en .

<https://test.uncefact.org/vocabulary/dimension-type-code-list/9> a skos:Concept ;
    skos:inScheme unece:dimension-type-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Off-standard dimension general"@en .

unece:dimensionTypeCode a owl:ObjectProperty ;
    rdfs:label "dimension type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the type of spatial dimension, such as thickness, area, or volume."@en ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:dimension-type-code-list ;
    unece:termStatus ts:proposed .

unece:dimensionVector a owl:AnnotationProperty ;
    rdfs:label "dimension vector"@en ;
    rdfs:comment "SI base-dimension exponents (L M T I Θ N J) — the compatibility key for conversion. Source: QUDT."@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/1> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Accepted"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/10> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "10" ;
    skos:prefLabel "Document currently valid"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/11> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "11" ;
    skos:prefLabel "Document not available"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/12> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "12" ;
    skos:prefLabel "Document exhausted by declaration and attached"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/13> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "13" ;
    skos:prefLabel "Document not exhausted by declaration and attached"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/14> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "14" ;
    skos:prefLabel "Document exhausted by declaration and previously lodged"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/15> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "15" ;
    skos:prefLabel "Document not exhausted by declaration and previously lodged"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/16> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "16" ;
    skos:prefLabel "Document not attached"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/17> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "17" ;
    skos:prefLabel "Document with the goods"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/18> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "18" ;
    skos:prefLabel "Document attached, to be returned after endorsement"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/19> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "19" ;
    skos:prefLabel "Document applied for"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/2> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Accompanying goods"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/20> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "20" ;
    skos:prefLabel "Received for shipment"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/21> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "21" ;
    skos:prefLabel "Shipped on board"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/22> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "22" ;
    skos:prefLabel "Status 0"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/23> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "23" ;
    skos:prefLabel "Status 1"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/24> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "24" ;
    skos:prefLabel "Status 2"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/25> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "25" ;
    skos:prefLabel "Message under development"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/26> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "26" ;
    skos:prefLabel "Document not freighted"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/27> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "27" ;
    skos:prefLabel "Document freighted"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/28> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "28" ;
    skos:prefLabel "Archived"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/29> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "29" ;
    skos:prefLabel "Provisional"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/3> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Conditionally accepted"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/30> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "30" ;
    skos:prefLabel "Documents enclosed in the first transmission"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/31> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "31" ;
    skos:prefLabel "Documents enclosed in the second transmission"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/32> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "32" ;
    skos:prefLabel "Document not required, waiver issued"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/33> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "33" ;
    skos:prefLabel "Already on file with receiver of this message"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/34> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "34" ;
    skos:prefLabel "Retained by sender of this message, or by sender's agent or representative"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/35> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "35" ;
    skos:prefLabel "Document incomplete"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/36> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "36" ;
    skos:prefLabel "Document previously submitted"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/37> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "37" ;
    skos:prefLabel "Document complete"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/38> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "38" ;
    skos:prefLabel "Final"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/39> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "39" ;
    skos:prefLabel "On hold"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/4> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "4" ;
    skos:prefLabel "To arrive by separate EDI message"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/40> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "40" ;
    skos:prefLabel "Validity suspended"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/41> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "41" ;
    skos:prefLabel "Validity revoked"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/42> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "42" ;
    skos:prefLabel "In error"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/43> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "43" ;
    skos:prefLabel "Received"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/44> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "44" ;
    skos:prefLabel "Accepted with warnings"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/45> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "45" ;
    skos:prefLabel "In process"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/46> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "46" ;
    skos:prefLabel "Under query"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/47> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "47" ;
    skos:prefLabel "Paid"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/48> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "48" ;
    skos:prefLabel "Acknowledged"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/49> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "49" ;
    skos:prefLabel "Conditionally accepted"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/5> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Information only"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/50> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "50" ;
    skos:prefLabel "Rejected, no further processing"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/51> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "51" ;
    skos:prefLabel "To arrive by electronic means"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/6> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "6" ;
    skos:prefLabel "To arrive by manual means"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/7> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "7" ;
    skos:prefLabel "To be raised and sent"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/8> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Rejected"@en .

<https://test.uncefact.org/vocabulary/document-status-code-list/9> a skos:Concept ;
    skos:inScheme unece:document-status-code-list ;
    skos:notation "9" ;
    skos:prefLabel "To be printed"@en .

<https://test.uncefact.org/vocabulary/document-type/1> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "1" ;
    skos:prefLabel "Certificate of analysis"@en .

<https://test.uncefact.org/vocabulary/document-type/10> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "10" ;
    skos:prefLabel "Party information"@en .

<https://test.uncefact.org/vocabulary/document-type/100> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "100" ;
    skos:prefLabel "Excise certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/101> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "101" ;
    skos:prefLabel "Registration document"@en .

<https://test.uncefact.org/vocabulary/document-type/102> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "102" ;
    skos:prefLabel "Tax notification"@en .

<https://test.uncefact.org/vocabulary/document-type/103> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "103" ;
    skos:prefLabel "Transport equipment direct interchange report"@en .

<https://test.uncefact.org/vocabulary/document-type/104> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "104" ;
    skos:prefLabel "Transport equipment impending arrival advice"@en .

<https://test.uncefact.org/vocabulary/document-type/105> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "105" ;
    skos:prefLabel "Purchase order"@en .

<https://test.uncefact.org/vocabulary/document-type/106> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "106" ;
    skos:prefLabel "Transport equipment damage report"@en .

<https://test.uncefact.org/vocabulary/document-type/107> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "107" ;
    skos:prefLabel "Transport equipment maintenance and repair work estimate advice"@en .

<https://test.uncefact.org/vocabulary/document-type/108> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "108" ;
    skos:prefLabel "Transport equipment empty release instruction"@en .

<https://test.uncefact.org/vocabulary/document-type/109> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "109" ;
    skos:prefLabel "Transport movement gate in report"@en .

<https://test.uncefact.org/vocabulary/document-type/11> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "11" ;
    skos:prefLabel "Federal label approval"@en .

<https://test.uncefact.org/vocabulary/document-type/110> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "110" ;
    skos:prefLabel "Manufacturing instructions"@en .

<https://test.uncefact.org/vocabulary/document-type/111> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "111" ;
    skos:prefLabel "Transport movement gate out report"@en .

<https://test.uncefact.org/vocabulary/document-type/112> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "112" ;
    skos:prefLabel "Transport equipment unpacking instruction"@en .

<https://test.uncefact.org/vocabulary/document-type/113> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "113" ;
    skos:prefLabel "Transport equipment unpacking report"@en .

<https://test.uncefact.org/vocabulary/document-type/114> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "114" ;
    skos:prefLabel "Transport equipment pick-up availability request"@en .

<https://test.uncefact.org/vocabulary/document-type/115> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "115" ;
    skos:prefLabel "Transport equipment pick-up availability confirmation"@en .

<https://test.uncefact.org/vocabulary/document-type/116> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "116" ;
    skos:prefLabel "Transport equipment pick-up report"@en .

<https://test.uncefact.org/vocabulary/document-type/117> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "117" ;
    skos:prefLabel "Transport equipment shift report"@en .

<https://test.uncefact.org/vocabulary/document-type/118> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "118" ;
    skos:prefLabel "Transport discharge instruction"@en .

<https://test.uncefact.org/vocabulary/document-type/119> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "119" ;
    skos:prefLabel "Transport discharge report"@en .

<https://test.uncefact.org/vocabulary/document-type/12> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "12" ;
    skos:prefLabel "Mill certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/120> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "120" ;
    skos:prefLabel "Stores requisition"@en .

<https://test.uncefact.org/vocabulary/document-type/121> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "121" ;
    skos:prefLabel "Transport loading instruction"@en .

<https://test.uncefact.org/vocabulary/document-type/122> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "122" ;
    skos:prefLabel "Transport loading report"@en .

<https://test.uncefact.org/vocabulary/document-type/123> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "123" ;
    skos:prefLabel "Transport equipment maintenance and repair work authorisation"@en .

<https://test.uncefact.org/vocabulary/document-type/124> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "124" ;
    skos:prefLabel "Transport departure report"@en .

<https://test.uncefact.org/vocabulary/document-type/125> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "125" ;
    skos:prefLabel "Transport empty equipment advice"@en .

<https://test.uncefact.org/vocabulary/document-type/126> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "126" ;
    skos:prefLabel "Transport equipment acceptance order"@en .

<https://test.uncefact.org/vocabulary/document-type/127> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "127" ;
    skos:prefLabel "Transport equipment special service instruction"@en .

<https://test.uncefact.org/vocabulary/document-type/128> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "128" ;
    skos:prefLabel "Transport equipment stock report"@en .

<https://test.uncefact.org/vocabulary/document-type/129> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "129" ;
    skos:prefLabel "Transport cargo release order"@en .

<https://test.uncefact.org/vocabulary/document-type/13> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "13" ;
    skos:prefLabel "Post receipt"@en .

<https://test.uncefact.org/vocabulary/document-type/130> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "130" ;
    skos:prefLabel "Invoicing data sheet"@en .

<https://test.uncefact.org/vocabulary/document-type/131> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "131" ;
    skos:prefLabel "Transport equipment packing instruction"@en .

<https://test.uncefact.org/vocabulary/document-type/132> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "132" ;
    skos:prefLabel "Customs clearance notice"@en .

<https://test.uncefact.org/vocabulary/document-type/133> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "133" ;
    skos:prefLabel "Customs documents expiration notice"@en .

<https://test.uncefact.org/vocabulary/document-type/134> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "134" ;
    skos:prefLabel "Transport equipment on-hire request"@en .

<https://test.uncefact.org/vocabulary/document-type/135> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "135" ;
    skos:prefLabel "Transport equipment on-hire order"@en .

<https://test.uncefact.org/vocabulary/document-type/136> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "136" ;
    skos:prefLabel "Transport equipment off-hire request"@en .

<https://test.uncefact.org/vocabulary/document-type/137> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "137" ;
    skos:prefLabel "Transport equipment survey order"@en .

<https://test.uncefact.org/vocabulary/document-type/138> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "138" ;
    skos:prefLabel "Transport equipment survey order response"@en .

<https://test.uncefact.org/vocabulary/document-type/139> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "139" ;
    skos:prefLabel "Transport equipment survey report"@en .

<https://test.uncefact.org/vocabulary/document-type/14> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "14" ;
    skos:prefLabel "Weight certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/140> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "140" ;
    skos:prefLabel "Packing instructions"@en .

<https://test.uncefact.org/vocabulary/document-type/141> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "141" ;
    skos:prefLabel "Advising items to be booked to a financial account"@en .

<https://test.uncefact.org/vocabulary/document-type/142> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "142" ;
    skos:prefLabel "Transport equipment maintenance and repair work estimate order"@en .

<https://test.uncefact.org/vocabulary/document-type/143> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "143" ;
    skos:prefLabel "Transport equipment maintenance and repair notice"@en .

<https://test.uncefact.org/vocabulary/document-type/144> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "144" ;
    skos:prefLabel "Empty container disposition order"@en .

<https://test.uncefact.org/vocabulary/document-type/145> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "145" ;
    skos:prefLabel "Cargo vessel discharge order"@en .

<https://test.uncefact.org/vocabulary/document-type/146> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "146" ;
    skos:prefLabel "Cargo vessel loading order"@en .

<https://test.uncefact.org/vocabulary/document-type/147> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "147" ;
    skos:prefLabel "Multidrop order"@en .

<https://test.uncefact.org/vocabulary/document-type/148> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "148" ;
    skos:prefLabel "Bailment contract"@en .

<https://test.uncefact.org/vocabulary/document-type/149> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "149" ;
    skos:prefLabel "Basic agreement"@en .

<https://test.uncefact.org/vocabulary/document-type/15> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "15" ;
    skos:prefLabel "Weight list"@en .

<https://test.uncefact.org/vocabulary/document-type/150> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "150" ;
    skos:prefLabel "Internal transport order"@en .

<https://test.uncefact.org/vocabulary/document-type/151> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "151" ;
    skos:prefLabel "Grant"@en .

<https://test.uncefact.org/vocabulary/document-type/152> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "152" ;
    skos:prefLabel "Indefinite delivery indefinite quantity contract"@en .

<https://test.uncefact.org/vocabulary/document-type/153> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "153" ;
    skos:prefLabel "Indefinite delivery definite quantity contract"@en .

<https://test.uncefact.org/vocabulary/document-type/154> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "154" ;
    skos:prefLabel "Requirements contract"@en .

<https://test.uncefact.org/vocabulary/document-type/155> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "155" ;
    skos:prefLabel "Task order"@en .

<https://test.uncefact.org/vocabulary/document-type/156> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "156" ;
    skos:prefLabel "Make or buy plan"@en .

<https://test.uncefact.org/vocabulary/document-type/157> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "157" ;
    skos:prefLabel "Subcontractor plan"@en .

<https://test.uncefact.org/vocabulary/document-type/158> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "158" ;
    skos:prefLabel "Cost data summary"@en .

<https://test.uncefact.org/vocabulary/document-type/159> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "159" ;
    skos:prefLabel "Certified cost and price data"@en .

<https://test.uncefact.org/vocabulary/document-type/16> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "16" ;
    skos:prefLabel "Certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/160> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "160" ;
    skos:prefLabel "Wage determination"@en .

<https://test.uncefact.org/vocabulary/document-type/161> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "161" ;
    skos:prefLabel "Contract Funds Status Report (CFSR)"@en .

<https://test.uncefact.org/vocabulary/document-type/162> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "162" ;
    skos:prefLabel "Certified inspection and test results"@en .

<https://test.uncefact.org/vocabulary/document-type/163> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "163" ;
    skos:prefLabel "Material inspection and receiving report"@en .

<https://test.uncefact.org/vocabulary/document-type/164> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "164" ;
    skos:prefLabel "Purchasing specification"@en .

<https://test.uncefact.org/vocabulary/document-type/165> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "165" ;
    skos:prefLabel "Payment or performance bond"@en .

<https://test.uncefact.org/vocabulary/document-type/166> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "166" ;
    skos:prefLabel "Contract security classification specification"@en .

<https://test.uncefact.org/vocabulary/document-type/167> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "167" ;
    skos:prefLabel "Manufacturing specification"@en .

<https://test.uncefact.org/vocabulary/document-type/168> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "168" ;
    skos:prefLabel "Buy America certificate of compliance"@en .

<https://test.uncefact.org/vocabulary/document-type/169> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "169" ;
    skos:prefLabel "Container off-hire notice"@en .

<https://test.uncefact.org/vocabulary/document-type/17> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "17" ;
    skos:prefLabel "Combined certificate of value and origin"@en .

<https://test.uncefact.org/vocabulary/document-type/170> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "170" ;
    skos:prefLabel "Cargo acceptance order"@en .

<https://test.uncefact.org/vocabulary/document-type/171> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "171" ;
    skos:prefLabel "Pick-up notice"@en .

<https://test.uncefact.org/vocabulary/document-type/172> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "172" ;
    skos:prefLabel "Authorisation to plan and suggest orders"@en .

<https://test.uncefact.org/vocabulary/document-type/173> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "173" ;
    skos:prefLabel "Authorisation to plan and ship orders"@en .

<https://test.uncefact.org/vocabulary/document-type/174> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "174" ;
    skos:prefLabel "Drawing"@en .

<https://test.uncefact.org/vocabulary/document-type/175> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "175" ;
    skos:prefLabel "Cost Performance Report (CPR) format 2"@en .

<https://test.uncefact.org/vocabulary/document-type/176> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "176" ;
    skos:prefLabel "Cost Schedule Status Report (CSSR)"@en .

<https://test.uncefact.org/vocabulary/document-type/177> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "177" ;
    skos:prefLabel "Cost Performance Report (CPR) format 1"@en .

<https://test.uncefact.org/vocabulary/document-type/178> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "178" ;
    skos:prefLabel "Cost Performance Report (CPR) format 3"@en .

<https://test.uncefact.org/vocabulary/document-type/179> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "179" ;
    skos:prefLabel "Cost Performance Report (CPR) format 4"@en .

<https://test.uncefact.org/vocabulary/document-type/18> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "18" ;
    skos:prefLabel "Movement certificate A.TR.1"@en .

<https://test.uncefact.org/vocabulary/document-type/180> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "180" ;
    skos:prefLabel "Cost Performance Report (CPR) format 5"@en .

<https://test.uncefact.org/vocabulary/document-type/181> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "181" ;
    skos:prefLabel "Progressive discharge report"@en .

<https://test.uncefact.org/vocabulary/document-type/182> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "182" ;
    skos:prefLabel "Balance confirmation"@en .

<https://test.uncefact.org/vocabulary/document-type/183> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "183" ;
    skos:prefLabel "Container stripping order"@en .

<https://test.uncefact.org/vocabulary/document-type/184> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "184" ;
    skos:prefLabel "Container stuffing order"@en .

<https://test.uncefact.org/vocabulary/document-type/185> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "185" ;
    skos:prefLabel "Conveyance declaration (arrival)"@en .

<https://test.uncefact.org/vocabulary/document-type/186> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "186" ;
    skos:prefLabel "Conveyance declaration (departure)"@en .

<https://test.uncefact.org/vocabulary/document-type/187> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "187" ;
    skos:prefLabel "Conveyance declaration (combined)"@en .

<https://test.uncefact.org/vocabulary/document-type/188> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "188" ;
    skos:prefLabel "Project recovery plan"@en .

<https://test.uncefact.org/vocabulary/document-type/189> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "189" ;
    skos:prefLabel "Project production plan"@en .

<https://test.uncefact.org/vocabulary/document-type/19> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "19" ;
    skos:prefLabel "Certificate of quantity"@en .

<https://test.uncefact.org/vocabulary/document-type/190> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "190" ;
    skos:prefLabel "Statistical and other administrative internal documents"@en .

<https://test.uncefact.org/vocabulary/document-type/191> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "191" ;
    skos:prefLabel "Project master schedule"@en .

<https://test.uncefact.org/vocabulary/document-type/192> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "192" ;
    skos:prefLabel "Priced alternate tender bill of quantity"@en .

<https://test.uncefact.org/vocabulary/document-type/193> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "193" ;
    skos:prefLabel "Estimated priced bill of quantity"@en .

<https://test.uncefact.org/vocabulary/document-type/194> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "194" ;
    skos:prefLabel "Draft bill of quantity"@en .

<https://test.uncefact.org/vocabulary/document-type/195> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "195" ;
    skos:prefLabel "Documentary credit collection instruction"@en .

<https://test.uncefact.org/vocabulary/document-type/196> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "196" ;
    skos:prefLabel "Request for an amendment of a documentary credit"@en .

<https://test.uncefact.org/vocabulary/document-type/197> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "197" ;
    skos:prefLabel "Documentary credit amendment information"@en .

<https://test.uncefact.org/vocabulary/document-type/198> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "198" ;
    skos:prefLabel "Advice of an amendment of a documentary credit"@en .

<https://test.uncefact.org/vocabulary/document-type/199> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "199" ;
    skos:prefLabel "Response to an amendment of a documentary credit"@en .

<https://test.uncefact.org/vocabulary/document-type/2> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "2" ;
    skos:prefLabel "Certificate of conformity"@en .

<https://test.uncefact.org/vocabulary/document-type/20> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "20" ;
    skos:prefLabel "Quality data message"@en .

<https://test.uncefact.org/vocabulary/document-type/200> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "200" ;
    skos:prefLabel "Documentary credit issuance information"@en .

<https://test.uncefact.org/vocabulary/document-type/201> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "201" ;
    skos:prefLabel "Direct payment valuation request"@en .

<https://test.uncefact.org/vocabulary/document-type/202> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "202" ;
    skos:prefLabel "Direct payment valuation"@en .

<https://test.uncefact.org/vocabulary/document-type/203> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "203" ;
    skos:prefLabel "Provisional payment valuation"@en .

<https://test.uncefact.org/vocabulary/document-type/204> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "204" ;
    skos:prefLabel "Payment valuation"@en .

<https://test.uncefact.org/vocabulary/document-type/205> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "205" ;
    skos:prefLabel "Quantity valuation"@en .

<https://test.uncefact.org/vocabulary/document-type/206> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "206" ;
    skos:prefLabel "Quantity valuation request"@en .

<https://test.uncefact.org/vocabulary/document-type/207> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "207" ;
    skos:prefLabel "Contract bill of quantities - BOQ"@en .

<https://test.uncefact.org/vocabulary/document-type/208> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "208" ;
    skos:prefLabel "Unpriced bill of quantity"@en .

<https://test.uncefact.org/vocabulary/document-type/209> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "209" ;
    skos:prefLabel "Priced tender BOQ"@en .

<https://test.uncefact.org/vocabulary/document-type/21> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "21" ;
    skos:prefLabel "Query"@en .

<https://test.uncefact.org/vocabulary/document-type/210> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "210" ;
    skos:prefLabel "Enquiry"@en .

<https://test.uncefact.org/vocabulary/document-type/211> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "211" ;
    skos:prefLabel "Interim application for payment"@en .

<https://test.uncefact.org/vocabulary/document-type/212> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "212" ;
    skos:prefLabel "Agreement to pay"@en .

<https://test.uncefact.org/vocabulary/document-type/213> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "213" ;
    skos:prefLabel "Request for financial cancellation"@en .

<https://test.uncefact.org/vocabulary/document-type/214> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "214" ;
    skos:prefLabel "Pre-authorised direct debit(s)"@en .

<https://test.uncefact.org/vocabulary/document-type/215> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "215" ;
    skos:prefLabel "Letter of intent"@en .

<https://test.uncefact.org/vocabulary/document-type/216> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "216" ;
    skos:prefLabel "Approved unpriced bill of quantity"@en .

<https://test.uncefact.org/vocabulary/document-type/217> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "217" ;
    skos:prefLabel "Payment valuation for unscheduled items"@en .

<https://test.uncefact.org/vocabulary/document-type/218> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "218" ;
    skos:prefLabel "Final payment request based on completion of work"@en .

<https://test.uncefact.org/vocabulary/document-type/219> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "219" ;
    skos:prefLabel "Payment request for completed units"@en .

<https://test.uncefact.org/vocabulary/document-type/22> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "22" ;
    skos:prefLabel "Response to query"@en .

<https://test.uncefact.org/vocabulary/document-type/220> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "220" ;
    skos:prefLabel "Order"@en .

<https://test.uncefact.org/vocabulary/document-type/221> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "221" ;
    skos:prefLabel "Blanket order"@en .

<https://test.uncefact.org/vocabulary/document-type/222> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "222" ;
    skos:prefLabel "Spot order"@en .

<https://test.uncefact.org/vocabulary/document-type/223> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "223" ;
    skos:prefLabel "Lease order"@en .

<https://test.uncefact.org/vocabulary/document-type/224> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "224" ;
    skos:prefLabel "Rush order"@en .

<https://test.uncefact.org/vocabulary/document-type/225> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "225" ;
    skos:prefLabel "Repair order"@en .

<https://test.uncefact.org/vocabulary/document-type/226> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "226" ;
    skos:prefLabel "Call off order"@en .

<https://test.uncefact.org/vocabulary/document-type/227> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "227" ;
    skos:prefLabel "Consignment order"@en .

<https://test.uncefact.org/vocabulary/document-type/228> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "228" ;
    skos:prefLabel "Sample order"@en .

<https://test.uncefact.org/vocabulary/document-type/229> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "229" ;
    skos:prefLabel "Swap order"@en .

<https://test.uncefact.org/vocabulary/document-type/23> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "23" ;
    skos:prefLabel "Status information"@en .

<https://test.uncefact.org/vocabulary/document-type/230> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "230" ;
    skos:prefLabel "Purchase order change request"@en .

<https://test.uncefact.org/vocabulary/document-type/231> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "231" ;
    skos:prefLabel "Purchase order response"@en .

<https://test.uncefact.org/vocabulary/document-type/232> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "232" ;
    skos:prefLabel "Hire order"@en .

<https://test.uncefact.org/vocabulary/document-type/233> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "233" ;
    skos:prefLabel "Spare parts order"@en .

<https://test.uncefact.org/vocabulary/document-type/234> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "234" ;
    skos:prefLabel "Campaign price/sales catalogue"@en .

<https://test.uncefact.org/vocabulary/document-type/235> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "235" ;
    skos:prefLabel "Container list"@en .

<https://test.uncefact.org/vocabulary/document-type/236> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "236" ;
    skos:prefLabel "Delivery forecast"@en .

<https://test.uncefact.org/vocabulary/document-type/237> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "237" ;
    skos:prefLabel "Cross docking services order"@en .

<https://test.uncefact.org/vocabulary/document-type/238> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "238" ;
    skos:prefLabel "Non-pre-authorised direct debit(s)"@en .

<https://test.uncefact.org/vocabulary/document-type/239> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "239" ;
    skos:prefLabel "Rejected direct debit(s)"@en .

<https://test.uncefact.org/vocabulary/document-type/24> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "24" ;
    skos:prefLabel "Restow"@en .

<https://test.uncefact.org/vocabulary/document-type/240> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "240" ;
    skos:prefLabel "Delivery instructions"@en .

<https://test.uncefact.org/vocabulary/document-type/241> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "241" ;
    skos:prefLabel "Delivery schedule"@en .

<https://test.uncefact.org/vocabulary/document-type/242> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "242" ;
    skos:prefLabel "Delivery just-in-time"@en .

<https://test.uncefact.org/vocabulary/document-type/243> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "243" ;
    skos:prefLabel "Pre-authorised direct debit request(s)"@en .

<https://test.uncefact.org/vocabulary/document-type/244> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "244" ;
    skos:prefLabel "Non-pre-authorised direct debit request(s)"@en .

<https://test.uncefact.org/vocabulary/document-type/245> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "245" ;
    skos:prefLabel "Delivery release"@en .

<https://test.uncefact.org/vocabulary/document-type/246> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "246" ;
    skos:prefLabel "Settlement of a letter of credit"@en .

<https://test.uncefact.org/vocabulary/document-type/247> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "247" ;
    skos:prefLabel "Bank to bank funds transfer"@en .

<https://test.uncefact.org/vocabulary/document-type/248> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "248" ;
    skos:prefLabel "Customer payment order(s)"@en .

<https://test.uncefact.org/vocabulary/document-type/249> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "249" ;
    skos:prefLabel "Low value payment order(s)"@en .

<https://test.uncefact.org/vocabulary/document-type/25> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "25" ;
    skos:prefLabel "Container discharge list"@en .

<https://test.uncefact.org/vocabulary/document-type/250> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "250" ;
    skos:prefLabel "Crew list declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/251> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "251" ;
    skos:prefLabel "Inquiry"@en .

<https://test.uncefact.org/vocabulary/document-type/252> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "252" ;
    skos:prefLabel "Response to previous banking status message"@en .

<https://test.uncefact.org/vocabulary/document-type/253> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "253" ;
    skos:prefLabel "Project master plan"@en .

<https://test.uncefact.org/vocabulary/document-type/254> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "254" ;
    skos:prefLabel "Project plan"@en .

<https://test.uncefact.org/vocabulary/document-type/255> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "255" ;
    skos:prefLabel "Project schedule"@en .

<https://test.uncefact.org/vocabulary/document-type/256> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "256" ;
    skos:prefLabel "Project planning available resources"@en .

<https://test.uncefact.org/vocabulary/document-type/257> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "257" ;
    skos:prefLabel "Project planning calendar"@en .

<https://test.uncefact.org/vocabulary/document-type/258> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "258" ;
    skos:prefLabel "Standing order"@en .

<https://test.uncefact.org/vocabulary/document-type/259> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "259" ;
    skos:prefLabel "Cargo movement event log"@en .

<https://test.uncefact.org/vocabulary/document-type/26> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "26" ;
    skos:prefLabel "Corporate superannuation contributions advice"@en .

<https://test.uncefact.org/vocabulary/document-type/260> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "260" ;
    skos:prefLabel "Cargo analysis voyage report"@en .

<https://test.uncefact.org/vocabulary/document-type/261> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "261" ;
    skos:prefLabel "Self billed credit note"@en .

<https://test.uncefact.org/vocabulary/document-type/262> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "262" ;
    skos:prefLabel "Consolidated credit note - goods and services"@en .

<https://test.uncefact.org/vocabulary/document-type/263> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "263" ;
    skos:prefLabel "Inventory adjustment status report"@en .

<https://test.uncefact.org/vocabulary/document-type/264> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "264" ;
    skos:prefLabel "Transport equipment movement instruction"@en .

<https://test.uncefact.org/vocabulary/document-type/265> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "265" ;
    skos:prefLabel "Transport equipment movement report"@en .

<https://test.uncefact.org/vocabulary/document-type/266> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "266" ;
    skos:prefLabel "Transport equipment status change report"@en .

<https://test.uncefact.org/vocabulary/document-type/267> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "267" ;
    skos:prefLabel "Fumigation certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/268> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "268" ;
    skos:prefLabel "Wine certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/269> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "269" ;
    skos:prefLabel "Wool health certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/27> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "27" ;
    skos:prefLabel "Industry superannuation contributions advice"@en .

<https://test.uncefact.org/vocabulary/document-type/270> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "270" ;
    skos:prefLabel "Delivery note"@en .

<https://test.uncefact.org/vocabulary/document-type/271> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "271" ;
    skos:prefLabel "Packing list"@en .

<https://test.uncefact.org/vocabulary/document-type/272> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "272" ;
    skos:prefLabel "New code request"@en .

<https://test.uncefact.org/vocabulary/document-type/273> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "273" ;
    skos:prefLabel "Code change request"@en .

<https://test.uncefact.org/vocabulary/document-type/274> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "274" ;
    skos:prefLabel "Simple data element request"@en .

<https://test.uncefact.org/vocabulary/document-type/275> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "275" ;
    skos:prefLabel "Simple data element change request"@en .

<https://test.uncefact.org/vocabulary/document-type/276> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "276" ;
    skos:prefLabel "Composite data element request"@en .

<https://test.uncefact.org/vocabulary/document-type/277> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "277" ;
    skos:prefLabel "Composite data element change request"@en .

<https://test.uncefact.org/vocabulary/document-type/278> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "278" ;
    skos:prefLabel "Segment request"@en .

<https://test.uncefact.org/vocabulary/document-type/279> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "279" ;
    skos:prefLabel "Segment change request"@en .

<https://test.uncefact.org/vocabulary/document-type/28> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "28" ;
    skos:prefLabel "Corporate superannuation member maintenance message"@en .

<https://test.uncefact.org/vocabulary/document-type/280> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "280" ;
    skos:prefLabel "New message request"@en .

<https://test.uncefact.org/vocabulary/document-type/281> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "281" ;
    skos:prefLabel "Message in development request"@en .

<https://test.uncefact.org/vocabulary/document-type/282> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "282" ;
    skos:prefLabel "Modification of existing message"@en .

<https://test.uncefact.org/vocabulary/document-type/283> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "283" ;
    skos:prefLabel "Tracking number assignment report"@en .

<https://test.uncefact.org/vocabulary/document-type/284> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "284" ;
    skos:prefLabel "User directory definition"@en .

<https://test.uncefact.org/vocabulary/document-type/285> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "285" ;
    skos:prefLabel "United Nations standard message request"@en .

<https://test.uncefact.org/vocabulary/document-type/286> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "286" ;
    skos:prefLabel "Service directory definition"@en .

<https://test.uncefact.org/vocabulary/document-type/287> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "287" ;
    skos:prefLabel "Status report"@en .

<https://test.uncefact.org/vocabulary/document-type/288> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "288" ;
    skos:prefLabel "Kanban schedule"@en .

<https://test.uncefact.org/vocabulary/document-type/289> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "289" ;
    skos:prefLabel "Product data message"@en .

<https://test.uncefact.org/vocabulary/document-type/29> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "29" ;
    skos:prefLabel "Industry superannuation member maintenance message"@en .

<https://test.uncefact.org/vocabulary/document-type/290> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "290" ;
    skos:prefLabel "A claim for parts and/or labour charges"@en .

<https://test.uncefact.org/vocabulary/document-type/291> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "291" ;
    skos:prefLabel "Delivery schedule response"@en .

<https://test.uncefact.org/vocabulary/document-type/292> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "292" ;
    skos:prefLabel "Inspection request"@en .

<https://test.uncefact.org/vocabulary/document-type/293> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "293" ;
    skos:prefLabel "Inspection report"@en .

<https://test.uncefact.org/vocabulary/document-type/294> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "294" ;
    skos:prefLabel "Application acknowledgement and error report"@en .

<https://test.uncefact.org/vocabulary/document-type/295> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "295" ;
    skos:prefLabel "Price variation invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/296> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "296" ;
    skos:prefLabel "Credit note for price variation"@en .

<https://test.uncefact.org/vocabulary/document-type/297> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "297" ;
    skos:prefLabel "Instruction to collect"@en .

<https://test.uncefact.org/vocabulary/document-type/298> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "298" ;
    skos:prefLabel "Dangerous goods list"@en .

<https://test.uncefact.org/vocabulary/document-type/299> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "299" ;
    skos:prefLabel "Registration renewal"@en .

<https://test.uncefact.org/vocabulary/document-type/3> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "3" ;
    skos:prefLabel "Certificate of quality"@en .

<https://test.uncefact.org/vocabulary/document-type/30> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "30" ;
    skos:prefLabel "Life insurance payroll deductions advice"@en .

<https://test.uncefact.org/vocabulary/document-type/300> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "300" ;
    skos:prefLabel "Registration change"@en .

<https://test.uncefact.org/vocabulary/document-type/301> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "301" ;
    skos:prefLabel "Response to registration"@en .

<https://test.uncefact.org/vocabulary/document-type/302> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "302" ;
    skos:prefLabel "Implementation guideline"@en .

<https://test.uncefact.org/vocabulary/document-type/303> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "303" ;
    skos:prefLabel "Request for transfer"@en .

<https://test.uncefact.org/vocabulary/document-type/304> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "304" ;
    skos:prefLabel "Cost performance report"@en .

<https://test.uncefact.org/vocabulary/document-type/305> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "305" ;
    skos:prefLabel "Application error and acknowledgement"@en .

<https://test.uncefact.org/vocabulary/document-type/306> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "306" ;
    skos:prefLabel "Cash pool financial statement"@en .

<https://test.uncefact.org/vocabulary/document-type/307> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "307" ;
    skos:prefLabel "Sequenced delivery schedule"@en .

<https://test.uncefact.org/vocabulary/document-type/308> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "308" ;
    skos:prefLabel "Delcredere credit note"@en .

<https://test.uncefact.org/vocabulary/document-type/309> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "309" ;
    skos:prefLabel "Healthcare discharge report, final"@en .

<https://test.uncefact.org/vocabulary/document-type/31> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "31" ;
    skos:prefLabel "Underbond request"@en .

<https://test.uncefact.org/vocabulary/document-type/310> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "310" ;
    skos:prefLabel "Offer / quotation"@en .

<https://test.uncefact.org/vocabulary/document-type/311> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "311" ;
    skos:prefLabel "Request for quote"@en .

<https://test.uncefact.org/vocabulary/document-type/312> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "312" ;
    skos:prefLabel "Acknowledgement message"@en .

<https://test.uncefact.org/vocabulary/document-type/313> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "313" ;
    skos:prefLabel "Application error message"@en .

<https://test.uncefact.org/vocabulary/document-type/314> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "314" ;
    skos:prefLabel "Cargo movement voyage summary"@en .

<https://test.uncefact.org/vocabulary/document-type/315> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "315" ;
    skos:prefLabel "Contract"@en .

<https://test.uncefact.org/vocabulary/document-type/316> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "316" ;
    skos:prefLabel "Application for usage of berth or mooring facilities"@en .

<https://test.uncefact.org/vocabulary/document-type/317> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "317" ;
    skos:prefLabel "Application for designation of berthing places"@en .

<https://test.uncefact.org/vocabulary/document-type/318> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "318" ;
    skos:prefLabel "Application for shifting from the designated place in port"@en .

<https://test.uncefact.org/vocabulary/document-type/319> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "319" ;
    skos:prefLabel "Supplementary document for application for cargo operation of dangerous goods"@en .

<https://test.uncefact.org/vocabulary/document-type/32> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "32" ;
    skos:prefLabel "Underbond approval"@en .

<https://test.uncefact.org/vocabulary/document-type/320> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "320" ;
    skos:prefLabel "Acknowledgement of order"@en .

<https://test.uncefact.org/vocabulary/document-type/321> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "321" ;
    skos:prefLabel "Supplementary document for application for transport of dangerous goods"@en .

<https://test.uncefact.org/vocabulary/document-type/322> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "322" ;
    skos:prefLabel "Optical Character Reading (OCR) payment"@en .

<https://test.uncefact.org/vocabulary/document-type/323> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "323" ;
    skos:prefLabel "Preliminary sales report"@en .

<https://test.uncefact.org/vocabulary/document-type/324> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "324" ;
    skos:prefLabel "Transport emergency card"@en .

<https://test.uncefact.org/vocabulary/document-type/325> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "325" ;
    skos:prefLabel "Proforma invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/326> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "326" ;
    skos:prefLabel "Partial invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/327> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "327" ;
    skos:prefLabel "Operating instructions"@en .

<https://test.uncefact.org/vocabulary/document-type/328> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "328" ;
    skos:prefLabel "Name/product plate"@en .

<https://test.uncefact.org/vocabulary/document-type/329> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "329" ;
    skos:prefLabel "Co-insurance ceding bordereau"@en .

<https://test.uncefact.org/vocabulary/document-type/33> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "33" ;
    skos:prefLabel "Certificate of sealing of export meat lockers"@en .

<https://test.uncefact.org/vocabulary/document-type/330> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "330" ;
    skos:prefLabel "Request for delivery instructions"@en .

<https://test.uncefact.org/vocabulary/document-type/331> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "331" ;
    skos:prefLabel "Commercial invoice which includes a packing list"@en .

<https://test.uncefact.org/vocabulary/document-type/332> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "332" ;
    skos:prefLabel "Trade data"@en .

<https://test.uncefact.org/vocabulary/document-type/333> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "333" ;
    skos:prefLabel "Customs declaration for cargo examination"@en .

<https://test.uncefact.org/vocabulary/document-type/334> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "334" ;
    skos:prefLabel "Customs declaration for cargo examination, alternate"@en .

<https://test.uncefact.org/vocabulary/document-type/335> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "335" ;
    skos:prefLabel "Booking request"@en .

<https://test.uncefact.org/vocabulary/document-type/336> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "336" ;
    skos:prefLabel "Customs crew and conveyance"@en .

<https://test.uncefact.org/vocabulary/document-type/337> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "337" ;
    skos:prefLabel "Customs summary declaration with commercial detail, alternate"@en .

<https://test.uncefact.org/vocabulary/document-type/338> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "338" ;
    skos:prefLabel "Items booked to a financial account report"@en .

<https://test.uncefact.org/vocabulary/document-type/339> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "339" ;
    skos:prefLabel "Report of transactions which need further information from the receiver"@en .

<https://test.uncefact.org/vocabulary/document-type/34> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "34" ;
    skos:prefLabel "Cargo status"@en .

<https://test.uncefact.org/vocabulary/document-type/340> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "340" ;
    skos:prefLabel "Shipping instructions"@en .

<https://test.uncefact.org/vocabulary/document-type/341> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "341" ;
    skos:prefLabel "Shipper's letter of instructions (air)"@en .

<https://test.uncefact.org/vocabulary/document-type/342> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "342" ;
    skos:prefLabel "Report of transactions for information only"@en .

<https://test.uncefact.org/vocabulary/document-type/343> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "343" ;
    skos:prefLabel "Cartage order (local transport)"@en .

<https://test.uncefact.org/vocabulary/document-type/344> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "344" ;
    skos:prefLabel "EDI associated object administration message"@en .

<https://test.uncefact.org/vocabulary/document-type/345> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "345" ;
    skos:prefLabel "Ready for despatch advice"@en .

<https://test.uncefact.org/vocabulary/document-type/346> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "346" ;
    skos:prefLabel "Summary sales report"@en .

<https://test.uncefact.org/vocabulary/document-type/347> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "347" ;
    skos:prefLabel "Order status enquiry"@en .

<https://test.uncefact.org/vocabulary/document-type/348> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "348" ;
    skos:prefLabel "Order status report"@en .

<https://test.uncefact.org/vocabulary/document-type/349> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "349" ;
    skos:prefLabel "Declaration regarding the inward and outward movement of vessel"@en .

<https://test.uncefact.org/vocabulary/document-type/35> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "35" ;
    skos:prefLabel "Inventory report"@en .

<https://test.uncefact.org/vocabulary/document-type/350> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "350" ;
    skos:prefLabel "Despatch order"@en .

<https://test.uncefact.org/vocabulary/document-type/351> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "351" ;
    skos:prefLabel "Despatch advice"@en .

<https://test.uncefact.org/vocabulary/document-type/352> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "352" ;
    skos:prefLabel "Notification of usage of berth or mooring facilities"@en .

<https://test.uncefact.org/vocabulary/document-type/353> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "353" ;
    skos:prefLabel "Application for vessel's entering into port area in night- time"@en .

<https://test.uncefact.org/vocabulary/document-type/354> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "354" ;
    skos:prefLabel "Notification of emergency shifting from the designated place in port"@en .

<https://test.uncefact.org/vocabulary/document-type/355> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "355" ;
    skos:prefLabel "Customs summary declaration without commercial detail, alternate"@en .

<https://test.uncefact.org/vocabulary/document-type/356> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "356" ;
    skos:prefLabel "Performance bond"@en .

<https://test.uncefact.org/vocabulary/document-type/357> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "357" ;
    skos:prefLabel "Payment bond"@en .

<https://test.uncefact.org/vocabulary/document-type/358> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "358" ;
    skos:prefLabel "Healthcare discharge report, preliminary"@en .

<https://test.uncefact.org/vocabulary/document-type/359> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "359" ;
    skos:prefLabel "Request for provision of a health service"@en .

<https://test.uncefact.org/vocabulary/document-type/36> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "36" ;
    skos:prefLabel "Identity card"@en .

<https://test.uncefact.org/vocabulary/document-type/360> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "360" ;
    skos:prefLabel "Request for price quote"@en .

<https://test.uncefact.org/vocabulary/document-type/361> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "361" ;
    skos:prefLabel "Price quote"@en .

<https://test.uncefact.org/vocabulary/document-type/362> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "362" ;
    skos:prefLabel "Delivery quote"@en .

<https://test.uncefact.org/vocabulary/document-type/363> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "363" ;
    skos:prefLabel "Price and delivery quote"@en .

<https://test.uncefact.org/vocabulary/document-type/364> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "364" ;
    skos:prefLabel "Contract price quote"@en .

<https://test.uncefact.org/vocabulary/document-type/365> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "365" ;
    skos:prefLabel "Contract price and delivery quote"@en .

<https://test.uncefact.org/vocabulary/document-type/366> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "366" ;
    skos:prefLabel "Price quote, specified end-customer"@en .

<https://test.uncefact.org/vocabulary/document-type/367> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "367" ;
    skos:prefLabel "Price and delivery quote, specified end-customer"@en .

<https://test.uncefact.org/vocabulary/document-type/368> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "368" ;
    skos:prefLabel "Price quote, ship and debit"@en .

<https://test.uncefact.org/vocabulary/document-type/369> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "369" ;
    skos:prefLabel "Price and delivery quote, ship and debit"@en .

<https://test.uncefact.org/vocabulary/document-type/37> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "37" ;
    skos:prefLabel "Response to a trade statistics message"@en .

<https://test.uncefact.org/vocabulary/document-type/370> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "370" ;
    skos:prefLabel "Advice of distribution of documents"@en .

<https://test.uncefact.org/vocabulary/document-type/371> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "371" ;
    skos:prefLabel "Plan for provision of health service"@en .

<https://test.uncefact.org/vocabulary/document-type/372> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "372" ;
    skos:prefLabel "Prescription"@en .

<https://test.uncefact.org/vocabulary/document-type/373> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "373" ;
    skos:prefLabel "Prescription request"@en .

<https://test.uncefact.org/vocabulary/document-type/374> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "374" ;
    skos:prefLabel "Prescription dispensing report"@en .

<https://test.uncefact.org/vocabulary/document-type/375> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "375" ;
    skos:prefLabel "Certificate of shipment"@en .

<https://test.uncefact.org/vocabulary/document-type/376> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "376" ;
    skos:prefLabel "Standing inquiry on product information"@en .

<https://test.uncefact.org/vocabulary/document-type/377> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "377" ;
    skos:prefLabel "Party credit information"@en .

<https://test.uncefact.org/vocabulary/document-type/378> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "378" ;
    skos:prefLabel "Party payment behaviour information"@en .

<https://test.uncefact.org/vocabulary/document-type/379> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "379" ;
    skos:prefLabel "Request for metering point information"@en .

<https://test.uncefact.org/vocabulary/document-type/38> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "38" ;
    skos:prefLabel "Vaccination certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/380> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "380" ;
    skos:prefLabel "Commercial invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/381> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "381" ;
    skos:prefLabel "Credit note"@en .

<https://test.uncefact.org/vocabulary/document-type/382> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "382" ;
    skos:prefLabel "Commission note"@en .

<https://test.uncefact.org/vocabulary/document-type/383> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "383" ;
    skos:prefLabel "Debit note"@en .

<https://test.uncefact.org/vocabulary/document-type/384> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "384" ;
    skos:prefLabel "Corrected invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/385> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "385" ;
    skos:prefLabel "Consolidated invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/386> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "386" ;
    skos:prefLabel "Prepayment invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/387> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "387" ;
    skos:prefLabel "Hire invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/388> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "388" ;
    skos:prefLabel "Tax invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/389> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "389" ;
    skos:prefLabel "Self-billed invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/39> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "39" ;
    skos:prefLabel "Passport"@en .

<https://test.uncefact.org/vocabulary/document-type/390> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "390" ;
    skos:prefLabel "Delcredere invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/391> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "391" ;
    skos:prefLabel "Metering point information response"@en .

<https://test.uncefact.org/vocabulary/document-type/392> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "392" ;
    skos:prefLabel "Notification of change of supplier"@en .

<https://test.uncefact.org/vocabulary/document-type/393> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "393" ;
    skos:prefLabel "Factored invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/394> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "394" ;
    skos:prefLabel "Lease invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/395> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "395" ;
    skos:prefLabel "Consignment invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/396> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "396" ;
    skos:prefLabel "Factored credit note"@en .

<https://test.uncefact.org/vocabulary/document-type/397> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "397" ;
    skos:prefLabel "Commercial account summary response"@en .

<https://test.uncefact.org/vocabulary/document-type/398> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "398" ;
    skos:prefLabel "Cross docking despatch advice"@en .

<https://test.uncefact.org/vocabulary/document-type/399> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "399" ;
    skos:prefLabel "Transshipment despatch advice"@en .

<https://test.uncefact.org/vocabulary/document-type/4> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "4" ;
    skos:prefLabel "Test report"@en .

<https://test.uncefact.org/vocabulary/document-type/40> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "40" ;
    skos:prefLabel "Driving licence (national)"@en .

<https://test.uncefact.org/vocabulary/document-type/400> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "400" ;
    skos:prefLabel "Exceptional order"@en .

<https://test.uncefact.org/vocabulary/document-type/401> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "401" ;
    skos:prefLabel "Pre-packed cross docking order"@en .

<https://test.uncefact.org/vocabulary/document-type/402> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "402" ;
    skos:prefLabel "Intermediate handling cross docking order"@en .

<https://test.uncefact.org/vocabulary/document-type/403> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "403" ;
    skos:prefLabel "Means of transportation availability information"@en .

<https://test.uncefact.org/vocabulary/document-type/404> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "404" ;
    skos:prefLabel "Means of transportation schedule information"@en .

<https://test.uncefact.org/vocabulary/document-type/405> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "405" ;
    skos:prefLabel "Transport equipment delivery notice"@en .

<https://test.uncefact.org/vocabulary/document-type/406> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "406" ;
    skos:prefLabel "Notification to supplier of contract termination"@en .

<https://test.uncefact.org/vocabulary/document-type/407> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "407" ;
    skos:prefLabel "Notification to supplier of metering point changes"@en .

<https://test.uncefact.org/vocabulary/document-type/408> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "408" ;
    skos:prefLabel "Notification of meter change"@en .

<https://test.uncefact.org/vocabulary/document-type/409> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "409" ;
    skos:prefLabel "Instructions for bank transfer"@en .

<https://test.uncefact.org/vocabulary/document-type/41> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "41" ;
    skos:prefLabel "Driving licence (international)"@en .

<https://test.uncefact.org/vocabulary/document-type/410> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "410" ;
    skos:prefLabel "Notification of metering point identification change"@en .

<https://test.uncefact.org/vocabulary/document-type/411> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "411" ;
    skos:prefLabel "Utilities time series message"@en .

<https://test.uncefact.org/vocabulary/document-type/412> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "412" ;
    skos:prefLabel "Application for banker's draft"@en .

<https://test.uncefact.org/vocabulary/document-type/413> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "413" ;
    skos:prefLabel "Infrastructure condition"@en .

<https://test.uncefact.org/vocabulary/document-type/414> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "414" ;
    skos:prefLabel "Acknowledgement of change of supplier"@en .

<https://test.uncefact.org/vocabulary/document-type/415> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "415" ;
    skos:prefLabel "Data Plot Sheet"@en .

<https://test.uncefact.org/vocabulary/document-type/416> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "416" ;
    skos:prefLabel "Soil analysis"@en .

<https://test.uncefact.org/vocabulary/document-type/417> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "417" ;
    skos:prefLabel "Farmyard manure analysis"@en .

<https://test.uncefact.org/vocabulary/document-type/418> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "418" ;
    skos:prefLabel "WCO Cargo Report Export, Rail or Road"@en .

<https://test.uncefact.org/vocabulary/document-type/419> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "419" ;
    skos:prefLabel "WCO Cargo Report Export, Air or Maritime"@en .

<https://test.uncefact.org/vocabulary/document-type/42> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "42" ;
    skos:prefLabel "Free pass"@en .

<https://test.uncefact.org/vocabulary/document-type/420> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "420" ;
    skos:prefLabel "Optical Character Reading (OCR) payment credit note"@en .

<https://test.uncefact.org/vocabulary/document-type/421> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "421" ;
    skos:prefLabel "WCO Cargo Report Import, Rail or Road"@en .

<https://test.uncefact.org/vocabulary/document-type/422> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "422" ;
    skos:prefLabel "WCO Cargo Report Import, Air or Maritime"@en .

<https://test.uncefact.org/vocabulary/document-type/423> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "423" ;
    skos:prefLabel "WCO one-step export declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/424> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "424" ;
    skos:prefLabel "WCO first step of two-step export declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/425> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "425" ;
    skos:prefLabel "Collection payment advice"@en .

<https://test.uncefact.org/vocabulary/document-type/426> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "426" ;
    skos:prefLabel "Documentary credit payment advice"@en .

<https://test.uncefact.org/vocabulary/document-type/427> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "427" ;
    skos:prefLabel "Documentary credit acceptance advice"@en .

<https://test.uncefact.org/vocabulary/document-type/428> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "428" ;
    skos:prefLabel "Documentary credit negotiation advice"@en .

<https://test.uncefact.org/vocabulary/document-type/429> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "429" ;
    skos:prefLabel "Application for banker's guarantee"@en .

<https://test.uncefact.org/vocabulary/document-type/43> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "43" ;
    skos:prefLabel "Season ticket"@en .

<https://test.uncefact.org/vocabulary/document-type/430> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "430" ;
    skos:prefLabel "Banker's guarantee"@en .

<https://test.uncefact.org/vocabulary/document-type/431> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "431" ;
    skos:prefLabel "Documentary credit letter of indemnity"@en .

<https://test.uncefact.org/vocabulary/document-type/432> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "432" ;
    skos:prefLabel "Notification to grid operator of contract termination"@en .

<https://test.uncefact.org/vocabulary/document-type/433> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "433" ;
    skos:prefLabel "Notification to grid operator of metering point changes"@en .

<https://test.uncefact.org/vocabulary/document-type/434> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "434" ;
    skos:prefLabel "Notification of balance responsible entity change"@en .

<https://test.uncefact.org/vocabulary/document-type/435> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "435" ;
    skos:prefLabel "Preadvice of a credit"@en .

<https://test.uncefact.org/vocabulary/document-type/436> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "436" ;
    skos:prefLabel "Transport equipment profile report"@en .

<https://test.uncefact.org/vocabulary/document-type/437> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "437" ;
    skos:prefLabel "Request for price and delivery quote, specified end-user"@en .

<https://test.uncefact.org/vocabulary/document-type/438> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "438" ;
    skos:prefLabel "Request for price quote, ship and debit"@en .

<https://test.uncefact.org/vocabulary/document-type/439> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "439" ;
    skos:prefLabel "Request for price and delivery quote, ship and debit"@en .

<https://test.uncefact.org/vocabulary/document-type/44> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "44" ;
    skos:prefLabel "Transport status report"@en .

<https://test.uncefact.org/vocabulary/document-type/440> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "440" ;
    skos:prefLabel "Delivery point list."@en .

<https://test.uncefact.org/vocabulary/document-type/441> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "441" ;
    skos:prefLabel "Transport routing information"@en .

<https://test.uncefact.org/vocabulary/document-type/442> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "442" ;
    skos:prefLabel "Request for delivery quote"@en .

<https://test.uncefact.org/vocabulary/document-type/443> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "443" ;
    skos:prefLabel "Request for price and delivery quote"@en .

<https://test.uncefact.org/vocabulary/document-type/444> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "444" ;
    skos:prefLabel "Request for contract price quote"@en .

<https://test.uncefact.org/vocabulary/document-type/445> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "445" ;
    skos:prefLabel "Request for contract price and delivery quote"@en .

<https://test.uncefact.org/vocabulary/document-type/446> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "446" ;
    skos:prefLabel "Request for price quote, specified end-customer"@en .

<https://test.uncefact.org/vocabulary/document-type/447> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "447" ;
    skos:prefLabel "Collection order"@en .

<https://test.uncefact.org/vocabulary/document-type/448> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "448" ;
    skos:prefLabel "Documents presentation form"@en .

<https://test.uncefact.org/vocabulary/document-type/449> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "449" ;
    skos:prefLabel "Identification match"@en .

<https://test.uncefact.org/vocabulary/document-type/45> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "45" ;
    skos:prefLabel "Transport status request"@en .

<https://test.uncefact.org/vocabulary/document-type/450> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "450" ;
    skos:prefLabel "Payment order"@en .

<https://test.uncefact.org/vocabulary/document-type/451> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "451" ;
    skos:prefLabel "Extended payment order"@en .

<https://test.uncefact.org/vocabulary/document-type/452> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "452" ;
    skos:prefLabel "Multiple payment order"@en .

<https://test.uncefact.org/vocabulary/document-type/453> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "453" ;
    skos:prefLabel "Notice that circumstances prevent payment of delivered goods"@en .

<https://test.uncefact.org/vocabulary/document-type/454> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "454" ;
    skos:prefLabel "Credit advice"@en .

<https://test.uncefact.org/vocabulary/document-type/455> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "455" ;
    skos:prefLabel "Extended credit advice"@en .

<https://test.uncefact.org/vocabulary/document-type/456> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "456" ;
    skos:prefLabel "Debit advice"@en .

<https://test.uncefact.org/vocabulary/document-type/457> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "457" ;
    skos:prefLabel "Reversal of debit"@en .

<https://test.uncefact.org/vocabulary/document-type/458> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "458" ;
    skos:prefLabel "Reversal of credit"@en .

<https://test.uncefact.org/vocabulary/document-type/459> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "459" ;
    skos:prefLabel "Travel ticket"@en .

<https://test.uncefact.org/vocabulary/document-type/46> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "46" ;
    skos:prefLabel "Banking status"@en .

<https://test.uncefact.org/vocabulary/document-type/460> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "460" ;
    skos:prefLabel "Documentary credit application"@en .

<https://test.uncefact.org/vocabulary/document-type/461> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "461" ;
    skos:prefLabel "Payment card"@en .

<https://test.uncefact.org/vocabulary/document-type/462> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "462" ;
    skos:prefLabel "Ready for transshipment despatch advice"@en .

<https://test.uncefact.org/vocabulary/document-type/463> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "463" ;
    skos:prefLabel "Pre-packed cross docking despatch advice"@en .

<https://test.uncefact.org/vocabulary/document-type/464> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "464" ;
    skos:prefLabel "Intermediate handling cross docking despatch advice"@en .

<https://test.uncefact.org/vocabulary/document-type/465> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "465" ;
    skos:prefLabel "Documentary credit"@en .

<https://test.uncefact.org/vocabulary/document-type/466> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "466" ;
    skos:prefLabel "Documentary credit notification"@en .

<https://test.uncefact.org/vocabulary/document-type/467> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "467" ;
    skos:prefLabel "Documentary credit transfer advice"@en .

<https://test.uncefact.org/vocabulary/document-type/468> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "468" ;
    skos:prefLabel "Documentary credit amendment notification"@en .

<https://test.uncefact.org/vocabulary/document-type/469> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "469" ;
    skos:prefLabel "Documentary credit amendment"@en .

<https://test.uncefact.org/vocabulary/document-type/47> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "47" ;
    skos:prefLabel "Extra-Community trade statistical declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/470> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "470" ;
    skos:prefLabel "Waste disposal report"@en .

<https://test.uncefact.org/vocabulary/document-type/48> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "48" ;
    skos:prefLabel "Written instructions in conformance with ADR article number 10385"@en .

<https://test.uncefact.org/vocabulary/document-type/480> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "480" ;
    skos:prefLabel "Invoice out of scope of tax"@en .

<https://test.uncefact.org/vocabulary/document-type/481> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "481" ;
    skos:prefLabel "Remittance advice"@en .

<https://test.uncefact.org/vocabulary/document-type/482> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "482" ;
    skos:prefLabel "Port authority waste disposal report"@en .

<https://test.uncefact.org/vocabulary/document-type/483> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "483" ;
    skos:prefLabel "Visa"@en .

<https://test.uncefact.org/vocabulary/document-type/484> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "484" ;
    skos:prefLabel "Multiple direct debit request"@en .

<https://test.uncefact.org/vocabulary/document-type/485> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "485" ;
    skos:prefLabel "Banker's draft"@en .

<https://test.uncefact.org/vocabulary/document-type/486> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "486" ;
    skos:prefLabel "Multiple direct debit"@en .

<https://test.uncefact.org/vocabulary/document-type/487> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "487" ;
    skos:prefLabel "Certificate of disembarkation permission"@en .

<https://test.uncefact.org/vocabulary/document-type/488> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "488" ;
    skos:prefLabel "Deratting exemption certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/489> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "489" ;
    skos:prefLabel "Reefer connection order"@en .

<https://test.uncefact.org/vocabulary/document-type/49> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "49" ;
    skos:prefLabel "Damage certification"@en .

<https://test.uncefact.org/vocabulary/document-type/490> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "490" ;
    skos:prefLabel "Bill of exchange"@en .

<https://test.uncefact.org/vocabulary/document-type/491> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "491" ;
    skos:prefLabel "Promissory note"@en .

<https://test.uncefact.org/vocabulary/document-type/493> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "493" ;
    skos:prefLabel "Statement of account message"@en .

<https://test.uncefact.org/vocabulary/document-type/494> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "494" ;
    skos:prefLabel "Direct delivery (transport)"@en .

<https://test.uncefact.org/vocabulary/document-type/495> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "495" ;
    skos:prefLabel "WCO second step of two-step export declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/496> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "496" ;
    skos:prefLabel "WCO one-step import declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/497> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "497" ;
    skos:prefLabel "WCO first step of two-step import declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/498> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "498" ;
    skos:prefLabel "WCO second step of two-step import declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/499> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "499" ;
    skos:prefLabel "Previous transport document"@en .

<https://test.uncefact.org/vocabulary/document-type/5> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "5" ;
    skos:prefLabel "Product performance report"@en .

<https://test.uncefact.org/vocabulary/document-type/50> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "50" ;
    skos:prefLabel "Validated priced tender"@en .

<https://test.uncefact.org/vocabulary/document-type/500> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "500" ;
    skos:prefLabel "Self billed prepayment invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/501> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "501" ;
    skos:prefLabel "Self billed factored invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/502> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "502" ;
    skos:prefLabel "Self billed factored credit note"@en .

<https://test.uncefact.org/vocabulary/document-type/503> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "503" ;
    skos:prefLabel "Prepayment credit note"@en .

<https://test.uncefact.org/vocabulary/document-type/51> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "51" ;
    skos:prefLabel "Price/sales catalogue response"@en .

<https://test.uncefact.org/vocabulary/document-type/52> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "52" ;
    skos:prefLabel "Price negotiation result"@en .

<https://test.uncefact.org/vocabulary/document-type/520> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "520" ;
    skos:prefLabel "Insurance certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/521> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "521" ;
    skos:prefLabel "Special requirements permit related to the transport of cargo"@en .

<https://test.uncefact.org/vocabulary/document-type/522> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "522" ;
    skos:prefLabel "Dangerous Goods Notification for Tanker vessel"@en .

<https://test.uncefact.org/vocabulary/document-type/523> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "523" ;
    skos:prefLabel "Dangerous Goods Notification for non-tanker vessel"@en .

<https://test.uncefact.org/vocabulary/document-type/524> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "524" ;
    skos:prefLabel "WCO Conveyance Arrival Report"@en .

<https://test.uncefact.org/vocabulary/document-type/525> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "525" ;
    skos:prefLabel "WCO Conveyance Departure Report"@en .

<https://test.uncefact.org/vocabulary/document-type/526> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "526" ;
    skos:prefLabel "Accounting voucher"@en .

<https://test.uncefact.org/vocabulary/document-type/527> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "527" ;
    skos:prefLabel "Self billed debit note"@en .

<https://test.uncefact.org/vocabulary/document-type/528> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "528" ;
    skos:prefLabel "Military Identification Card"@en .

<https://test.uncefact.org/vocabulary/document-type/529> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "529" ;
    skos:prefLabel "Re-Entry Permit"@en .

<https://test.uncefact.org/vocabulary/document-type/53> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "53" ;
    skos:prefLabel "Safety and hazard data sheet"@en .

<https://test.uncefact.org/vocabulary/document-type/530> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "530" ;
    skos:prefLabel "Insurance policy"@en .

<https://test.uncefact.org/vocabulary/document-type/531> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "531" ;
    skos:prefLabel "Refugee Permit"@en .

<https://test.uncefact.org/vocabulary/document-type/532> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "532" ;
    skos:prefLabel "Forwarder’s credit note"@en .

<https://test.uncefact.org/vocabulary/document-type/533> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "533" ;
    skos:prefLabel "Original accounting voucher"@en .

<https://test.uncefact.org/vocabulary/document-type/534> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "534" ;
    skos:prefLabel "Copy accounting voucher"@en .

<https://test.uncefact.org/vocabulary/document-type/535> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "535" ;
    skos:prefLabel "Pro-forma accounting voucher"@en .

<https://test.uncefact.org/vocabulary/document-type/536> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "536" ;
    skos:prefLabel "International Ship Security Certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/537> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "537" ;
    skos:prefLabel "Interim International Ship Security Certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/538> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "538" ;
    skos:prefLabel "Good Manufacturing Practice (GMP) Certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/539> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "539" ;
    skos:prefLabel "Framework Agreement"@en .

<https://test.uncefact.org/vocabulary/document-type/54> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "54" ;
    skos:prefLabel "Legal statement of an account"@en .

<https://test.uncefact.org/vocabulary/document-type/55> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "55" ;
    skos:prefLabel "Listing statement of an account"@en .

<https://test.uncefact.org/vocabulary/document-type/550> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "550" ;
    skos:prefLabel "Insurance declaration sheet (bordereau)"@en .

<https://test.uncefact.org/vocabulary/document-type/551> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "551" ;
    skos:prefLabel "Transport capacity offer"@en .

<https://test.uncefact.org/vocabulary/document-type/552> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "552" ;
    skos:prefLabel "Ship Security Plan"@en .

<https://test.uncefact.org/vocabulary/document-type/553> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "553" ;
    skos:prefLabel "Forwarder’s invoice discrepancy report"@en .

<https://test.uncefact.org/vocabulary/document-type/554> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "554" ;
    skos:prefLabel "Storage capacity offer"@en .

<https://test.uncefact.org/vocabulary/document-type/56> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "56" ;
    skos:prefLabel "Closing statement of an account"@en .

<https://test.uncefact.org/vocabulary/document-type/57> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "57" ;
    skos:prefLabel "Transport equipment on-hire report"@en .

<https://test.uncefact.org/vocabulary/document-type/575> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "575" ;
    skos:prefLabel "Insurer's invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/576> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "576" ;
    skos:prefLabel "Storage capacity request"@en .

<https://test.uncefact.org/vocabulary/document-type/577> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "577" ;
    skos:prefLabel "Transport capacity request"@en .

<https://test.uncefact.org/vocabulary/document-type/578> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "578" ;
    skos:prefLabel "EU Customs declaration for External Community Transit (T1)"@en .

<https://test.uncefact.org/vocabulary/document-type/579> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "579" ;
    skos:prefLabel "EU Customs declaration for internal Community Transit (T2)"@en .

<https://test.uncefact.org/vocabulary/document-type/58> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "58" ;
    skos:prefLabel "Transport equipment off-hire report"@en .

<https://test.uncefact.org/vocabulary/document-type/580> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "580" ;
    skos:prefLabel "Cover note"@en .

<https://test.uncefact.org/vocabulary/document-type/581> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "581" ;
    skos:prefLabel "EU Customs declaration for non-fiscal area internal Community Transit (T2F)"@en .

<https://test.uncefact.org/vocabulary/document-type/582> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "582" ;
    skos:prefLabel "EU Customs declaration for internal transit to San Marino (T2SM)"@en .

<https://test.uncefact.org/vocabulary/document-type/583> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "583" ;
    skos:prefLabel "EU Customs declaration for mixed consignments (T)"@en .

<https://test.uncefact.org/vocabulary/document-type/584> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "584" ;
    skos:prefLabel "EU Document for establishing the Community status of goods (T2L)"@en .

<https://test.uncefact.org/vocabulary/document-type/585> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "585" ;
    skos:prefLabel "EU Document for establishing the Community status of goods for certain fiscal purposes (T2LF)"@en .

<https://test.uncefact.org/vocabulary/document-type/586> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "586" ;
    skos:prefLabel "Document for establishing the Customs Status of goods for San Marino (T2LSM)"@en .

<https://test.uncefact.org/vocabulary/document-type/587> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "587" ;
    skos:prefLabel "Customs declaration for TIR Carnet goods"@en .

<https://test.uncefact.org/vocabulary/document-type/588> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "588" ;
    skos:prefLabel "Transport Means Security Report"@en .

<https://test.uncefact.org/vocabulary/document-type/589> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "589" ;
    skos:prefLabel "Halal Slaughtering Certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/59> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "59" ;
    skos:prefLabel "Treatment - nil outturn"@en .

<https://test.uncefact.org/vocabulary/document-type/6> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "6" ;
    skos:prefLabel "Product specification report"@en .

<https://test.uncefact.org/vocabulary/document-type/60> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "60" ;
    skos:prefLabel "Treatment - time-up underbond"@en .

<https://test.uncefact.org/vocabulary/document-type/61> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "61" ;
    skos:prefLabel "Treatment - underbond by sea"@en .

<https://test.uncefact.org/vocabulary/document-type/610> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "610" ;
    skos:prefLabel "Forwarding instructions"@en .

<https://test.uncefact.org/vocabulary/document-type/62> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "62" ;
    skos:prefLabel "Treatment - personal effect"@en .

<https://test.uncefact.org/vocabulary/document-type/621> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "621" ;
    skos:prefLabel "Forwarder's advice to import agent"@en .

<https://test.uncefact.org/vocabulary/document-type/622> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "622" ;
    skos:prefLabel "Forwarder's advice to exporter"@en .

<https://test.uncefact.org/vocabulary/document-type/623> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "623" ;
    skos:prefLabel "Forwarder's invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/624> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "624" ;
    skos:prefLabel "Forwarder's certificate of receipt"@en .

<https://test.uncefact.org/vocabulary/document-type/625> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "625" ;
    skos:prefLabel "Heat Treatment Certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/626> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "626" ;
    skos:prefLabel "Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES) Certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/627> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "627" ;
    skos:prefLabel "Free Sale Certificate in the Country of Origin"@en .

<https://test.uncefact.org/vocabulary/document-type/628> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "628" ;
    skos:prefLabel "Transit license"@en .

<https://test.uncefact.org/vocabulary/document-type/629> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "629" ;
    skos:prefLabel "Veterinary quarantine certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/63> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "63" ;
    skos:prefLabel "Treatment - timber"@en .

<https://test.uncefact.org/vocabulary/document-type/630> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "630" ;
    skos:prefLabel "Shipping note"@en .

<https://test.uncefact.org/vocabulary/document-type/631> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "631" ;
    skos:prefLabel "Forwarder's warehouse receipt"@en .

<https://test.uncefact.org/vocabulary/document-type/632> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "632" ;
    skos:prefLabel "Goods receipt"@en .

<https://test.uncefact.org/vocabulary/document-type/633> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "633" ;
    skos:prefLabel "Port charges documents"@en .

<https://test.uncefact.org/vocabulary/document-type/634> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "634" ;
    skos:prefLabel "Certified list of ingredients"@en .

<https://test.uncefact.org/vocabulary/document-type/635> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "635" ;
    skos:prefLabel "Warehouse warrant"@en .

<https://test.uncefact.org/vocabulary/document-type/636> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "636" ;
    skos:prefLabel "Health certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/637> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "637" ;
    skos:prefLabel "Food grade certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/638> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "638" ;
    skos:prefLabel "Certificate of suitability for transport of grains and legumes"@en .

<https://test.uncefact.org/vocabulary/document-type/639> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "639" ;
    skos:prefLabel "Certificate of refrigerated transport equipment inspection"@en .

<https://test.uncefact.org/vocabulary/document-type/64> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "64" ;
    skos:prefLabel "Preliminary credit assessment"@en .

<https://test.uncefact.org/vocabulary/document-type/640> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "640" ;
    skos:prefLabel "Delivery order"@en .

<https://test.uncefact.org/vocabulary/document-type/641> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "641" ;
    skos:prefLabel "Thermographic reading report"@en .

<https://test.uncefact.org/vocabulary/document-type/642> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "642" ;
    skos:prefLabel "Certificate of food item transport readiness"@en .

<https://test.uncefact.org/vocabulary/document-type/643> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "643" ;
    skos:prefLabel "Food packaging contact certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/644> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "644" ;
    skos:prefLabel "Packaging material composition report"@en .

<https://test.uncefact.org/vocabulary/document-type/645> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "645" ;
    skos:prefLabel "Export price certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/646> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "646" ;
    skos:prefLabel "Public price certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/647> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "647" ;
    skos:prefLabel "Drug shelf life study report"@en .

<https://test.uncefact.org/vocabulary/document-type/648> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "648" ;
    skos:prefLabel "Certificate of compliance with standards of the World Organization for Animal Health (OIE)"@en .

<https://test.uncefact.org/vocabulary/document-type/649> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "649" ;
    skos:prefLabel "Production facility license"@en .

<https://test.uncefact.org/vocabulary/document-type/65> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "65" ;
    skos:prefLabel "Credit cover"@en .

<https://test.uncefact.org/vocabulary/document-type/650> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "650" ;
    skos:prefLabel "Handling order"@en .

<https://test.uncefact.org/vocabulary/document-type/651> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "651" ;
    skos:prefLabel "Manufacturing license"@en .

<https://test.uncefact.org/vocabulary/document-type/652> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "652" ;
    skos:prefLabel "Low risk country formal letter"@en .

<https://test.uncefact.org/vocabulary/document-type/653> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "653" ;
    skos:prefLabel "Previous correspondence"@en .

<https://test.uncefact.org/vocabulary/document-type/654> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "654" ;
    skos:prefLabel "Declaration for radioactive material"@en .

<https://test.uncefact.org/vocabulary/document-type/655> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "655" ;
    skos:prefLabel "Gate pass"@en .

<https://test.uncefact.org/vocabulary/document-type/656> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "656" ;
    skos:prefLabel "Resale information"@en .

<https://test.uncefact.org/vocabulary/document-type/657> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "657" ;
    skos:prefLabel "Phytosanitary Re-export Certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/658> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "658" ;
    skos:prefLabel "Bayplan/stowage plan, full"@en .

<https://test.uncefact.org/vocabulary/document-type/659> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "659" ;
    skos:prefLabel "Bayplan/stowage plan, partial"@en .

<https://test.uncefact.org/vocabulary/document-type/66> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "66" ;
    skos:prefLabel "Current account"@en .

<https://test.uncefact.org/vocabulary/document-type/660> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "660" ;
    skos:prefLabel "Production Report"@en .

<https://test.uncefact.org/vocabulary/document-type/67> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "67" ;
    skos:prefLabel "Commercial dispute"@en .

<https://test.uncefact.org/vocabulary/document-type/68> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "68" ;
    skos:prefLabel "Chargeback"@en .

<https://test.uncefact.org/vocabulary/document-type/69> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "69" ;
    skos:prefLabel "Reassignment"@en .

<https://test.uncefact.org/vocabulary/document-type/7> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "7" ;
    skos:prefLabel "Process data report"@en .

<https://test.uncefact.org/vocabulary/document-type/70> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "70" ;
    skos:prefLabel "Collateral account"@en .

<https://test.uncefact.org/vocabulary/document-type/700> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "700" ;
    skos:prefLabel "Waybill"@en .

<https://test.uncefact.org/vocabulary/document-type/701> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "701" ;
    skos:prefLabel "Universal (multipurpose) transport document"@en .

<https://test.uncefact.org/vocabulary/document-type/702> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "702" ;
    skos:prefLabel "Goods receipt, carriage"@en .

<https://test.uncefact.org/vocabulary/document-type/703> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "703" ;
    skos:prefLabel "House waybill"@en .

<https://test.uncefact.org/vocabulary/document-type/704> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "704" ;
    skos:prefLabel "Master bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/705> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "705" ;
    skos:prefLabel "Bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/706> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "706" ;
    skos:prefLabel "Bill of lading original"@en .

<https://test.uncefact.org/vocabulary/document-type/707> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "707" ;
    skos:prefLabel "Bill of lading copy"@en .

<https://test.uncefact.org/vocabulary/document-type/708> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "708" ;
    skos:prefLabel "Empty container bill"@en .

<https://test.uncefact.org/vocabulary/document-type/709> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "709" ;
    skos:prefLabel "Tanker bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/71> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "71" ;
    skos:prefLabel "Request for payment"@en .

<https://test.uncefact.org/vocabulary/document-type/710> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "710" ;
    skos:prefLabel "Sea waybill"@en .

<https://test.uncefact.org/vocabulary/document-type/711> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "711" ;
    skos:prefLabel "Inland waterway bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/712> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "712" ;
    skos:prefLabel "Non-negotiable maritime transport document (generic)"@en .

<https://test.uncefact.org/vocabulary/document-type/713> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "713" ;
    skos:prefLabel "Mate's receipt"@en .

<https://test.uncefact.org/vocabulary/document-type/714> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "714" ;
    skos:prefLabel "House bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/715> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "715" ;
    skos:prefLabel "Letter of indemnity for non-surrender of bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/716> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "716" ;
    skos:prefLabel "Forwarder's bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/717> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "717" ;
    skos:prefLabel "Residence permit"@en .

<https://test.uncefact.org/vocabulary/document-type/718> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "718" ;
    skos:prefLabel "Seaman’s book"@en .

<https://test.uncefact.org/vocabulary/document-type/719> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "719" ;
    skos:prefLabel "General message"@en .

<https://test.uncefact.org/vocabulary/document-type/72> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "72" ;
    skos:prefLabel "Unship permit"@en .

<https://test.uncefact.org/vocabulary/document-type/720> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "720" ;
    skos:prefLabel "Rail consignment note (generic term)"@en .

<https://test.uncefact.org/vocabulary/document-type/721> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "721" ;
    skos:prefLabel "Product data response"@en .

<https://test.uncefact.org/vocabulary/document-type/722> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "722" ;
    skos:prefLabel "Road list-SMGS"@en .

<https://test.uncefact.org/vocabulary/document-type/723> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "723" ;
    skos:prefLabel "Escort official recognition"@en .

<https://test.uncefact.org/vocabulary/document-type/724> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "724" ;
    skos:prefLabel "Recharging document"@en .

<https://test.uncefact.org/vocabulary/document-type/725> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "725" ;
    skos:prefLabel "Manufacturer raised order"@en .

<https://test.uncefact.org/vocabulary/document-type/726> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "726" ;
    skos:prefLabel "Manufacturer raised consignment order"@en .

<https://test.uncefact.org/vocabulary/document-type/727> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "727" ;
    skos:prefLabel "Price/sales catalogue not containing commercial information"@en .

<https://test.uncefact.org/vocabulary/document-type/728> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "728" ;
    skos:prefLabel "Price/sales catalogue containing commercial information"@en .

<https://test.uncefact.org/vocabulary/document-type/729> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "729" ;
    skos:prefLabel "Returns advice"@en .

<https://test.uncefact.org/vocabulary/document-type/73> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "73" ;
    skos:prefLabel "Statistical definitions"@en .

<https://test.uncefact.org/vocabulary/document-type/730> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "730" ;
    skos:prefLabel "Road consignment note"@en .

<https://test.uncefact.org/vocabulary/document-type/731> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "731" ;
    skos:prefLabel "Commercial account summary"@en .

<https://test.uncefact.org/vocabulary/document-type/732> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "732" ;
    skos:prefLabel "Announcement for returns"@en .

<https://test.uncefact.org/vocabulary/document-type/733> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "733" ;
    skos:prefLabel "Instruction for returns"@en .

<https://test.uncefact.org/vocabulary/document-type/734> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "734" ;
    skos:prefLabel "Sales forecast report"@en .

<https://test.uncefact.org/vocabulary/document-type/735> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "735" ;
    skos:prefLabel "Sales data report"@en .

<https://test.uncefact.org/vocabulary/document-type/736> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "736" ;
    skos:prefLabel "Standing inquiry on complete product information"@en .

<https://test.uncefact.org/vocabulary/document-type/737> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "737" ;
    skos:prefLabel "Proof of delivery"@en .

<https://test.uncefact.org/vocabulary/document-type/738> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "738" ;
    skos:prefLabel "Cargo/goods handling and movement message"@en .

<https://test.uncefact.org/vocabulary/document-type/739> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "739" ;
    skos:prefLabel "Metered services consumption report supporting an invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/74> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "74" ;
    skos:prefLabel "Statistical data"@en .

<https://test.uncefact.org/vocabulary/document-type/740> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "740" ;
    skos:prefLabel "Air waybill"@en .

<https://test.uncefact.org/vocabulary/document-type/741> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "741" ;
    skos:prefLabel "Master air waybill"@en .

<https://test.uncefact.org/vocabulary/document-type/742> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "742" ;
    skos:prefLabel "Metered services consumption report"@en .

<https://test.uncefact.org/vocabulary/document-type/743> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "743" ;
    skos:prefLabel "Substitute air waybill"@en .

<https://test.uncefact.org/vocabulary/document-type/744> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "744" ;
    skos:prefLabel "Crew's effects declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/745> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "745" ;
    skos:prefLabel "Passenger list"@en .

<https://test.uncefact.org/vocabulary/document-type/746> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "746" ;
    skos:prefLabel "Delivery notice (rail transport)"@en .

<https://test.uncefact.org/vocabulary/document-type/747> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "747" ;
    skos:prefLabel "Payroll deductions advice"@en .

<https://test.uncefact.org/vocabulary/document-type/748> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "748" ;
    skos:prefLabel "Consignment despatch advice"@en .

<https://test.uncefact.org/vocabulary/document-type/749> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "749" ;
    skos:prefLabel "Transport equipment gross mass verification message"@en .

<https://test.uncefact.org/vocabulary/document-type/75> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "75" ;
    skos:prefLabel "Request for statistical data"@en .

<https://test.uncefact.org/vocabulary/document-type/750> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "750" ;
    skos:prefLabel "Despatch note (post parcels)"@en .

<https://test.uncefact.org/vocabulary/document-type/751> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "751" ;
    skos:prefLabel "Invoice information for accounting purposes"@en .

<https://test.uncefact.org/vocabulary/document-type/752> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "752" ;
    skos:prefLabel "Plant Passport"@en .

<https://test.uncefact.org/vocabulary/document-type/753> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "753" ;
    skos:prefLabel "Certificate of sustainability"@en .

<https://test.uncefact.org/vocabulary/document-type/754> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "754" ;
    skos:prefLabel "Call for tender"@en .

<https://test.uncefact.org/vocabulary/document-type/755> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "755" ;
    skos:prefLabel "Invitation to tender"@en .

<https://test.uncefact.org/vocabulary/document-type/756> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "756" ;
    skos:prefLabel "European Single Procurement Document request"@en .

<https://test.uncefact.org/vocabulary/document-type/757> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "757" ;
    skos:prefLabel "Tendering price/sales catalogue request"@en .

<https://test.uncefact.org/vocabulary/document-type/758> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "758" ;
    skos:prefLabel "Tender"@en .

<https://test.uncefact.org/vocabulary/document-type/759> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "759" ;
    skos:prefLabel "European Single Procurement Document"@en .

<https://test.uncefact.org/vocabulary/document-type/76> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "76" ;
    skos:prefLabel "Call-off delivery"@en .

<https://test.uncefact.org/vocabulary/document-type/760> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "760" ;
    skos:prefLabel "Multimodal/combined transport document (generic)"@en .

<https://test.uncefact.org/vocabulary/document-type/761> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "761" ;
    skos:prefLabel "Through bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/762> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "762" ;
    skos:prefLabel "Tendering price/sales catalogue"@en .

<https://test.uncefact.org/vocabulary/document-type/763> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "763" ;
    skos:prefLabel "Forwarder's certificate of transport"@en .

<https://test.uncefact.org/vocabulary/document-type/764> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "764" ;
    skos:prefLabel "Combined transport document (generic)"@en .

<https://test.uncefact.org/vocabulary/document-type/765> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "765" ;
    skos:prefLabel "Multimodal transport document (generic)"@en .

<https://test.uncefact.org/vocabulary/document-type/766> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "766" ;
    skos:prefLabel "Combined transport bill of lading/multimodal bill of lading"@en .

<https://test.uncefact.org/vocabulary/document-type/767> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "767" ;
    skos:prefLabel "Acknowledgment of receipt"@en .

<https://test.uncefact.org/vocabulary/document-type/768> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "768" ;
    skos:prefLabel "Civil status document"@en .

<https://test.uncefact.org/vocabulary/document-type/769> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "769" ;
    skos:prefLabel "Advice report"@en .

<https://test.uncefact.org/vocabulary/document-type/77> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "77" ;
    skos:prefLabel "Consignment status report"@en .

<https://test.uncefact.org/vocabulary/document-type/770> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "770" ;
    skos:prefLabel "Booking confirmation"@en .

<https://test.uncefact.org/vocabulary/document-type/771> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "771" ;
    skos:prefLabel "Binding offer"@en .

<https://test.uncefact.org/vocabulary/document-type/772> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "772" ;
    skos:prefLabel "Binding customer agreement for contract"@en .

<https://test.uncefact.org/vocabulary/document-type/773> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "773" ;
    skos:prefLabel "Coverage confirmation note"@en .

<https://test.uncefact.org/vocabulary/document-type/774> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "774" ;
    skos:prefLabel "General terms and conditions"@en .

<https://test.uncefact.org/vocabulary/document-type/775> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "775" ;
    skos:prefLabel "Calling forward notice"@en .

<https://test.uncefact.org/vocabulary/document-type/776> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "776" ;
    skos:prefLabel "Contract clauses"@en .

<https://test.uncefact.org/vocabulary/document-type/777> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "777" ;
    skos:prefLabel "Specific contract conditions"@en .

<https://test.uncefact.org/vocabulary/document-type/778> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/insurance-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "778" ;
    skos:prefLabel "Group insurance rules"@en .

<https://test.uncefact.org/vocabulary/document-type/779> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "779" ;
    skos:prefLabel "Questionnaire"@en .

<https://test.uncefact.org/vocabulary/document-type/78> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "78" ;
    skos:prefLabel "Inventory movement advice"@en .

<https://test.uncefact.org/vocabulary/document-type/780> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "780" ;
    skos:prefLabel "Freight invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/781> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "781" ;
    skos:prefLabel "Arrival notice (goods)"@en .

<https://test.uncefact.org/vocabulary/document-type/782> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "782" ;
    skos:prefLabel "Notice of circumstances preventing delivery (goods)"@en .

<https://test.uncefact.org/vocabulary/document-type/783> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "783" ;
    skos:prefLabel "Notice of circumstances preventing transport (goods)"@en .

<https://test.uncefact.org/vocabulary/document-type/784> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "784" ;
    skos:prefLabel "Delivery notice (goods)"@en .

<https://test.uncefact.org/vocabulary/document-type/785> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "785" ;
    skos:prefLabel "Cargo manifest"@en .

<https://test.uncefact.org/vocabulary/document-type/786> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "786" ;
    skos:prefLabel "Freight manifest"@en .

<https://test.uncefact.org/vocabulary/document-type/787> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "787" ;
    skos:prefLabel "Bordereau"@en .

<https://test.uncefact.org/vocabulary/document-type/788> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "788" ;
    skos:prefLabel "Container manifest (unit packing list)"@en .

<https://test.uncefact.org/vocabulary/document-type/789> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "789" ;
    skos:prefLabel "Charges note"@en .

<https://test.uncefact.org/vocabulary/document-type/79> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "79" ;
    skos:prefLabel "Inventory status advice"@en .

<https://test.uncefact.org/vocabulary/document-type/790> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "790" ;
    skos:prefLabel "Advice of collection"@en .

<https://test.uncefact.org/vocabulary/document-type/791> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "791" ;
    skos:prefLabel "Safety of ship certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/792> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "792" ;
    skos:prefLabel "Safety of radio certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/793> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "793" ;
    skos:prefLabel "Safety of equipment certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/794> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "794" ;
    skos:prefLabel "Civil liability for oil certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/795> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "795" ;
    skos:prefLabel "Loadline document"@en .

<https://test.uncefact.org/vocabulary/document-type/796> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "796" ;
    skos:prefLabel "Derat document"@en .

<https://test.uncefact.org/vocabulary/document-type/797> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "797" ;
    skos:prefLabel "Maritime declaration of health"@en .

<https://test.uncefact.org/vocabulary/document-type/798> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "798" ;
    skos:prefLabel "Certificate of registry"@en .

<https://test.uncefact.org/vocabulary/document-type/799> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "799" ;
    skos:prefLabel "Ship's stores declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/8> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "8" ;
    skos:prefLabel "First sample test report"@en .

<https://test.uncefact.org/vocabulary/document-type/80> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "80" ;
    skos:prefLabel "Debit note related to goods or services"@en .

<https://test.uncefact.org/vocabulary/document-type/81> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "81" ;
    skos:prefLabel "Credit note related to goods or services"@en .

<https://test.uncefact.org/vocabulary/document-type/810> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "810" ;
    skos:prefLabel "Export licence, application for"@en .

<https://test.uncefact.org/vocabulary/document-type/811> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "811" ;
    skos:prefLabel "Export licence"@en .

<https://test.uncefact.org/vocabulary/document-type/812> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "812" ;
    skos:prefLabel "Exchange control declaration, export"@en .

<https://test.uncefact.org/vocabulary/document-type/813> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "813" ;
    skos:prefLabel "Declaration of final beneficiary"@en .

<https://test.uncefact.org/vocabulary/document-type/814> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "814" ;
    skos:prefLabel "US, FATCA statement"@en .

<https://test.uncefact.org/vocabulary/document-type/815> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "815" ;
    skos:prefLabel "Insured status report"@en .

<https://test.uncefact.org/vocabulary/document-type/816> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "816" ;
    skos:prefLabel "Group pension commitment information"@en .

<https://test.uncefact.org/vocabulary/document-type/817> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "817" ;
    skos:prefLabel "Claim notification"@en .

<https://test.uncefact.org/vocabulary/document-type/818> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "818" ;
    skos:prefLabel "Assessment report"@en .

<https://test.uncefact.org/vocabulary/document-type/819> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "819" ;
    skos:prefLabel "Loss statement"@en .

<https://test.uncefact.org/vocabulary/document-type/82> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "82" ;
    skos:prefLabel "Metered services invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/820> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "820" ;
    skos:prefLabel "Despatch note model T"@en .

<https://test.uncefact.org/vocabulary/document-type/821> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "821" ;
    skos:prefLabel "Despatch note model T1"@en .

<https://test.uncefact.org/vocabulary/document-type/822> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "822" ;
    skos:prefLabel "Despatch note model T2"@en .

<https://test.uncefact.org/vocabulary/document-type/823> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "823" ;
    skos:prefLabel "Control document T5"@en .

<https://test.uncefact.org/vocabulary/document-type/824> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "824" ;
    skos:prefLabel "Re-sending consignment note"@en .

<https://test.uncefact.org/vocabulary/document-type/825> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "825" ;
    skos:prefLabel "Despatch note model T2L"@en .

<https://test.uncefact.org/vocabulary/document-type/826> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "826" ;
    skos:prefLabel "Guarantee of cost acceptance"@en .

<https://test.uncefact.org/vocabulary/document-type/827> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "827" ;
    skos:prefLabel "Close of claim"@en .

<https://test.uncefact.org/vocabulary/document-type/828> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "828" ;
    skos:prefLabel "Refusal of claim"@en .

<https://test.uncefact.org/vocabulary/document-type/829> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "829" ;
    skos:prefLabel "Valuation report"@en .

<https://test.uncefact.org/vocabulary/document-type/83> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "83" ;
    skos:prefLabel "Credit note related to financial adjustments"@en .

<https://test.uncefact.org/vocabulary/document-type/830> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "830" ;
    skos:prefLabel "Goods declaration for exportation"@en .

<https://test.uncefact.org/vocabulary/document-type/831> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "831" ;
    skos:prefLabel "Claim history certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/832> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "832" ;
    skos:prefLabel "Accounting statement"@en .

<https://test.uncefact.org/vocabulary/document-type/833> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "833" ;
    skos:prefLabel "Cargo declaration (departure)"@en .

<https://test.uncefact.org/vocabulary/document-type/834> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "834" ;
    skos:prefLabel "Payment receipt confirmation"@en .

<https://test.uncefact.org/vocabulary/document-type/835> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "835" ;
    skos:prefLabel "Certificate of paid insurance premium"@en .

<https://test.uncefact.org/vocabulary/document-type/836> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "836" ;
    skos:prefLabel "Insured party payment report"@en .

<https://test.uncefact.org/vocabulary/document-type/837> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "837" ;
    skos:prefLabel "Third party payment report"@en .

<https://test.uncefact.org/vocabulary/document-type/838> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "838" ;
    skos:prefLabel "Direct debit authorisation"@en .

<https://test.uncefact.org/vocabulary/document-type/839> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "839" ;
    skos:prefLabel "Physician report"@en .

<https://test.uncefact.org/vocabulary/document-type/84> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "84" ;
    skos:prefLabel "Debit note related to financial adjustments"@en .

<https://test.uncefact.org/vocabulary/document-type/840> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "840" ;
    skos:prefLabel "Application for goods control certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/841> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "841" ;
    skos:prefLabel "Goods control certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/842> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "842" ;
    skos:prefLabel "Medical certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/843> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "843" ;
    skos:prefLabel "Witness report"@en .

<https://test.uncefact.org/vocabulary/document-type/844> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "844" ;
    skos:prefLabel "Calculation note"@en .

<https://test.uncefact.org/vocabulary/document-type/845> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "845" ;
    skos:prefLabel "Communication from opposite party"@en .

<https://test.uncefact.org/vocabulary/document-type/846> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "846" ;
    skos:prefLabel "Amicable agreement"@en .

<https://test.uncefact.org/vocabulary/document-type/847> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "847" ;
    skos:prefLabel "Out of court settlement"@en .

<https://test.uncefact.org/vocabulary/document-type/848> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "848" ;
    skos:prefLabel "Legal action"@en .

<https://test.uncefact.org/vocabulary/document-type/849> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "849" ;
    skos:prefLabel "Summons"@en .

<https://test.uncefact.org/vocabulary/document-type/85> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "85" ;
    skos:prefLabel "Customs manifest"@en .

<https://test.uncefact.org/vocabulary/document-type/850> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "850" ;
    skos:prefLabel "Application for phytosanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/851> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "851" ;
    skos:prefLabel "Phytosanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/852> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "852" ;
    skos:prefLabel "Sanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/853> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "853" ;
    skos:prefLabel "Veterinary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/854> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "854" ;
    skos:prefLabel "Court judgment"@en .

<https://test.uncefact.org/vocabulary/document-type/855> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "855" ;
    skos:prefLabel "Application for inspection certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/856> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "856" ;
    skos:prefLabel "Inspection certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/857> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "857" ;
    skos:prefLabel "Vehicle aboard document"@en .

<https://test.uncefact.org/vocabulary/document-type/858> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "858" ;
    skos:prefLabel "Image"@en .

<https://test.uncefact.org/vocabulary/document-type/859> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "859" ;
    skos:prefLabel "Audio"@en .

<https://test.uncefact.org/vocabulary/document-type/86> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "86" ;
    skos:prefLabel "Vessel unpack report"@en .

<https://test.uncefact.org/vocabulary/document-type/860> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "860" ;
    skos:prefLabel "Certificate of origin, application for"@en .

<https://test.uncefact.org/vocabulary/document-type/861> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "861" ;
    skos:prefLabel "Certificate of origin"@en .

<https://test.uncefact.org/vocabulary/document-type/862> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "862" ;
    skos:prefLabel "Declaration of origin"@en .

<https://test.uncefact.org/vocabulary/document-type/863> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "863" ;
    skos:prefLabel "Regional appellation certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/864> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "864" ;
    skos:prefLabel "Preference certificate of origin"@en .

<https://test.uncefact.org/vocabulary/document-type/865> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "865" ;
    skos:prefLabel "Certificate of origin form GSP"@en .

<https://test.uncefact.org/vocabulary/document-type/866> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "866" ;
    skos:prefLabel "Video"@en .

<https://test.uncefact.org/vocabulary/document-type/867> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "867" ;
    skos:prefLabel "Introductory letter"@en .

<https://test.uncefact.org/vocabulary/document-type/868> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "868" ;
    skos:prefLabel "Data protection regulations statement"@en .

<https://test.uncefact.org/vocabulary/document-type/869> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "869" ;
    skos:prefLabel "Exclusive brokerage mandate"@en .

<https://test.uncefact.org/vocabulary/document-type/87> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "87" ;
    skos:prefLabel "General cargo summary manifest report"@en .

<https://test.uncefact.org/vocabulary/document-type/870> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "870" ;
    skos:prefLabel "Consular invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/871> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "871" ;
    skos:prefLabel "Inquiry mandate"@en .

<https://test.uncefact.org/vocabulary/document-type/872> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "872" ;
    skos:prefLabel "Risk analysis"@en .

<https://test.uncefact.org/vocabulary/document-type/873> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "873" ;
    skos:prefLabel "Transport equipment movement report, partial"@en .

<https://test.uncefact.org/vocabulary/document-type/874> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "874" ;
    skos:prefLabel "Conveyance declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/875> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "875" ;
    skos:prefLabel "Partial construction invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/876> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "876" ;
    skos:prefLabel "Partial final construction invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/877> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "877" ;
    skos:prefLabel "Final construction invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/878> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "878" ;
    skos:prefLabel "AEO Certificate of Security and/or Safety"@en .

<https://test.uncefact.org/vocabulary/document-type/879> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "879" ;
    skos:prefLabel "AEO Certificate of Conformity or Compliance"@en .

<https://test.uncefact.org/vocabulary/document-type/88> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "88" ;
    skos:prefLabel "Consignment unpack report"@en .

<https://test.uncefact.org/vocabulary/document-type/89> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "89" ;
    skos:prefLabel "Meat and meat by-products sanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/890> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "890" ;
    skos:prefLabel "Dangerous goods declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/891> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "891" ;
    skos:prefLabel "AEO Certificate Full"@en .

<https://test.uncefact.org/vocabulary/document-type/892> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "892" ;
    skos:prefLabel "Purchase Order Financing Request"@en .

<https://test.uncefact.org/vocabulary/document-type/893> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "893" ;
    skos:prefLabel "Purchase Order Financing Request Status"@en .

<https://test.uncefact.org/vocabulary/document-type/894> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "894" ;
    skos:prefLabel "Purchase Order Financing Request Cancellation"@en .

<https://test.uncefact.org/vocabulary/document-type/895> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "895" ;
    skos:prefLabel "Statistical document, export"@en .

<https://test.uncefact.org/vocabulary/document-type/896> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "896" ;
    skos:prefLabel "INTRASTAT declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/897> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "897" ;
    skos:prefLabel "Transit certificate of approval"@en .

<https://test.uncefact.org/vocabulary/document-type/898> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "898" ;
    skos:prefLabel "Pre-packed cross docking consignment order"@en .

<https://test.uncefact.org/vocabulary/document-type/899> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "899" ;
    skos:prefLabel "Traceability event declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/9> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "9" ;
    skos:prefLabel "Price/sales catalogue"@en .

<https://test.uncefact.org/vocabulary/document-type/90> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "90" ;
    skos:prefLabel "Meat food products sanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/900> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "900" ;
    skos:prefLabel "Sustainability data request"@en .

<https://test.uncefact.org/vocabulary/document-type/901> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "901" ;
    skos:prefLabel "Delivery verification certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/902> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "902" ;
    skos:prefLabel "Sustainability data response"@en .

<https://test.uncefact.org/vocabulary/document-type/903> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "903" ;
    skos:prefLabel "Sustainability Inspection request"@en .

<https://test.uncefact.org/vocabulary/document-type/904> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "904" ;
    skos:prefLabel "Sustainability Inspection response"@en .

<https://test.uncefact.org/vocabulary/document-type/905> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "905" ;
    skos:prefLabel "Transport Means Forecast Information Message"@en .

<https://test.uncefact.org/vocabulary/document-type/906> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "906" ;
    skos:prefLabel "Transport Means Actual Information Message"@en .

<https://test.uncefact.org/vocabulary/document-type/907> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "907" ;
    skos:prefLabel "Arrival Report Message"@en .

<https://test.uncefact.org/vocabulary/document-type/908> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "908" ;
    skos:prefLabel "Tally Message"@en .

<https://test.uncefact.org/vocabulary/document-type/909> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "909" ;
    skos:prefLabel "Goods Loading Message"@en .

<https://test.uncefact.org/vocabulary/document-type/91> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "91" ;
    skos:prefLabel "Poultry sanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/910> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "910" ;
    skos:prefLabel "Import licence, application for"@en .

<https://test.uncefact.org/vocabulary/document-type/911> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "911" ;
    skos:prefLabel "Import licence"@en .

<https://test.uncefact.org/vocabulary/document-type/912> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "912" ;
    skos:prefLabel "Transport Means and Goods Release Message."@en .

<https://test.uncefact.org/vocabulary/document-type/913> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "913" ;
    skos:prefLabel "Customs declaration without commercial detail"@en .

<https://test.uncefact.org/vocabulary/document-type/914> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "914" ;
    skos:prefLabel "Customs declaration with commercial and item detail"@en .

<https://test.uncefact.org/vocabulary/document-type/915> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "915" ;
    skos:prefLabel "Customs declaration without item detail"@en .

<https://test.uncefact.org/vocabulary/document-type/916> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "916" ;
    skos:prefLabel "Related document"@en .

<https://test.uncefact.org/vocabulary/document-type/917> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "917" ;
    skos:prefLabel "Receipt (Customs)"@en .

<https://test.uncefact.org/vocabulary/document-type/92> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "92" ;
    skos:prefLabel "Horsemeat sanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/925> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "925" ;
    skos:prefLabel "Application for exchange allocation"@en .

<https://test.uncefact.org/vocabulary/document-type/926> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "926" ;
    skos:prefLabel "Foreign exchange permit"@en .

<https://test.uncefact.org/vocabulary/document-type/927> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "927" ;
    skos:prefLabel "Exchange control declaration (import)"@en .

<https://test.uncefact.org/vocabulary/document-type/929> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "929" ;
    skos:prefLabel "Goods declaration for importation"@en .

<https://test.uncefact.org/vocabulary/document-type/93> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "93" ;
    skos:prefLabel "Casing sanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/930> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "930" ;
    skos:prefLabel "Goods declaration for home use"@en .

<https://test.uncefact.org/vocabulary/document-type/931> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "931" ;
    skos:prefLabel "Customs immediate release declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/932> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "932" ;
    skos:prefLabel "Customs delivery note"@en .

<https://test.uncefact.org/vocabulary/document-type/933> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "933" ;
    skos:prefLabel "Cargo declaration (arrival)"@en .

<https://test.uncefact.org/vocabulary/document-type/934> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "934" ;
    skos:prefLabel "Value declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/935> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "935" ;
    skos:prefLabel "Customs invoice"@en .

<https://test.uncefact.org/vocabulary/document-type/936> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "936" ;
    skos:prefLabel "Customs declaration (post parcels)"@en .

<https://test.uncefact.org/vocabulary/document-type/937> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "937" ;
    skos:prefLabel "Tax declaration (value added tax)"@en .

<https://test.uncefact.org/vocabulary/document-type/938> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "938" ;
    skos:prefLabel "Tax declaration (general)"@en .

<https://test.uncefact.org/vocabulary/document-type/94> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "94" ;
    skos:prefLabel "Pharmaceutical sanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/940> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "940" ;
    skos:prefLabel "Tax demand"@en .

<https://test.uncefact.org/vocabulary/document-type/941> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "941" ;
    skos:prefLabel "Embargo permit"@en .

<https://test.uncefact.org/vocabulary/document-type/95> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "95" ;
    skos:prefLabel "Inedible sanitary certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/950> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "950" ;
    skos:prefLabel "Goods declaration for Customs transit"@en .

<https://test.uncefact.org/vocabulary/document-type/951> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "951" ;
    skos:prefLabel "TIF form"@en .

<https://test.uncefact.org/vocabulary/document-type/952> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "952" ;
    skos:prefLabel "TIR carnet"@en .

<https://test.uncefact.org/vocabulary/document-type/953> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "953" ;
    skos:prefLabel "EC carnet"@en .

<https://test.uncefact.org/vocabulary/document-type/954> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "954" ;
    skos:prefLabel "EUR 1 certificate of origin"@en .

<https://test.uncefact.org/vocabulary/document-type/955> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "955" ;
    skos:prefLabel "ATA carnet"@en .

<https://test.uncefact.org/vocabulary/document-type/96> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "96" ;
    skos:prefLabel "Impending arrival"@en .

<https://test.uncefact.org/vocabulary/document-type/960> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "960" ;
    skos:prefLabel "Single administrative document"@en .

<https://test.uncefact.org/vocabulary/document-type/961> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "961" ;
    skos:prefLabel "General response (Customs)"@en .

<https://test.uncefact.org/vocabulary/document-type/962> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "962" ;
    skos:prefLabel "Document response (Customs)"@en .

<https://test.uncefact.org/vocabulary/document-type/963> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "963" ;
    skos:prefLabel "Error response (Customs)"@en .

<https://test.uncefact.org/vocabulary/document-type/964> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "964" ;
    skos:prefLabel "Package response (Customs)"@en .

<https://test.uncefact.org/vocabulary/document-type/965> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "965" ;
    skos:prefLabel "Tax calculation/confirmation response (Customs)"@en .

<https://test.uncefact.org/vocabulary/document-type/966> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/certificate> ;
    skos:inScheme unece:document-type ;
    skos:notation "966" ;
    skos:prefLabel "Quota prior allocation certificate"@en .

<https://test.uncefact.org/vocabulary/document-type/97> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "97" ;
    skos:prefLabel "Means of transport advice"@en .

<https://test.uncefact.org/vocabulary/document-type/970> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "970" ;
    skos:prefLabel "Wagon report"@en .

<https://test.uncefact.org/vocabulary/document-type/971> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "971" ;
    skos:prefLabel "Transit Conveyor Document"@en .

<https://test.uncefact.org/vocabulary/document-type/972> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "972" ;
    skos:prefLabel "Rail consignment note forwarder copy"@en .

<https://test.uncefact.org/vocabulary/document-type/974> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "974" ;
    skos:prefLabel "Duty suspended goods"@en .

<https://test.uncefact.org/vocabulary/document-type/975> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "975" ;
    skos:prefLabel "Proof of transit declaration"@en .

<https://test.uncefact.org/vocabulary/document-type/976> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "976" ;
    skos:prefLabel "Container transfer note"@en .

<https://test.uncefact.org/vocabulary/document-type/977> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/other-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "977" ;
    skos:prefLabel "NATO transit document"@en .

<https://test.uncefact.org/vocabulary/document-type/978> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "978" ;
    skos:prefLabel "Transfrontier waste shipment authorization"@en .

<https://test.uncefact.org/vocabulary/document-type/979> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "979" ;
    skos:prefLabel "Transfrontier waste shipment movement document"@en .

<https://test.uncefact.org/vocabulary/document-type/98> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "98" ;
    skos:prefLabel "Arrival information"@en .

<https://test.uncefact.org/vocabulary/document-type/99> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "99" ;
    skos:prefLabel "Cargo release notification"@en .

<https://test.uncefact.org/vocabulary/document-type/990> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "990" ;
    skos:prefLabel "End use authorization"@en .

<https://test.uncefact.org/vocabulary/document-type/991> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/commercial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "991" ;
    skos:prefLabel "Government contract"@en .

<https://test.uncefact.org/vocabulary/document-type/995> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "995" ;
    skos:prefLabel "Statistical document, import"@en .

<https://test.uncefact.org/vocabulary/document-type/996> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/financial-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "996" ;
    skos:prefLabel "Application for documentary credit"@en .

<https://test.uncefact.org/vocabulary/document-type/998> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/customs-document> ;
    skos:inScheme unece:document-type ;
    skos:notation "998" ;
    skos:prefLabel "Previous Customs document/message"@en .

unece:documentType a owl:ObjectProperty ;
    rdfs:label "document type"@en ;
    rdfs:comment "the code that distinguishes one exchanged document from another (principle 9)."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The type of trade document, as a code (UNTDED 1001)."@en ;
    schema:domainIncludes unece:TradeDocument ;
    schema:rangeIncludes unece:document-type ;
    unece:termStatus ts:proposed .

unece:email a owl:DatatypeProperty ;
    rdfs:label "email"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An email address of a party."@en ;
    skos:exactMatch schema:email ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:emailURIId a owl:DatatypeProperty ;
    rdfs:label "email uriid"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:email ;
    skos:definition "The Uniform Resource Identifier (URI) of the email for this universal communication."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:endDate a owl:DatatypeProperty ;
    rdfs:label "end date"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The end date of the period."@en ;
    skos:exactMatch schema:endDate ;
    schema:domainIncludes unece:Period ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:endPointURICommunication a owl:ObjectProperty ;
    rdfs:label "end point uricommunication"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The communication address of the end point URI for this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Communication ;
    unece:termStatus ts:proposed .

unece:extensionNumber a owl:DatatypeProperty ;
    rdfs:label "extension number"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The extension number, expressed as text, assigned to this universal communication number to enable a caller to reach a specific party."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:familyName a owl:DatatypeProperty ;
    rdfs:label "family name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The family (last) name of a person."@en ;
    skos:exactMatch schema:familyName ;
    schema:domainIncludes unece:Person ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:faxNumber a owl:DatatypeProperty ;
    rdfs:label "fax number"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A fax number of a party."@en ;
    skos:exactMatch schema:faxNumber ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:financialAccount a owl:ObjectProperty ;
    rdfs:label "financial account"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A financial account owned by the party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Account ;
    unece:termStatus ts:proposed .

unece:freeForm a owl:DatatypeProperty ;
    rdfs:label "free form"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A free form representation, expressed as text, of this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:geoBoundary a owl:ObjectProperty ;
    rdfs:label "geo boundary"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The geographic boundary of a location, as a set of coordinates."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes unece:Coordinate ;
    unece:termStatus ts:proposed .

unece:geoCoordinate a owl:ObjectProperty ;
    rdfs:label "geo coordinate identification geographical coordinate"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An identification of a set of geographical coordinates for this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes unece:Coordinate ;
    unece:termStatus ts:proposed .

unece:givenName a owl:DatatypeProperty ;
    rdfs:label "given name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The given (first) name of a person."@en ;
    skos:exactMatch schema:givenName ;
    schema:domainIncludes unece:Person ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:hTMLPreferredIndicator a owl:DatatypeProperty ;
    rdfs:label "h tmlpreferred indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The indication of whether or not HTML format is preferred by the recipient for email universal communications."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:hasAttestation a owl:ObjectProperty ;
    rdfs:label "has attestation"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A conformity attestation held by the party (replaces BSP's many applicable*Certificate properties)."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Attestation ;
    unece:termStatus ts:proposed .

unece:height a owl:ObjectProperty ;
    rdfs:label "height"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The height, as a measure."@en ;
    skos:exactMatch schema:height ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:hs-commodity a skos:ConceptScheme ;
    rdfs:label "Harmonized System (HS)"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://www.wcoomd.org/en/topics/nomenclature/instrument-and-tools/hs-nomenclature-2022-edition.aspx> ;
    skos:definition "The WCO Harmonized Commodity Description and Coding System (HS): the authoritative international commodity classification, maintained by the World Customs Organization. An external-reference list; bind the concrete HS codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

unece:idScheme a owl:ObjectProperty ;
    rdfs:label "ID scheme"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:propertyID ;
    skos:definition "The scheme under which this identifier is registered."@en ;
    schema:domainIncludes unece:Identifier ;
    schema:rangeIncludes unece:IdentifierScheme ;
    unece:termStatus ts:proposed .

unece:identifier a owl:ObjectProperty ;
    rdfs:label "identifier"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:identifier ;
    skos:definition "An identifier of this entity within some scheme, as an Identifier value object; an entity may bear several (e.g. a GTIN and an internal SKU). Its own resolvable identity is the node URI (@id)."@en ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:imageData a owl:DatatypeProperty ;
    rdfs:label "image data"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The base64-encoded image data."@en ;
    schema:domainIncludes unece:Image ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:industryCategory a owl:ObjectProperty ;
    rdfs:label "industry category"@en ;
    rdfs:comment "Open code list — typically ISIC or NACE, bound downstream."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The industry sector classification of an organisation."@en ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes unece:isic ;
    unece:termStatus ts:proposed .

unece:invalidIndicator a owl:DatatypeProperty ;
    rdfs:label "invalid indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The indication of whether or not this trade address is invalid."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:iso-3166-2 a skos:ConceptScheme ;
    rdfs:label "ISO 3166-2 (country subdivisions)"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://unece.org/trade/uncefact/unlocode-country-subdivisions-iso-3166-2>,
        <https://www.iso.org/iso-3166-country-codes.html> ;
    skos:definition "ISO 3166-2 codes for the principal subdivisions (e.g. provinces, states) of countries, maintained by ISO and published freely by UNECE. An external-reference list; bind the concrete subdivision codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

unece:jobTitle a owl:DatatypeProperty ;
    rdfs:label "job title"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The job title of a person."@en ;
    skos:exactMatch schema:jobTitle ;
    schema:domainIncludes unece:Person ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/language-code-list/AA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/aa> ;
    owl:deprecated true ;
    skos:notation "AA" ;
    skos:prefLabel "Afar"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AB> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ab> ;
    owl:deprecated true ;
    skos:notation "AB" ;
    skos:prefLabel "Abkhazian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ae> ;
    owl:deprecated true ;
    skos:notation "AE" ;
    skos:prefLabel "Avestan"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AF> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/af> ;
    owl:deprecated true ;
    skos:notation "AF" ;
    skos:prefLabel "Afrikaans"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AK> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ak> ;
    owl:deprecated true ;
    skos:notation "AK" ;
    skos:prefLabel "Akan"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AM> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/am> ;
    owl:deprecated true ;
    skos:notation "AM" ;
    skos:prefLabel "Amharic"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/an> ;
    owl:deprecated true ;
    skos:notation "AN" ;
    skos:prefLabel "Aragonese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ar> ;
    owl:deprecated true ;
    skos:notation "AR" ;
    skos:prefLabel "Arabic"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/as> ;
    owl:deprecated true ;
    skos:notation "AS" ;
    skos:prefLabel "Assamese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/av> ;
    owl:deprecated true ;
    skos:notation "AV" ;
    skos:prefLabel "Avaric"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AY> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ay> ;
    owl:deprecated true ;
    skos:notation "AY" ;
    skos:prefLabel "Aymara"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/AZ> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/az> ;
    owl:deprecated true ;
    skos:notation "AZ" ;
    skos:prefLabel "Azerbaijani"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ba> ;
    owl:deprecated true ;
    skos:notation "BA" ;
    skos:prefLabel "Bashkir"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/be> ;
    owl:deprecated true ;
    skos:notation "BE" ;
    skos:prefLabel "Belarusian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/bg> ;
    owl:deprecated true ;
    skos:notation "BG" ;
    skos:prefLabel "Bulgarian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BH> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/bh> ;
    owl:deprecated true ;
    skos:notation "BH" ;
    skos:prefLabel "Bihari"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/bi> ;
    owl:deprecated true ;
    skos:notation "BI" ;
    skos:prefLabel "Bislama"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BM> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/bm> ;
    owl:deprecated true ;
    skos:notation "BM" ;
    skos:prefLabel "Bambara"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/bn> ;
    owl:deprecated true ;
    skos:notation "BN" ;
    skos:prefLabel "Bengali"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/bo> ;
    owl:deprecated true ;
    skos:notation "BO" ;
    skos:prefLabel "Tibetan"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/br> ;
    owl:deprecated true ;
    skos:notation "BR" ;
    skos:prefLabel "Breton"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/BS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/bs> ;
    owl:deprecated true ;
    skos:notation "BS" ;
    skos:prefLabel "Bosnian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ca> ;
    owl:deprecated true ;
    skos:notation "CA" ;
    skos:prefLabel "Catalan; Valencian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ce> ;
    owl:deprecated true ;
    skos:notation "CE" ;
    skos:prefLabel "Chechen"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CH> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ch> ;
    owl:deprecated true ;
    skos:notation "CH" ;
    skos:prefLabel "Chamorro"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/co> ;
    owl:deprecated true ;
    skos:notation "CO" ;
    skos:prefLabel "Corsican"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/cr> ;
    owl:deprecated true ;
    skos:notation "CR" ;
    skos:prefLabel "Cree"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/cs> ;
    owl:deprecated true ;
    skos:notation "CS" ;
    skos:prefLabel "Czech"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/cu> ;
    owl:deprecated true ;
    skos:notation "CU" ;
    skos:prefLabel "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/cv> ;
    owl:deprecated true ;
    skos:notation "CV" ;
    skos:prefLabel "Chuvash"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/CY> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/cy> ;
    owl:deprecated true ;
    skos:notation "CY" ;
    skos:prefLabel "Welsh"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/DA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/da> ;
    owl:deprecated true ;
    skos:notation "DA" ;
    skos:prefLabel "Danish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/DE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/de> ;
    owl:deprecated true ;
    skos:notation "DE" ;
    skos:prefLabel "German"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/DV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/dv> ;
    owl:deprecated true ;
    skos:notation "DV" ;
    skos:prefLabel "Divehi; Dhivehi; Maldivian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/DZ> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/dz> ;
    owl:deprecated true ;
    skos:notation "DZ" ;
    skos:prefLabel "Dzongkha"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/EE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ee> ;
    owl:deprecated true ;
    skos:notation "EE" ;
    skos:prefLabel "Ewe"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/EL> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/el> ;
    owl:deprecated true ;
    skos:notation "EL" ;
    skos:prefLabel "Greek; Modern (1453-)"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/EN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/en> ;
    owl:deprecated true ;
    skos:notation "EN" ;
    skos:prefLabel "English"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/EO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/eo> ;
    owl:deprecated true ;
    skos:notation "EO" ;
    skos:prefLabel "Esperanto"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ES> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/es> ;
    owl:deprecated true ;
    skos:notation "ES" ;
    skos:prefLabel "Spanish; Castilian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ET> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/et> ;
    owl:deprecated true ;
    skos:notation "ET" ;
    skos:prefLabel "Estonian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/EU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/eu> ;
    owl:deprecated true ;
    skos:notation "EU" ;
    skos:prefLabel "Basque"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/FA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/fa> ;
    owl:deprecated true ;
    skos:notation "FA" ;
    skos:prefLabel "Persian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/FF> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ff> ;
    owl:deprecated true ;
    skos:notation "FF" ;
    skos:prefLabel "Fulah"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/FI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/fi> ;
    owl:deprecated true ;
    skos:notation "FI" ;
    skos:prefLabel "Finnish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/FJ> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/fj> ;
    owl:deprecated true ;
    skos:notation "FJ" ;
    skos:prefLabel "Fijian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/FO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/fo> ;
    owl:deprecated true ;
    skos:notation "FO" ;
    skos:prefLabel "Faroese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/FR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/fr> ;
    owl:deprecated true ;
    skos:notation "FR" ;
    skos:prefLabel "French"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/FY> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/fy> ;
    owl:deprecated true ;
    skos:notation "FY" ;
    skos:prefLabel "Western Frisian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/GA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ga> ;
    owl:deprecated true ;
    skos:notation "GA" ;
    skos:prefLabel "Irish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/GD> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/gd> ;
    owl:deprecated true ;
    skos:notation "GD" ;
    skos:prefLabel "Gaelic; Scottish Gaelic"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/GL> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/gl> ;
    owl:deprecated true ;
    skos:notation "GL" ;
    skos:prefLabel "Galician"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/GN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/gn> ;
    owl:deprecated true ;
    skos:notation "GN" ;
    skos:prefLabel "Guarani"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/GU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/gu> ;
    owl:deprecated true ;
    skos:notation "GU" ;
    skos:prefLabel "Gujarati"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/GV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/gv> ;
    owl:deprecated true ;
    skos:notation "GV" ;
    skos:prefLabel "Manx"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ha> ;
    owl:deprecated true ;
    skos:notation "HA" ;
    skos:prefLabel "Hausa"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/he> ;
    owl:deprecated true ;
    skos:notation "HE" ;
    skos:prefLabel "Hebrew"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/hi> ;
    owl:deprecated true ;
    skos:notation "HI" ;
    skos:prefLabel "Hindi"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ho> ;
    owl:deprecated true ;
    skos:notation "HO" ;
    skos:prefLabel "Hiri Motu"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/hr> ;
    owl:deprecated true ;
    skos:notation "HR" ;
    skos:prefLabel "Croatian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HT> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ht> ;
    owl:deprecated true ;
    skos:notation "HT" ;
    skos:prefLabel "Haitian; Haitian Creole"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/hu> ;
    owl:deprecated true ;
    skos:notation "HU" ;
    skos:prefLabel "Hungarian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HY> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/hy> ;
    owl:deprecated true ;
    skos:notation "HY" ;
    skos:prefLabel "Armenian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/HZ> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/hz> ;
    owl:deprecated true ;
    skos:notation "HZ" ;
    skos:prefLabel "Herero"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/IA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ia> ;
    owl:deprecated true ;
    skos:notation "IA" ;
    skos:prefLabel "Interlingua (International Auxiliary Language Association)"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ID> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/id> ;
    owl:deprecated true ;
    skos:notation "ID" ;
    skos:prefLabel "Indonesian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/IE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ie> ;
    owl:deprecated true ;
    skos:notation "IE" ;
    skos:prefLabel "Interlingue"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/IG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ig> ;
    owl:deprecated true ;
    skos:notation "IG" ;
    skos:prefLabel "Igbo"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/II> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ii> ;
    owl:deprecated true ;
    skos:notation "II" ;
    skos:prefLabel "Sichuan Yi"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/IK> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ik> ;
    owl:deprecated true ;
    skos:notation "IK" ;
    skos:prefLabel "Inupiaq"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/IO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/io> ;
    owl:deprecated true ;
    skos:notation "IO" ;
    skos:prefLabel "Ido"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/IS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/is> ;
    owl:deprecated true ;
    skos:notation "IS" ;
    skos:prefLabel "Icelandic"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/IT> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/it> ;
    owl:deprecated true ;
    skos:notation "IT" ;
    skos:prefLabel "Italian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/IU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/iu> ;
    owl:deprecated true ;
    skos:notation "IU" ;
    skos:prefLabel "Inuktiut"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/JA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ja> ;
    owl:deprecated true ;
    skos:notation "JA" ;
    skos:prefLabel "Japanese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/JV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/jv> ;
    owl:deprecated true ;
    skos:notation "JV" ;
    skos:prefLabel "Javanese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ka> ;
    owl:deprecated true ;
    skos:notation "KA" ;
    skos:prefLabel "Georgian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/kg> ;
    owl:deprecated true ;
    skos:notation "KG" ;
    skos:prefLabel "Kongo"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ki> ;
    owl:deprecated true ;
    skos:notation "KI" ;
    skos:prefLabel "Kikuyu; Gikuyu"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KJ> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/kj> ;
    owl:deprecated true ;
    skos:notation "KJ" ;
    skos:prefLabel "Kuanyama; Kwanyama"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KK> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/kk> ;
    owl:deprecated true ;
    skos:notation "KK" ;
    skos:prefLabel "Kazakh"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KL> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/kl> ;
    owl:deprecated true ;
    skos:notation "KL" ;
    skos:prefLabel "Kalaallisut; Greenlandic"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KM> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/km> ;
    owl:deprecated true ;
    skos:notation "KM" ;
    skos:prefLabel "Central Khmer"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/kn> ;
    owl:deprecated true ;
    skos:notation "KN" ;
    skos:prefLabel "Kannada"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ko> ;
    owl:deprecated true ;
    skos:notation "KO" ;
    skos:prefLabel "Korean"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/kr> ;
    owl:deprecated true ;
    skos:notation "KR" ;
    skos:prefLabel "Kanuri"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ks> ;
    owl:deprecated true ;
    skos:notation "KS" ;
    skos:prefLabel "Kashmiri"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ku> ;
    owl:deprecated true ;
    skos:notation "KU" ;
    skos:prefLabel "Kurdish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/kv> ;
    owl:deprecated true ;
    skos:notation "KV" ;
    skos:prefLabel "Komi"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KW> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/kw> ;
    owl:deprecated true ;
    skos:notation "KW" ;
    skos:prefLabel "Cornish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/KY> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ky> ;
    owl:deprecated true ;
    skos:notation "KY" ;
    skos:prefLabel "Kirghiz; Kyrgyz"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/la> ;
    owl:deprecated true ;
    skos:notation "LA" ;
    skos:prefLabel "Latin"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LB> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/lb> ;
    owl:deprecated true ;
    skos:notation "LB" ;
    skos:prefLabel "Luxembourgish; Letzeburgesch"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/lg> ;
    owl:deprecated true ;
    skos:notation "LG" ;
    skos:prefLabel "Ganda"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/li> ;
    owl:deprecated true ;
    skos:notation "LI" ;
    skos:prefLabel "Limburgan; Limburger; Limburgish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ln> ;
    owl:deprecated true ;
    skos:notation "LN" ;
    skos:prefLabel "Lingala"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/lo> ;
    owl:deprecated true ;
    skos:notation "LO" ;
    skos:prefLabel "Lao"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LT> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/lt> ;
    owl:deprecated true ;
    skos:notation "LT" ;
    skos:prefLabel "Lithuanian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/lu> ;
    owl:deprecated true ;
    skos:notation "LU" ;
    skos:prefLabel "Luba-Katanga"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/LV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/lv> ;
    owl:deprecated true ;
    skos:notation "LV" ;
    skos:prefLabel "Latvian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/mg> ;
    owl:deprecated true ;
    skos:notation "MG" ;
    skos:prefLabel "Malagasy"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MH> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/mh> ;
    owl:deprecated true ;
    skos:notation "MH" ;
    skos:prefLabel "Marshallese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/mi> ;
    owl:deprecated true ;
    skos:notation "MI" ;
    skos:prefLabel "Maori"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MK> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/mk> ;
    owl:deprecated true ;
    skos:notation "MK" ;
    skos:prefLabel "Macedonian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ML> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ml> ;
    owl:deprecated true ;
    skos:notation "ML" ;
    skos:prefLabel "Malayalam"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/mn> ;
    owl:deprecated true ;
    skos:notation "MN" ;
    skos:prefLabel "Mongolian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/mo> ;
    owl:deprecated true ;
    skos:notation "MO" ;
    skos:prefLabel "Moldavian; Moldovan"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/mr> ;
    owl:deprecated true ;
    skos:notation "MR" ;
    skos:prefLabel "Marathi"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ms> ;
    owl:deprecated true ;
    skos:notation "MS" ;
    skos:prefLabel "Malay"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MT> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/mt> ;
    owl:deprecated true ;
    skos:notation "MT" ;
    skos:prefLabel "Maltese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/MY> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/my> ;
    owl:deprecated true ;
    skos:notation "MY" ;
    skos:prefLabel "Burmese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/na> ;
    owl:deprecated true ;
    skos:notation "NA" ;
    skos:prefLabel "Nauru"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NB> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/nb> ;
    owl:deprecated true ;
    skos:notation "NB" ;
    skos:prefLabel "Bokmal Norwegian; Norwegian Bokmal"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ND> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/nd> ;
    owl:deprecated true ;
    skos:notation "ND" ;
    skos:prefLabel "Ndebele; North; North Ndebele"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ne> ;
    owl:deprecated true ;
    skos:notation "NE" ;
    skos:prefLabel "Nepali"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ng> ;
    owl:deprecated true ;
    skos:notation "NG" ;
    skos:prefLabel "Ndonga"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NL> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/nl> ;
    owl:deprecated true ;
    skos:notation "NL" ;
    skos:prefLabel "Dutch; Flemish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/nn> ;
    owl:deprecated true ;
    skos:notation "NN" ;
    skos:prefLabel "Norwegian Nynorsk; Nynorsk, Norwegian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/no> ;
    owl:deprecated true ;
    skos:notation "NO" ;
    skos:prefLabel "Norwegian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/nr> ;
    owl:deprecated true ;
    skos:notation "NR" ;
    skos:prefLabel "Ndebele; South; South Ndebele"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/nv> ;
    owl:deprecated true ;
    skos:notation "NV" ;
    skos:prefLabel "Navajo; Navaho"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/NY> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ny> ;
    owl:deprecated true ;
    skos:notation "NY" ;
    skos:prefLabel "Chichewa; Chewa; Nyanja"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/OC> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/oc> ;
    owl:deprecated true ;
    skos:notation "OC" ;
    skos:prefLabel "Occitan (post 1500); Provencal"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/OJ> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/oj> ;
    owl:deprecated true ;
    skos:notation "OJ" ;
    skos:prefLabel "Ojibwa"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/OM> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/om> ;
    owl:deprecated true ;
    skos:notation "OM" ;
    skos:prefLabel "Oromo"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/OR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/or> ;
    owl:deprecated true ;
    skos:notation "OR" ;
    skos:prefLabel "Oriya"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/OS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/os> ;
    owl:deprecated true ;
    skos:notation "OS" ;
    skos:prefLabel "Ossetian; Ossetic"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/PA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/pa> ;
    owl:deprecated true ;
    skos:notation "PA" ;
    skos:prefLabel "Panjabi; Punjabi"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/PI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/pi> ;
    owl:deprecated true ;
    skos:notation "PI" ;
    skos:prefLabel "Pali"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/PL> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/pl> ;
    owl:deprecated true ;
    skos:notation "PL" ;
    skos:prefLabel "Polish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/PS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ps> ;
    owl:deprecated true ;
    skos:notation "PS" ;
    skos:prefLabel "Pushto; Pashto"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/PT> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/pt> ;
    owl:deprecated true ;
    skos:notation "PT" ;
    skos:prefLabel "Portuguese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/QU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/qu> ;
    owl:deprecated true ;
    skos:notation "QU" ;
    skos:prefLabel "Quechua"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/RM> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/rm> ;
    owl:deprecated true ;
    skos:notation "RM" ;
    skos:prefLabel "Romansh"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/RN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/rn> ;
    owl:deprecated true ;
    skos:notation "RN" ;
    skos:prefLabel "Rundi"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/RO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ro> ;
    owl:deprecated true ;
    skos:notation "RO" ;
    skos:prefLabel "Romanian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/RU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ru> ;
    owl:deprecated true ;
    skos:notation "RU" ;
    skos:prefLabel "Russian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/RW> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/rw> ;
    owl:deprecated true ;
    skos:notation "RW" ;
    skos:prefLabel "Kinyarwanda"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sa> ;
    owl:deprecated true ;
    skos:notation "SA" ;
    skos:prefLabel "Sanskrit"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SC> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sc> ;
    owl:deprecated true ;
    skos:notation "SC" ;
    skos:prefLabel "Sardinian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SD> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sd> ;
    owl:deprecated true ;
    skos:notation "SD" ;
    skos:prefLabel "Sindhi"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/se> ;
    owl:deprecated true ;
    skos:notation "SE" ;
    skos:prefLabel "Northern Sami"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sg> ;
    owl:deprecated true ;
    skos:notation "SG" ;
    skos:prefLabel "Sango"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/si> ;
    owl:deprecated true ;
    skos:notation "SI" ;
    skos:prefLabel "Sinhala; Sinhalese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SK> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sk> ;
    owl:deprecated true ;
    skos:notation "SK" ;
    skos:prefLabel "Slovak"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SL> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sl> ;
    owl:deprecated true ;
    skos:notation "SL" ;
    skos:prefLabel "Slovenian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SM> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sm> ;
    owl:deprecated true ;
    skos:notation "SM" ;
    skos:prefLabel "Samoan"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sn> ;
    owl:deprecated true ;
    skos:notation "SN" ;
    skos:prefLabel "Shona"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/so> ;
    owl:deprecated true ;
    skos:notation "SO" ;
    skos:prefLabel "Somali"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SQ> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sq> ;
    owl:deprecated true ;
    skos:notation "SQ" ;
    skos:prefLabel "Albanian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sr> ;
    owl:deprecated true ;
    skos:notation "SR" ;
    skos:prefLabel "Serbian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ss> ;
    owl:deprecated true ;
    skos:notation "SS" ;
    skos:prefLabel "Swati"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ST> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/st> ;
    owl:deprecated true ;
    skos:notation "ST" ;
    skos:prefLabel "Sotho, Southern"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/su> ;
    owl:deprecated true ;
    skos:notation "SU" ;
    skos:prefLabel "Sundanese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SV> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sv> ;
    owl:deprecated true ;
    skos:notation "SV" ;
    skos:prefLabel "Swedish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/SW> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/sw> ;
    owl:deprecated true ;
    skos:notation "SW" ;
    skos:prefLabel "Swahili"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ta> ;
    owl:deprecated true ;
    skos:notation "TA" ;
    skos:prefLabel "Tamil"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/te> ;
    owl:deprecated true ;
    skos:notation "TE" ;
    skos:prefLabel "Telugu"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/tg> ;
    owl:deprecated true ;
    skos:notation "TG" ;
    skos:prefLabel "Tajik"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TH> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/th> ;
    owl:deprecated true ;
    skos:notation "TH" ;
    skos:prefLabel "Thai"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ti> ;
    owl:deprecated true ;
    skos:notation "TI" ;
    skos:prefLabel "Tigrinya"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TK> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/tk> ;
    owl:deprecated true ;
    skos:notation "TK" ;
    skos:prefLabel "Turkmen"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TL> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/tl> ;
    owl:deprecated true ;
    skos:notation "TL" ;
    skos:prefLabel "Tagalog"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TN> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/tn> ;
    owl:deprecated true ;
    skos:notation "TN" ;
    skos:prefLabel "Tswana"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/to> ;
    owl:deprecated true ;
    skos:notation "TO" ;
    skos:prefLabel "Tonga (Tonga Islands)"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/tr> ;
    owl:deprecated true ;
    skos:notation "TR" ;
    skos:prefLabel "Turkish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TS> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ts> ;
    owl:deprecated true ;
    skos:notation "TS" ;
    skos:prefLabel "Tsonga"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TT> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/tt> ;
    owl:deprecated true ;
    skos:notation "TT" ;
    skos:prefLabel "Tatar"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TW> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/tw> ;
    owl:deprecated true ;
    skos:notation "TW" ;
    skos:prefLabel "Twi"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/TY> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ty> ;
    owl:deprecated true ;
    skos:notation "TY" ;
    skos:prefLabel "Tahitian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/UG> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ug> ;
    owl:deprecated true ;
    skos:notation "UG" ;
    skos:prefLabel "Uighur; Uyghur"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/UK> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/uk> ;
    owl:deprecated true ;
    skos:notation "UK" ;
    skos:prefLabel "Ukrainian"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/UR> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ur> ;
    owl:deprecated true ;
    skos:notation "UR" ;
    skos:prefLabel "Urdu"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/UZ> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/uz> ;
    owl:deprecated true ;
    skos:notation "UZ" ;
    skos:prefLabel "Uzbek"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/VE> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/ve> ;
    owl:deprecated true ;
    skos:notation "VE" ;
    skos:prefLabel "Venda"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/VI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/vi> ;
    owl:deprecated true ;
    skos:notation "VI" ;
    skos:prefLabel "Vietnamese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/VO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/vo> ;
    owl:deprecated true ;
    skos:notation "VO" ;
    skos:prefLabel "Volapük"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/WA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/wa> ;
    owl:deprecated true ;
    skos:notation "WA" ;
    skos:prefLabel "Walloon"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/WO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/wo> ;
    owl:deprecated true ;
    skos:notation "WO" ;
    skos:prefLabel "Wolof"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/XH> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/xh> ;
    owl:deprecated true ;
    skos:notation "XH" ;
    skos:prefLabel "Xhosa"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/YI> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/yi> ;
    owl:deprecated true ;
    skos:notation "YI" ;
    skos:prefLabel "Yiddish"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/YO> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/yo> ;
    owl:deprecated true ;
    skos:notation "YO" ;
    skos:prefLabel "Yoruba"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ZA> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/za> ;
    owl:deprecated true ;
    skos:notation "ZA" ;
    skos:prefLabel "Zhuang; Chuang"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ZH> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/zh> ;
    owl:deprecated true ;
    skos:notation "ZH" ;
    skos:prefLabel "Chinese"@en ;
    unece:termStatus ts:deprecated .

<https://test.uncefact.org/vocabulary/language-code-list/ZU> a skos:Concept ;
    dcterms:isReplacedBy <https://test.uncefact.org/vocabulary/language-code-list/zu> ;
    owl:deprecated true ;
    skos:notation "ZU" ;
    skos:prefLabel "Zulu"@en ;
    unece:termStatus ts:deprecated .

unece:latitude a owl:DatatypeProperty ;
    rdfs:label "latitude"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The latitude of a location (WGS 84)."@en ;
    skos:exactMatch schema:latitude ;
    schema:domainIncludes unece:Coordinate,
        unece:Location ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

unece:legalName a owl:DatatypeProperty ;
    rdfs:label "legal name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The registered legal name of an organisation."@en ;
    skos:exactMatch schema:legalName ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:leiCode a owl:DatatypeProperty ;
    rdfs:label "LEI code"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The ISO 17442 Legal Entity Identifier of an organisation."@en ;
    skos:exactMatch schema:leiCode ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:length a owl:ObjectProperty ;
    rdfs:label "length"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The length, as a measure."@en ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:licence a owl:DatatypeProperty ;
    rdfs:label "licence"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A licence, expressed as text, for this production facility."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineFive a owl:DatatypeProperty ;
    rdfs:label "line five"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The fifth free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineFour a owl:DatatypeProperty ;
    rdfs:label "line four"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The fourth free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineOne a owl:DatatypeProperty ;
    rdfs:label "line one"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The first free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineThree a owl:DatatypeProperty ;
    rdfs:label "line three"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The third free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineTwo a owl:DatatypeProperty ;
    rdfs:label "line two"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The second free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:linkName a owl:DatatypeProperty ;
    rdfs:label "link name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:name ;
    skos:definition "The name of the link."@en ;
    schema:domainIncludes unece:Link ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:linkType a owl:DatatypeProperty ;
    rdfs:label "link type"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The type/relationship of the link."@en ;
    schema:domainIncludes unece:Link ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:linkURL a owl:DatatypeProperty ;
    rdfs:label "link URL"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:url ;
    skos:definition "The URL of the link."@en ;
    schema:domainIncludes unece:Link ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:localNumber a owl:DatatypeProperty ;
    rdfs:label "local number"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The universal communication number, expressed as text and not including country access code or the area number code, for this communication."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:locatedAt a owl:ObjectProperty ;
    rdfs:label "located at"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The location at which a facility sits."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/location-function-code-list/1> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Place of terms of delivery"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/10> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "10" ;
    skos:prefLabel "Place of acceptance"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/100> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "100" ;
    skos:prefLabel "Place/port of warehouse entry"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/101> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "101" ;
    skos:prefLabel "Country of first sale"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/103> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "103" ;
    skos:prefLabel "Place of transfer"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/104> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "104" ;
    skos:prefLabel "Place of deconsolidation"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/105> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "105" ;
    skos:prefLabel "Place of consumption"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/106> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "106" ;
    skos:prefLabel "Region of origin"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/107> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "107" ;
    skos:prefLabel "Place of consolidation"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/108> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "108" ;
    skos:prefLabel "Rate combination point"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/109> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "109" ;
    skos:prefLabel "Place of prolongation decision of delivery delay"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/11> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "11" ;
    skos:prefLabel "Place of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/110> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "110" ;
    skos:prefLabel "Recharging place/location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/111> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "111" ;
    skos:prefLabel "Customs office of despatch"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/112> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "112" ;
    skos:prefLabel "Region of equipment availability"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/113> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "113" ;
    skos:prefLabel "Country of despatch"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/114> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "114" ;
    skos:prefLabel "Customs office of export"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/115> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "115" ;
    skos:prefLabel "Free zone of export"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/116> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "116" ;
    skos:prefLabel "Region of export/despatch"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/117> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "117" ;
    skos:prefLabel "Place of collection"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/118> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "118" ;
    skos:prefLabel "Customs office of departure"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/119> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "119" ;
    skos:prefLabel "Transit guarantee customs office location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/12> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "12" ;
    skos:prefLabel "Port of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/120> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "120" ;
    skos:prefLabel "Country of transhipment"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/122> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "122" ;
    skos:prefLabel "Customs office of destination"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/123> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "123" ;
    skos:prefLabel "Wagon-load railway station"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/124> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "124" ;
    skos:prefLabel "Siding"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/125> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "125" ;
    skos:prefLabel "Last place/port of call of conveyance"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/126> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "126" ;
    skos:prefLabel "Country of previous Customs procedure"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/127> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "127" ;
    skos:prefLabel "Customs office of registration of previous Customs declaration"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/128> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "128" ;
    skos:prefLabel "Participant sender location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/129> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "129" ;
    skos:prefLabel "Wage negotiation district"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/13> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "13" ;
    skos:prefLabel "Place of transhipment"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/130> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "130" ;
    skos:prefLabel "Place of ultimate destination of conveyance"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/131> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "131" ;
    skos:prefLabel "Place of loading of empty equipment"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/132> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "132" ;
    skos:prefLabel "Place of discharge of empty equipment"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/133> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "133" ;
    skos:prefLabel "Region of delivery"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/134> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "134" ;
    skos:prefLabel "Petroleum warehouse"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/135> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "135" ;
    skos:prefLabel "Place of entry (Customs)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/136> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "136" ;
    skos:prefLabel "Living animals care place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/137> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "137" ;
    skos:prefLabel "Re-icing place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/138> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "138" ;
    skos:prefLabel "Weighting place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/139> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "139" ;
    skos:prefLabel "Marshalling yard"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/14> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "14" ;
    skos:prefLabel "Goods item storage location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/140> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "140" ;
    skos:prefLabel "Stopping station"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/141> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "141" ;
    skos:prefLabel "Loading dock"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/142> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "142" ;
    skos:prefLabel "Port connection"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/143> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "143" ;
    skos:prefLabel "Place of expiry"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/144> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "144" ;
    skos:prefLabel "Place of negotiation"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/145> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "145" ;
    skos:prefLabel "Claims payable place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/146> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "146" ;
    skos:prefLabel "Documentary credit available in"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/147> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "147" ;
    skos:prefLabel "Transport means stowage location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/148> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "148" ;
    skos:prefLabel "For transportation to"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/149> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "149" ;
    skos:prefLabel "Loading on board/despatch/taking in charge at/from"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/15> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "15" ;
    skos:prefLabel "Place of transfer responsibility"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/150> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "150" ;
    skos:prefLabel "Container stack position"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/151> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "151" ;
    skos:prefLabel "Private box"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/152> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "152" ;
    skos:prefLabel "Next port of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/153> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "153" ;
    skos:prefLabel "Port of call"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/154> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "154" ;
    skos:prefLabel "Place/location of on-hire"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/155> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "155" ;
    skos:prefLabel "Place/location of off-hire"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/156> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "156" ;
    skos:prefLabel "Other carriers terminal"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/157> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "157" ;
    skos:prefLabel "Country of Value Added Tax (VAT) jurisdiction"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/158> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "158" ;
    skos:prefLabel "Contact location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/159> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "159" ;
    skos:prefLabel "Additional internal destination"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/16> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "16" ;
    skos:prefLabel "Place of transfer of ownership"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/160> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "160" ;
    skos:prefLabel "Foreign port of call"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/161> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "161" ;
    skos:prefLabel "Maintenance location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/162> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "162" ;
    skos:prefLabel "Place or location of sale"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/163> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "163" ;
    skos:prefLabel "Direct investment country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/164> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "164" ;
    skos:prefLabel "Berth"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/165> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "165" ;
    skos:prefLabel "Construction country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/166> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "166" ;
    skos:prefLabel "Donation acting country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/167> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "167" ;
    skos:prefLabel "Payment transaction country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/168> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "168" ;
    skos:prefLabel "Physical place of return of item"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/169> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "169" ;
    skos:prefLabel "Relay port"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/17> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "17" ;
    skos:prefLabel "Border crossing place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/170> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "170" ;
    skos:prefLabel "Final port of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/171> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "171" ;
    skos:prefLabel "Place of destination for pre-stacking prior to stowage"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/172> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "172" ;
    skos:prefLabel "Reporting location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/173> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "173" ;
    skos:prefLabel "Transport contract place of despatch"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/174> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "174" ;
    skos:prefLabel "Place of residence"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/175> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "175" ;
    skos:prefLabel "Activity location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/176> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "176" ;
    skos:prefLabel "Pick-up location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/177> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "177" ;
    skos:prefLabel "Construction site"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/178> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "178" ;
    skos:prefLabel "Place of embarkation"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/179> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "179" ;
    skos:prefLabel "Place of disembarkation"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/18> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "18" ;
    skos:prefLabel "Warehouse"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/180> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "180" ;
    skos:prefLabel "Person birth location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/181> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "181" ;
    skos:prefLabel "Registered office"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/182> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "182" ;
    skos:prefLabel "Place of incorporation"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/183> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "183" ;
    skos:prefLabel "Place of business"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/184> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "184" ;
    skos:prefLabel "Physical location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/185> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "185" ;
    skos:prefLabel "Location to send mail"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/186> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "186" ;
    skos:prefLabel "Foreign registration location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/187> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "187" ;
    skos:prefLabel "Tax filed from location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/188> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "188" ;
    skos:prefLabel "Filing location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/189> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "189" ;
    skos:prefLabel "Former location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/19> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "19" ;
    skos:prefLabel "Factory/plant"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/190> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "190" ;
    skos:prefLabel "Head office"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/191> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "191" ;
    skos:prefLabel "Property"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/192> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "192" ;
    skos:prefLabel "Correct location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/193> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "193" ;
    skos:prefLabel "Branch location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/194> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "194" ;
    skos:prefLabel "Former registered location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/195> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "195" ;
    skos:prefLabel "Future location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/196> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "196" ;
    skos:prefLabel "Changed to location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/197> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "197" ;
    skos:prefLabel "Place of inquiry"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/198> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "198" ;
    skos:prefLabel "Original location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/199> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "199" ;
    skos:prefLabel "Country of last source"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/2> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Payment location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/20> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "20" ;
    skos:prefLabel "Place of ultimate destination of goods"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/200> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "200" ;
    skos:prefLabel "Place of handling"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/201> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "201" ;
    skos:prefLabel "Country of origin as defined by transportation agency"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/202> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "202" ;
    skos:prefLabel "Terminal"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/203> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "203" ;
    skos:prefLabel "Sample location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/204> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "204" ;
    skos:prefLabel "Hospital Advanced Dependency Unit (ADU)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/205> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "205" ;
    skos:prefLabel "Hospital Neonatal Intensive Care Unit (NICU)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/206> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "206" ;
    skos:prefLabel "Hospital Paediatric Care Unit (PCU)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/207> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "207" ;
    skos:prefLabel "Hospital Intensive Care Unit (ICU)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/208> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "208" ;
    skos:prefLabel "Hospital luxury room"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/209> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "209" ;
    skos:prefLabel "Hospital shared room"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/21> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "21" ;
    skos:prefLabel "Terms of sale place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/210> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "210" ;
    skos:prefLabel "Hospital private room"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/211> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "211" ;
    skos:prefLabel "Bidding area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/212> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "212" ;
    skos:prefLabel "Price area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/213> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "213" ;
    skos:prefLabel "Country of destination of equipment"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/214> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "214" ;
    skos:prefLabel "Aircraft airport stand"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/215> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "215" ;
    skos:prefLabel "Airport passenger terminal"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/216> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "216" ;
    skos:prefLabel "Previous berth"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/217> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "217" ;
    skos:prefLabel "Next berth"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/218> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "218" ;
    skos:prefLabel "Entity location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/219> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "219" ;
    skos:prefLabel "Goods depot"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/22> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "22" ;
    skos:prefLabel "Customs clearance location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/220> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "220" ;
    skos:prefLabel "Disinfecting place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/221> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "221" ;
    skos:prefLabel "Harbour rail station"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/222> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "222" ;
    skos:prefLabel "Place of live animal care"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/223> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "223" ;
    skos:prefLabel "Phytosanitary control place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/224> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "224" ;
    skos:prefLabel "Place for re-icing or de-icing"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/225> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "225" ;
    skos:prefLabel "Place of refuelling"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/226> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "226" ;
    skos:prefLabel "Place of provision of an unexpected service"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/227> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "227" ;
    skos:prefLabel "Private container terminal"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/228> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "228" ;
    skos:prefLabel "Railway container terminal"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/229> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "229" ;
    skos:prefLabel "Inspection site"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/23> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "23" ;
    skos:prefLabel "Port of release"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/230> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "230" ;
    skos:prefLabel "Request only stop"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/231> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "231" ;
    skos:prefLabel "Grid area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/232> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "232" ;
    skos:prefLabel "Source power area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/233> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "233" ;
    skos:prefLabel "Sink power area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/234> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "234" ;
    skos:prefLabel "Scheduled berth"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/235> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "235" ;
    skos:prefLabel "Scheduled berth, bow"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/236> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "236" ;
    skos:prefLabel "Scheduled berth, stern"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/237> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "237" ;
    skos:prefLabel "Balance settlement area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/238> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "238" ;
    skos:prefLabel "Market area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/239> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "239" ;
    skos:prefLabel "Metering grid area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/24> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "24" ;
    skos:prefLabel "Port of entry"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/240> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "240" ;
    skos:prefLabel "Climate zone"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/241> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "241" ;
    skos:prefLabel "Country of birth"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/242> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "242" ;
    skos:prefLabel "Country of fattening"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/243> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "243" ;
    skos:prefLabel "Country of slaughter"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/244> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "244" ;
    skos:prefLabel "Country of meat cutting"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/245> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "245" ;
    skos:prefLabel "Meat cutting location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/246> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "246" ;
    skos:prefLabel "Slaughterhouse"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/247> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "247" ;
    skos:prefLabel "Country of meat mincing"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/248> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "248" ;
    skos:prefLabel "Place of discharge and loading"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/249> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "249" ;
    skos:prefLabel "Cargo facility location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/25> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "25" ;
    skos:prefLabel "Country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/250> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "250" ;
    skos:prefLabel "Tourist point of interest"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/251> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "251" ;
    skos:prefLabel "Customs office of payment"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/252> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "252" ;
    skos:prefLabel "Conveyance facility location at departure"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/253> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "253" ;
    skos:prefLabel "Conveyance facility location at arrival"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/254> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "254" ;
    skos:prefLabel "Bus station"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/255> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "255" ;
    skos:prefLabel "Ferry terminal"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/256> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "256" ;
    skos:prefLabel "Place of packing"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/257> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "257" ;
    skos:prefLabel "Country of assembly"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/258> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "258" ;
    skos:prefLabel "Town sales office"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/259> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "259" ;
    skos:prefLabel "Travel agency"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/26> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "26" ;
    skos:prefLabel "City"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/260> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "260" ;
    skos:prefLabel "Inland clearance depot"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/261> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "261" ;
    skos:prefLabel "Place of final production"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/262> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "262" ;
    skos:prefLabel "Place of growth"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/263> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "263" ;
    skos:prefLabel "Place of intermediate production"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/264> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "264" ;
    skos:prefLabel "Place of nutrient origin"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/265> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "265" ;
    skos:prefLabel "Place of package material production"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/266> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "266" ;
    skos:prefLabel "Place of processing"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/267> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "267" ;
    skos:prefLabel "Place of species origin"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/268> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "268" ;
    skos:prefLabel "Place of catch"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/269> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "269" ;
    skos:prefLabel "Government appeal office"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/27> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "27" ;
    skos:prefLabel "Country of origin"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/270> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "270" ;
    skos:prefLabel "Regulatory office of cross-border goods entry"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/271> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "271" ;
    skos:prefLabel "Regulatory office of cross-border goods exit"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/272> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "272" ;
    skos:prefLabel "Government approved establishment"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/273> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "273" ;
    skos:prefLabel "Free trade zone"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/274> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "274" ;
    skos:prefLabel "Place of physical examination"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/275> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "275" ;
    skos:prefLabel "Permitted location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/276> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "276" ;
    skos:prefLabel "Landing location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/277> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "277" ;
    skos:prefLabel "Place of loading on final means of transport"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/278> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "278" ;
    skos:prefLabel "Place of regulatory declaration review"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/279> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "279" ;
    skos:prefLabel "Travel document issuing country or political entity"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/28> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "28" ;
    skos:prefLabel "Country of destination of goods"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/280> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "280" ;
    skos:prefLabel "Compliant facility, registered"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/281> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "281" ;
    skos:prefLabel "Bonded warehouse"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/282> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "282" ;
    skos:prefLabel "Goods destruction site, designated"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/283> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "283" ;
    skos:prefLabel "Goods disposal location, designated"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/284> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "284" ;
    skos:prefLabel "Incineration facility"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/285> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "285" ;
    skos:prefLabel "Laboratory"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/286> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "286" ;
    skos:prefLabel "Place of assembly"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/287> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "287" ;
    skos:prefLabel "Processing site"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/288> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "288" ;
    skos:prefLabel "Quarantine facility"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/289> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "289" ;
    skos:prefLabel "Reclamation facility"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/29> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "29" ;
    skos:prefLabel "Railway station"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/290> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "290" ;
    skos:prefLabel "Refinery"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/291> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "291" ;
    skos:prefLabel "Smelter"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/292> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "292" ;
    skos:prefLabel "Prescribed treatment facility"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/293> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "293" ;
    skos:prefLabel "Embassy"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/294> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "294" ;
    skos:prefLabel "Region of source"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/295> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "295" ;
    skos:prefLabel "Region of storage"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/296> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "296" ;
    skos:prefLabel "Ship security incident location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/297> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "297" ;
    skos:prefLabel "Ship-to-ship activity location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/298> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "298" ;
    skos:prefLabel "Country of last processing"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/299> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "299" ;
    skos:prefLabel "Fishing vessel"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/3> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Tare check place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/30> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "30" ;
    skos:prefLabel "Country of source"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/300> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "300" ;
    skos:prefLabel "Location of status"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/301> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "301" ;
    skos:prefLabel "Location of meter"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/302> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "302" ;
    skos:prefLabel "Country of provenance"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/303> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "303" ;
    skos:prefLabel "Meat mincing plant"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/304> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "304" ;
    skos:prefLabel "Place of fattening"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/305> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "305" ;
    skos:prefLabel "Animal birth place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/306> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "306" ;
    skos:prefLabel "Global Good Agricultural Practice Number (GGN)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/307> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "307" ;
    skos:prefLabel "Port of last waste delivery"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/308> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "308" ;
    skos:prefLabel "Port of next waste delivery"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/309> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "309" ;
    skos:prefLabel "Effluent Treatment Plant"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/31> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "31" ;
    skos:prefLabel "Building"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/310> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "310" ;
    skos:prefLabel "Farm"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/311> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "311" ;
    skos:prefLabel "Manufacturing facility"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/312> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "312" ;
    skos:prefLabel "Animal Farm"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/313> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "313" ;
    skos:prefLabel "Tannery"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/314> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "314" ;
    skos:prefLabel "Textile mill"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/315> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "315" ;
    skos:prefLabel "Textile dyeing mill"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/316> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "316" ;
    skos:prefLabel "Forest Management Unit"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/32> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "32" ;
    skos:prefLabel "Beginning of chargeable section"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/33> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "33" ;
    skos:prefLabel "Baseport of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/34> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "34" ;
    skos:prefLabel "Baseport of loading"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/35> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "35" ;
    skos:prefLabel "Exportation country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/36> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "36" ;
    skos:prefLabel "Country of ultimate destination"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/37> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "37" ;
    skos:prefLabel "Consignment final exportation country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/38> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "38" ;
    skos:prefLabel "Consignment first destination country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/39> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "39" ;
    skos:prefLabel "Country of production"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/4> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Goods receipt place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/40> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "40" ;
    skos:prefLabel "Country of trading"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/41> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "41" ;
    skos:prefLabel "Consignment entry customs office location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/42> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "42" ;
    skos:prefLabel "Consignment exit customs office location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/43> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "43" ;
    skos:prefLabel "Place of Customs examination"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/44> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "44" ;
    skos:prefLabel "Place of authentication of document"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/45> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "45" ;
    skos:prefLabel "Customs office of destination (transit)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/46> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "46" ;
    skos:prefLabel "Region of despatch"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/47> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "47" ;
    skos:prefLabel "Region of destination"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/48> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "48" ;
    skos:prefLabel "Region of production"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/49> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "49" ;
    skos:prefLabel "Transit country"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/5> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Place of departure"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/50> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "50" ;
    skos:prefLabel "Transit customs office location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/51> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "51" ;
    skos:prefLabel "Country of invalid transit guarantee"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/52> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "52" ;
    skos:prefLabel "Country of destination (transit)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/53> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "53" ;
    skos:prefLabel "Charge and freight due from"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/54> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "54" ;
    skos:prefLabel "Manufacturing department"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/55> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "55" ;
    skos:prefLabel "Freight charge payable to location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/56> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "56" ;
    skos:prefLabel "End of chargeable section"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/57> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "57" ;
    skos:prefLabel "Place of payment"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/58> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "58" ;
    skos:prefLabel "Full track loading or unloading"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/59> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "59" ;
    skos:prefLabel "Place of loss"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/6> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Ward bed"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/60> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "60" ;
    skos:prefLabel "Place of arrival"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/61> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "61" ;
    skos:prefLabel "Next port of call"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/62> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "62" ;
    skos:prefLabel "On-carriage port"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/63> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "63" ;
    skos:prefLabel "Sub-project location"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/64> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "64" ;
    skos:prefLabel "First optional place of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/65> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "65" ;
    skos:prefLabel "Final port or place of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/66> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "66" ;
    skos:prefLabel "Express railway station"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/67> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "67" ;
    skos:prefLabel "Mixed cargo railway station"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/68> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "68" ;
    skos:prefLabel "Second optional place of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/69> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "69" ;
    skos:prefLabel "Next non-discharge port of call"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/7> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Place of delivery"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/70> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "70" ;
    skos:prefLabel "Third optional place of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/71> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "71" ;
    skos:prefLabel "Reconsolidation point"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/72> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "72" ;
    skos:prefLabel "Fourth optional place of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/73> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "73" ;
    skos:prefLabel "Bill of lading release office"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/74> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "74" ;
    skos:prefLabel "Transhipment excluding this place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/75> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "75" ;
    skos:prefLabel "Transhipment limited to this place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/76> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "76" ;
    skos:prefLabel "Original port of loading"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/77> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "77" ;
    skos:prefLabel "First port of call - non-discharging"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/78> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "78" ;
    skos:prefLabel "First port of call - discharging"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/79> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "79" ;
    skos:prefLabel "Place/port of first entry"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/8> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Place of destination"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/80> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "80" ;
    skos:prefLabel "Place of despatch"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/81> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "81" ;
    skos:prefLabel "Fifth optional place of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/82> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "82" ;
    skos:prefLabel "Pre-carriage port"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/83> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "83" ;
    skos:prefLabel "Place of delivery (by on carriage)"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/84> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "84" ;
    skos:prefLabel "Transport contract place of acceptance"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/85> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "85" ;
    skos:prefLabel "Transport contract place of destination"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/86> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "86" ;
    skos:prefLabel "Country of valid transit guarantee"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/87> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "87" ;
    skos:prefLabel "Place/port of conveyance initial arrival"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/88> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "88" ;
    skos:prefLabel "Place of receipt"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/89> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "89" ;
    skos:prefLabel "Place of registration"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/9> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Place of loading"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/90> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "90" ;
    skos:prefLabel "Special treatment place"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/91> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "91" ;
    skos:prefLabel "Place of document issue"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/92> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "92" ;
    skos:prefLabel "Routing"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/93> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "93" ;
    skos:prefLabel "Station of application of additional costs"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/94> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "94" ;
    skos:prefLabel "Previous port of call"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/95> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "95" ;
    skos:prefLabel "Sailing destination area"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/96> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "96" ;
    skos:prefLabel "Place of lodgement of documents"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/97> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "97" ;
    skos:prefLabel "Optional place of discharge"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/98> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "98" ;
    skos:prefLabel "Place of empty equipment despatch"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/99> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "99" ;
    skos:prefLabel "Place of empty equipment return"@en .

<https://test.uncefact.org/vocabulary/location-function-code-list/ZZZ> a skos:Concept ;
    skos:inScheme unece:location-function-code-list ;
    skos:notation "ZZZ" ;
    skos:prefLabel "Mutually defined"@en .

unece:locationName a owl:DatatypeProperty ;
    rdfs:label "location name"@en ;
    rdfs:comment "brought back from BSP; attached to existing class (BSP home dissolved/niche)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A location name, expressed as text, of a location for this MDH health indication."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:locationTypeCode a owl:ObjectProperty ;
    rdfs:label "location type code"@en ;
    rdfs:comment "code → location-function scheme."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The functional type of a location (port, warehouse, terminal, …)."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes unece:location-function-code-list ;
    unece:termStatus ts:proposed .

unece:longitude a owl:DatatypeProperty ;
    rdfs:label "longitude"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The longitude of a location (WGS 84)."@en ;
    skos:exactMatch schema:longitude ;
    schema:domainIncludes unece:Coordinate,
        unece:Location ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

unece:lowerTolerance a owl:DatatypeProperty ;
    rdfs:label "lower tolerance"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The lower tolerance bound of a measured value."@en ;
    schema:domainIncludes unece:Measure ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/A> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "A" ;
    skos:prefLabel "Consolidated weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAA" ;
    skos:prefLabel "Net weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAB" ;
    skos:prefLabel "Goods item gross weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAC" ;
    skos:prefLabel "Total net weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAD> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAD" ;
    skos:prefLabel "Consignment gross weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAF" ;
    skos:prefLabel "Net net weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAG" ;
    skos:prefLabel "Stern thrust"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAH" ;
    skos:prefLabel "Bow thrust"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAI" ;
    skos:prefLabel "Hydrate content of an alcoholic product at bottling"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAJ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAJ" ;
    skos:prefLabel "Number of units per pallet"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAK> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAK" ;
    skos:prefLabel "Fat content"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAM" ;
    skos:prefLabel "Transport means gross weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAN" ;
    skos:prefLabel "Net tonnage of the vessel"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAO" ;
    skos:prefLabel "Humidity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAP" ;
    skos:prefLabel "Voltage"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAQ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAQ" ;
    skos:prefLabel "Power consumption"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAR" ;
    skos:prefLabel "Heat dissipation"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAS" ;
    skos:prefLabel "Air flow"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAT" ;
    skos:prefLabel "Shock impact"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAU> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAU" ;
    skos:prefLabel "Operative temperature"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAV" ;
    skos:prefLabel "Non operative temperature"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAW" ;
    skos:prefLabel "Gross volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAX> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAX" ;
    skos:prefLabel "Net volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAY> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAY" ;
    skos:prefLabel "Water content"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AAZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AAZ" ;
    skos:prefLabel "Tensile stress"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABA" ;
    skos:prefLabel "Fibrosity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABB" ;
    skos:prefLabel "Gauge length"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABC" ;
    skos:prefLabel "Radius"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABD> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABD" ;
    skos:prefLabel "Straightness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABE" ;
    skos:prefLabel "Strain"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABF" ;
    skos:prefLabel "Item width when unrolled"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABG" ;
    skos:prefLabel "Item length when unrolled"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABH" ;
    skos:prefLabel "Item area when unrolled"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABI" ;
    skos:prefLabel "Original wort"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABJ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABJ" ;
    skos:prefLabel "Volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABK> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABK" ;
    skos:prefLabel "Angle"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABL" ;
    skos:prefLabel "Peg hole horizontal distance from package leftmost edge"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABM" ;
    skos:prefLabel "Peg hole vertical distance from package top"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABN" ;
    skos:prefLabel "Number of layers per pallet"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABO" ;
    skos:prefLabel "Product strengh, chemical"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABP" ;
    skos:prefLabel "Product strength basis, chemical"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABS" ;
    skos:prefLabel "Item weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABT" ;
    skos:prefLabel "Payload weight, maximum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABX> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABX" ;
    skos:prefLabel "Weight of conveyance"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABY> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABY" ;
    skos:prefLabel "Conveyance summer dead weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ABZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ABZ" ;
    skos:prefLabel "Containerized cargo on vessel's weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACA" ;
    skos:prefLabel "Non-containerized cargo on vessel's weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACE" ;
    skos:prefLabel "Ascertained weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACG" ;
    skos:prefLabel "Chargeable weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACN" ;
    skos:prefLabel "Estimated gross weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACP" ;
    skos:prefLabel "Estimated volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACS" ;
    skos:prefLabel "Vessel overall length"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACV" ;
    skos:prefLabel "Loading meters"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACW" ;
    skos:prefLabel "Number of axles"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ACX> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ACX" ;
    skos:prefLabel "Payload"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADR" ;
    skos:prefLabel "Start position in the length"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADS" ;
    skos:prefLabel "End position in the length"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADT" ;
    skos:prefLabel "Start position in the width"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADU> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADU" ;
    skos:prefLabel "End position in the width"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADV" ;
    skos:prefLabel "Start position in the thickness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADW" ;
    skos:prefLabel "End position in the thickness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADX> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADX" ;
    skos:prefLabel "Transport container actual filling weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADY> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADY" ;
    skos:prefLabel "Transport container maximum capacity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ADZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ADZ" ;
    skos:prefLabel "Declared net weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEA" ;
    skos:prefLabel "Loading height"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEB" ;
    skos:prefLabel "Stacking height"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEC" ;
    skos:prefLabel "Calculated weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AED> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AED" ;
    skos:prefLabel "Ferrite"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEE" ;
    skos:prefLabel "Impurity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEF" ;
    skos:prefLabel "Grain size"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEG" ;
    skos:prefLabel "Lanthanides"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEH" ;
    skos:prefLabel "Elasticity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEI" ;
    skos:prefLabel "Drained weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEJ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEJ" ;
    skos:prefLabel "Gallium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEK> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEK" ;
    skos:prefLabel "Strontium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEL" ;
    skos:prefLabel "Area"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEM" ;
    skos:prefLabel "Equipment storage limitation"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEN" ;
    skos:prefLabel "Radioactive index of transport"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEO" ;
    skos:prefLabel "Radioactivity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEP" ;
    skos:prefLabel "Average gross weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEQ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEQ" ;
    skos:prefLabel "Forward draft"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AER> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AER" ;
    skos:prefLabel "After draft"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AES> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AES" ;
    skos:prefLabel "Acidity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AET> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AET" ;
    skos:prefLabel "Transport equipment gross weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEU> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEU" ;
    skos:prefLabel "Total transport equipment gross weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEV" ;
    skos:prefLabel "Acidity of juice"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEW" ;
    skos:prefLabel "Penetrometry"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEX> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEX" ;
    skos:prefLabel "Durofel"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEY> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEY" ;
    skos:prefLabel "Juice weight per 100 grams"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AEZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AEZ" ;
    skos:prefLabel "Fruit skin colour"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AF" ;
    skos:prefLabel "Angle of bend"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFA" ;
    skos:prefLabel "Fixed incremental measurement"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFB" ;
    skos:prefLabel "Durofel D10"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFC" ;
    skos:prefLabel "Durofel D25"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFD> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFD" ;
    skos:prefLabel "Durofel D50"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFE" ;
    skos:prefLabel "Maximum stacking weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFF" ;
    skos:prefLabel "Gross measure cube"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFG" ;
    skos:prefLabel "Percentage fat content in dry matter"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFH" ;
    skos:prefLabel "Saccharometric content"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFI" ;
    skos:prefLabel "Hydrate content of an alcoholic product after bottling"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFJ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFJ" ;
    skos:prefLabel "Anhydrous content"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFK> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFK" ;
    skos:prefLabel "Certified weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFL" ;
    skos:prefLabel "Freeboard"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFM" ;
    skos:prefLabel "Maximum vessel draught"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFN" ;
    skos:prefLabel "Net explosive weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFO" ;
    skos:prefLabel "Radioactive criticality safety index"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFP" ;
    skos:prefLabel "Waste currently on board"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFQ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFQ" ;
    skos:prefLabel "Waste to be delivered at waste reception facility"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFR" ;
    skos:prefLabel "Waste to be generated until next port of call, estimated"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFS" ;
    skos:prefLabel "Waste remaining on board at departure"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFT" ;
    skos:prefLabel "Colour depth"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFU> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFU" ;
    skos:prefLabel "Colour depth, maximum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFV" ;
    skos:prefLabel "Image resolution"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFW" ;
    skos:prefLabel "Device resolution, maximum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/AFX> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "AFX" ;
    skos:prefLabel "Acoustic absorption coefficient"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/B> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "B" ;
    skos:prefLabel "Billed weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BL" ;
    skos:prefLabel "Breaking load"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BMY> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BMY" ;
    skos:prefLabel "Platinum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BMZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BMZ" ;
    skos:prefLabel "Silver"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNA" ;
    skos:prefLabel "List"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNB" ;
    skos:prefLabel "Trim"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNC" ;
    skos:prefLabel "Free water"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BND> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BND" ;
    skos:prefLabel "Bands"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNE" ;
    skos:prefLabel "API (American Petroleum Institute) gravity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNF" ;
    skos:prefLabel "Petroleum gross observed volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNG" ;
    skos:prefLabel "Petroleum gross standard volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNH" ;
    skos:prefLabel "Volume variance"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNI" ;
    skos:prefLabel "Petroleum net standard volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNJ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNJ" ;
    skos:prefLabel "Material on-board quantity, after discharge"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNK> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNK" ;
    skos:prefLabel "Petroleum total calculated volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNL" ;
    skos:prefLabel "Petroleum total observed volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNM" ;
    skos:prefLabel "Innage gauge distance"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNN" ;
    skos:prefLabel "Petroleum net standard weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNO" ;
    skos:prefLabel "Sediment and water in petroleum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNP" ;
    skos:prefLabel "Observed reference height, tank"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNQ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNQ" ;
    skos:prefLabel "Reference height, tank"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNR" ;
    skos:prefLabel "Ullage gauge distance"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNS" ;
    skos:prefLabel "Trim correction"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNT" ;
    skos:prefLabel "Bow to bridge distance"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNU> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNU" ;
    skos:prefLabel "Peg hole number"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNV" ;
    skos:prefLabel "Number of inner packs"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNW" ;
    skos:prefLabel "Number of next level trade items within inner pack"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNX> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNX" ;
    skos:prefLabel "Number of trade items per pallet layer"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNY> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNY" ;
    skos:prefLabel "Packed items layer height"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BNZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BNZ" ;
    skos:prefLabel "Packing material weight, skin tight covering"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BR" ;
    skos:prefLabel "Brightness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRA" ;
    skos:prefLabel "Brakes"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRB" ;
    skos:prefLabel "Components labelled for recycling percentage"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRC" ;
    skos:prefLabel "Renewable plastic components percentage, by net weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRD> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRD" ;
    skos:prefLabel "Clamp pressure, required"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRE" ;
    skos:prefLabel "Break"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRF" ;
    skos:prefLabel "Ascertained volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRG" ;
    skos:prefLabel "Unit weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRH" ;
    skos:prefLabel "Total volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRI" ;
    skos:prefLabel "Unit volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRJ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRJ" ;
    skos:prefLabel "Vertical center of gravity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRK> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRK" ;
    skos:prefLabel "Maximum allowable transport stacking weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRL" ;
    skos:prefLabel "Carbon Dioxide"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRM" ;
    skos:prefLabel "Number of base units per pallet"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRN" ;
    skos:prefLabel "Colony forming unit"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRO" ;
    skos:prefLabel "Diluted liquid volume"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRP" ;
    skos:prefLabel "Energy efficiency"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRQ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRQ" ;
    skos:prefLabel "Number of layers"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRR" ;
    skos:prefLabel "Maximum demand"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRS" ;
    skos:prefLabel "Number of pallet places"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRT" ;
    skos:prefLabel "Package net measurement, cubed"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRU> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRU" ;
    skos:prefLabel "Power factor"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BRV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BRV" ;
    skos:prefLabel "Stacking factor excluding bottom item"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BS" ;
    skos:prefLabel "Breaking strength"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BSW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BSW" ;
    skos:prefLabel "Breaking strength wet"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BSX> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BSX" ;
    skos:prefLabel "Step size"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BSY> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BSY" ;
    skos:prefLabel "Number of units per package"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BSZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BSZ" ;
    skos:prefLabel "Number of units per layer"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTA" ;
    skos:prefLabel "Weight per running metre"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTB" ;
    skos:prefLabel "Weight per square metre"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTC" ;
    skos:prefLabel "Acidity of meat"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTD> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTD" ;
    skos:prefLabel "Slaughtering weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTE" ;
    skos:prefLabel "Stacking factor including bottom item"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTF" ;
    skos:prefLabel "Number of units in the width of a layer"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTG" ;
    skos:prefLabel "Number of units in the depth of a layer"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTH" ;
    skos:prefLabel "Nestable percentage"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTI" ;
    skos:prefLabel "Gross weight including carrier's equipment"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTJ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTJ" ;
    skos:prefLabel "Sugar content"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTK> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTK" ;
    skos:prefLabel "Self-accelerating polymerization temperature (SAPT)"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTL" ;
    skos:prefLabel "Self-accelerating decomposition temperature (SADT)"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BTM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BTM" ;
    skos:prefLabel "Control temperature"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/BW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "BW" ;
    skos:prefLabel "Basis weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/CHN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "CHN" ;
    skos:prefLabel "Change"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/CHO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "CHO" ;
    skos:prefLabel "Emergency temperature"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/CM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "CM" ;
    skos:prefLabel "Colour"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/CT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "CT" ;
    skos:prefLabel "Contents of package"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/CV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "CV" ;
    skos:prefLabel "Commercial weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/CZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "CZ" ;
    skos:prefLabel "Core length"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/D> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "D" ;
    skos:prefLabel "Destination weight agreement"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/DI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "DI" ;
    skos:prefLabel "Diameter"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/DL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "DL" ;
    skos:prefLabel "Delta value L"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/DN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "DN" ;
    skos:prefLabel "Density"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/DP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "DP" ;
    skos:prefLabel "Depth"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/DR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "DR" ;
    skos:prefLabel "Denier"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/DS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "DS" ;
    skos:prefLabel "Distance between points"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/DW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "DW" ;
    skos:prefLabel "Width, boxcar door"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/E> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "E" ;
    skos:prefLabel "Estimated new weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/EA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "EA" ;
    skos:prefLabel "Elongation"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/F> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "F" ;
    skos:prefLabel "Deficit weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/FI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "FI" ;
    skos:prefLabel "Filament count"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/FL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "FL" ;
    skos:prefLabel "Longitudinal flatness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/FN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "FN" ;
    skos:prefLabel "Flatness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/FV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "FV" ;
    skos:prefLabel "Transverse flatness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/GG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "GG" ;
    skos:prefLabel "Gauge"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/GW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "GW" ;
    skos:prefLabel "Gross weight, maximum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/HF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "HF" ;
    skos:prefLabel "Hardness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/HM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "HM" ;
    skos:prefLabel "Height, maximum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/HT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "HT" ;
    skos:prefLabel "Height dimension"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/IB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "IB" ;
    skos:prefLabel "Impact energy"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ID> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ID" ;
    skos:prefLabel "Inside diameter"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/L> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "L" ;
    skos:prefLabel "Legal weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/LM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "LM" ;
    skos:prefLabel "Length, maximum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/LN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "LN" ;
    skos:prefLabel "Length"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/LND> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "LND" ;
    skos:prefLabel "Lost end"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/M> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "M" ;
    skos:prefLabel "Minimum weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/MO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "MO" ;
    skos:prefLabel "Moisture"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/MW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "MW" ;
    skos:prefLabel "Maximum weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/N> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "N" ;
    skos:prefLabel "Actual net weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/OD> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "OD" ;
    skos:prefLabel "Outside diameter"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/PRS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "PRS" ;
    skos:prefLabel "Pre stretch"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/PTN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "PTN" ;
    skos:prefLabel "Per tonne"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/RA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "RA" ;
    skos:prefLabel "Relative humidity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/RF> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "RF" ;
    skos:prefLabel "Resistivity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/RJ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "RJ" ;
    skos:prefLabel "Rockwell C"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/RMW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "RMW" ;
    skos:prefLabel "Ream weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/RP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "RP" ;
    skos:prefLabel "Reduction of area"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/RUN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "RUN" ;
    skos:prefLabel "Run (process)"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/RY> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "RY" ;
    skos:prefLabel "Ratio"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/SQ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "SQ" ;
    skos:prefLabel "Shipped quantity"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/T> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "T" ;
    skos:prefLabel "Tare weight"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/TC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "TC" ;
    skos:prefLabel "Temperature"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/TH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "TH" ;
    skos:prefLabel "Thickness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/TN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "TN" ;
    skos:prefLabel "Time period"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/TT> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "TT" ;
    skos:prefLabel "Time"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/VGM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "VGM" ;
    skos:prefLabel "Transport equipment verified gross mass (weight)"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/VH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "VH" ;
    skos:prefLabel "Height, van door"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/VW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "VW" ;
    skos:prefLabel "Width, van door"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/WA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "WA" ;
    skos:prefLabel "Weight per unit of area"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/WD> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "WD" ;
    skos:prefLabel "Width dimension"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/WM> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "WM" ;
    skos:prefLabel "Width, maximum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/WU> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "WU" ;
    skos:prefLabel "Weight per unit of length"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/XH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "XH" ;
    skos:prefLabel "Side height, flat bed with removable sides"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/XQ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "XQ" ;
    skos:prefLabel "Squareness"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/XZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "XZ" ;
    skos:prefLabel "Spool size"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/YS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "YS" ;
    skos:prefLabel "Yield stress"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZAL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZAL" ;
    skos:prefLabel "Aluminium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZAS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZAS" ;
    skos:prefLabel "Arsenic"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZB" ;
    skos:prefLabel "Boron"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZBI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZBI" ;
    skos:prefLabel "Bismuth"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZC> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZC" ;
    skos:prefLabel "Carbon"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZCA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZCA" ;
    skos:prefLabel "Calcium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZCB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZCB" ;
    skos:prefLabel "Columbium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZCE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZCE" ;
    skos:prefLabel "Cerium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZCL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZCL" ;
    skos:prefLabel "Chlorine"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZCO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZCO" ;
    skos:prefLabel "Cobalt"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZCR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZCR" ;
    skos:prefLabel "Chromium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZCU> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZCU" ;
    skos:prefLabel "Copper"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZFE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZFE" ;
    skos:prefLabel "Iron"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZFS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZFS" ;
    skos:prefLabel "Iron plus silicon"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZGE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZGE" ;
    skos:prefLabel "Germanium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZH> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZH" ;
    skos:prefLabel "Hydrogen"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZK> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZK" ;
    skos:prefLabel "Potassium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZMG> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZMG" ;
    skos:prefLabel "Magnesium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZMN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZMN" ;
    skos:prefLabel "Manganese"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZMO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZMO" ;
    skos:prefLabel "Molybdenum"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZN" ;
    skos:prefLabel "Nitrogen"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZNA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZNA" ;
    skos:prefLabel "Sodium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZNB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZNB" ;
    skos:prefLabel "Niobium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZNI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZNI" ;
    skos:prefLabel "Nickel"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZO> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZO" ;
    skos:prefLabel "Oxygen"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZP> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZP" ;
    skos:prefLabel "Phosphorus"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZPB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZPB" ;
    skos:prefLabel "Lead"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZS> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZS" ;
    skos:prefLabel "Sulphur"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZSB> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZSB" ;
    skos:prefLabel "Antimony"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZSE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZSE" ;
    skos:prefLabel "Selenium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZSI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZSI" ;
    skos:prefLabel "Silicon"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZSL> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZSL" ;
    skos:prefLabel "Silicium oxyd"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZSN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZSN" ;
    skos:prefLabel "Tin"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZTA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZTA" ;
    skos:prefLabel "Tantalium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZTE> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZTE" ;
    skos:prefLabel "Tellurium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZTI> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZTI" ;
    skos:prefLabel "Titanium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZV> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZV" ;
    skos:prefLabel "Vanadium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZW> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZW" ;
    skos:prefLabel "Tungsten"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZWA> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZWA" ;
    skos:prefLabel "Waste content"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZZN> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZZN" ;
    skos:prefLabel "Zinc"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZZR> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZZR" ;
    skos:prefLabel "Zirconium"@en .

<https://test.uncefact.org/vocabulary/measured-attribute-code-list/ZZZ> a skos:Concept ;
    skos:inScheme unece:measured-attribute-code-list ;
    skos:notation "ZZZ" ;
    skos:prefLabel "Mutually defined"@en .

unece:mediaType a owl:DatatypeProperty ;
    rdfs:label "media type"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The IANA media (MIME) type."@en ;
    skos:exactMatch schema:encodingFormat ;
    schema:domainIncludes unece:Image,
        unece:Link ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:name a owl:DatatypeProperty ;
    rdfs:label "name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of an item."@en ;
    skos:exactMatch schema:name ;
    schema:domainIncludes unece:Identifier ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:objectNature a owl:AnnotationProperty ;
    rdfs:label "object nature"@en ;
    rdfs:comment "Whether a class is an entity (IRI identity, may carry a registered identifier + idScheme) or a value object (an anonymous attribute bundle); value from the object-nature scheme. Every owl:Class carries exactly one (validate gate 8)."@en ;
    rdfs:isDefinedBy unece-mod:core .

unece:onBehalfOf a owl:ObjectProperty ;
    rdfs:label "on behalf of"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The principal party that a party in this role acts for — dissolves compositional roles (\"X's agent\" becomes role:agent + onBehalfOf X)."@en ;
    schema:domainIncludes unece:PartyRole ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:operatedBy a owl:ObjectProperty ;
    rdfs:label "operated by"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The organisation that operates a facility."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes unece:Organisation ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/5> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Management Chartered Centre"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/6> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Management Chartered Association"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/AUD> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "AUD" ;
    skos:prefLabel "Audit Firm"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/CER> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "CER" ;
    skos:prefLabel "Centre of Rural Economy Firm"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/EXC> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "EXC" ;
    skos:prefLabel "Chartered Accountant Firm"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/LAU> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "LAU" ;
    skos:prefLabel "Legal Audit Firm"@en .

<https://test.uncefact.org/vocabulary/party-role/broker> a skos:Concept ;
    skos:definition "Party that arranges transactions between other parties."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "broker" ;
    skos:prefLabel "Broker"@en .

<https://test.uncefact.org/vocabulary/party-role/collection/finance> a skos:Collection ;
    rdfs:label "Finance party roles"@en ;
    skos:member <https://test.uncefact.org/vocabulary/party-role/accountHolder>,
        <https://test.uncefact.org/vocabulary/party-role/applicant>,
        <https://test.uncefact.org/vocabulary/party-role/beneficiary>,
        <https://test.uncefact.org/vocabulary/party-role/drawee>,
        <https://test.uncefact.org/vocabulary/party-role/drawer>,
        <https://test.uncefact.org/vocabulary/party-role/guarantor>,
        <https://test.uncefact.org/vocabulary/party-role/insured>,
        <https://test.uncefact.org/vocabulary/party-role/insurer>,
        <https://test.uncefact.org/vocabulary/party-role/payee>,
        <https://test.uncefact.org/vocabulary/party-role/payer> .

<https://test.uncefact.org/vocabulary/party-role/collection/production> a skos:Collection ;
    rdfs:label "Production party roles"@en ;
    skos:member <https://test.uncefact.org/vocabulary/party-role/manufacturer>,
        <https://test.uncefact.org/vocabulary/party-role/operator>,
        <https://test.uncefact.org/vocabulary/party-role/processor>,
        <https://test.uncefact.org/vocabulary/party-role/producer>,
        <https://test.uncefact.org/vocabulary/party-role/recycler>,
        <https://test.uncefact.org/vocabulary/party-role/remanufacturer>,
        <https://test.uncefact.org/vocabulary/party-role/serviceProvider> .

<https://test.uncefact.org/vocabulary/party-role/collection/regulatory> a skos:Collection ;
    rdfs:label "Regulatory party roles"@en ;
    skos:member <https://test.uncefact.org/vocabulary/party-role/certifier>,
        <https://test.uncefact.org/vocabulary/party-role/competentAuthority>,
        <https://test.uncefact.org/vocabulary/party-role/customsAuthority>,
        <https://test.uncefact.org/vocabulary/party-role/customsBroker>,
        <https://test.uncefact.org/vocabulary/party-role/declarant>,
        <https://test.uncefact.org/vocabulary/party-role/exporter>,
        <https://test.uncefact.org/vocabulary/party-role/importer>,
        <https://test.uncefact.org/vocabulary/party-role/inspector>,
        <https://test.uncefact.org/vocabulary/party-role/regulator> .

<https://test.uncefact.org/vocabulary/party-role/collection/trade> a skos:Collection ;
    rdfs:label "Trade party roles"@en ;
    skos:member <https://test.uncefact.org/vocabulary/party-role/brandOwner>,
        <https://test.uncefact.org/vocabulary/party-role/buyer>,
        <https://test.uncefact.org/vocabulary/party-role/distributor>,
        <https://test.uncefact.org/vocabulary/party-role/invoicee>,
        <https://test.uncefact.org/vocabulary/party-role/owner>,
        <https://test.uncefact.org/vocabulary/party-role/retailer>,
        <https://test.uncefact.org/vocabulary/party-role/seller>,
        <https://test.uncefact.org/vocabulary/party-role/supplier> .

<https://test.uncefact.org/vocabulary/party-role/collection/transport> a skos:Collection ;
    rdfs:label "Transport party roles"@en ;
    skos:member <https://test.uncefact.org/vocabulary/party-role/carrier>,
        <https://test.uncefact.org/vocabulary/party-role/consignee>,
        <https://test.uncefact.org/vocabulary/party-role/consignor>,
        <https://test.uncefact.org/vocabulary/party-role/deliveryParty>,
        <https://test.uncefact.org/vocabulary/party-role/depositor>,
        <https://test.uncefact.org/vocabulary/party-role/freightForwarder>,
        <https://test.uncefact.org/vocabulary/party-role/logisticsProvider>,
        <https://test.uncefact.org/vocabulary/party-role/notifyParty>,
        <https://test.uncefact.org/vocabulary/party-role/shippingAgent>,
        <https://test.uncefact.org/vocabulary/party-role/warehouseKeeper> .

<https://test.uncefact.org/vocabulary/party-type-code-list/BRA> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "BRA" ;
    skos:prefLabel "Branch"@en .

<https://test.uncefact.org/vocabulary/party-type-code-list/DEP> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "DEP" ;
    skos:prefLabel "Department"@en .

<https://test.uncefact.org/vocabulary/party-type-code-list/DIR> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "DIR" ;
    skos:prefLabel "Direction"@en .

<https://test.uncefact.org/vocabulary/party-type-code-list/SEC> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "SEC" ;
    skos:prefLabel "Section"@en .

<https://test.uncefact.org/vocabulary/party-type-code-list/SER> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "SER" ;
    skos:prefLabel "Service"@en .

unece:partyTypeCode a owl:ObjectProperty ;
    rdfs:label "party type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A code specifying the type of TT party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:party-type-code-list ;
    unece:termStatus ts:proposed .

unece:periodInformation a owl:DatatypeProperty ;
    rdfs:label "period information"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A textual description of the period."@en ;
    schema:domainIncludes unece:Period ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:physicalGeographicalCoordinate a owl:ObjectProperty ;
    rdfs:label "physical geographical coordinate"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Geographical coordinate information for this logistics related location."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes unece:Coordinate ;
    unece:termStatus ts:proposed .

unece:physicalGeographicalPoint a owl:ObjectProperty ;
    rdfs:label "physical geographical point"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The physical geographical point specified for this location."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes unece:Coordinate ;
    unece:termStatus ts:proposed .

unece:placeOfIssue a owl:ObjectProperty ;
    rdfs:label "place of issue"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The location at which the document was issued."@en ;
    schema:domainIncludes unece:TradeDocument ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:plusCode a owl:DatatypeProperty ;
    rdfs:label "plus code"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The Open Location Code (plus code) of a location."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:postOfficeBoxNumber a owl:DatatypeProperty ;
    rdfs:label "post office box number"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The post office box number of an address."@en ;
    skos:exactMatch schema:postOfficeBoxNumber ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:postalAddress a owl:ObjectProperty ;
    rdfs:label "postal address"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:address ;
    skos:definition "The postal address of a party, location or facility."@en ;
    schema:domainIncludes unece:Facility,
        unece:Location,
        unece:Party ;
    schema:rangeIncludes unece:Address ;
    unece:termStatus ts:proposed .

unece:postalCode a owl:DatatypeProperty ;
    rdfs:label "postal code"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The postal code of an address."@en ;
    skos:exactMatch schema:postalCode ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/priority-description-code-list/1> a skos:Concept ;
    skos:inScheme unece:priority-description-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Immediate"@en .

<https://test.uncefact.org/vocabulary/priority-description-code-list/2> a skos:Concept ;
    skos:inScheme unece:priority-description-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Urgent"@en .

<https://test.uncefact.org/vocabulary/priority-description-code-list/3> a skos:Concept ;
    skos:inScheme unece:priority-description-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Normal"@en .

<https://test.uncefact.org/vocabulary/priority-description-code-list/4> a skos:Concept ;
    skos:inScheme unece:priority-description-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Scheduled"@en .

<https://test.uncefact.org/vocabulary/priority-description-code-list/5> a skos:Concept ;
    skos:inScheme unece:priority-description-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Category A"@en .

<https://test.uncefact.org/vocabulary/priority-description-code-list/6> a skos:Concept ;
    skos:inScheme unece:priority-description-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Category B"@en .

unece:processCategory a owl:ObjectProperty ;
    rdfs:label "process category"@en ;
    rdfs:comment "Open code list — a sector-specific process classification, bound downstream."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The classification of the process performed at the facility."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:providedProcess a owl:ObjectProperty ;
    rdfs:label "provided process"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A production process provided by this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:ProductionProcess ;
    unece:termStatus ts:proposed .

unece:publicInformation a owl:DatatypeProperty ;
    rdfs:label "public information"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A URL to publicly available information about the registered identity."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:rec20Quantity a owl:AnnotationProperty ;
    rdfs:label "Rec 20 quantity"@en ;
    rdfs:comment "Transitional grouping — becomes a coarse quantity-kind skos:Collection in step (c)."@en .

unece:rec20Sector a owl:AnnotationProperty ;
    rdfs:label "Rec 20 sector"@en ;
    rdfs:comment "Transitional grouping — becomes a skos:Collection in step (c)."@en .

unece:referencedDocument a owl:ObjectProperty ;
    rdfs:label "referenced document"@en ;
    rdfs:comment "covers invoice/contract/order/LC number references."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Another trade document referenced by this one (by identifier + type)."@en ;
    schema:domainIncludes unece:TradeDocument ;
    schema:rangeIncludes unece:TradeDocument ;
    unece:termStatus ts:proposed .

unece:registerType a owl:ObjectProperty ;
    rdfs:label "register type"@en ;
    rdfs:comment "code → registry-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The type of register in which the identity is recorded."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes unece:registry-type ;
    unece:termStatus ts:proposed .

unece:registeredDate a owl:DatatypeProperty ;
    rdfs:label "registered date"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The date on which the identity was registered."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:registeredId a owl:DatatypeProperty ;
    rdfs:label "registered ID"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:value ;
    skos:definition "The identifier value as registered within its scheme (e.g. the GTIN, LEI or DUNS number)."@en ;
    schema:domainIncludes unece:Identifier ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:registeredName a owl:DatatypeProperty ;
    rdfs:label "registered name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of the entity as recorded in the register."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:registrar a owl:ObjectProperty ;
    rdfs:label "registrar"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The party (registry authority) that maintains the register."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:registrationCountry a owl:ObjectProperty ;
    rdfs:label "registration country"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The country in which an organisation is registered (via a country join node)."@en ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:registrationId a owl:ObjectProperty ;
    rdfs:label "registration ID"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An official registration identifier of an organisation."@en ;
    schema:domainIncludes unece:Facility,
        unece:Organisation,
        unece:RegisteredIdentity ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:registrationScope a owl:DatatypeProperty ;
    rdfs:label "registration scope"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A URL describing the scope of the registration."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/registry-type/accreditation> a skos:Concept ;
    skos:definition "A register of accredited conformity assessment bodies, maintained by a national or regional accreditation authority."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "accreditation" ;
    skos:prefLabel "Accreditation"@en .

<https://test.uncefact.org/vocabulary/registry-type/business> a skos:Concept ;
    skos:definition "A register of business entities or legal persons, such as a national company register, VAT register, or LEI registry."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "business" ;
    skos:prefLabel "Business"@en .

<https://test.uncefact.org/vocabulary/registry-type/facility> a skos:Concept ;
    skos:definition "A register of facilities or sites, such as a mining cadastre, environmental permit register, or industrial facility directory."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "facility" ;
    skos:prefLabel "Facility"@en .

<https://test.uncefact.org/vocabulary/registry-type/land> a skos:Concept ;
    skos:definition "A register of land titles, parcels, or cadastral boundaries, such as a national land registry or territorial cadastre."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "land" ;
    skos:prefLabel "Land"@en .

<https://test.uncefact.org/vocabulary/registry-type/product> a skos:Concept ;
    skos:definition "A register of products or product classes, such as a national product catalogue or a GS1 GTIN registry."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "product" ;
    skos:prefLabel "Product"@en .

<https://test.uncefact.org/vocabulary/registry-type/trademark> a skos:Concept ;
    skos:definition "A register of trademarks, certification marks, or other intellectual property identifiers maintained by a national or international IP office."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "trademark" ;
    skos:prefLabel "Trademark"@en .

unece:relatedBatch a owl:ObjectProperty ;
    rdfs:label "related batch"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A product batch related to this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:ProductBatch ;
    unece:termStatus ts:proposed .

unece:relatedMaterial a owl:ObjectProperty ;
    rdfs:label "related material"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Material related to this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Material ;
    unece:termStatus ts:proposed .

unece:renovationDate a owl:DatatypeProperty ;
    rdfs:label "renovation date"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The renovation date of this production facility."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:role a owl:ObjectProperty ;
    rdfs:label "role"@en ;
    rdfs:comment "value → party-role scheme (semantic tokens). Qualifier on the party-role join node."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The role a party plays, relative to the referencing entity."@en ;
    schema:domainIncludes unece:PartyRole ;
    schema:rangeIncludes unece:party-role ;
    unece:termStatus ts:proposed .

unece:salesManagerName a owl:DatatypeProperty ;
    rdfs:label "sales manager name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A name of a sales manager, expressed as text, for this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:schemeId a owl:DatatypeProperty ;
    rdfs:label "scheme ID"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The identifier (URI) of the classification scheme."@en ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:schemeName a owl:DatatypeProperty ;
    rdfs:label "scheme name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of the classification scheme."@en ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:specifiedFacility a owl:ObjectProperty ;
    rdfs:label "specified facility"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A production facility specified for this production process."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes unece:Facility ;
    unece:termStatus ts:proposed .

unece:specifiedGovernmentRegistration a owl:ObjectProperty ;
    rdfs:label "specified government registration"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A governmental registration specified for this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:GovernmentRegistration ;
    unece:termStatus ts:proposed .

unece:specifiedInventory a owl:ObjectProperty ;
    rdfs:label "specified inventory"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Supply chain inventory specified for this referenced location."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes unece:SupplyChainInventory ;
    unece:termStatus ts:proposed .

unece:specifiedLegalOrganization a owl:ObjectProperty ;
    rdfs:label "specified legal organization"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The legally constituted organization specified for this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Organisation ;
    unece:termStatus ts:proposed .

unece:startDate a owl:DatatypeProperty ;
    rdfs:label "start date"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The start date of the period."@en ;
    skos:exactMatch schema:startDate ;
    schema:domainIncludes unece:Period ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/status-code-list/1> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "1" ;
    skos:prefLabel "To be done"@en .

<https://test.uncefact.org/vocabulary/status-code-list/10> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "10" ;
    skos:prefLabel "0 day available"@en .

<https://test.uncefact.org/vocabulary/status-code-list/100> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "100" ;
    skos:prefLabel "Satisfied"@en .

<https://test.uncefact.org/vocabulary/status-code-list/101> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "101" ;
    skos:prefLabel "Set aside"@en .

<https://test.uncefact.org/vocabulary/status-code-list/102> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "102" ;
    skos:prefLabel "Settled"@en .

<https://test.uncefact.org/vocabulary/status-code-list/103> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "103" ;
    skos:prefLabel "Settled out of court"@en .

<https://test.uncefact.org/vocabulary/status-code-list/104> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "104" ;
    skos:prefLabel "Stayed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/105> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "105" ;
    skos:prefLabel "Terminated"@en .

<https://test.uncefact.org/vocabulary/status-code-list/106> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "106" ;
    skos:prefLabel "Arranged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/107> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "107" ;
    skos:prefLabel "Not arranged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/108> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "108" ;
    skos:prefLabel "Instructed to start"@en .

<https://test.uncefact.org/vocabulary/status-code-list/109> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "109" ;
    skos:prefLabel "Instructed to stop"@en .

<https://test.uncefact.org/vocabulary/status-code-list/11> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "11" ;
    skos:prefLabel "1 day available"@en .

<https://test.uncefact.org/vocabulary/status-code-list/110> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "110" ;
    skos:prefLabel "Stock quantity corrected"@en .

<https://test.uncefact.org/vocabulary/status-code-list/111> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "111" ;
    skos:prefLabel "Inactive"@en .

<https://test.uncefact.org/vocabulary/status-code-list/112> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "112" ;
    skos:prefLabel "Active"@en .

<https://test.uncefact.org/vocabulary/status-code-list/113> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "113" ;
    skos:prefLabel "Incomplete data"@en .

<https://test.uncefact.org/vocabulary/status-code-list/114> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "114" ;
    skos:prefLabel "Booked when overbooked"@en .

<https://test.uncefact.org/vocabulary/status-code-list/115> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "115" ;
    skos:prefLabel "Provisional"@en .

<https://test.uncefact.org/vocabulary/status-code-list/116> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "116" ;
    skos:prefLabel "Ticketed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/117> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "117" ;
    skos:prefLabel "Washed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/118> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "118" ;
    skos:prefLabel "Unwashed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/119> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "119" ;
    skos:prefLabel "Out of date"@en .

<https://test.uncefact.org/vocabulary/status-code-list/12> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "12" ;
    skos:prefLabel "2 days available"@en .

<https://test.uncefact.org/vocabulary/status-code-list/120> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "120" ;
    skos:prefLabel "Alternative"@en .

<https://test.uncefact.org/vocabulary/status-code-list/121> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "121" ;
    skos:prefLabel "Complete"@en .

<https://test.uncefact.org/vocabulary/status-code-list/122> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "122" ;
    skos:prefLabel "Partial"@en .

<https://test.uncefact.org/vocabulary/status-code-list/123> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "123" ;
    skos:prefLabel "Contracted"@en .

<https://test.uncefact.org/vocabulary/status-code-list/124> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "124" ;
    skos:prefLabel "Technically limited"@en .

<https://test.uncefact.org/vocabulary/status-code-list/125> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "125" ;
    skos:prefLabel "Adjusted"@en .

<https://test.uncefact.org/vocabulary/status-code-list/126> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "126" ;
    skos:prefLabel "Expected delivery"@en .

<https://test.uncefact.org/vocabulary/status-code-list/127> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "127" ;
    skos:prefLabel "Measured"@en .

<https://test.uncefact.org/vocabulary/status-code-list/128> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "128" ;
    skos:prefLabel "Ready for loading"@en .

<https://test.uncefact.org/vocabulary/status-code-list/129> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "129" ;
    skos:prefLabel "Not heat treated"@en .

<https://test.uncefact.org/vocabulary/status-code-list/13> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "13" ;
    skos:prefLabel "3 days available"@en .

<https://test.uncefact.org/vocabulary/status-code-list/130> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "130" ;
    skos:prefLabel "Heat treated"@en .

<https://test.uncefact.org/vocabulary/status-code-list/131> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "131" ;
    skos:prefLabel "Fully cooked"@en .

<https://test.uncefact.org/vocabulary/status-code-list/132> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "132" ;
    skos:prefLabel "Not fully cooked"@en .

<https://test.uncefact.org/vocabulary/status-code-list/133> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "133" ;
    skos:prefLabel "Hothouse grown"@en .

<https://test.uncefact.org/vocabulary/status-code-list/134> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "134" ;
    skos:prefLabel "Knocked down"@en .

<https://test.uncefact.org/vocabulary/status-code-list/135> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "135" ;
    skos:prefLabel "Solid"@en .

<https://test.uncefact.org/vocabulary/status-code-list/136> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "136" ;
    skos:prefLabel "Liquid"@en .

<https://test.uncefact.org/vocabulary/status-code-list/137> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "137" ;
    skos:prefLabel "Gas"@en .

<https://test.uncefact.org/vocabulary/status-code-list/138> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "138" ;
    skos:prefLabel "Sludge"@en .

<https://test.uncefact.org/vocabulary/status-code-list/139> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "139" ;
    skos:prefLabel "Normal security measures required"@en .

<https://test.uncefact.org/vocabulary/status-code-list/14> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "14" ;
    skos:prefLabel "Uncollected funds"@en .

<https://test.uncefact.org/vocabulary/status-code-list/140> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "140" ;
    skos:prefLabel "Heightened security measures required"@en .

<https://test.uncefact.org/vocabulary/status-code-list/141> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "141" ;
    skos:prefLabel "Exceptional security measures required"@en .

<https://test.uncefact.org/vocabulary/status-code-list/142> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "142" ;
    skos:prefLabel "Ship security procedures not maintained during ship-to-ship activity"@en .

<https://test.uncefact.org/vocabulary/status-code-list/143> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "143" ;
    skos:prefLabel "Ship security procedure maintained during ship-to-ship activity"@en .

<https://test.uncefact.org/vocabulary/status-code-list/144> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "144" ;
    skos:prefLabel "Special or additional security measures taken"@en .

<https://test.uncefact.org/vocabulary/status-code-list/145> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "145" ;
    skos:prefLabel "Security related matter to report"@en .

<https://test.uncefact.org/vocabulary/status-code-list/146> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "146" ;
    skos:prefLabel "Transhipped"@en .

<https://test.uncefact.org/vocabulary/status-code-list/147> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "147" ;
    skos:prefLabel "Defective"@en .

<https://test.uncefact.org/vocabulary/status-code-list/148> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "148" ;
    skos:prefLabel "Recycled"@en .

<https://test.uncefact.org/vocabulary/status-code-list/149> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "149" ;
    skos:prefLabel "Reused"@en .

<https://test.uncefact.org/vocabulary/status-code-list/15> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "15" ;
    skos:prefLabel "Nil"@en .

<https://test.uncefact.org/vocabulary/status-code-list/150> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "150" ;
    skos:prefLabel "Registered"@en .

<https://test.uncefact.org/vocabulary/status-code-list/151> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "151" ;
    skos:prefLabel "Returned"@en .

<https://test.uncefact.org/vocabulary/status-code-list/152> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "152" ;
    skos:prefLabel "Available"@en .

<https://test.uncefact.org/vocabulary/status-code-list/153> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "153" ;
    skos:prefLabel "Unavailable"@en .

<https://test.uncefact.org/vocabulary/status-code-list/154> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "154" ;
    skos:prefLabel "Recalled"@en .

<https://test.uncefact.org/vocabulary/status-code-list/155> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "155" ;
    skos:prefLabel "Reserved"@en .

<https://test.uncefact.org/vocabulary/status-code-list/156> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "156" ;
    skos:prefLabel "Sold"@en .

<https://test.uncefact.org/vocabulary/status-code-list/157> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "157" ;
    skos:prefLabel "Damaged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/158> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "158" ;
    skos:prefLabel "Destroyed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/159> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "159" ;
    skos:prefLabel "Conformant"@en .

<https://test.uncefact.org/vocabulary/status-code-list/16> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "16" ;
    skos:prefLabel "None advised"@en .

<https://test.uncefact.org/vocabulary/status-code-list/160> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "160" ;
    skos:prefLabel "Non conforment"@en .

<https://test.uncefact.org/vocabulary/status-code-list/161> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "161" ;
    skos:prefLabel "Dispensed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/162> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "162" ;
    skos:prefLabel "Partially dispensed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/163> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "163" ;
    skos:prefLabel "Disposed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/164> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "164" ;
    skos:prefLabel "In progress"@en .

<https://test.uncefact.org/vocabulary/status-code-list/165> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "165" ;
    skos:prefLabel "Needs replacement"@en .

<https://test.uncefact.org/vocabulary/status-code-list/166> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "166" ;
    skos:prefLabel "Non sellable"@en .

<https://test.uncefact.org/vocabulary/status-code-list/167> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "167" ;
    skos:prefLabel "In process"@en .

<https://test.uncefact.org/vocabulary/status-code-list/168> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "168" ;
    skos:prefLabel "Under query"@en .

<https://test.uncefact.org/vocabulary/status-code-list/169> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "169" ;
    skos:prefLabel "Paid"@en .

<https://test.uncefact.org/vocabulary/status-code-list/17> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "17" ;
    skos:prefLabel "Requested"@en .

<https://test.uncefact.org/vocabulary/status-code-list/170> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "170" ;
    skos:prefLabel "Acknowledged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/171> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "171" ;
    skos:prefLabel "Conditionally accepted"@en .

<https://test.uncefact.org/vocabulary/status-code-list/172> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "172" ;
    skos:prefLabel "Loading, preparation for"@en .

<https://test.uncefact.org/vocabulary/status-code-list/174> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "174" ;
    skos:prefLabel "Unloading, preparation for"@en .

<https://test.uncefact.org/vocabulary/status-code-list/175> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "175" ;
    skos:prefLabel "Unloading, polluted ballast"@en .

<https://test.uncefact.org/vocabulary/status-code-list/176> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "176" ;
    skos:prefLabel "Obtaining documents from shipping register"@en .

<https://test.uncefact.org/vocabulary/status-code-list/177> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "177" ;
    skos:prefLabel "Obtaining wreckage documentation"@en .

<https://test.uncefact.org/vocabulary/status-code-list/178> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "178" ;
    skos:prefLabel "Waiting, to enter or leave"@en .

<https://test.uncefact.org/vocabulary/status-code-list/179> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "179" ;
    skos:prefLabel "Waiting, for a pilot"@en .

<https://test.uncefact.org/vocabulary/status-code-list/18> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "18" ;
    skos:prefLabel "Free of charge"@en .

<https://test.uncefact.org/vocabulary/status-code-list/180> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "180" ;
    skos:prefLabel "Waiting, for a tug"@en .

<https://test.uncefact.org/vocabulary/status-code-list/181> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "181" ;
    skos:prefLabel "Waiting, for day light"@en .

<https://test.uncefact.org/vocabulary/status-code-list/182> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "182" ;
    skos:prefLabel "Waiting, due to meteorological circumstances"@en .

<https://test.uncefact.org/vocabulary/status-code-list/183> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "183" ;
    skos:prefLabel "Waiting, to form a convoy"@en .

<https://test.uncefact.org/vocabulary/status-code-list/184> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "184" ;
    skos:prefLabel "Waiting, for action by authorities"@en .

<https://test.uncefact.org/vocabulary/status-code-list/185> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "185" ;
    skos:prefLabel "Waiting, due to a ban"@en .

<https://test.uncefact.org/vocabulary/status-code-list/186> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "186" ;
    skos:prefLabel "Waiting, for entry permission"@en .

<https://test.uncefact.org/vocabulary/status-code-list/187> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "187" ;
    skos:prefLabel "Waiting, due to an action taken by authorities"@en .

<https://test.uncefact.org/vocabulary/status-code-list/188> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "188" ;
    skos:prefLabel "Waiting, due to the terms of charter"@en .

<https://test.uncefact.org/vocabulary/status-code-list/189> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "189" ;
    skos:prefLabel "Waiting, for a location"@en .

<https://test.uncefact.org/vocabulary/status-code-list/19> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "19" ;
    skos:prefLabel "Rounded"@en .

<https://test.uncefact.org/vocabulary/status-code-list/190> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "190" ;
    skos:prefLabel "Waiting, for cargo"@en .

<https://test.uncefact.org/vocabulary/status-code-list/191> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "191" ;
    skos:prefLabel "Waiting, for workers"@en .

<https://test.uncefact.org/vocabulary/status-code-list/192> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "192" ;
    skos:prefLabel "Waiting, for storage area"@en .

<https://test.uncefact.org/vocabulary/status-code-list/193> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "193" ;
    skos:prefLabel "Waiting, for equipment"@en .

<https://test.uncefact.org/vocabulary/status-code-list/194> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "194" ;
    skos:prefLabel "Waiting, for other means of transport"@en .

<https://test.uncefact.org/vocabulary/status-code-list/195> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "195" ;
    skos:prefLabel "Waiting, for handling equipment"@en .

<https://test.uncefact.org/vocabulary/status-code-list/196> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "196" ;
    skos:prefLabel "Waiting, for on board handling equipment"@en .

<https://test.uncefact.org/vocabulary/status-code-list/197> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "197" ;
    skos:prefLabel "Waiting, for cargo to be ready for loading"@en .

<https://test.uncefact.org/vocabulary/status-code-list/198> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "198" ;
    skos:prefLabel "Waiting, for means of transport to be  ready"@en .

<https://test.uncefact.org/vocabulary/status-code-list/199> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "199" ;
    skos:prefLabel "Waiting, due to damaged cargo"@en .

<https://test.uncefact.org/vocabulary/status-code-list/2> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Done"@en .

<https://test.uncefact.org/vocabulary/status-code-list/20> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "20" ;
    skos:prefLabel "Permanent"@en .

<https://test.uncefact.org/vocabulary/status-code-list/200> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "200" ;
    skos:prefLabel "Waiting, for operational periods"@en .

<https://test.uncefact.org/vocabulary/status-code-list/201> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "201" ;
    skos:prefLabel "Waiting, for repair and/or maintenance of the means of transport"@en .

<https://test.uncefact.org/vocabulary/status-code-list/202> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "202" ;
    skos:prefLabel "Waiting, for repair and/or maintenance of handling equipment"@en .

<https://test.uncefact.org/vocabulary/status-code-list/203> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "203" ;
    skos:prefLabel "Embarking passengers from tender"@en .

<https://test.uncefact.org/vocabulary/status-code-list/204> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "204" ;
    skos:prefLabel "Waiting, for a counter convoy to pass"@en .

<https://test.uncefact.org/vocabulary/status-code-list/205> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "205" ;
    skos:prefLabel "Delivery address outside delivery area"@en .

<https://test.uncefact.org/vocabulary/status-code-list/206> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "206" ;
    skos:prefLabel "Arrival, after means of transport departed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/207> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "207" ;
    skos:prefLabel "Delivery refused, agent"@en .

<https://test.uncefact.org/vocabulary/status-code-list/208> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "208" ;
    skos:prefLabel "Seals, replaced"@en .

<https://test.uncefact.org/vocabulary/status-code-list/209> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "209" ;
    skos:prefLabel "Delivery, scheduled"@en .

<https://test.uncefact.org/vocabulary/status-code-list/21> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "21" ;
    skos:prefLabel "Temporary"@en .

<https://test.uncefact.org/vocabulary/status-code-list/210> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "210" ;
    skos:prefLabel "Delivery, unsuccessful attempt"@en .

<https://test.uncefact.org/vocabulary/status-code-list/211> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "211" ;
    skos:prefLabel "Delivery not completed, business closed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/212> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "212" ;
    skos:prefLabel "Delivery, changed schedule"@en .

<https://test.uncefact.org/vocabulary/status-code-list/213> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "213" ;
    skos:prefLabel "Delivery, further address needed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/214> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "214" ;
    skos:prefLabel "Computer system not in operation"@en .

<https://test.uncefact.org/vocabulary/status-code-list/215> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "215" ;
    skos:prefLabel "Delivery, awaiting credit approval"@en .

<https://test.uncefact.org/vocabulary/status-code-list/216> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "216" ;
    skos:prefLabel "Delivery, awaiting customer arrangements"@en .

<https://test.uncefact.org/vocabulary/status-code-list/218> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "218" ;
    skos:prefLabel "Damaged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/219> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "219" ;
    skos:prefLabel "Delivery pending, awaiting specified dates/times/periods"@en .

<https://test.uncefact.org/vocabulary/status-code-list/22> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "22" ;
    skos:prefLabel "Subject to agreed condition"@en .

<https://test.uncefact.org/vocabulary/status-code-list/220> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "220" ;
    skos:prefLabel "Destination incorrect"@en .

<https://test.uncefact.org/vocabulary/status-code-list/222> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "222" ;
    skos:prefLabel "Derailment"@en .

<https://test.uncefact.org/vocabulary/status-code-list/224> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "224" ;
    skos:prefLabel "Delivery, industrial dispute"@en .

<https://test.uncefact.org/vocabulary/status-code-list/225> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "225" ;
    skos:prefLabel "Operation affected by customer action"@en .

<https://test.uncefact.org/vocabulary/status-code-list/227> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "227" ;
    skos:prefLabel "Delivery, equipment failure"@en .

<https://test.uncefact.org/vocabulary/status-code-list/228> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "228" ;
    skos:prefLabel "Inspection required by authority"@en .

<https://test.uncefact.org/vocabulary/status-code-list/229> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "229" ;
    skos:prefLabel "Export suspended"@en .

<https://test.uncefact.org/vocabulary/status-code-list/23> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "23" ;
    skos:prefLabel "Added"@en .

<https://test.uncefact.org/vocabulary/status-code-list/231> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "231" ;
    skos:prefLabel "Missing, goods item"@en .

<https://test.uncefact.org/vocabulary/status-code-list/232> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "232" ;
    skos:prefLabel "Import suspended"@en .

<https://test.uncefact.org/vocabulary/status-code-list/233> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "233" ;
    skos:prefLabel "Incorrect picklist"@en .

<https://test.uncefact.org/vocabulary/status-code-list/234> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "234" ;
    skos:prefLabel "Incorrect address"@en .

<https://test.uncefact.org/vocabulary/status-code-list/235> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "235" ;
    skos:prefLabel "Industrial dispute"@en .

<https://test.uncefact.org/vocabulary/status-code-list/236> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "236" ;
    skos:prefLabel "Waiting, for instructions"@en .

<https://test.uncefact.org/vocabulary/status-code-list/238> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "238" ;
    skos:prefLabel "Means of transport, damaged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/239> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "239" ;
    skos:prefLabel "Mechanical breakdown"@en .

<https://test.uncefact.org/vocabulary/status-code-list/24> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "24" ;
    skos:prefLabel "Deducted"@en .

<https://test.uncefact.org/vocabulary/status-code-list/240> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "240" ;
    skos:prefLabel "Mechanical inspection required"@en .

<https://test.uncefact.org/vocabulary/status-code-list/241> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "241" ;
    skos:prefLabel "Missing, document"@en .

<https://test.uncefact.org/vocabulary/status-code-list/242> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "242" ;
    skos:prefLabel "New delivery arrangements advised"@en .

<https://test.uncefact.org/vocabulary/status-code-list/243> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "243" ;
    skos:prefLabel "No recipient contact information"@en .

<https://test.uncefact.org/vocabulary/status-code-list/247> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "247" ;
    skos:prefLabel "Collection/pick-up, package not available"@en .

<https://test.uncefact.org/vocabulary/status-code-list/248> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "248" ;
    skos:prefLabel "Tracking number unknown"@en .

<https://test.uncefact.org/vocabulary/status-code-list/25> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "25" ;
    skos:prefLabel "Included"@en .

<https://test.uncefact.org/vocabulary/status-code-list/250> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "250" ;
    skos:prefLabel "Transport payment not received"@en .

<https://test.uncefact.org/vocabulary/status-code-list/251> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "251" ;
    skos:prefLabel "Refused, non-payment by payer"@en .

<https://test.uncefact.org/vocabulary/status-code-list/253> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "253" ;
    skos:prefLabel "Refused, no reason given"@en .

<https://test.uncefact.org/vocabulary/status-code-list/254> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "254" ;
    skos:prefLabel "Delivery, scheduled past cut-off time"@en .

<https://test.uncefact.org/vocabulary/status-code-list/255> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "255" ;
    skos:prefLabel "Shunted to siding"@en .

<https://test.uncefact.org/vocabulary/status-code-list/256> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "256" ;
    skos:prefLabel "Signature not required"@en .

<https://test.uncefact.org/vocabulary/status-code-list/258> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "258" ;
    skos:prefLabel "Special service required"@en .

<https://test.uncefact.org/vocabulary/status-code-list/26> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "26" ;
    skos:prefLabel "Subject to clearing"@en .

<https://test.uncefact.org/vocabulary/status-code-list/260> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "260" ;
    skos:prefLabel "Tracking information unavailable"@en .

<https://test.uncefact.org/vocabulary/status-code-list/265> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "265" ;
    skos:prefLabel "Reason unknown"@en .

<https://test.uncefact.org/vocabulary/status-code-list/266> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "266" ;
    skos:prefLabel "Delivery delayed, adverse weather conditions"@en .

<https://test.uncefact.org/vocabulary/status-code-list/267> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "267" ;
    skos:prefLabel "Free storage time expired"@en .

<https://test.uncefact.org/vocabulary/status-code-list/269> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "269" ;
    skos:prefLabel "Delivery, consignee absent"@en .

<https://test.uncefact.org/vocabulary/status-code-list/27> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "27" ;
    skos:prefLabel "Subject to bilaterally agreed condition"@en .

<https://test.uncefact.org/vocabulary/status-code-list/270> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "270" ;
    skos:prefLabel "Delayed operation, local circumstances"@en .

<https://test.uncefact.org/vocabulary/status-code-list/271> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "271" ;
    skos:prefLabel "Delayed operation, consignee's instructions"@en .

<https://test.uncefact.org/vocabulary/status-code-list/272> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "272" ;
    skos:prefLabel "Delayed operation, consignor's instructions"@en .

<https://test.uncefact.org/vocabulary/status-code-list/273> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "273" ;
    skos:prefLabel "Delayed operation"@en .

<https://test.uncefact.org/vocabulary/status-code-list/274> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "274" ;
    skos:prefLabel "Incomplete address"@en .

<https://test.uncefact.org/vocabulary/status-code-list/275> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "275" ;
    skos:prefLabel "Delivery refused, purchase order cancelled"@en .

<https://test.uncefact.org/vocabulary/status-code-list/276> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "276" ;
    skos:prefLabel "Delivery refused, return to the consignor"@en .

<https://test.uncefact.org/vocabulary/status-code-list/277> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "277" ;
    skos:prefLabel "Delivery refused, inconsistent with purchase order"@en .

<https://test.uncefact.org/vocabulary/status-code-list/278> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "278" ;
    skos:prefLabel "Delivery refused, incorrect delivery date"@en .

<https://test.uncefact.org/vocabulary/status-code-list/279> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "279" ;
    skos:prefLabel "Delivery refused, automatic return"@en .

<https://test.uncefact.org/vocabulary/status-code-list/28> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "28" ;
    skos:prefLabel "Transaction expected to be executed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/280> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "280" ;
    skos:prefLabel "Delivery refused, duplicate delivery"@en .

<https://test.uncefact.org/vocabulary/status-code-list/281> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "281" ;
    skos:prefLabel "Delivery refused, instructions requested"@en .

<https://test.uncefact.org/vocabulary/status-code-list/282> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "282" ;
    skos:prefLabel "Delivery refused, consignee's condition"@en .

<https://test.uncefact.org/vocabulary/status-code-list/283> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "283" ;
    skos:prefLabel "Delivery refused, delivery incomplete"@en .

<https://test.uncefact.org/vocabulary/status-code-list/284> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "284" ;
    skos:prefLabel "Delivery refused, not ordered"@en .

<https://test.uncefact.org/vocabulary/status-code-list/285> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "285" ;
    skos:prefLabel "Delivery refused, remainder not accepted"@en .

<https://test.uncefact.org/vocabulary/status-code-list/286> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "286" ;
    skos:prefLabel "Delivery refused, spoilt state"@en .

<https://test.uncefact.org/vocabulary/status-code-list/287> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "287" ;
    skos:prefLabel "Missing, contents"@en .

<https://test.uncefact.org/vocabulary/status-code-list/288> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "288" ;
    skos:prefLabel "Not on package list"@en .

<https://test.uncefact.org/vocabulary/status-code-list/29> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "29" ;
    skos:prefLabel "Debit"@en .

<https://test.uncefact.org/vocabulary/status-code-list/291> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "291" ;
    skos:prefLabel "Delivery refused, collect freight charges not paid"@en .

<https://test.uncefact.org/vocabulary/status-code-list/292> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "292" ;
    skos:prefLabel "Delivery refused, reimbursement not paid"@en .

<https://test.uncefact.org/vocabulary/status-code-list/295> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "295" ;
    skos:prefLabel "Delivery refused, opened"@en .

<https://test.uncefact.org/vocabulary/status-code-list/297> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "297" ;
    skos:prefLabel "Delivery refused, commercial dispute"@en .

<https://test.uncefact.org/vocabulary/status-code-list/298> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "298" ;
    skos:prefLabel "Delivery refused, error on product or packaging"@en .

<https://test.uncefact.org/vocabulary/status-code-list/299> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "299" ;
    skos:prefLabel "Delivery refused, delivery date/time changed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/3> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Passed on"@en .

<https://test.uncefact.org/vocabulary/status-code-list/30> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "30" ;
    skos:prefLabel "Credit"@en .

<https://test.uncefact.org/vocabulary/status-code-list/300> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "300" ;
    skos:prefLabel "Document, received without goods"@en .

<https://test.uncefact.org/vocabulary/status-code-list/301> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "301" ;
    skos:prefLabel "Goods, received without documentation"@en .

<https://test.uncefact.org/vocabulary/status-code-list/302> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "302" ;
    skos:prefLabel "Overcarried consignment"@en .

<https://test.uncefact.org/vocabulary/status-code-list/306> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "306" ;
    skos:prefLabel "Document, found"@en .

<https://test.uncefact.org/vocabulary/status-code-list/307> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "307" ;
    skos:prefLabel "Damaged but deliverable"@en .

<https://test.uncefact.org/vocabulary/status-code-list/308> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "308" ;
    skos:prefLabel "Spoilt"@en .

<https://test.uncefact.org/vocabulary/status-code-list/309> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "309" ;
    skos:prefLabel "Packaging/equipment opened"@en .

<https://test.uncefact.org/vocabulary/status-code-list/31> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "31" ;
    skos:prefLabel "Positive debit"@en .

<https://test.uncefact.org/vocabulary/status-code-list/310> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "310" ;
    skos:prefLabel "Processed as contractually agreed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/311> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "311" ;
    skos:prefLabel "Claim folder opened"@en .

<https://test.uncefact.org/vocabulary/status-code-list/312> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "312" ;
    skos:prefLabel "Moved, completed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/313> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "313" ;
    skos:prefLabel "Returned by recipient"@en .

<https://test.uncefact.org/vocabulary/status-code-list/314> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "314" ;
    skos:prefLabel "Delayed, at origin"@en .

<https://test.uncefact.org/vocabulary/status-code-list/315> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "315" ;
    skos:prefLabel "Held, by logistic service provider"@en .

<https://test.uncefact.org/vocabulary/status-code-list/316> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "316" ;
    skos:prefLabel "Incident occurred but accepted by ordering party"@en .

<https://test.uncefact.org/vocabulary/status-code-list/317> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "317" ;
    skos:prefLabel "Delivery party' premises closed during normal hours"@en .

<https://test.uncefact.org/vocabulary/status-code-list/318> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "318" ;
    skos:prefLabel "Delivery incomplete, time shortage"@en .

<https://test.uncefact.org/vocabulary/status-code-list/319> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "319" ;
    skos:prefLabel "Despatch, preparation error"@en .

<https://test.uncefact.org/vocabulary/status-code-list/32> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "32" ;
    skos:prefLabel "Negative debit"@en .

<https://test.uncefact.org/vocabulary/status-code-list/320> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "320" ;
    skos:prefLabel "Undefined incident attributed to logistic server provider"@en .

<https://test.uncefact.org/vocabulary/status-code-list/321> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "321" ;
    skos:prefLabel "Instruction to despatch, received"@en .

<https://test.uncefact.org/vocabulary/status-code-list/322> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "322" ;
    skos:prefLabel "Despatch, under preparation"@en .

<https://test.uncefact.org/vocabulary/status-code-list/323> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "323" ;
    skos:prefLabel "Return in progress"@en .

<https://test.uncefact.org/vocabulary/status-code-list/324> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "324" ;
    skos:prefLabel "Instruction to despatch, cancelled"@en .

<https://test.uncefact.org/vocabulary/status-code-list/325> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "325" ;
    skos:prefLabel "Delivery refused, by recipient"@en .

<https://test.uncefact.org/vocabulary/status-code-list/326> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "326" ;
    skos:prefLabel "Goods, held by third party on instruction from owner"@en .

<https://test.uncefact.org/vocabulary/status-code-list/327> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "327" ;
    skos:prefLabel "Weight or volume loss"@en .

<https://test.uncefact.org/vocabulary/status-code-list/328> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "328" ;
    skos:prefLabel "Moved, internally"@en .

<https://test.uncefact.org/vocabulary/status-code-list/329> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "329" ;
    skos:prefLabel "Consignment partially stolen"@en .

<https://test.uncefact.org/vocabulary/status-code-list/33> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "33" ;
    skos:prefLabel "Positive credit"@en .

<https://test.uncefact.org/vocabulary/status-code-list/330> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "330" ;
    skos:prefLabel "Consignment partially lost or missing"@en .

<https://test.uncefact.org/vocabulary/status-code-list/331> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "331" ;
    skos:prefLabel "Destroyed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/332> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "332" ;
    skos:prefLabel "Action by logistics service provider"@en .

<https://test.uncefact.org/vocabulary/status-code-list/333> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "333" ;
    skos:prefLabel "Action by logistics service provider on instruction by owner"@en .

<https://test.uncefact.org/vocabulary/status-code-list/334> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "334" ;
    skos:prefLabel "Document, refused"@en .

<https://test.uncefact.org/vocabulary/status-code-list/335> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "335" ;
    skos:prefLabel "Seals, damaged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/336> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "336" ;
    skos:prefLabel "Seals, broken"@en .

<https://test.uncefact.org/vocabulary/status-code-list/337> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "337" ;
    skos:prefLabel "Seals, tampered"@en .

<https://test.uncefact.org/vocabulary/status-code-list/338> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "338" ;
    skos:prefLabel "Collection/pick-up, business closed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/339> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "339" ;
    skos:prefLabel "Collection/pick-up, changed schedule"@en .

<https://test.uncefact.org/vocabulary/status-code-list/34> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "34" ;
    skos:prefLabel "Negative credit"@en .

<https://test.uncefact.org/vocabulary/status-code-list/340> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "340" ;
    skos:prefLabel "Collection/pick-up, further address needed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/341> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "341" ;
    skos:prefLabel "Collection/pick-up, industrial dispute"@en .

<https://test.uncefact.org/vocabulary/status-code-list/342> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "342" ;
    skos:prefLabel "Collection/pick-up, equipment failure"@en .

<https://test.uncefact.org/vocabulary/status-code-list/343> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "343" ;
    skos:prefLabel "Document, incorrect"@en .

<https://test.uncefact.org/vocabulary/status-code-list/344> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "344" ;
    skos:prefLabel "Collection/pick-up, scheduled past cut-off time"@en .

<https://test.uncefact.org/vocabulary/status-code-list/345> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "345" ;
    skos:prefLabel "Collection/pick-up, adverse weather conditions"@en .

<https://test.uncefact.org/vocabulary/status-code-list/346> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "346" ;
    skos:prefLabel "Unloading, completed from a means of transport"@en .

<https://test.uncefact.org/vocabulary/status-code-list/347> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "347" ;
    skos:prefLabel "Deliverable"@en .

<https://test.uncefact.org/vocabulary/status-code-list/348> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "348" ;
    skos:prefLabel "Not deliverable"@en .

<https://test.uncefact.org/vocabulary/status-code-list/349> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "349" ;
    skos:prefLabel "Handed over"@en .

<https://test.uncefact.org/vocabulary/status-code-list/35> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "35" ;
    skos:prefLabel "Started"@en .

<https://test.uncefact.org/vocabulary/status-code-list/350> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "350" ;
    skos:prefLabel "Signature required"@en .

<https://test.uncefact.org/vocabulary/status-code-list/351> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "351" ;
    skos:prefLabel "Defined incident attributed to logistic server provider"@en .

<https://test.uncefact.org/vocabulary/status-code-list/352> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "352" ;
    skos:prefLabel "Delivery not completed, business closed, inventory count"@en .

<https://test.uncefact.org/vocabulary/status-code-list/353> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "353" ;
    skos:prefLabel "Delivery not completed, business closed on Saturday"@en .

<https://test.uncefact.org/vocabulary/status-code-list/354> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "354" ;
    skos:prefLabel "Delivery not completed, business closed on national holiday"@en .

<https://test.uncefact.org/vocabulary/status-code-list/355> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "355" ;
    skos:prefLabel "En route, via local route"@en .

<https://test.uncefact.org/vocabulary/status-code-list/356> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "356" ;
    skos:prefLabel "En route, via national route"@en .

<https://test.uncefact.org/vocabulary/status-code-list/357> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "357" ;
    skos:prefLabel "En route, via international route"@en .

<https://test.uncefact.org/vocabulary/status-code-list/358> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "358" ;
    skos:prefLabel "Transport terminated, mail not received"@en .

<https://test.uncefact.org/vocabulary/status-code-list/359> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "359" ;
    skos:prefLabel "Bill of Lading issued"@en .

<https://test.uncefact.org/vocabulary/status-code-list/36> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "36" ;
    skos:prefLabel "Revised"@en .

<https://test.uncefact.org/vocabulary/status-code-list/360> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "360" ;
    skos:prefLabel "Cleared, by logistics service provider"@en .

<https://test.uncefact.org/vocabulary/status-code-list/361> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "361" ;
    skos:prefLabel "Delivery, expected"@en .

<https://test.uncefact.org/vocabulary/status-code-list/362> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "362" ;
    skos:prefLabel "Measured"@en .

<https://test.uncefact.org/vocabulary/status-code-list/363> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "363" ;
    skos:prefLabel "Loading, ready"@en .

<https://test.uncefact.org/vocabulary/status-code-list/364> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "364" ;
    skos:prefLabel "Arrival, at yard"@en .

<https://test.uncefact.org/vocabulary/status-code-list/365> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "365" ;
    skos:prefLabel "Departure, from yard"@en .

<https://test.uncefact.org/vocabulary/status-code-list/366> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "366" ;
    skos:prefLabel "Accepted at interchange point"@en .

<https://test.uncefact.org/vocabulary/status-code-list/367> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "367" ;
    skos:prefLabel "Alerted, no action taken"@en .

<https://test.uncefact.org/vocabulary/status-code-list/368> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "368" ;
    skos:prefLabel "Transshipment to another wagon"@en .

<https://test.uncefact.org/vocabulary/status-code-list/369> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "369" ;
    skos:prefLabel "Trip plan revised manually"@en .

<https://test.uncefact.org/vocabulary/status-code-list/37> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "37" ;
    skos:prefLabel "Stolen"@en .

<https://test.uncefact.org/vocabulary/status-code-list/370> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "370" ;
    skos:prefLabel "Special wagon handling arranged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/371> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "371" ;
    skos:prefLabel "Equipment, emptied"@en .

<https://test.uncefact.org/vocabulary/status-code-list/372> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "372" ;
    skos:prefLabel "Equipment, loaded"@en .

<https://test.uncefact.org/vocabulary/status-code-list/373> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "373" ;
    skos:prefLabel "Equipment, held by transport operator"@en .

<https://test.uncefact.org/vocabulary/status-code-list/374> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "374" ;
    skos:prefLabel "Equipment, held by terminal operator"@en .

<https://test.uncefact.org/vocabulary/status-code-list/375> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "375" ;
    skos:prefLabel "Equipment, storage period at terminal exceeded"@en .

<https://test.uncefact.org/vocabulary/status-code-list/376> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "376" ;
    skos:prefLabel "Equipment, held by equipment operator"@en .

<https://test.uncefact.org/vocabulary/status-code-list/377> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "377" ;
    skos:prefLabel "Equipment, not released by equipment operator"@en .

<https://test.uncefact.org/vocabulary/status-code-list/378> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "378" ;
    skos:prefLabel "Delivery Order Issued"@en .

<https://test.uncefact.org/vocabulary/status-code-list/379> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "379" ;
    skos:prefLabel "Cleared for container release"@en .

<https://test.uncefact.org/vocabulary/status-code-list/38> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "38" ;
    skos:prefLabel "Assigned"@en .

<https://test.uncefact.org/vocabulary/status-code-list/39> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "39" ;
    skos:prefLabel "Approved"@en .

<https://test.uncefact.org/vocabulary/status-code-list/4> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Final"@en .

<https://test.uncefact.org/vocabulary/status-code-list/40> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "40" ;
    skos:prefLabel "Withdrawn"@en .

<https://test.uncefact.org/vocabulary/status-code-list/41> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "41" ;
    skos:prefLabel "Rejected"@en .

<https://test.uncefact.org/vocabulary/status-code-list/42> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "42" ;
    skos:prefLabel "Approval pending"@en .

<https://test.uncefact.org/vocabulary/status-code-list/43> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "43" ;
    skos:prefLabel "Postponed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/44> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "44" ;
    skos:prefLabel "Replaced"@en .

<https://test.uncefact.org/vocabulary/status-code-list/45> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "45" ;
    skos:prefLabel "No status"@en .

<https://test.uncefact.org/vocabulary/status-code-list/46> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "46" ;
    skos:prefLabel "Does not exist"@en .

<https://test.uncefact.org/vocabulary/status-code-list/47> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "47" ;
    skos:prefLabel "Draft version"@en .

<https://test.uncefact.org/vocabulary/status-code-list/48> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "48" ;
    skos:prefLabel "Live version"@en .

<https://test.uncefact.org/vocabulary/status-code-list/49> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "49" ;
    skos:prefLabel "Expired version"@en .

<https://test.uncefact.org/vocabulary/status-code-list/5> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Subject to final payment"@en .

<https://test.uncefact.org/vocabulary/status-code-list/50> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "50" ;
    skos:prefLabel "Part-time"@en .

<https://test.uncefact.org/vocabulary/status-code-list/51> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "51" ;
    skos:prefLabel "Full-time"@en .

<https://test.uncefact.org/vocabulary/status-code-list/52> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "52" ;
    skos:prefLabel "Not a student"@en .

<https://test.uncefact.org/vocabulary/status-code-list/53> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "53" ;
    skos:prefLabel "To be extracted"@en .

<https://test.uncefact.org/vocabulary/status-code-list/54> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "54" ;
    skos:prefLabel "Impacted tooth"@en .

<https://test.uncefact.org/vocabulary/status-code-list/55> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "55" ;
    skos:prefLabel "Extracted"@en .

<https://test.uncefact.org/vocabulary/status-code-list/56> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "56" ;
    skos:prefLabel "Estimated"@en .

<https://test.uncefact.org/vocabulary/status-code-list/57> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "57" ;
    skos:prefLabel "Undefined incident"@en .

<https://test.uncefact.org/vocabulary/status-code-list/58> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "58" ;
    skos:prefLabel "Quantity error"@en .

<https://test.uncefact.org/vocabulary/status-code-list/59> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "59" ;
    skos:prefLabel "Monetary amount error"@en .

<https://test.uncefact.org/vocabulary/status-code-list/6> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Minimum"@en .

<https://test.uncefact.org/vocabulary/status-code-list/60> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "60" ;
    skos:prefLabel "Product not ordered"@en .

<https://test.uncefact.org/vocabulary/status-code-list/61> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "61" ;
    skos:prefLabel "Uncertain"@en .

<https://test.uncefact.org/vocabulary/status-code-list/62> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "62" ;
    skos:prefLabel "Significant"@en .

<https://test.uncefact.org/vocabulary/status-code-list/63> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "63" ;
    skos:prefLabel "Not accepted"@en .

<https://test.uncefact.org/vocabulary/status-code-list/64> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "64" ;
    skos:prefLabel "Order or request cancelled"@en .

<https://test.uncefact.org/vocabulary/status-code-list/65> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "65" ;
    skos:prefLabel "Negative"@en .

<https://test.uncefact.org/vocabulary/status-code-list/66> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "66" ;
    skos:prefLabel "Unsigned amount"@en .

<https://test.uncefact.org/vocabulary/status-code-list/67> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "67" ;
    skos:prefLabel "Preliminary"@en .

<https://test.uncefact.org/vocabulary/status-code-list/68> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "68" ;
    skos:prefLabel "Split"@en .

<https://test.uncefact.org/vocabulary/status-code-list/69> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "69" ;
    skos:prefLabel "Recommended"@en .

<https://test.uncefact.org/vocabulary/status-code-list/7> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Fixed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/70> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "70" ;
    skos:prefLabel "Issued"@en .

<https://test.uncefact.org/vocabulary/status-code-list/71> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "71" ;
    skos:prefLabel "Available for ordering"@en .

<https://test.uncefact.org/vocabulary/status-code-list/72> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "72" ;
    skos:prefLabel "Not available for ordering"@en .

<https://test.uncefact.org/vocabulary/status-code-list/73> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "73" ;
    skos:prefLabel "Confirmed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/74> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "74" ;
    skos:prefLabel "Expiry date exceeded"@en .

<https://test.uncefact.org/vocabulary/status-code-list/75> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "75" ;
    skos:prefLabel "Prescribed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/76> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "76" ;
    skos:prefLabel "All published issues since subscription start"@en .

<https://test.uncefact.org/vocabulary/status-code-list/77> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "77" ;
    skos:prefLabel "All published issues since issue specified in claim"@en .

<https://test.uncefact.org/vocabulary/status-code-list/78> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "78" ;
    skos:prefLabel "All published issues from and including issue specified in claim"@en .

<https://test.uncefact.org/vocabulary/status-code-list/79> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "79" ;
    skos:prefLabel "Specified published issue only"@en .

<https://test.uncefact.org/vocabulary/status-code-list/8> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Maximum"@en .

<https://test.uncefact.org/vocabulary/status-code-list/80> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "80" ;
    skos:prefLabel "Publication issue cancelled"@en .

<https://test.uncefact.org/vocabulary/status-code-list/81> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "81" ;
    skos:prefLabel "Definitive"@en .

<https://test.uncefact.org/vocabulary/status-code-list/82> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "82" ;
    skos:prefLabel "Supplementary"@en .

<https://test.uncefact.org/vocabulary/status-code-list/83> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "83" ;
    skos:prefLabel "Under legal appeal"@en .

<https://test.uncefact.org/vocabulary/status-code-list/84> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "84" ;
    skos:prefLabel "Legally assigned"@en .

<https://test.uncefact.org/vocabulary/status-code-list/85> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "85" ;
    skos:prefLabel "Updated"@en .

<https://test.uncefact.org/vocabulary/status-code-list/86> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "86" ;
    skos:prefLabel "Ratified"@en .

<https://test.uncefact.org/vocabulary/status-code-list/87> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "87" ;
    skos:prefLabel "Under consideration"@en .

<https://test.uncefact.org/vocabulary/status-code-list/88> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "88" ;
    skos:prefLabel "Countersued"@en .

<https://test.uncefact.org/vocabulary/status-code-list/89> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "89" ;
    skos:prefLabel "Legal item dismissed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/9> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Information"@en .

<https://test.uncefact.org/vocabulary/status-code-list/90> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "90" ;
    skos:prefLabel "Disputed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/91> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "91" ;
    skos:prefLabel "Enforced"@en .

<https://test.uncefact.org/vocabulary/status-code-list/92> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "92" ;
    skos:prefLabel "Legal documentation filed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/93> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "93" ;
    skos:prefLabel "Judgement for defendant"@en .

<https://test.uncefact.org/vocabulary/status-code-list/94> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "94" ;
    skos:prefLabel "Judgement for plaintiff"@en .

<https://test.uncefact.org/vocabulary/status-code-list/95> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "95" ;
    skos:prefLabel "Unchanged"@en .

<https://test.uncefact.org/vocabulary/status-code-list/96> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "96" ;
    skos:prefLabel "Legal documentation not filed"@en .

<https://test.uncefact.org/vocabulary/status-code-list/97> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "97" ;
    skos:prefLabel "Pending"@en .

<https://test.uncefact.org/vocabulary/status-code-list/98> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "98" ;
    skos:prefLabel "Debt released"@en .

<https://test.uncefact.org/vocabulary/status-code-list/99> a skos:Concept ;
    skos:inScheme unece:status-code-list ;
    skos:notation "99" ;
    skos:prefLabel "Law suit filed"@en .

unece:stayPeriod a owl:ObjectProperty ;
    rdfs:label "stay period"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A period of stay at this logistics location."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes unece:Period ;
    unece:termStatus ts:proposed .

unece:streetAddress a owl:DatatypeProperty ;
    rdfs:label "street address"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The street name and number of an address."@en ;
    skos:exactMatch schema:streetAddress ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:subordinateFacility a owl:ObjectProperty ;
    rdfs:label "subordinate facility"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A production facility subordinate to this production facility."@en ;
    schema:domainIncludes unece:Facility ;
    schema:rangeIncludes unece:Facility ;
    unece:termStatus ts:proposed .

unece:taxId a owl:ObjectProperty ;
    rdfs:label "tax ID"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A tax registration identifier of a party."@en ;
    skos:exactMatch schema:taxID ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:telephone a owl:DatatypeProperty ;
    rdfs:label "telephone"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A telephone number of a party."@en ;
    skos:exactMatch schema:telephone ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

ts:active a skos:Concept ;
    skos:closeMatch <http://www.w3.org/2003/06/sw-vocab-status/ns#stable> ;
    skos:definition "Ratified and in normative use."@en ;
    skos:inScheme unece:term-status ;
    skos:notation "active" ;
    skos:prefLabel "active"@en .

ts:retired a skos:Concept ;
    skos:definition "Withdrawn from use but never deleted — the URI resolves forever so historic credentials stay verifiable."@en ;
    skos:inScheme unece:term-status ;
    skos:notation "retired" ;
    skos:prefLabel "retired"@en .

unece:termStatus a owl:AnnotationProperty ;
    rdfs:label "term status"@en ;
    rdfs:comment "Governance lifecycle state of a term; value from the term-status scheme (proposed → active → deprecated → retired)."@en ;
    rdfs:isDefinedBy unece-mod:core .

<https://test.uncefact.org/vocabulary/time-reference-code-list/1> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Date of order"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/10> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "10" ;
    skos:prefLabel "Latest date/time for bid reception"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/11> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "11" ;
    skos:prefLabel "Date credit note received"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/12> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "12" ;
    skos:prefLabel "Date present document received"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/13> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "13" ;
    skos:prefLabel "Date of resale by buyer"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/14> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "14" ;
    skos:prefLabel "Date proceeds of resale collected by buyer"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/2> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Date of confirmation"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/21> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "21" ;
    skos:prefLabel "Date goods received by buyer"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/22> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "22" ;
    skos:prefLabel "Date goods received by buyer's agent"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/23> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "23" ;
    skos:prefLabel "Date goods received by carrier"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/24> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "24" ;
    skos:prefLabel "Date ex-works"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/25> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "25" ;
    skos:prefLabel "Date goods handed over for shipment by seller or agent"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/26> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "26" ;
    skos:prefLabel "Date of arrival of transport"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/27> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "27" ;
    skos:prefLabel "Date of outward frontier crossing"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/28> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "28" ;
    skos:prefLabel "Date of inward frontier crossing"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/29> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "29" ;
    skos:prefLabel "Date of delivery of goods to establishments/domicile/site"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/3> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Date of contract"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/31> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "31" ;
    skos:prefLabel "Stipulated date for payment of documentary credit"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/32> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "32" ;
    skos:prefLabel "Stipulated date for acceptance of documentary credit"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/33> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "33" ;
    skos:prefLabel "Stipulated date for negotiation of documentary credit"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/4> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Date of signature of contract"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/41> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "41" ;
    skos:prefLabel "Date of delivery to buyer of documents representing goods"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/42> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "42" ;
    skos:prefLabel "Date of delivery to buyer's agent of documents representing goods"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/43> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "43" ;
    skos:prefLabel "Date of delivery to carrier of documents representing goods"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/44> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "44" ;
    skos:prefLabel "Date of delivery to intermediary bank of documents representing good"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/45> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "45" ;
    skos:prefLabel "Date of bill of lading, consignment note or other transport document"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/46> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "46" ;
    skos:prefLabel "Date of receipt for loading (mate's receipt)"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/47> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "47" ;
    skos:prefLabel "Date of negotiable instrument (draft, promissory note, bank)"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/48> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "48" ;
    skos:prefLabel "Date of receipt of tool dependent initial samples plus unlimited absolute bank guarantee plus value added tax"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/5> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Date of invoice"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/52> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "52" ;
    skos:prefLabel "Due date of negotiable instrument"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/53> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "53" ;
    skos:prefLabel "Date of presentation of negotiable instrument"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/54> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "54" ;
    skos:prefLabel "Date of acceptance of negotiable instrument"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/55> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "55" ;
    skos:prefLabel "Date of acceptance of tooling"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/56> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "56" ;
    skos:prefLabel "Date of receipt of tooling"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/57> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "57" ;
    skos:prefLabel "Date of acceptance of first samples produced under production conditions"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/6> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Date of credit note"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/60> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "60" ;
    skos:prefLabel "Date of start of work"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/61> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "61" ;
    skos:prefLabel "Date of end of work"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/62> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "62" ;
    skos:prefLabel "Date of provisional reception of work"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/63> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "63" ;
    skos:prefLabel "Date of final acceptance of work"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/64> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "64" ;
    skos:prefLabel "Date of certificate of preliminary acceptance"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/65> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "65" ;
    skos:prefLabel "Date of certificate of final acceptance"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/66> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "66" ;
    skos:prefLabel "Specified date"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/67> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "67" ;
    skos:prefLabel "Anticipated delivery date"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/68> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "68" ;
    skos:prefLabel "Effective date"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/69> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "69" ;
    skos:prefLabel "Invoice transmission date"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/7> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Date of present document"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/70> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "70" ;
    skos:prefLabel "Date of issue of transport document(s)"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/71> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "71" ;
    skos:prefLabel "Date of presentation of documents"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/72> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "72" ;
    skos:prefLabel "Payment date"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/73> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "73" ;
    skos:prefLabel "Draft(s) at ... days sight"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/74> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "74" ;
    skos:prefLabel "Draft(s) at ... days date"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/75> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "75" ;
    skos:prefLabel "Draft(s) at ... days after date of issuance of transport document(s)"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/76> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "76" ;
    skos:prefLabel "Draft(s) at ... days after date of presentation of documents"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/77> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "77" ;
    skos:prefLabel "Specified draft date"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/78> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "78" ;
    skos:prefLabel "Customs clearance date (import)"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/79> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "79" ;
    skos:prefLabel "Customs clearance date (export)"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/8> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Date of confirmation of order received"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/80> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "80" ;
    skos:prefLabel "Date of salary payment"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/81> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "81" ;
    skos:prefLabel "Date of shipment as evidenced by the transport document(s)"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/82> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "82" ;
    skos:prefLabel "Payment due date"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/83> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "83" ;
    skos:prefLabel "Requested date of delivery"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/9> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Date invoice received"@en .

<https://test.uncefact.org/vocabulary/time-reference-code-list/ZZZ> a skos:Concept ;
    skos:inScheme unece:time-reference-code-list ;
    skos:notation "ZZZ" ;
    skos:prefLabel "Other reference date agreed upon between the parties"@en .

unece:tradePartyLanguageCode a owl:ObjectProperty ;
    rdfs:label "trade party language code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A code specifying a language for this trade party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes unece:language-code-list ;
    unece:termStatus ts:proposed .

unece:tradingBusinessName a owl:DatatypeProperty ;
    rdfs:label "trading business name"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The trading business name, expressed as text, of this legally set up organization."@en ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:uRIId a owl:DatatypeProperty ;
    rdfs:label "u riid"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A Uniform Resource Identifier (URI) for this specified certification."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:ucumCode a owl:AnnotationProperty ;
    rdfs:label "UCUM code"@en ;
    rdfs:comment "Machine-parseable unit expression (Unified Code for Units of Measure). Source: QUDT."@en .

unece:un-dangerous-goods-number a skos:ConceptScheme ;
    rdfs:label "UN number (Dangerous Goods)"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://unece.org/transport/dangerous-goods> ;
    skos:definition "The UN numbers (four-digit substance identifiers) from the UN Recommendations on the Transport of Dangerous Goods, Model Regulations, Dangerous Goods List. An external-reference list; bind the concrete UN numbers downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

unece:unLocationCode a owl:ObjectProperty ;
    rdfs:label "UN/LOCODE"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The UN/LOCODE identifying a location."@en ;
    schema:domainIncludes unece:Location ;
    schema:rangeIncludes unece:un-locode ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/unit-of-measure/A32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A32" ;
    skos:prefLabel "coulomb per mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1 I1 T1" ;
    unece:rec20Quantity "Faraday constant"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "C.mol-1" ;
    unece:unitSymbol "C/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A6> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-M2-K2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A6" ;
    skos:prefLabel "ampere per square metre kelvin squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L-2 Θ-2" ;
    unece:rec20Quantity "Richardson constant"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:ucumCode "A.m-2.K-2" ;
    unece:unitSymbol "A/(m²·K²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B18" ;
    skos:prefLabel "joule second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-1" ;
    unece:rec20Quantity "Planck constant"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "J.s" ;
    unece:unitSymbol "J·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B36> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B36" ;
    skos:prefLabel "calorie (thermochemical) per gram"@en ;
    unece:conversionMultiplier 4184.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "specific Helmholtz function, massic Gibbs free energy, specific Gibbs free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.g-1" ;
    unece:unitSymbol "calth/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M2-PER-KiloGM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C54" ;
    skos:prefLabel "newton metre squared per kilogram squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3 M-1 T-2" ;
    unece:rec20Quantity "gravitational constant"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m2.kg-2" ;
    unece:unitSymbol "N·m²/kg²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/RAD-M2-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C83" ;
    skos:prefLabel "radian square metre per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M-1" ;
    unece:rec20Quantity "massic optical, rotatory power, specific optical rotatory power"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "rad.m2.kg-1" ;
    unece:unitSymbol "rad·m²/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/RAD-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C84" ;
    skos:prefLabel "radian per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "Debye angular repetency, Debye angular wave number"@en,
        "angular repetency, angular wavenumber"@en,
        "angular wave number, angular repetency"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "rad.m-1" ;
    unece:unitSymbol "rad/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-ANGSTROM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C85" ;
    skos:prefLabel "reciprocal angstrom"@en ;
    unece:conversionMultiplier 10000000000.0 ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "Fermi angular repetency, Fermi angular wave number"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:ucumCode "/Ao" ;
    unece:unitSymbol "Å⁻¹" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C95" ;
    skos:prefLabel "reciprocal mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1" ;
    unece:rec20Quantity "Avogadro constant"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "/mol" ;
    unece:unitSymbol "mol⁻¹" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D18" ;
    skos:prefLabel "metre kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 Θ1" ;
    unece:rec20Quantity "second radiation constant"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "m.K" ;
    unece:unitSymbol "m·K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-V-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D26" ;
    skos:prefLabel "square metre per volt second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 M-1 T2" ;
    unece:rec20Quantity "mobility"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m2.V-1.s-1" ;
    unece:unitSymbol "m²/(V·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D35> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D35" ;
    skos:prefLabel "calorie (thermochemical)"@en ;
    unece:conversionMultiplier 4.184 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "Gibbs function, Gibbs free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th" ;
    unece:unitSymbol "calth" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-M2-K4> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D56" ;
    skos:prefLabel "watt per square metre kelvin to the fourth power"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 Θ-4 T-3" ;
    unece:rec20Quantity "Stefan-Boltzmann constant"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "W.m-2.K-4" ;
    unece:unitSymbol "W/(m²·K⁴)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-V-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H58" ;
    skos:prefLabel "metre per volt second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L-1 M-1 T2" ;
    unece:rec20Quantity "mobility"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m.V-1.s-1" ;
    unece:unitSymbol "m/(V·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KWN> a skos:Concept ;
    skos:definition "Kilowatt hour per normalized cubic metre (temperature 0°C and pressure 101325 millibars )."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KWN" ;
    skos:prefLabel "Kilowatt hour per normalized cubic metre"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/KWS> a skos:Concept ;
    skos:definition "Kilowatt hour per standard cubic metre (temperature 15°C and pressure 101325 millibars)."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KWS" ;
    skos:prefLabel "Kilowatt hour per standard cubic metre"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/MNJ> a skos:Concept ;
    skos:definition "Energy in Mega Joules per normalised cubic metre for gas (temperature 0°C and pressure 101325 millibars)"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MNJ" ;
    skos:prefLabel "Mega Joule per Normalised cubic Metre"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "MJ/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P10> a skos:Concept ;
    skos:definition "Derived SI unit coulomb divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P10" ;
    skos:prefLabel "coulomb per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L-1 T1" ;
    unece:rec20Quantity "lineic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "C.m-1" ;
    unece:unitSymbol "C/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q41> a skos:Concept ;
    skos:definition "Joule per normalised cubic metre (temperature 0°C and pressure 101325 millibars)."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q41" ;
    skos:prefLabel "Joule per normalised cubic metre"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q42> a skos:Concept ;
    skos:definition "Joule per standard cubic metre (temperature 15°C and pressure 101325 millibars)."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q42" ;
    skos:prefLabel "Joule per standard cubic metre"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/acceleration> a skos:Collection ;
    rdfs:label "Acceleration units"@en ;
    skos:definition "Units of measure grouped by quantity kind: acceleration."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2B>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/IV>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MSK> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/acoustic> a skos:Collection ;
    rdfs:label "Acoustic (sound) units"@en ;
    skos:definition "Units of measure grouped by quantity kind: acoustic (sound)."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2N>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MSK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTS>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P43> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/angle> a skos:Collection ;
    rdfs:label "Angle units"@en ;
    skos:definition "Units of measure grouped by quantity kind: angle."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DD>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M55> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/area> a skos:Collection ;
    rdfs:label "Area units"@en ;
    skos:definition "Units of measure grouped by quantity kind: area."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/ACR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/ARE>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CMK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DAA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DMK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FTK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HAR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/INK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KMK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MIK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MMK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/YDK> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/capacitance> a skos:Collection ;
    rdfs:label "Capacitance & permittivity units"@en ;
    skos:definition "Units of measure grouped by quantity kind: capacitance & permittivity."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/4O>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/4T>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FAR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N90> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/charge> a skos:Collection ;
    rdfs:label "Electric charge units"@en ;
    skos:definition "Units of measure grouped by quantity kind: electric charge."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A8>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/AMH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/COU>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E09>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/TAH> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/density> a skos:Collection ;
    rdfs:label "Density units"@en ;
    skos:definition "Units of measure grouped by quantity kind: density."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A2>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A3>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A4>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A7>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/AE>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B8>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D5>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F08>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GE>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GF>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GJ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GO>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GP>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/JM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KMQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KW>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/LA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M1>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/ON>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P2>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/PO> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/dimensionless> a skos:Collection ;
    rdfs:label "Dimensionless quantity units"@en ;
    skos:definition "Units of measure grouped by quantity kind: dimensionless quantity."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2N>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F03>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F04>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F05>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F07>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MQS>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/NA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/S4> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/electric-current> a skos:Collection ;
    rdfs:label "Electric current units"@en ;
    skos:definition "Units of measure grouped by quantity kind: electric current."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/4K>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/AMP>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N97> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/energy> a skos:Collection ;
    rdfs:label "Energy, work, heat units"@en ;
    skos:definition "Units of measure grouped by quantity kind: energy, work, heat."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/3B>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/AZ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GV>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GWH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J2>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/JK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/JOU>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KJO>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KWH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MWH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/WHR> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/flow-rate> a skos:Collection ;
    rdfs:label "Flow rate units"@en ;
    skos:definition "Units of measure grouped by quantity kind: flow rate."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2I>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2J>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2K>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2L>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/4M>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/4U>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/4W>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/4X>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/5A>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G2>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G3>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KGS>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KWT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L2>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/LD>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MQH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MQS>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/WTT> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/force> a skos:Collection ;
    rdfs:label "Force, moment, momentum units"@en ;
    skos:definition "Units of measure grouped by quantity kind: force, moment, momentum."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/4Q>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/4R>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A5>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DU>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/IA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/NEW>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/NU>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/VLT> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/frequency> a skos:Collection ;
    rdfs:label "Frequency units"@en ;
    skos:definition "Units of measure grouped by quantity kind: frequency."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2A>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H09>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HTZ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KHZ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MHZ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTZ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/OPM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/RPM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/RPS> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/inductance> a skos:Collection ;
    rdfs:label "Inductance units"@en ;
    skos:definition "Units of measure grouped by quantity kind: inductance."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H03>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H04>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H05>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H06>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P24> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/length> a skos:Collection ;
    rdfs:label "Length, distance units"@en ;
    skos:definition "Units of measure grouped by quantity kind: length, distance."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/4H>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/AK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/AWG>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CMT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DMT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FOT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G04>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G05>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G06>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HMT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/INH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KMT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KTM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M7>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MAM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MMT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/NMI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/SMI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/X1>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/YRD> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/luminous> a skos:Collection ;
    rdfs:label "Luminous intensity & illuminance units"@en ;
    skos:definition "Units of measure grouped by quantity kind: luminous intensity & illuminance."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CDL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D1>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D2>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KLX>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/LUM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/LUX>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P36> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/magnetic> a skos:Collection ;
    rdfs:label "Magnetic flux & field units"@en ;
    skos:definition "Units of measure grouped by quantity kind: magnetic flux & field."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/WEB> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/mass> a skos:Collection ;
    rdfs:label "Mass units"@en ;
    skos:definition "Units of measure grouped by quantity kind: mass."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2U>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/APZ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CGM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CWA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CWI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DG>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DJ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DTN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GRM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GRN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HGM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KGM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KTN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/LBR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/LTN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MC>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MGM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/ONZ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/STI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/STN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/TNE> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/power> a skos:Collection ;
    rdfs:label "Power units"@en ;
    skos:definition "Units of measure grouped by quantity kind: power."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/BHP>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HJ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K5>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KVA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KVR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KWT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MAR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MAW>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MVA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/WTT> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/pressure> a skos:Collection ;
    rdfs:label "Pressure or stress units"@en ;
    skos:definition "Units of measure grouped by quantity kind: pressure or stress."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/4P>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/ATM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/ATT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/BAR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D9>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DX>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E01>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FP>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G01>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H07>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HBA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HP>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/INQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KBA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KNM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KPA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MBR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MPA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/PAL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/PS>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/UA> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/radiation> a skos:Collection ;
    rdfs:label "Radiation, dose & activity units"@en ;
    skos:definition "Units of measure grouped by quantity kind: radiation, dose & activity."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2C>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2Q>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2R>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2Y>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/4N>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/BQL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C8>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CKG>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CUR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D6>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D93>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GBQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H08>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KAT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L31>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M5>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MCU>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTK>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P78> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/resistance> a skos:Collection ;
    rdfs:label "Resistance & conductance units"@en ;
    skos:definition "Units of measure grouped by quantity kind: resistance & conductance."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B77>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F54>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/NQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/NR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/OHM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/SIE> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/substance> a skos:Collection ;
    rdfs:label "Amount of substance units"@en ;
    skos:definition "Units of measure grouped by quantity kind: amount of substance."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Z9> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/temperature> a skos:Collection ;
    rdfs:label "Temperature units"@en ;
    skos:definition "Units of measure grouped by quantity kind: temperature."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CEL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F02>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FAH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KEL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N79> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/thermal> a skos:Collection ;
    rdfs:label "Thermal capacity & conductivity units"@en ;
    skos:definition "Units of measure grouped by quantity kind: thermal capacity & conductivity."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A1>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/BTU>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J75>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J76>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/JE>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/JOU>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K53>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N72>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N88>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/S3>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/S4> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/time> a skos:Collection ;
    rdfs:label "Time, duration units"@en ;
    skos:definition "Units of measure grouped by quantity kind: time, duration."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/ANN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B52>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DAY>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HUR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M56>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MIN>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MON>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/SEC>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/WEE> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/velocity> a skos:Collection ;
    rdfs:label "Velocity or speed units"@en ;
    skos:definition "Units of measure grouped by quantity kind: velocity or speed."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2A>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2M>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/2X>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FS>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H49>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HM>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/IU>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J85>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K18>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KMH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KNT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M59>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M63>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M66>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTS> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/viscosity> a skos:Collection ;
    rdfs:label "Viscosity units"@en ;
    skos:definition "Units of measure grouped by quantity kind: viscosity."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/4C>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/89>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C17>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C7>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F06>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G08>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G09>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J74>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K91>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K92>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L16>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L64>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M80>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N35>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N38>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N41>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N42>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/S3>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/S4> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/voltage> a skos:Collection ;
    rdfs:label "Electric potential & field units"@en ;
    skos:definition "Units of measure grouped by quantity kind: electric potential & field."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2Z>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C3>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KVT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/VLT> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/volume> a skos:Collection ;
    rdfs:label "Volume units"@en ;
    skos:definition "Units of measure grouped by quantity kind: volume."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/4G>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/5I>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A36>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A37>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A39>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A40>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/A44>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B58>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/BLD>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/BLL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/BUA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/BUI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CLT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CMQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DLT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DMA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/DMQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FTQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G25>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G27>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G94>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G95>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G96>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G97>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GLD>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GLI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/GLL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H15>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H19>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H65>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H83>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/HLT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/INQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J57>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/K6>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KX>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L84>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/L86>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/LTR>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M67>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M68>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M69>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M70>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/M71>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MAL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MLT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MMQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/MTQ>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N28>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N29>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/NM3>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/OZA>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/OZI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/PT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/PTD>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/PTI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/PTL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q32>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q33>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/Q34>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/QT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/QTD>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/QTI>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/QTL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/SM3>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/YDQ> .

unece:unitCode a owl:ObjectProperty ;
    rdfs:label "unit code"@en ;
    rdfs:comment "code → UN/ECE Rec 20 unit scheme."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:unitCode ;
    skos:definition "The unit of measure of a measure value."@en ;
    schema:domainIncludes unece:Measure ;
    schema:rangeIncludes unece:unit-of-measure ;
    unece:termStatus ts:proposed .

unece:unitSymbol a owl:AnnotationProperty ;
    rdfs:label "unit symbol"@en ;
    rdfs:comment "The display symbol of a unit of measure (e.g. m, kg)."@en .

unece:upperTolerance a owl:DatatypeProperty ;
    rdfs:label "upper tolerance"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The upper tolerance bound of a measured value."@en ;
    schema:domainIncludes unece:Measure ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

unece:useCode a owl:ObjectProperty ;
    rdfs:label "use code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the use of this universal communication such as for business purposes or private."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/validation-document-status-code-list/1> a skos:Concept ;
    skos:inScheme unece:validation-document-status-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Accepted"@en .

<https://test.uncefact.org/vocabulary/validation-document-status-code-list/42> a skos:Concept ;
    skos:inScheme unece:validation-document-status-code-list ;
    skos:notation "42" ;
    skos:prefLabel "In error"@en .

unece:value a owl:DatatypeProperty ;
    rdfs:label "value"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:value ;
    skos:definition "The numeric value of a measure or monetary amount."@en ;
    schema:domainIncludes unece:Measure,
        unece:MonetaryAmount ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

unece:volume a owl:ObjectProperty ;
    rdfs:label "volume"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The volume, as a measure."@en ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:website a owl:DatatypeProperty ;
    rdfs:label "website"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:url ;
    skos:definition "A web URL of a party."@en ;
    schema:domainIncludes unece:Party ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:websiteURIId a owl:DatatypeProperty ;
    rdfs:label "website uriid"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:url ;
    skos:definition "A website Uniform Resource Identifier (URI) for this specified marketplace."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:weight a owl:ObjectProperty ;
    rdfs:label "weight"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The weight, as a measure."@en ;
    skos:exactMatch schema:weight ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:width a owl:ObjectProperty ;
    rdfs:label "width"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The width, as a measure."@en ;
    skos:exactMatch schema:width ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/1> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "1" ;
    skos:prefLabel "To be done"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/108> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "108" ;
    skos:prefLabel "Instructed to start"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/109> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "109" ;
    skos:prefLabel "Instructed to stop"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/111> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "111" ;
    skos:prefLabel "Inactive"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/112> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "112" ;
    skos:prefLabel "Active"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/121> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "121" ;
    skos:prefLabel "Complete"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/17> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "17" ;
    skos:prefLabel "Requested"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/2> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Done"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/28> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "28" ;
    skos:prefLabel "Transaction expected to be executed"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/3> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Passed on"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/35> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "35" ;
    skos:prefLabel "Started"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/36> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "36" ;
    skos:prefLabel "Revised"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/38> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "38" ;
    skos:prefLabel "Assigned"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/39> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "39" ;
    skos:prefLabel "Approved"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/40> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "40" ;
    skos:prefLabel "Withdrawn"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/41> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "41" ;
    skos:prefLabel "Rejected"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/42> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "42" ;
    skos:prefLabel "Approval pending"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/43> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "43" ;
    skos:prefLabel "Postponed"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/44> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "44" ;
    skos:prefLabel "Replaced"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/70> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "70" ;
    skos:prefLabel "Issued"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/73> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "73" ;
    skos:prefLabel "Confirmed"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/85> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "85" ;
    skos:prefLabel "Updated"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/95> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "95" ;
    skos:prefLabel "Unchanged"@en .

<https://test.uncefact.org/vocabulary/workflow-status-code-list/97> a skos:Concept ;
    skos:inScheme unece:workflow-status-code-list ;
    skos:notation "97" ;
    skos:prefLabel "Pending"@en .

unece:IdentifierScheme a owl:Class ;
    rdfs:label "Identifier Scheme"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An identifier registration scheme for products, facilities, or organisations."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:isic a skos:ConceptScheme ;
    rdfs:label "ISIC (International Standard Industrial Classification)"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://unstats.un.org/unsd/classifications/Econ/isic> ;
    skos:definition "The UN International Standard Industrial Classification of All Economic Activities (ISIC), maintained by the UN Statistics Division. An external-reference list; bind the concrete ISIC codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

unece:itu-calling-code a skos:ConceptScheme ;
    rdfs:label "ITU-T E.164 country calling codes"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://www.itu.int/pub/T-SP-E.164D> ;
    skos:definition "The ITU-T Recommendation E.164 assigned country (dialling) codes for the international public telecommunication numbering plan, maintained by the ITU. An external-reference list; bind the concrete calling codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

<https://test.uncefact.org/vocabulary/language-code-list/aa> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "aa" ;
    skos:prefLabel "Afar"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ab> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ab" ;
    skos:prefLabel "Abkhazian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ae> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ae" ;
    skos:prefLabel "Avestan"@en .

<https://test.uncefact.org/vocabulary/language-code-list/af> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "af" ;
    skos:prefLabel "Afrikaans"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ak> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ak" ;
    skos:prefLabel "Akan"@en .

<https://test.uncefact.org/vocabulary/language-code-list/am> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "am" ;
    skos:prefLabel "Amharic"@en .

<https://test.uncefact.org/vocabulary/language-code-list/an> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "an" ;
    skos:prefLabel "Aragonese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ar> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ar" ;
    skos:prefLabel "Arabic"@en .

<https://test.uncefact.org/vocabulary/language-code-list/as> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "as" ;
    skos:prefLabel "Assamese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/av> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "av" ;
    skos:prefLabel "Avaric"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ay> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ay" ;
    skos:prefLabel "Aymara"@en .

<https://test.uncefact.org/vocabulary/language-code-list/az> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "az" ;
    skos:prefLabel "Azerbaijani"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ba> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ba" ;
    skos:prefLabel "Bashkir"@en .

<https://test.uncefact.org/vocabulary/language-code-list/be> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "be" ;
    skos:prefLabel "Belarusian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/bg> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "bg" ;
    skos:prefLabel "Bulgarian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/bh> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "bh" ;
    skos:prefLabel "Bihari"@en .

<https://test.uncefact.org/vocabulary/language-code-list/bi> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "bi" ;
    skos:prefLabel "Bislama"@en .

<https://test.uncefact.org/vocabulary/language-code-list/bm> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "bm" ;
    skos:prefLabel "Bambara"@en .

<https://test.uncefact.org/vocabulary/language-code-list/bn> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "bn" ;
    skos:prefLabel "Bengali"@en .

<https://test.uncefact.org/vocabulary/language-code-list/bo> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "bo" ;
    skos:prefLabel "Tibetan"@en .

<https://test.uncefact.org/vocabulary/language-code-list/br> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "br" ;
    skos:prefLabel "Breton"@en .

<https://test.uncefact.org/vocabulary/language-code-list/bs> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "bs" ;
    skos:prefLabel "Bosnian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ca> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ca" ;
    skos:prefLabel "Catalan; Valencian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ce> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ce" ;
    skos:prefLabel "Chechen"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ch> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ch" ;
    skos:prefLabel "Chamorro"@en .

<https://test.uncefact.org/vocabulary/language-code-list/co> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "co" ;
    skos:prefLabel "Corsican"@en .

<https://test.uncefact.org/vocabulary/language-code-list/cr> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "cr" ;
    skos:prefLabel "Cree"@en .

<https://test.uncefact.org/vocabulary/language-code-list/cs> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "cs" ;
    skos:prefLabel "Czech"@en .

<https://test.uncefact.org/vocabulary/language-code-list/cu> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "cu" ;
    skos:prefLabel "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic"@en .

<https://test.uncefact.org/vocabulary/language-code-list/cv> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "cv" ;
    skos:prefLabel "Chuvash"@en .

<https://test.uncefact.org/vocabulary/language-code-list/cy> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "cy" ;
    skos:prefLabel "Welsh"@en .

<https://test.uncefact.org/vocabulary/language-code-list/da> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "da" ;
    skos:prefLabel "Danish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/de> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "de" ;
    skos:prefLabel "German"@en .

<https://test.uncefact.org/vocabulary/language-code-list/dv> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "dv" ;
    skos:prefLabel "Divehi; Dhivehi; Maldivian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/dz> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "dz" ;
    skos:prefLabel "Dzongkha"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ee> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ee" ;
    skos:prefLabel "Ewe"@en .

<https://test.uncefact.org/vocabulary/language-code-list/el> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "el" ;
    skos:prefLabel "Greek; Modern (1453-)"@en .

<https://test.uncefact.org/vocabulary/language-code-list/en> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "en" ;
    skos:prefLabel "English"@en .

<https://test.uncefact.org/vocabulary/language-code-list/eo> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "eo" ;
    skos:prefLabel "Esperanto"@en .

<https://test.uncefact.org/vocabulary/language-code-list/es> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "es" ;
    skos:prefLabel "Spanish; Castilian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/et> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "et" ;
    skos:prefLabel "Estonian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/eu> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "eu" ;
    skos:prefLabel "Basque"@en .

<https://test.uncefact.org/vocabulary/language-code-list/fa> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "fa" ;
    skos:prefLabel "Persian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ff> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ff" ;
    skos:prefLabel "Fulah"@en .

<https://test.uncefact.org/vocabulary/language-code-list/fi> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "fi" ;
    skos:prefLabel "Finnish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/fj> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "fj" ;
    skos:prefLabel "Fijian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/fo> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "fo" ;
    skos:prefLabel "Faroese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/fr> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "fr" ;
    skos:prefLabel "French"@en .

<https://test.uncefact.org/vocabulary/language-code-list/fy> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "fy" ;
    skos:prefLabel "Western Frisian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ga> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ga" ;
    skos:prefLabel "Irish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/gd> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "gd" ;
    skos:prefLabel "Gaelic; Scottish Gaelic"@en .

<https://test.uncefact.org/vocabulary/language-code-list/gl> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "gl" ;
    skos:prefLabel "Galician"@en .

<https://test.uncefact.org/vocabulary/language-code-list/gn> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "gn" ;
    skos:prefLabel "Guarani"@en .

<https://test.uncefact.org/vocabulary/language-code-list/gu> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "gu" ;
    skos:prefLabel "Gujarati"@en .

<https://test.uncefact.org/vocabulary/language-code-list/gv> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "gv" ;
    skos:prefLabel "Manx"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ha> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ha" ;
    skos:prefLabel "Hausa"@en .

<https://test.uncefact.org/vocabulary/language-code-list/he> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "he" ;
    skos:prefLabel "Hebrew"@en .

<https://test.uncefact.org/vocabulary/language-code-list/hi> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "hi" ;
    skos:prefLabel "Hindi"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ho> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ho" ;
    skos:prefLabel "Hiri Motu"@en .

<https://test.uncefact.org/vocabulary/language-code-list/hr> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "hr" ;
    skos:prefLabel "Croatian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ht> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ht" ;
    skos:prefLabel "Haitian; Haitian Creole"@en .

<https://test.uncefact.org/vocabulary/language-code-list/hu> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "hu" ;
    skos:prefLabel "Hungarian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/hy> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "hy" ;
    skos:prefLabel "Armenian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/hz> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "hz" ;
    skos:prefLabel "Herero"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ia> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ia" ;
    skos:prefLabel "Interlingua (International Auxiliary Language Association)"@en .

<https://test.uncefact.org/vocabulary/language-code-list/id> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "id" ;
    skos:prefLabel "Indonesian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ie> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ie" ;
    skos:prefLabel "Interlingue"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ig> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ig" ;
    skos:prefLabel "Igbo"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ii> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ii" ;
    skos:prefLabel "Sichuan Yi"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ik> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ik" ;
    skos:prefLabel "Inupiaq"@en .

<https://test.uncefact.org/vocabulary/language-code-list/io> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "io" ;
    skos:prefLabel "Ido"@en .

<https://test.uncefact.org/vocabulary/language-code-list/is> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "is" ;
    skos:prefLabel "Icelandic"@en .

<https://test.uncefact.org/vocabulary/language-code-list/it> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "it" ;
    skos:prefLabel "Italian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/iu> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "iu" ;
    skos:prefLabel "Inuktiut"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ja> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ja" ;
    skos:prefLabel "Japanese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/jv> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "jv" ;
    skos:prefLabel "Javanese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ka> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ka" ;
    skos:prefLabel "Georgian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/kg> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "kg" ;
    skos:prefLabel "Kongo"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ki> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ki" ;
    skos:prefLabel "Kikuyu; Gikuyu"@en .

<https://test.uncefact.org/vocabulary/language-code-list/kj> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "kj" ;
    skos:prefLabel "Kuanyama; Kwanyama"@en .

<https://test.uncefact.org/vocabulary/language-code-list/kk> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "kk" ;
    skos:prefLabel "Kazakh"@en .

<https://test.uncefact.org/vocabulary/language-code-list/kl> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "kl" ;
    skos:prefLabel "Kalaallisut; Greenlandic"@en .

<https://test.uncefact.org/vocabulary/language-code-list/km> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "km" ;
    skos:prefLabel "Central Khmer"@en .

<https://test.uncefact.org/vocabulary/language-code-list/kn> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "kn" ;
    skos:prefLabel "Kannada"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ko> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ko" ;
    skos:prefLabel "Korean"@en .

<https://test.uncefact.org/vocabulary/language-code-list/kr> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "kr" ;
    skos:prefLabel "Kanuri"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ks> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ks" ;
    skos:prefLabel "Kashmiri"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ku> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ku" ;
    skos:prefLabel "Kurdish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/kv> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "kv" ;
    skos:prefLabel "Komi"@en .

<https://test.uncefact.org/vocabulary/language-code-list/kw> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "kw" ;
    skos:prefLabel "Cornish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ky> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ky" ;
    skos:prefLabel "Kirghiz; Kyrgyz"@en .

<https://test.uncefact.org/vocabulary/language-code-list/la> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "la" ;
    skos:prefLabel "Latin"@en .

<https://test.uncefact.org/vocabulary/language-code-list/lb> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "lb" ;
    skos:prefLabel "Luxembourgish; Letzeburgesch"@en .

<https://test.uncefact.org/vocabulary/language-code-list/lg> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "lg" ;
    skos:prefLabel "Ganda"@en .

<https://test.uncefact.org/vocabulary/language-code-list/li> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "li" ;
    skos:prefLabel "Limburgan; Limburger; Limburgish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ln> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ln" ;
    skos:prefLabel "Lingala"@en .

<https://test.uncefact.org/vocabulary/language-code-list/lo> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "lo" ;
    skos:prefLabel "Lao"@en .

<https://test.uncefact.org/vocabulary/language-code-list/lt> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "lt" ;
    skos:prefLabel "Lithuanian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/lu> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "lu" ;
    skos:prefLabel "Luba-Katanga"@en .

<https://test.uncefact.org/vocabulary/language-code-list/lv> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "lv" ;
    skos:prefLabel "Latvian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/mg> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "mg" ;
    skos:prefLabel "Malagasy"@en .

<https://test.uncefact.org/vocabulary/language-code-list/mh> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "mh" ;
    skos:prefLabel "Marshallese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/mi> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "mi" ;
    skos:prefLabel "Maori"@en .

<https://test.uncefact.org/vocabulary/language-code-list/mk> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "mk" ;
    skos:prefLabel "Macedonian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ml> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ml" ;
    skos:prefLabel "Malayalam"@en .

<https://test.uncefact.org/vocabulary/language-code-list/mn> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "mn" ;
    skos:prefLabel "Mongolian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/mo> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "mo" ;
    skos:prefLabel "Moldavian; Moldovan"@en .

<https://test.uncefact.org/vocabulary/language-code-list/mr> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "mr" ;
    skos:prefLabel "Marathi"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ms> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ms" ;
    skos:prefLabel "Malay"@en .

<https://test.uncefact.org/vocabulary/language-code-list/mt> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "mt" ;
    skos:prefLabel "Maltese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/my> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "my" ;
    skos:prefLabel "Burmese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/na> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "na" ;
    skos:prefLabel "Nauru"@en .

<https://test.uncefact.org/vocabulary/language-code-list/nb> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "nb" ;
    skos:prefLabel "Bokmal Norwegian; Norwegian Bokmal"@en .

<https://test.uncefact.org/vocabulary/language-code-list/nd> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "nd" ;
    skos:prefLabel "Ndebele; North; North Ndebele"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ne> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ne" ;
    skos:prefLabel "Nepali"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ng> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ng" ;
    skos:prefLabel "Ndonga"@en .

<https://test.uncefact.org/vocabulary/language-code-list/nl> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "nl" ;
    skos:prefLabel "Dutch; Flemish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/nn> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "nn" ;
    skos:prefLabel "Norwegian Nynorsk; Nynorsk, Norwegian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/no> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "no" ;
    skos:prefLabel "Norwegian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/nr> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "nr" ;
    skos:prefLabel "Ndebele; South; South Ndebele"@en .

<https://test.uncefact.org/vocabulary/language-code-list/nv> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "nv" ;
    skos:prefLabel "Navajo; Navaho"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ny> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ny" ;
    skos:prefLabel "Chichewa; Chewa; Nyanja"@en .

<https://test.uncefact.org/vocabulary/language-code-list/oc> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "oc" ;
    skos:prefLabel "Occitan (post 1500); Provencal"@en .

<https://test.uncefact.org/vocabulary/language-code-list/oj> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "oj" ;
    skos:prefLabel "Ojibwa"@en .

<https://test.uncefact.org/vocabulary/language-code-list/om> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "om" ;
    skos:prefLabel "Oromo"@en .

<https://test.uncefact.org/vocabulary/language-code-list/or> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "or" ;
    skos:prefLabel "Oriya"@en .

<https://test.uncefact.org/vocabulary/language-code-list/os> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "os" ;
    skos:prefLabel "Ossetian; Ossetic"@en .

<https://test.uncefact.org/vocabulary/language-code-list/pa> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "pa" ;
    skos:prefLabel "Panjabi; Punjabi"@en .

<https://test.uncefact.org/vocabulary/language-code-list/pi> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "pi" ;
    skos:prefLabel "Pali"@en .

<https://test.uncefact.org/vocabulary/language-code-list/pl> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "pl" ;
    skos:prefLabel "Polish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ps> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ps" ;
    skos:prefLabel "Pushto; Pashto"@en .

<https://test.uncefact.org/vocabulary/language-code-list/pt> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "pt" ;
    skos:prefLabel "Portuguese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/qu> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "qu" ;
    skos:prefLabel "Quechua"@en .

<https://test.uncefact.org/vocabulary/language-code-list/rm> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "rm" ;
    skos:prefLabel "Romansh"@en .

<https://test.uncefact.org/vocabulary/language-code-list/rn> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "rn" ;
    skos:prefLabel "Rundi"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ro> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ro" ;
    skos:prefLabel "Romanian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ru> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ru" ;
    skos:prefLabel "Russian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/rw> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "rw" ;
    skos:prefLabel "Kinyarwanda"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sa> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sa" ;
    skos:prefLabel "Sanskrit"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sc> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sc" ;
    skos:prefLabel "Sardinian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sd> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sd" ;
    skos:prefLabel "Sindhi"@en .

<https://test.uncefact.org/vocabulary/language-code-list/se> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "se" ;
    skos:prefLabel "Northern Sami"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sg> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sg" ;
    skos:prefLabel "Sango"@en .

<https://test.uncefact.org/vocabulary/language-code-list/si> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "si" ;
    skos:prefLabel "Sinhala; Sinhalese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sk> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sk" ;
    skos:prefLabel "Slovak"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sl> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sl" ;
    skos:prefLabel "Slovenian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sm> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sm" ;
    skos:prefLabel "Samoan"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sn> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sn" ;
    skos:prefLabel "Shona"@en .

<https://test.uncefact.org/vocabulary/language-code-list/so> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "so" ;
    skos:prefLabel "Somali"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sq> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sq" ;
    skos:prefLabel "Albanian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sr> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sr" ;
    skos:prefLabel "Serbian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ss> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ss" ;
    skos:prefLabel "Swati"@en .

<https://test.uncefact.org/vocabulary/language-code-list/st> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "st" ;
    skos:prefLabel "Sotho, Southern"@en .

<https://test.uncefact.org/vocabulary/language-code-list/su> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "su" ;
    skos:prefLabel "Sundanese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sv> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sv" ;
    skos:prefLabel "Swedish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/sw> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "sw" ;
    skos:prefLabel "Swahili"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ta> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ta" ;
    skos:prefLabel "Tamil"@en .

<https://test.uncefact.org/vocabulary/language-code-list/te> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "te" ;
    skos:prefLabel "Telugu"@en .

<https://test.uncefact.org/vocabulary/language-code-list/tg> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "tg" ;
    skos:prefLabel "Tajik"@en .

<https://test.uncefact.org/vocabulary/language-code-list/th> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "th" ;
    skos:prefLabel "Thai"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ti> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ti" ;
    skos:prefLabel "Tigrinya"@en .

<https://test.uncefact.org/vocabulary/language-code-list/tk> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "tk" ;
    skos:prefLabel "Turkmen"@en .

<https://test.uncefact.org/vocabulary/language-code-list/tl> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "tl" ;
    skos:prefLabel "Tagalog"@en .

<https://test.uncefact.org/vocabulary/language-code-list/tn> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "tn" ;
    skos:prefLabel "Tswana"@en .

<https://test.uncefact.org/vocabulary/language-code-list/to> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "to" ;
    skos:prefLabel "Tonga (Tonga Islands)"@en .

<https://test.uncefact.org/vocabulary/language-code-list/tr> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "tr" ;
    skos:prefLabel "Turkish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ts> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ts" ;
    skos:prefLabel "Tsonga"@en .

<https://test.uncefact.org/vocabulary/language-code-list/tt> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "tt" ;
    skos:prefLabel "Tatar"@en .

<https://test.uncefact.org/vocabulary/language-code-list/tw> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "tw" ;
    skos:prefLabel "Twi"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ty> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ty" ;
    skos:prefLabel "Tahitian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ug> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ug" ;
    skos:prefLabel "Uighur; Uyghur"@en .

<https://test.uncefact.org/vocabulary/language-code-list/uk> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "uk" ;
    skos:prefLabel "Ukrainian"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ur> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ur" ;
    skos:prefLabel "Urdu"@en .

<https://test.uncefact.org/vocabulary/language-code-list/uz> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "uz" ;
    skos:prefLabel "Uzbek"@en .

<https://test.uncefact.org/vocabulary/language-code-list/ve> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "ve" ;
    skos:prefLabel "Venda"@en .

<https://test.uncefact.org/vocabulary/language-code-list/vi> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "vi" ;
    skos:prefLabel "Vietnamese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/vo> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "vo" ;
    skos:prefLabel "Volapük"@en .

<https://test.uncefact.org/vocabulary/language-code-list/wa> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "wa" ;
    skos:prefLabel "Walloon"@en .

<https://test.uncefact.org/vocabulary/language-code-list/wo> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "wo" ;
    skos:prefLabel "Wolof"@en .

<https://test.uncefact.org/vocabulary/language-code-list/xh> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "xh" ;
    skos:prefLabel "Xhosa"@en .

<https://test.uncefact.org/vocabulary/language-code-list/yi> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "yi" ;
    skos:prefLabel "Yiddish"@en .

<https://test.uncefact.org/vocabulary/language-code-list/yo> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "yo" ;
    skos:prefLabel "Yoruba"@en .

<https://test.uncefact.org/vocabulary/language-code-list/za> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "za" ;
    skos:prefLabel "Zhuang; Chuang"@en .

<https://test.uncefact.org/vocabulary/language-code-list/zh> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "zh" ;
    skos:prefLabel "Chinese"@en .

<https://test.uncefact.org/vocabulary/language-code-list/zu> a skos:Concept ;
    skos:inScheme unece:language-code-list ;
    skos:notation "zu" ;
    skos:prefLabel "Zulu"@en .

<https://test.uncefact.org/vocabulary/party-role/accountHolder> a skos:Concept ;
    skos:definition "Party that holds a financial account."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "accountHolder" ;
    skos:prefLabel "Account Holder"@en .

<https://test.uncefact.org/vocabulary/party-role/applicant> a skos:Concept ;
    skos:definition "Party applying for a documentary credit."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "applicant" ;
    skos:prefLabel "Applicant"@en .

<https://test.uncefact.org/vocabulary/party-role/beneficiary> a skos:Concept ;
    skos:definition "Party in whose favour a credit or payment is made."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "beneficiary" ;
    skos:prefLabel "Beneficiary"@en .

<https://test.uncefact.org/vocabulary/party-role/brandOwner> a skos:Concept ;
    skos:definition "Party responsible for the brand or product specification."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "brandOwner" ;
    skos:prefLabel "Brand Owner"@en .

<https://test.uncefact.org/vocabulary/party-role/buyer> a skos:Concept ;
    skos:definition "Party purchasing goods or services."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "buyer" ;
    skos:prefLabel "Buyer"@en .

<https://test.uncefact.org/vocabulary/party-role/carrier> a skos:Concept ;
    skos:definition "Party physically transporting the goods."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "carrier" ;
    skos:prefLabel "Carrier"@en .

<https://test.uncefact.org/vocabulary/party-role/certifier> a skos:Concept ;
    skos:definition "Party issuing certification or conformity assessment."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "certifier" ;
    skos:prefLabel "Certifier"@en .

<https://test.uncefact.org/vocabulary/party-role/consignee> a skos:Concept ;
    skos:definition "Party receiving the goods."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "consignee" ;
    skos:prefLabel "Consignee"@en .

<https://test.uncefact.org/vocabulary/party-role/consignor> a skos:Concept ;
    skos:definition "Party sending the goods."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "consignor" ;
    skos:prefLabel "Consignor"@en .

<https://test.uncefact.org/vocabulary/party-role/customsAuthority> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/competentAuthority> ;
    skos:definition "Government customs authority."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "customsAuthority" ;
    skos:prefLabel "Customs Authority"@en .

<https://test.uncefact.org/vocabulary/party-role/customsBroker> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/agent> ;
    skos:definition "Party acting as agent for customs formalities."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "customsBroker" ;
    skos:prefLabel "Customs Broker"@en .

<https://test.uncefact.org/vocabulary/party-role/declarant> a skos:Concept ;
    skos:definition "Party lodging a customs declaration."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "declarant" ;
    skos:prefLabel "Declarant"@en .

<https://test.uncefact.org/vocabulary/party-role/deliveryParty> a skos:Concept ;
    skos:definition "Party to which the goods are delivered."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "deliveryParty" ;
    skos:prefLabel "Delivery Party"@en .

<https://test.uncefact.org/vocabulary/party-role/depositor> a skos:Concept ;
    skos:definition "Party depositing goods into storage."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "depositor" ;
    skos:prefLabel "Depositor"@en .

<https://test.uncefact.org/vocabulary/party-role/distributor> a skos:Concept ;
    skos:definition "Party distributing goods in the supply chain."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "distributor" ;
    skos:prefLabel "Distributor"@en .

<https://test.uncefact.org/vocabulary/party-role/drawee> a skos:Concept ;
    skos:definition "Party on which a bill of exchange is drawn."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "drawee" ;
    skos:prefLabel "Drawee"@en .

<https://test.uncefact.org/vocabulary/party-role/drawer> a skos:Concept ;
    skos:definition "Party that draws (issues) a bill of exchange."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "drawer" ;
    skos:prefLabel "Drawer"@en .

<https://test.uncefact.org/vocabulary/party-role/exporter> a skos:Concept ;
    skos:definition "Party exporting the goods from a jurisdiction."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "exporter" ;
    skos:prefLabel "Exporter"@en .

<https://test.uncefact.org/vocabulary/party-role/freightForwarder> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/logisticsProvider> ;
    skos:definition "Party arranging transport on behalf of consignor or consignee."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "freightForwarder" ;
    skos:prefLabel "Freight Forwarder"@en .

<https://test.uncefact.org/vocabulary/party-role/guarantor> a skos:Concept ;
    skos:definition "Party providing a guarantee or surety."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "guarantor" ;
    skos:prefLabel "Guarantor"@en .

<https://test.uncefact.org/vocabulary/party-role/importer> a skos:Concept ;
    skos:definition "Party importing the goods into a jurisdiction."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "importer" ;
    skos:prefLabel "Importer"@en .

<https://test.uncefact.org/vocabulary/party-role/inspector> a skos:Concept ;
    skos:definition "Party performing inspection or testing."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "inspector" ;
    skos:prefLabel "Inspector"@en .

<https://test.uncefact.org/vocabulary/party-role/insured> a skos:Concept ;
    skos:definition "Party covered by an insurance policy."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "insured" ;
    skos:prefLabel "Insured"@en .

<https://test.uncefact.org/vocabulary/party-role/insurer> a skos:Concept ;
    skos:definition "Party providing insurance cover."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "insurer" ;
    skos:prefLabel "Insurer"@en .

<https://test.uncefact.org/vocabulary/party-role/invoicee> a skos:Concept ;
    skos:definition "Party to whom an invoice is issued."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "invoicee" ;
    skos:prefLabel "Invoicee"@en .

<https://test.uncefact.org/vocabulary/party-role/notifyParty> a skos:Concept ;
    skos:definition "Party to be notified of the arrival of goods."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "notifyParty" ;
    skos:prefLabel "Notify Party"@en .

<https://test.uncefact.org/vocabulary/party-role/operator> a skos:Concept ;
    skos:definition "Party operating a facility or process."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "operator" ;
    skos:prefLabel "Operator"@en .

<https://test.uncefact.org/vocabulary/party-role/owner> a skos:Concept ;
    skos:definition "Party that owns the product or asset."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "owner" ;
    skos:prefLabel "Owner"@en .

<https://test.uncefact.org/vocabulary/party-role/payee> a skos:Concept ;
    skos:definition "Party receiving a payment."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "payee" ;
    skos:prefLabel "Payee"@en .

<https://test.uncefact.org/vocabulary/party-role/payer> a skos:Concept ;
    skos:definition "Party making a payment."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "payer" ;
    skos:prefLabel "Payer"@en .

<https://test.uncefact.org/vocabulary/party-role/processor> a skos:Concept ;
    skos:definition "Party that processes or transforms materials."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "processor" ;
    skos:prefLabel "Processor"@en .

<https://test.uncefact.org/vocabulary/party-role/producer> a skos:Concept ;
    skos:definition "Party that extracts, grows, or produces raw materials."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "producer" ;
    skos:prefLabel "Producer"@en .

<https://test.uncefact.org/vocabulary/party-role/recycler> a skos:Concept ;
    skos:definition "Party that recovers materials from products."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "recycler" ;
    skos:prefLabel "Recycler"@en .

<https://test.uncefact.org/vocabulary/party-role/remanufacturer> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/manufacturer> ;
    skos:definition "Party that remanufactures or refurbishes products."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "remanufacturer" ;
    skos:prefLabel "Remanufacturer"@en .

<https://test.uncefact.org/vocabulary/party-role/retailer> a skos:Concept ;
    skos:definition "Party selling goods to end users."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "retailer" ;
    skos:prefLabel "Retailer"@en .

<https://test.uncefact.org/vocabulary/party-role/serviceProvider> a skos:Concept ;
    skos:definition "Party providing maintenance or servicing."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "serviceProvider" ;
    skos:prefLabel "Service Provider"@en .

<https://test.uncefact.org/vocabulary/party-role/shippingAgent> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/agent> ;
    skos:definition "Party acting as agent for a carrier or shipper."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "shippingAgent" ;
    skos:prefLabel "Shipping Agent"@en .

<https://test.uncefact.org/vocabulary/party-role/supplier> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/seller> ;
    skos:definition "Party supplying goods or services."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "supplier" ;
    skos:prefLabel "Supplier"@en .

<https://test.uncefact.org/vocabulary/party-role/warehouseKeeper> a skos:Concept ;
    skos:definition "Party operating a warehouse where goods are stored."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "warehouseKeeper" ;
    skos:prefLabel "Warehouse Keeper"@en .

unece:un-locode a skos:ConceptScheme ;
    rdfs:label "UN/LOCODE"@en ;
    dcterms:provenance "Proposed Vocab addition; external-reference code list; maintained by its owner, not held locally."@en ;
    rdfs:seeAlso <https://unece.org/trade/cefact/unlocode-code-list-country-and-territory> ;
    skos:definition "The UN Code for Trade and Transport Locations (UN/LOCODE), maintained by UNECE. An external-reference list; bind the concrete UN/LOCODE codes downstream."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

<https://test.uncefact.org/vocabulary/unit-of-measure/22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciL-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "22" ;
    skos:prefLabel "decilitre per gram"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L3 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dL.g-1" ;
    unece:unitSymbol "dl/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-CentiM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "23" ;
    skos:prefLabel "gram per cubic centimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.cm-3" ;
    unece:unitSymbol "g/cm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/25> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "25" ;
    skos:prefLabel "gram per square centimetre"@en ;
    unece:conversionMultiplier 10.0 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "surface density, areic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.cm-2" ;
    unece:unitSymbol "g/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2B> a skos:Concept ;
    skos:definition "Refer ISO/TC12 SI Guide"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/RAD-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2B" ;
    skos:prefLabel "radian per second squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-2" ;
    unece:rec20Quantity "angular acceleration"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "rad.s-2" ;
    unece:unitSymbol "rad/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2C> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2C" ;
    skos:prefLabel "roentgen"@en ;
    unece:conversionMultiplier 0.000258 ;
    unece:dimensionVector "I1 M-1 T1" ;
    unece:rec20Quantity "exposure"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "R" ;
    unece:unitSymbol "R" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2I> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2I" ;
    skos:prefLabel "British thermal unit (international table) per hour"@en ;
    unece:conversionMultiplier 0.29307107 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].h-1" ;
    unece:unitSymbol "BtuIT/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2J> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2J" ;
    skos:prefLabel "cubic centimetre per second"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.s-1" ;
    unece:unitSymbol "cm³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2K> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2K" ;
    skos:prefLabel "cubic foot per hour"@en ;
    unece:conversionMultiplier 7.865792e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cft_i].h-1" ;
    unece:unitSymbol "ft³/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2L> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2L" ;
    skos:prefLabel "cubic foot per minute"@en ;
    unece:conversionMultiplier 0.0004719474432000001 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cft_i].min-1" ;
    unece:unitSymbol "ft³/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2M> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2M" ;
    skos:prefLabel "centimetre per second"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm.s-1" ;
    unece:unitSymbol "cm/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2Q> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloBQ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2Q" ;
    skos:prefLabel "kilobecquerel"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "kBq" ;
    unece:unitSymbol "kBq" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2R> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCi> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2R" ;
    skos:prefLabel "kilocurie"@en ;
    unece:conversionMultiplier 37000000000000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "kCi" ;
    unece:unitSymbol "kCi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2U> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2U" ;
    skos:prefLabel "megagram"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "Mg" ;
    unece:unitSymbol "Mg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2X> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2X" ;
    skos:prefLabel "metre per minute"@en ;
    unece:conversionMultiplier 0.0166666667 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.min-1" ;
    unece:unitSymbol "m/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2Y> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2Y" ;
    skos:prefLabel "milliroentgen"@en ;
    unece:conversionMultiplier 2.58e-07 ;
    unece:dimensionVector "I1 M-1 T1" ;
    unece:rec20Quantity "exposure"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mR" ;
    unece:unitSymbol "mR" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2Z> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2Z" ;
    skos:prefLabel "millivolt"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mV" ;
    unece:unitSymbol "mV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloPA-M2-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "33" ;
    skos:prefLabel "kilopascal square metre per gram"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "burst index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "kPa.m2.g-1" ;
    unece:unitSymbol "kPa·m²/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloPA-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "34" ;
    skos:prefLabel "kilopascal per millimetre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "kPa.mm-1" ;
    unece:unitSymbol "kPa/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-CentiM2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "35" ;
    skos:prefLabel "millilitre per square centimetre second"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "porosity"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "mL.cm-2.s-1" ;
    unece:unitSymbol "ml/(cm²·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/36> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Conversion factor required"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3-PER-MIN-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "36" ;
    skos:prefLabel "cubic foot per minute per square foot"@en ;
    unece:conversionMultiplier 0.00508 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "porosity"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "[cft_i].min-1.[sft_i]-1" ;
    unece:unitSymbol "ft³/(min/ft²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/37> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "37" ;
    skos:prefLabel "ounce per square foot"@en ;
    unece:conversionMultiplier 0.305151727 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "surface density, areic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[sft_i]-1" ;
    unece:unitSymbol "oz/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/3B> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "3B" ;
    skos:prefLabel "megajoule"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MJ" ;
    unece:unitSymbol "MJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "40" ;
    skos:prefLabel "millilitre per second"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.s-1" ;
    unece:unitSymbol "ml/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "41" ;
    skos:prefLabel "millilitre per minute"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.min-1" ;
    unece:unitSymbol "ml/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4C> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiST> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4C" ;
    skos:prefLabel "centistokes"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cSt" ;
    unece:unitSymbol "cSt" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4G> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4G" ;
    skos:prefLabel "microlitre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "uL" ;
    unece:unitSymbol "µl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4H> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4H" ;
    skos:prefLabel "micrometre (micron)"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "um" ;
    unece:unitSymbol "µm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4K> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4K" ;
    skos:prefLabel "milliampere"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mA" ;
    unece:unitSymbol "mA" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4M> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4M" ;
    skos:prefLabel "milligram per hour"@en ;
    unece:conversionMultiplier 2.777778e-10 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.h-1" ;
    unece:unitSymbol "mg/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4N> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaBQ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4N" ;
    skos:prefLabel "megabecquerel"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "MBq" ;
    unece:unitSymbol "MBq" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4O> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroFARAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4O" ;
    skos:prefLabel "microfarad"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I2 L-2 M-1 T4" ;
    unece:rec20Quantity "capacitance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uF" ;
    unece:unitSymbol "µF" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4P> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4P" ;
    skos:prefLabel "newton per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "surface tension"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m-1" ;
    unece:unitSymbol "N/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4Q> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4Q" ;
    skos:prefLabel "ounce inch"@en ;
    unece:conversionMultiplier 0.000720077887375 ;
    unece:dimensionVector "L1 M1" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[in_i]" ;
    unece:unitSymbol "oz·in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4R> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4R" ;
    skos:prefLabel "ounce foot"@en ;
    unece:conversionMultiplier 0.0086409 ;
    unece:dimensionVector "L1 M1" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[ft_i]" ;
    unece:unitSymbol "oz·ft" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4T> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoFARAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4T" ;
    skos:prefLabel "picofarad"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I2 L-2 M-1 T4" ;
    unece:rec20Quantity "capacitance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "pF" ;
    unece:unitSymbol "pF" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4U> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4U" ;
    skos:prefLabel "pound per hour"@en ;
    unece:conversionMultiplier 0.00012599788055555556 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].h-1" ;
    unece:unitSymbol "lb/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4W> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_US-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4W" ;
    skos:prefLabel "ton (US) per hour"@en ;
    unece:conversionMultiplier 0.251944444444444 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ston_av].h-1" ;
    unece:unitSymbol "ton (US) /h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/4X> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloL-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "4X" ;
    skos:prefLabel "kilolitre per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kL.h-1" ;
    unece:unitSymbol "kl/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/5A> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_US-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "5A" ;
    skos:prefLabel "barrel (US) per minute"@en ;
    unece:conversionMultiplier 0.0026498 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bbl_us].min-1" ;
    unece:unitSymbol "barrel (US)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/5I> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Use standard (common code WSD)"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "5I" ;
    skos:prefLabel "standard cubic foot"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "std" .

<https://test.uncefact.org/vocabulary/unit-of-measure/74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliPA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "74" ;
    skos:prefLabel "millipascal"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mPa" ;
    unece:unitSymbol "mPa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/77> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "77" ;
    skos:prefLabel "milli-inch"@en ;
    unece:conversionMultiplier 2.54e-05 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m[in_i]" ;
    unece:unitSymbol "mil" .

<https://test.uncefact.org/vocabulary/unit-of-measure/80> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "80" ;
    skos:prefLabel "pound per square inch absolute"@en ;
    unece:conversionMultiplier 703.06957963916 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[sin_i]-1" ;
    unece:unitSymbol "lb/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/H> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "81" ;
    skos:prefLabel "henry"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "H" ;
    unece:unitSymbol "H" .

<https://test.uncefact.org/vocabulary/unit-of-measure/84> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "A unit of pressure defining the number of kilopounds force per square inch."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloLB_F-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "84" ;
    skos:prefLabel "A unit of pressure defining the number of kilopounds force per square inch. Use kip per square inch (common code N20)."@en ;
    unece:conversionMultiplier 6894757.89 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "k[lbf_av].[sin_i]-1" ;
    unece:unitSymbol "klbf/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-LB_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "85" ;
    skos:prefLabel "foot pound-force"@en ;
    unece:conversionMultiplier 1.35581807 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i].[lbf_av]" ;
    unece:unitSymbol "ft·lbf" .

<https://test.uncefact.org/vocabulary/unit-of-measure/87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "87" ;
    skos:prefLabel "pound per cubic foot"@en ;
    unece:conversionMultiplier 16.018463373960138 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[cft_i]-1" ;
    unece:unitSymbol "lb/ft³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/POISE> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "89" ;
    skos:prefLabel "poise"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "P" ;
    unece:unitSymbol "P" .

<https://test.uncefact.org/vocabulary/unit-of-measure/91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/ST> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "91" ;
    skos:prefLabel "stokes"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "St" ;
    unece:unitSymbol "St" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A1> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_15_DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A1" ;
    skos:prefLabel "15 °C calorie"@en ;
    unece:conversionMultiplier 4.1855 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_[15]" ;
    unece:unitSymbol "cal₁₅" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-M2-PER-J-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A10" ;
    skos:prefLabel "ampere square metre per joule second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 M-1 T1" ;
    unece:rec20Quantity "gyromagnetic coefficient, (gyromagnetic ratio)"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "A.m2.J-1.s-1" ;
    unece:unitSymbol "A·m²/(J·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/ANGSTROM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A11" ;
    skos:prefLabel "angstrom"@en ;
    unece:conversionMultiplier 1e-10 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "Bohr radius"@en,
        "lattice plane spacing, Burgers vector"@en,
        "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en,
        "wavelength"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Periodic and related phenomena"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "Ao" ;
    unece:unitSymbol "Å" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/AU> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A12" ;
    skos:prefLabel "astronomical unit"@en ;
    unece:conversionMultiplier 149597870691.6 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "AU" ;
    unece:unitSymbol "ua" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/AttoJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A13" ;
    skos:prefLabel "attojoule"@en ;
    unece:conversionMultiplier 1e-18 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "donor ionization energy, acceptor ionization energy, exchange intergral, superconductor energy gap, electron affinity"@en,
        "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "aJ" ;
    unece:unitSymbol "aJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BARN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A14" ;
    skos:prefLabel "barn"@en ;
    unece:conversionMultiplier 1e-28 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "total cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "b" ;
    unece:unitSymbol "b" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BARN-PER-EV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A15" ;
    skos:prefLabel "barn per electronvolt"@en ;
    unece:conversionMultiplier 6.241509e-10 ;
    unece:dimensionVector "M-1 T2" ;
    unece:rec20Quantity "spectral cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "b.eV-1" ;
    unece:unitSymbol "b/eV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BARN-PER-SR-EV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A16" ;
    skos:prefLabel "barn per steradian electronvolt"@en ;
    unece:conversionMultiplier 6.241509e-10 ;
    unece:dimensionVector "M-1 T2" ;
    unece:rec20Quantity "spectral angular cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "b.sr-1.eV-1" ;
    unece:unitSymbol "b/(sr·eV)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A17> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BARN-PER-SR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A17" ;
    skos:prefLabel "barn per steradian"@en ;
    unece:conversionMultiplier 1e-28 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "angular cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "b.sr-1" ;
    unece:unitSymbol "b/sr" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BQ-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A18" ;
    skos:prefLabel "becquerel per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M-1 T-1" ;
    unece:rec20Quantity "specific activity in a sample"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "Bq.kg-1" ;
    unece:unitSymbol "Bq/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A19> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BQ-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A19" ;
    skos:prefLabel "becquerel per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 T-1" ;
    unece:rec20Quantity "volumic activity, activity concentration"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "Bq.m-3" ;
    unece:unitSymbol "Bq/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A2> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A2" ;
    skos:prefLabel "ampere per centimetre"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "I1 L-1" ;
    unece:rec20Quantity "linear electric current density, lineic electric current, magnetic field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.cm-1" ;
    unece:unitSymbol "A/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A20" ;
    skos:prefLabel "British thermal unit (international table) per second square foot degree Rankine"@en ;
    unece:conversionMultiplier 20441.748028008555 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degR]-1" ;
    unece:unitSymbol "BtuIT/(s·ft²·°R)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A21" ;
    skos:prefLabel "British thermal unit (international table) per pound degree Rankine"@en ;
    unece:conversionMultiplier 426.9 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "specific heat capacity at: - constant pressure, -constant volume,- saturation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[lbf_av]-1.[degR]-1" ;
    unece:unitSymbol "Btu/IT(lb·°R)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT-DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A22" ;
    skos:prefLabel "British thermal unit (international table) per second foot degree Rankine"@en ;
    unece:conversionMultiplier 6230.644798937007 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].s-1.[ft_i]-1.[degR]-1" ;
    unece:unitSymbol "BtuIT/(s·ft·°R)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A23" ;
    skos:prefLabel "British thermal unit (international table) per hour square foot degree Rankine"@en ;
    unece:conversionMultiplier 5.678263341113487 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degR]-1" ;
    unece:unitSymbol "BtuIT/(h·ft²·°R)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CD-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A24" ;
    skos:prefLabel "candela per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "luminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "cd.m-2" ;
    unece:unitSymbol "cd/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A25> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Synonym: metric horse power"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A25" ;
    skos:prefLabel "cheval vapeur"@en ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "CV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A26" ;
    skos:prefLabel "coulomb metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L1 T1" ;
    unece:rec20Quantity "electric dipole moment"@en,
        "electric dipole moment of molecule"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "C.m" ;
    unece:unitSymbol "C·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-M2-PER-V> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A27" ;
    skos:prefLabel "coulomb metre squared per volt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 M-1 T4" ;
    unece:rec20Quantity "electric polarizability of a molecule"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "C.m2.V-1" ;
    unece:unitSymbol "C·m²/V" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-CentiM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A28" ;
    skos:prefLabel "coulomb per cubic centimetre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "C.cm-3" ;
    unece:unitSymbol "C/cm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A29" ;
    skos:prefLabel "coulomb per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "C.m-3" ;
    unece:unitSymbol "C/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A3> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A3" ;
    skos:prefLabel "ampere per millimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I1 L-1" ;
    unece:rec20Quantity "linear electric current density, lineic electric current, magnetic field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.mm-1" ;
    unece:unitSymbol "A/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-MilliM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A30" ;
    skos:prefLabel "coulomb per cubic millimetre"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "C.mm-3" ;
    unece:unitSymbol "C/mm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-KiloGM-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A31" ;
    skos:prefLabel "coulomb per kilogram second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 M-1" ;
    unece:rec20Quantity "exposure rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "C.kg-1.s-1" ;
    unece:unitSymbol "C/(kg·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A33" ;
    skos:prefLabel "coulomb per square centimetre"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "I1 L-2 T1" ;
    unece:rec20Quantity "surface density of charge, electric flux density, displacement electric polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "C.cm-2" ;
    unece:unitSymbol "C/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A34" ;
    skos:prefLabel "coulomb per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L-2 T1" ;
    unece:rec20Quantity "surface density of charge, electric flux density, displacement electric polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "C.m-2" ;
    unece:unitSymbol "C/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-MilliM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A35" ;
    skos:prefLabel "coulomb per square millimetre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I1 L-2 T1" ;
    unece:rec20Quantity "surface density of charge, electric flux density, displacement electric polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "C.mm-2" ;
    unece:unitSymbol "C/mm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A36> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A36" ;
    skos:prefLabel "cubic centimetre per mole"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "N-1 L3" ;
    unece:rec20Quantity "molar volume"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "cm3.mol-1" ;
    unece:unitSymbol "cm³/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A37> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM3-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A37" ;
    skos:prefLabel "cubic decimetre per mole"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "N-1 L3" ;
    unece:rec20Quantity "molar volume"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "dm3.mol-1" ;
    unece:unitSymbol "dm³/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A38> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A38" ;
    skos:prefLabel "cubic metre per coulomb"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L3 T-1" ;
    unece:rec20Quantity "Hall coefficient"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:ucumCode "m3.C-1" ;
    unece:unitSymbol "m³/C" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A39> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A39" ;
    skos:prefLabel "cubic metre per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.kg-1" ;
    unece:unitSymbol "m³/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A4> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A4" ;
    skos:prefLabel "ampere per square centimetre"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "I1 L-2" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.cm-2" ;
    unece:unitSymbol "A/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A40" ;
    skos:prefLabel "cubic metre per mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1 L3" ;
    unece:rec20Quantity "molar volume"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "m3.mol-1" ;
    unece:unitSymbol "m³/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A41" ;
    skos:prefLabel "ampere per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L-2" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.m-2" ;
    unece:unitSymbol "A/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CI-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A42" ;
    skos:prefLabel "curie per kilogram"@en ;
    unece:conversionMultiplier 37000000000.0 ;
    unece:dimensionVector "M-1 T-1" ;
    unece:rec20Quantity "specific activity in a sample"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:unitSymbol "Ci/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A44> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DecaL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A44" ;
    skos:prefLabel "decalitre"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "daL" ;
    unece:unitSymbol "dal" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DecaM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A45" ;
    skos:prefLabel "decametre"@en ;
    unece:conversionMultiplier 10.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "dam" ;
    unece:unitSymbol "dam" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A48> a skos:Concept ;
    skos:definition "Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A48" ;
    skos:prefLabel "degree Rankine"@en ;
    unece:conversionMultiplier 0.5555555555555556 ;
    unece:dimensionVector "Θ1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degR]" ;
    unece:unitSymbol "°R" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A5> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A5" ;
    skos:prefLabel "ampere square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L2" ;
    unece:rec20Quantity "electromagnetic moment, magnetic moment, (magnetic area moment)"@en,
        "magnetic moment of particle, Bohr magneton, nuclear magneton ornucleus"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Electricity and Magnetism"@en ;
    unece:ucumCode "A.m2" ;
    unece:unitSymbol "A·m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A50> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A50" ;
    skos:prefLabel "dyne second per cubic centimetre"@en ;
    unece:conversionMultiplier 10.0 ;
    unece:dimensionVector "L-2 M1 T-1" ;
    unece:rec20Quantity "surface density of mechanical impedance"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "dyn.s.cm-3" ;
    unece:unitSymbol "dyn·s/cm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A51> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A51" ;
    skos:prefLabel "dyne second per centimetre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mechanical impedance"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "dyn.s.cm-1" ;
    unece:unitSymbol "dyn·s/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A52> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM5> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A52" ;
    skos:prefLabel "dyne second per centimetre to the fifth power"@en ;
    unece:conversionMultiplier 100000.0 ;
    unece:dimensionVector "L-4 M1 T-1" ;
    unece:rec20Quantity "acoustic impedance"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "dyn.s.cm-5" ;
    unece:unitSymbol "dyn·s/cm⁵" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/EV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A53" ;
    skos:prefLabel "electronvolt"@en ;
    unece:conversionMultiplier 1.602177e-19 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "Fermi energy"@en,
        "maximum beta particle energy, beta disintegration energy"@en,
        "resonance energy"@en,
        "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Mechanics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "eV" ;
    unece:unitSymbol "eV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/EV-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A55" ;
    skos:prefLabel "electronvolt square metre"@en ;
    unece:conversionMultiplier 1.602176e-19 ;
    unece:dimensionVector "L4 M1 T-2" ;
    unece:rec20Quantity "total atomic stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "eV.m2" ;
    unece:unitSymbol "eV·m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/EV-M2-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A56" ;
    skos:prefLabel "electronvolt square metre per kilogram"@en ;
    unece:conversionMultiplier 1.602176e-19 ;
    unece:dimensionVector "L4 T-2" ;
    unece:rec20Quantity "total mass stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "eV.m2.kg-1" ;
    unece:unitSymbol "eV·m²/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A57> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A57" ;
    skos:prefLabel "erg"@en ;
    unece:conversionMultiplier 1e-07 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "average energy loss per ion, pair formed, (average energy  loss per elementary charge of the same sign produced)"@en,
        "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "erg" ;
    unece:unitSymbol "erg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A60> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG-PER-CentiM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A60" ;
    skos:prefLabel "erg per cubic centimetre"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "sound energy density, volumic, sound energy"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "erg.cm-3" ;
    unece:unitSymbol "erg/cm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A61> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A61" ;
    skos:prefLabel "erg per gram"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "kerma"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "erg.g-1" ;
    unece:unitSymbol "erg/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A62> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG-PER-GM-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A62" ;
    skos:prefLabel "erg per gram second"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "kerma rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "erg.g-1.s-1" ;
    unece:unitSymbol "erg/g·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A63> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A63" ;
    skos:prefLabel "erg per second"@en ;
    unece:conversionMultiplier 1e-07 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en,
        "sound power"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Mechanics"@en ;
    unece:ucumCode "erg.s-1" ;
    unece:unitSymbol "erg/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A64> a skos:Concept ;
    owl:deprecated true ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A64" ;
    skos:prefLabel "erg per second square centimetre"@en ;
    unece:rec20Quantity "sound intensity"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:unitSymbol "erg/(s·cm²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A65> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG-PER-CentiM2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A65" ;
    skos:prefLabel "erg per square centimetre second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "energy fluence rate, (energy flux density)"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "erg.cm-2.s-1" ;
    unece:unitSymbol "erg/(cm²·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A66> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A66" ;
    skos:prefLabel "erg square centimetre"@en ;
    unece:conversionMultiplier 1e-11 ;
    unece:dimensionVector "L4 M1 T-2" ;
    unece:rec20Quantity "total atomic stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "erg.cm2" ;
    unece:unitSymbol "erg·cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A67> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG-CentiM2-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A67" ;
    skos:prefLabel "erg square centimetre per gram"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "L4 T-2" ;
    unece:rec20Quantity "total mass stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "erg.cm2.g-1" ;
    unece:unitSymbol "erg·cm²/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A68> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/ExaJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A68" ;
    skos:prefLabel "exajoule"@en ;
    unece:conversionMultiplier 1e+18 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "EJ" ;
    unece:unitSymbol "EJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FARAD-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A69" ;
    skos:prefLabel "farad per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 L-3 M-1 T4" ;
    unece:rec20Quantity "permittivity, permittivity of vacuum, (electric constant)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "F.m-1" ;
    unece:unitSymbol "F/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A7> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-MilliM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A7" ;
    skos:prefLabel "ampere per square millimetre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I1 L-2" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.mm-2" ;
    unece:unitSymbol "A/mm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FemtoJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A70" ;
    skos:prefLabel "femtojoule"@en ;
    unece:conversionMultiplier 1e-15 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "gap energy"@en,
        "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "fJ" ;
    unece:unitSymbol "fJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A71> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FemtoM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A71" ;
    skos:prefLabel "femtometre"@en ;
    unece:conversionMultiplier 1e-15 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "fm" ;
    unece:unitSymbol "fm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A73" ;
    skos:prefLabel "foot per second squared"@en ;
    unece:conversionMultiplier 0.3048 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i].s-2" ;
    unece:unitSymbol "ft/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-LB_F-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A74" ;
    skos:prefLabel "foot pound-force per second"@en ;
    unece:conversionMultiplier 1.35581807 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i].[lbf_av].s-1" ;
    unece:unitSymbol "ft·lbf/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GALILEO> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A76" ;
    skos:prefLabel "gal"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "Gal" ;
    unece:unitSymbol "Gal" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A8> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A8" ;
    skos:prefLabel "ampere second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.s" ;
    unece:unitSymbol "A·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaC-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A84" ;
    skos:prefLabel "gigacoulomb per cubic metre"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "GC.m-3" ;
    unece:unitSymbol "GC/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaEV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A85" ;
    skos:prefLabel "gigaelectronvolt"@en ;
    unece:conversionMultiplier 1.602177e-10 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "GeV" ;
    unece:unitSymbol "GeV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A86> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaHZ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A86" ;
    skos:prefLabel "gigahertz"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "GHz" ;
    unece:unitSymbol "GHz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A87" ;
    skos:prefLabel "gigaohm"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "I-2 L2 M1 T-3" ;
    unece:rec20Quantity "resistance (to direct current), impedance, (complex impedances), modulus of impedance, resistance (to alternating current), reactance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "GOhm" ;
    unece:unitSymbol "GΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaOHM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A88" ;
    skos:prefLabel "gigaohm metre"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "GOhm.m" ;
    unece:unitSymbol "GΩ·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaPA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A89" ;
    skos:prefLabel "gigapascal"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "GPa" ;
    unece:unitSymbol "GPa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaW> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A90" ;
    skos:prefLabel "gigawatt"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en,
        "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Mechanics"@en ;
    unece:ucumCode "GW" ;
    unece:unitSymbol "GW" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A91> a skos:Concept ;
    skos:altLabel "grade"@en ;
    skos:definition "Synonym: grade"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GON> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A91" ;
    skos:prefLabel "gon"@en ;
    unece:conversionMultiplier 0.015707963267949 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "gon" ;
    unece:unitSymbol "gon" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A93> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A93" ;
    skos:prefLabel "gram per cubic metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.m-3" ;
    unece:unitSymbol "g/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A94" ;
    skos:prefLabel "gram per mole"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "N-1 M1" ;
    unece:rec20Quantity "molar mass"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "g.mol-1" ;
    unece:unitSymbol "g/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GRAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A95" ;
    skos:prefLabel "gray"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "specific energy imparted, massic energy imparted"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Gy" ;
    unece:unitSymbol "Gy" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GRAY-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A96" ;
    skos:prefLabel "gray per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Gy.s-1" ;
    unece:unitSymbol "Gy/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A97> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoPA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A97" ;
    skos:prefLabel "hectopascal"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "hPa" ;
    unece:unitSymbol "hPa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/H-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A98" ;
    skos:prefLabel "henry per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L1 M1 T-2" ;
    unece:rec20Quantity "permeability, permeability of vacuum, magnetic constant"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "H.m-1" ;
    unece:unitSymbol "H/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/ACR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/AC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "ACR" ;
    skos:prefLabel "acre"@en ;
    unece:conversionMultiplier 4046.8564224 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[acr_br]" ;
    unece:unitSymbol "acre" .

<https://test.uncefact.org/vocabulary/unit-of-measure/AE> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "AE" ;
    skos:prefLabel "ampere per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L-1" ;
    unece:rec20Quantity "linear electric current density, lineic electric current, magnetic field strength"@en,
        "magnetization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.m-1" ;
    unece:unitSymbol "A/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/AK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FATH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "AK" ;
    skos:prefLabel "fathom"@en ;
    unece:conversionMultiplier 1.8288 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[fth_i]" ;
    unece:unitSymbol "fth" .

<https://test.uncefact.org/vocabulary/unit-of-measure/AMH> a skos:Concept ;
    skos:definition "A unit of electric charge defining the amount of charge accumulated by a steady flow of one ampere for one hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "AMH" ;
    skos:prefLabel "ampere hour"@en ;
    unece:conversionMultiplier 3600.0 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.h" ;
    unece:unitSymbol "A·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/AMP> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "AMP" ;
    skos:prefLabel "ampere"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A" ;
    unece:unitSymbol "A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/ANN> a skos:Concept ;
    skos:definition "Unit of time equal to 365,25 days. Synonym: Julian year"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/YR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "ANN" ;
    skos:prefLabel "year"@en ;
    unece:conversionMultiplier 31557600.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "a" ;
    unece:unitSymbol "y" .

<https://test.uncefact.org/vocabulary/unit-of-measure/APZ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_TROY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "APZ" ;
    skos:prefLabel "troy ounce or apothecary ounce"@en ;
    unece:conversionMultiplier 0.0311034768 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_tr]" ;
    unece:unitSymbol "tr oz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/ARE> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Synonym: square decametre"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/ARE> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "ARE" ;
    skos:prefLabel "are"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "ar" ;
    unece:unitSymbol "a" .

<https://test.uncefact.org/vocabulary/unit-of-measure/ATM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/ATM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "ATM" ;
    skos:prefLabel "standard atmosphere"@en ;
    unece:conversionMultiplier 101325.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "atm" ;
    unece:unitSymbol "atm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/ATT> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ATM_T> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "ATT" ;
    skos:prefLabel "technical atmosphere"@en ;
    unece:conversionMultiplier 98066.5 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "att" ;
    unece:unitSymbol "at" .

<https://test.uncefact.org/vocabulary/unit-of-measure/AWG> a skos:Concept ;
    skos:definition "A unit of distance used for measuring the diameter of small tubes or wires such as the outer diameter od hypodermic or suture needles."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CCY_AWG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "AWG" ;
    skos:prefLabel "american wire gauge"@en ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "AWG" .

<https://test.uncefact.org/vocabulary/unit-of-measure/AZ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "AZ" ;
    skos:prefLabel "British thermal unit (international table) per pound"@en ;
    unece:conversionMultiplier 2326.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "massic Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[lb_av]-1" ;
    unece:unitSymbol "BtuIT/lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-KiloGM-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B11" ;
    skos:prefLabel "joule per kilogram kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "specific heat capacity at: - constant pressure, -constant volume,- saturation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "J.kg-1.K-1" ;
    unece:unitSymbol "J/(kg·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B13> a skos:Concept ;
    skos:definition "Synonym: joule per metre squared"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B13" ;
    skos:prefLabel "joule per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "energy fluence"@en,
        "radiant energy fluence, radiance exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "J.m-2" ;
    unece:unitSymbol "J/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-M4> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B14" ;
    skos:prefLabel "joule per metre to the fourth power"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "spectral concentration of radiant energy density (in terms of wavelength),spectral radiant energy density (in terms of wave length)"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "J.m-4" ;
    unece:unitSymbol "J/m⁴" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B15" ;
    skos:prefLabel "joule per mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1 L2 M1 T-2" ;
    unece:rec20Quantity "affinity (of a chemical reaction)"@en,
        "chemical potential"@en,
        "molar thermodynamic energy"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "J.mol-1" ;
    unece:unitSymbol "J/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-MOL-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B16" ;
    skos:prefLabel "joule per mole kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1 L2 M1 Θ-1 T-2" ;
    unece:rec20Quantity "molar heat capacity, molar entropy, molar gas constant"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "J.mol-1.K-1" ;
    unece:unitSymbol "J/(mol·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-M2-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B20" ;
    skos:prefLabel "joule square metre per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L4 T-2" ;
    unece:rec20Quantity "total mass stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "J.m2.kg-1" ;
    unece:unitSymbol "J·m²/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-W> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B21" ;
    skos:prefLabel "kelvin per watt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.W-1" ;
    unece:unitSymbol "K/W" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B22" ;
    skos:prefLabel "kiloampere"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kA" ;
    unece:unitSymbol "kA" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloA-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B23" ;
    skos:prefLabel "kiloampere per square metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I1 L-2" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kA.m-2" ;
    unece:unitSymbol "kA/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloA-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B24" ;
    skos:prefLabel "kiloampere per metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I1 L-1" ;
    unece:rec20Quantity "linear electric current density, lineic electric current, magnetic field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kA.m-1" ;
    unece:unitSymbol "kA/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B25> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloBQ-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B25" ;
    skos:prefLabel "kilobecquerel per kilogram"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M-1 T-1" ;
    unece:rec20Quantity "specific activity in a sample"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "kBq.kg-1" ;
    unece:unitSymbol "kBq/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B26" ;
    skos:prefLabel "kilocoulomb"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kC" ;
    unece:unitSymbol "kC" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloC-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B27" ;
    skos:prefLabel "kilocoulomb per cubic metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kC.m-3" ;
    unece:unitSymbol "kC/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloC-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B28" ;
    skos:prefLabel "kilocoulomb per square metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I1 L-2 T1" ;
    unece:rec20Quantity "surface density of charge, electric flux density, displacement electric polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kC.m-2" ;
    unece:unitSymbol "kC/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloEV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B29" ;
    skos:prefLabel "kiloelectronvolt"@en ;
    unece:conversionMultiplier 1.602177e-16 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "keV" ;
    unece:unitSymbol "keV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-M-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B31" ;
    skos:prefLabel "kilogram metre per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1 T-1" ;
    unece:rec20Quantity "momentum"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m.s-1" ;
    unece:unitSymbol "kg·m/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B32" ;
    skos:prefLabel "kilogram metre squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1" ;
    unece:rec20Quantity "moment of inertia (dynamic moment of inertia)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m2" ;
    unece:unitSymbol "kg·m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B33" ;
    skos:prefLabel "kilogram metre squared per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-1" ;
    unece:rec20Quantity "moment of momentum, angular momentum"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m2.s-1" ;
    unece:unitSymbol "kg·m²/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-DeciM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B34" ;
    skos:prefLabel "kilogram per cubic decimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.dm-3" ;
    unece:unitSymbol "kg/dm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B35" ;
    skos:prefLabel "kilogram per litre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en,
        "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Mechanics"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kg.L-1" ;
    unece:unitSymbol "kg/l or kg/L" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B37> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B37" ;
    skos:prefLabel "kilogram-force"@en ;
    unece:conversionMultiplier 9.80665 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kgf" ;
    unece:unitSymbol "kgf" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B39> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B39" ;
    skos:prefLabel "kilogram-force metre per second"@en ;
    unece:conversionMultiplier 9.80665 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kgf.m.s-1" ;
    unece:unitSymbol "kgf·m/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B40> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM_F-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B40" ;
    skos:prefLabel "kilogram-force per square metre"@en ;
    unece:conversionMultiplier 9.80665 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kgf.m-2" ;
    unece:unitSymbol "kgf/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B41" ;
    skos:prefLabel "kilojoule per kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 M1 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kJ.K-1" ;
    unece:unitSymbol "kJ/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B42" ;
    skos:prefLabel "kilojoule per kilogram"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "massic enthalpy, specific enthalpy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kJ.kg-1" ;
    unece:unitSymbol "kJ/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ-PER-KiloGM-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B43" ;
    skos:prefLabel "kilojoule per kilogram kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "specific heat capacity at: - constant pressure, -constant volume,- saturation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kJ.(kg.K)-1" ;
    unece:unitSymbol "kJ/(kg·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B44> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B44" ;
    skos:prefLabel "kilojoule per mole"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N-1 L2 M1 T-2" ;
    unece:rec20Quantity "molar thermodynamic energy"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kJ.mol-1" ;
    unece:unitSymbol "kJ/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B45" ;
    skos:prefLabel "kilomole"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1" ;
    unece:rec20Quantity "amount of substance"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol" ;
    unece:unitSymbol "kmol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B46" ;
    skos:prefLabel "kilomole per cubic metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 L-3" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol.m-3" ;
    unece:unitSymbol "kmol/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B47" ;
    skos:prefLabel "kilonewton"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kN" ;
    unece:unitSymbol "kN" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloN-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B48" ;
    skos:prefLabel "kilonewton metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kN.m" ;
    unece:unitSymbol "kN·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B49> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B49" ;
    skos:prefLabel "kiloohm"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-2 L2 M1 T-3" ;
    unece:rec20Quantity "resistance (to direct current), impedance, (complex impedances), modulus of impedance, resistance (to alternating current), reactance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kOhm" ;
    unece:unitSymbol "kΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloOHM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B50" ;
    skos:prefLabel "kiloohm metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kOhm.m" ;
    unece:unitSymbol "kΩ·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B51> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Synonym: kilogram-force"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloPOND> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B51" ;
    skos:prefLabel "kilopond"@en ;
    unece:conversionMultiplier 9.80665 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "kp" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B52" ;
    skos:prefLabel "kilosecond"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "ks" ;
    unece:unitSymbol "ks" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloS> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B53" ;
    skos:prefLabel "kilosiemens"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I2 L-2 M-1 T3" ;
    unece:rec20Quantity "conductance (for direct current), admittance, (complex admittance), modulus of admittance,(admittance), conductance (for alternating current)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kS" ;
    unece:unitSymbol "kS" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloS-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B54" ;
    skos:prefLabel "kilosiemens per metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kS.m-1" ;
    unece:unitSymbol "kS/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B55" ;
    skos:prefLabel "kilovolt per metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kV.m-1" ;
    unece:unitSymbol "kV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloWB-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B56" ;
    skos:prefLabel "kiloweber per metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L1 M1 T-2" ;
    unece:rec20Quantity "magnetic vector potential"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kWb.m-1" ;
    unece:unitSymbol "kWb/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B57> a skos:Concept ;
    skos:definition "A unit of length defining the distance that light travels in a vacuum in one year."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B57" ;
    skos:prefLabel "light year"@en ;
    unece:conversionMultiplier 9460730472580800.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ly]" ;
    unece:unitSymbol "ly" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B58" ;
    skos:prefLabel "litre per mole"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "N-1 L3" ;
    unece:rec20Quantity "molar volume"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "L.mol-1" ;
    unece:unitSymbol "l/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LM-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B59" ;
    skos:prefLabel "lumen hour"@en ;
    unece:conversionMultiplier 3600.0 ;
    unece:dimensionVector "J1 T1" ;
    unece:rec20Quantity "quantity of light"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lm.h" ;
    unece:unitSymbol "lm·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LM-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B60" ;
    skos:prefLabel "lumen per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "luminous exitance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lm.m-2" ;
    unece:unitSymbol "lm/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LM-PER-W> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B61" ;
    skos:prefLabel "lumen per watt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 J1 M-1 T3" ;
    unece:rec20Quantity "luminious efficacy, spectral luminous efficacy, luminous efficacy at a specified wavelength, maximum spectral luminous efficacy"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lm.W-1" ;
    unece:unitSymbol "lm/W" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B62> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LM-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B62" ;
    skos:prefLabel "lumen second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "J1 T1" ;
    unece:rec20Quantity "quantity of light"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lm.s" ;
    unece:unitSymbol "lm·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B63> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LUX-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B63" ;
    skos:prefLabel "lux hour"@en ;
    unece:conversionMultiplier 3600.0 ;
    unece:dimensionVector "L-2 J1 T1" ;
    unece:rec20Quantity "light exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lx.h" ;
    unece:unitSymbol "lx·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B64> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LUX-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B64" ;
    skos:prefLabel "lux second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 J1 T1" ;
    unece:rec20Quantity "light exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lx.s" ;
    unece:unitSymbol "lx·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B66> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaA-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B66" ;
    skos:prefLabel "megaampere per square metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I1 L-2" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MA.m-2" ;
    unece:unitSymbol "MA/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B67> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaBQ-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B67" ;
    skos:prefLabel "megabecquerel per kilogram"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "M-1 T-1" ;
    unece:rec20Quantity "specific activity in a sample"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "MBq.kg-1" ;
    unece:unitSymbol "MBq/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaC-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B69" ;
    skos:prefLabel "megacoulomb per cubic metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MC.m-3" ;
    unece:unitSymbol "MC/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaC-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B70" ;
    skos:prefLabel "megacoulomb per square metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I1 L-2 T1" ;
    unece:rec20Quantity "surface density of charge, electric flux density, displacement electric polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MC.m-2" ;
    unece:unitSymbol "MC/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B71> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaEV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B71" ;
    skos:prefLabel "megaelectronvolt"@en ;
    unece:conversionMultiplier 1.602177e-13 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MeV" ;
    unece:unitSymbol "MeV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B72> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaGM-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B72" ;
    skos:prefLabel "megagram per cubic metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "Mg.m-3" ;
    unece:unitSymbol "Mg/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B73" ;
    skos:prefLabel "meganewton"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MN" ;
    unece:unitSymbol "MN" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaN-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B74" ;
    skos:prefLabel "meganewton metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MN.m" ;
    unece:unitSymbol "MN·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B75> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B75" ;
    skos:prefLabel "megaohm"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-2 L2 M1 T-3" ;
    unece:rec20Quantity "resistance (to direct current), impedance, (complex impedances), modulus of impedance, resistance (to alternating current), reactance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MOhm" ;
    unece:unitSymbol "MΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaOHM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B76" ;
    skos:prefLabel "megaohm metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "m.MOhm" ;
    unece:unitSymbol "MΩ·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B77> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaS-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B77" ;
    skos:prefLabel "megasiemens per metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MS.m-1" ;
    unece:unitSymbol "MS/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B78> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B78" ;
    skos:prefLabel "megavolt"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MV" ;
    unece:unitSymbol "MV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B79> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B79" ;
    skos:prefLabel "megavolt per metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MV.m-1" ;
    unece:unitSymbol "MV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B8> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B8" ;
    skos:prefLabel "joule per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "electromagnetic energy density, volumic electromagnetic energy"@en,
        "radiant energy density"@en,
        "sound energy density, volumic, sound energy"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Electricity and Magnetism"@en,
        "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "J.m-3" ;
    unece:unitSymbol "J/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-M2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B81" ;
    skos:prefLabel "reciprocal metre squared reciprocal second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 T-1" ;
    unece:rec20Quantity "particle fluence rate, (partical flux density), neutron fluence rate, (neutronflux density), current density of particles"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m-2.s-1" ;
    unece:unitSymbol "m⁻²/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M4> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B83" ;
    skos:prefLabel "metre to the fourth power"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L4" ;
    unece:rec20Quantity "second moment of area, second axial moment of area"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m4" ;
    unece:unitSymbol "m⁴" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B84" ;
    skos:prefLabel "microampere"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uA" ;
    unece:unitSymbol "µA" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroBAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B85" ;
    skos:prefLabel "microbar"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ubar" ;
    unece:unitSymbol "µbar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B86> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B86" ;
    skos:prefLabel "microcoulomb"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uC" ;
    unece:unitSymbol "µC" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroC-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B87" ;
    skos:prefLabel "microcoulomb per cubic metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uC.m-3" ;
    unece:unitSymbol "µC/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroC-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B88" ;
    skos:prefLabel "microcoulomb per square metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I1 L-2 T1" ;
    unece:rec20Quantity "surface density of charge, electric flux density, displacement electric polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uC.m-2" ;
    unece:unitSymbol "µC/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroFARAD-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B89" ;
    skos:prefLabel "microfarad per metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I2 L-3 M-1 T4" ;
    unece:rec20Quantity "permittivity, permittivity of vacuum, (electric constant)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uF.m-1" ;
    unece:unitSymbol "µF/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B90" ;
    skos:prefLabel "microhenry"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uH" ;
    unece:unitSymbol "µH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroH-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B91" ;
    skos:prefLabel "microhenry per metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-2 L1 M1 T-2" ;
    unece:rec20Quantity "permeability, permeability of vacuum, magnetic constant"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uH.m-1" ;
    unece:unitSymbol "µH/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B92" ;
    skos:prefLabel "micronewton"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "uN" ;
    unece:unitSymbol "µN" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B93> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroN-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B93" ;
    skos:prefLabel "micronewton metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "uN.m" ;
    unece:unitSymbol "µN·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B94" ;
    skos:prefLabel "microohm"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-2 L2 M1 T-3" ;
    unece:rec20Quantity "resistance (to direct current), impedance, (complex impedances), modulus of impedance, resistance (to alternating current), reactance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uOhm" ;
    unece:unitSymbol "µΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroOHM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B95" ;
    skos:prefLabel "microohm metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "m.uOhm" ;
    unece:unitSymbol "µΩ·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroPA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B96" ;
    skos:prefLabel "micropascal"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "uPa" ;
    unece:unitSymbol "µPa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B97> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroRAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B97" ;
    skos:prefLabel "microradian"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "urad" ;
    unece:unitSymbol "µrad" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B98" ;
    skos:prefLabel "microsecond"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "us" ;
    unece:unitSymbol "µs" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroS> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B99" ;
    skos:prefLabel "microsiemens"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I2 L-2 M-1 T3" ;
    unece:rec20Quantity "conductance (for direct current), admittance, (complex admittance), modulus of admittance,(admittance), conductance (for alternating current)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uS" ;
    unece:unitSymbol "µS" .

<https://test.uncefact.org/vocabulary/unit-of-measure/BAR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "BAR" ;
    skos:prefLabel "bar [unit of pressure]"@en ;
    unece:conversionMultiplier 100000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en,
        "static pressure, (instantaneous) sound pressure"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Mechanics"@en ;
    unece:ucumCode "bar" ;
    unece:unitSymbol "bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/BHP> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "BHP" ;
    skos:prefLabel "brake horse power"@en ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "BHP" .

<https://test.uncefact.org/vocabulary/unit-of-measure/BLD> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_US_DRY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "BLD" ;
    skos:prefLabel "dry barrel (US)"@en ;
    unece:conversionMultiplier 0.1156281989625 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "bbl (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/BLL> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "BLL" ;
    skos:prefLabel "barrel (US)"@en ;
    unece:conversionMultiplier 0.1589873 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[bbl_us]" ;
    unece:unitSymbol "barrel (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/BQL> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BQ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "BQL" ;
    skos:prefLabel "becquerel"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Bq" ;
    unece:unitSymbol "Bq" .

<https://test.uncefact.org/vocabulary/unit-of-measure/BTU> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "BTU" ;
    skos:prefLabel "British thermal unit (international table)"@en ;
    unece:conversionMultiplier 1055.05585262 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT]" ;
    unece:unitSymbol "BtuIT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/BUA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "BUA" ;
    skos:prefLabel "bushel (US)"@en ;
    unece:conversionMultiplier 0.03523907 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[bu_us]" ;
    unece:unitSymbol "bu (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/BUI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "BUI" ;
    skos:prefLabel "bushel (UK)"@en ;
    unece:conversionMultiplier 0.03636872 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[bu_br]" ;
    unece:unitSymbol "bushel (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliFARAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C10" ;
    skos:prefLabel "millifarad"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I2 L-2 M-1 T4" ;
    unece:rec20Quantity "capacitance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mF" ;
    unece:unitSymbol "mF" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGAL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C11" ;
    skos:prefLabel "milligal"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mGal" ;
    unece:unitSymbol "mGal" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C12" ;
    skos:prefLabel "milligram per metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.m-1" ;
    unece:unitSymbol "mg/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGRAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C13" ;
    skos:prefLabel "milligray"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "specific energy imparted, massic energy imparted"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mGy" ;
    unece:unitSymbol "mGy" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C14" ;
    skos:prefLabel "millihenry"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mH" ;
    unece:unitSymbol "mH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C15" ;
    skos:prefLabel "millijoule"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mJ" ;
    unece:unitSymbol "mJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C16" ;
    skos:prefLabel "millimetre per second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm.s-1" ;
    unece:unitSymbol "mm/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C17> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM2-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C17" ;
    skos:prefLabel "millimetre squared per second"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mm2.s-1" ;
    unece:unitSymbol "mm²/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliMOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C18" ;
    skos:prefLabel "millimole"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "N1" ;
    unece:rec20Quantity "amount of substance"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mmol" ;
    unece:unitSymbol "mmol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C19> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C19" ;
    skos:prefLabel "mole per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 M-1" ;
    unece:rec20Quantity "molality of solute B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.kg-1" ;
    unece:unitSymbol "mol/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C20" ;
    skos:prefLabel "millinewton"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mN" ;
    unece:unitSymbol "mN" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliN-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C22" ;
    skos:prefLabel "millinewton per metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "surface tension"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mN.m-1" ;
    unece:unitSymbol "mN/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliOHM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C23" ;
    skos:prefLabel "milliohm metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "m.mOhm" ;
    unece:unitSymbol "mΩ·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliPA-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C24" ;
    skos:prefLabel "millipascal second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mPa.s" ;
    unece:unitSymbol "mPa·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C25> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliRAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C25" ;
    skos:prefLabel "milliradian"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mrad" ;
    unece:unitSymbol "mrad" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C26" ;
    skos:prefLabel "millisecond"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "ds" ;
    unece:unitSymbol "ms" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliS> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C27" ;
    skos:prefLabel "millisiemens"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I2 L-2 M-1 T3" ;
    unece:rec20Quantity "conductance (for direct current), admittance, (complex admittance), modulus of admittance,(admittance), conductance (for alternating current)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mS" ;
    unece:unitSymbol "mS" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliSV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C28" ;
    skos:prefLabel "millisievert"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "dose equivalent"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mSv" ;
    unece:unitSymbol "mSv" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C29" ;
    skos:prefLabel "millitesla"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-1 M1 T-2" ;
    unece:rec20Quantity "magnetic flux density, magnetic induction, magnetic polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mT" ;
    unece:unitSymbol "mT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C3> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C3" ;
    skos:prefLabel "microvolt per metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uV.m-1" ;
    unece:unitSymbol "µV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C30" ;
    skos:prefLabel "millivolt per metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mV.m-1" ;
    unece:unitSymbol "mV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliW> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C31" ;
    skos:prefLabel "milliwatt"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en,
        "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Mechanics"@en ;
    unece:ucumCode "mW" ;
    unece:unitSymbol "mW" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliW-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C32" ;
    skos:prefLabel "milliwatt per square metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "sound intensity"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "mW.m-2" ;
    unece:unitSymbol "mW/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliWB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C33" ;
    skos:prefLabel "milliweber"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-1 L2 M1 T-2" ;
    unece:rec20Quantity "magnetic flux"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mWb" ;
    unece:unitSymbol "mWb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C34" ;
    skos:prefLabel "mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1" ;
    unece:rec20Quantity "amount of substance"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol" ;
    unece:unitSymbol "mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-DeciM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C35" ;
    skos:prefLabel "mole per cubic decimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 L-3" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.dm-3" ;
    unece:unitSymbol "mol/dm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C36> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C36" ;
    skos:prefLabel "mole per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 L-3" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.m-3" ;
    unece:unitSymbol "mol/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C38> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C38" ;
    skos:prefLabel "mole per litre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 L-3" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.L-1" ;
    unece:unitSymbol "mol/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C39> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C39" ;
    skos:prefLabel "nanoampere"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nA" ;
    unece:unitSymbol "nA" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C40" ;
    skos:prefLabel "nanocoulomb"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nC" ;
    unece:unitSymbol "nC" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoFARAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C41" ;
    skos:prefLabel "nanofarad"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I2 L-2 M-1 T4" ;
    unece:rec20Quantity "capacitance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nF" ;
    unece:unitSymbol "nF" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoFARAD-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C42" ;
    skos:prefLabel "nanofarad per metre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I2 L-3 M-1 T4" ;
    unece:rec20Quantity "permittivity, permittivity of vacuum, (electric constant)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nF.m-1" ;
    unece:unitSymbol "nF/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C43" ;
    skos:prefLabel "nanohenry"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nH" ;
    unece:unitSymbol "nH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C44> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoH-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C44" ;
    skos:prefLabel "nanohenry per metre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I-2 L1 M1 T-2" ;
    unece:rec20Quantity "permeability, permeability of vacuum, magnetic constant"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nH.m-1" ;
    unece:unitSymbol "nH/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C45" ;
    skos:prefLabel "nanometre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "nm" ;
    unece:unitSymbol "nm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoOHM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C46" ;
    skos:prefLabel "nanoohm metre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nOhm.m" ;
    unece:unitSymbol "nΩ·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C47" ;
    skos:prefLabel "nanosecond"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "ns" ;
    unece:unitSymbol "ns" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C48" ;
    skos:prefLabel "nanotesla"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I-1 M1 T-2" ;
    unece:rec20Quantity "magnetic flux density, magnetic induction, magnetic polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nT" ;
    unece:unitSymbol "nT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C49> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoW> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C49" ;
    skos:prefLabel "nanowatt"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nW" ;
    unece:unitSymbol "nW" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NP> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C50" ;
    skos:prefLabel "neper"@en ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "level of a field quantity, level of a power quantity"@en,
        "logarithmic decrement"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Periodic and related phenomena"@en ;
    unece:ucumCode "Np" ;
    unece:unitSymbol "Np" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NP-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C51" ;
    skos:prefLabel "neper per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "damping coefficient"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Periodic and related phenomena"@en ;
    unece:ucumCode "Np.s-1" ;
    unece:unitSymbol "Np/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C52" ;
    skos:prefLabel "picometre"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "pm" ;
    unece:unitSymbol "pm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C53" ;
    skos:prefLabel "newton metre second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-1" ;
    unece:rec20Quantity "angular impulse"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m.s" ;
    unece:unitSymbol "N·m·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C55" ;
    skos:prefLabel "newton per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m-2" ;
    unece:unitSymbol "N/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-PER-MilliM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C56" ;
    skos:prefLabel "newton per square millimetre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.mm-2" ;
    unece:unitSymbol "N/mm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C57> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C57" ;
    skos:prefLabel "newton second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1 T-1" ;
    unece:rec20Quantity "impulse"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.s" ;
    unece:unitSymbol "N·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-SEC-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C58" ;
    skos:prefLabel "newton second per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:conversionOffset 0.0 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mechanical impedance"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "N.s.m-1" ;
    unece:unitSymbol "N·s/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C59> a skos:Concept ;
    skos:definition "A unit used in music to describe the ratio in frequency between notes."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/OCT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C59" ;
    skos:prefLabel "octave"@en ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "frequency interval"@en ;
    unece:rec20Sector "Acoustics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/C60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C60" ;
    skos:prefLabel "ohm centimetre"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Ohm.cm" ;
    unece:unitSymbol "Ω·cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C61" ;
    skos:prefLabel "ohm metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "residual resistivity"@en,
        "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "Ohm.m" ;
    unece:unitSymbol "Ω·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C63> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PARSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C63" ;
    skos:prefLabel "parsec"@en ;
    unece:conversionMultiplier 3.085678e+16 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "pc" ;
    unece:unitSymbol "pc" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C64> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C64" ;
    skos:prefLabel "pascal per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-2" ;
    unece:rec20Quantity "pressure coefficient"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Pa.K-1" ;
    unece:unitSymbol "Pa/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C65> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C65" ;
    skos:prefLabel "pascal second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "Pa.s" ;
    unece:unitSymbol "Pa·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C66> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-SEC-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C66" ;
    skos:prefLabel "pascal second per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-4 M1 T-1" ;
    unece:rec20Quantity "acoustic impedance"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "Pa.s.m-3" ;
    unece:unitSymbol "Pa·s/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C67> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-SEC-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C67" ;
    skos:prefLabel "pascal second per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M1 T-1" ;
    unece:rec20Quantity "characteristic impedance of a medium"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "Pa.s.m-1" ;
    unece:unitSymbol "Pa· s/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C68> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PetaJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C68" ;
    skos:prefLabel "petajoule"@en ;
    unece:conversionMultiplier 1000000000000000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "PJ" ;
    unece:unitSymbol "PJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C69> a skos:Concept ;
    skos:definition "A unit of subjective sound loudness. A sound has loudness p phons if it seems to the listener to be equal in loudness to the sound of a pure tone of frequency 1 kilohertz and strength p decibels."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PHON> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C69" ;
    skos:prefLabel "phon"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "loudness level"@en ;
    unece:rec20Sector "Acoustics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/C7> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiPOISE> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C7" ;
    skos:prefLabel "centipoise"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cP" ;
    unece:unitSymbol "cP" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C70" ;
    skos:prefLabel "picoampere"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "pA" ;
    unece:unitSymbol "pA" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C71> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C71" ;
    skos:prefLabel "picocoulomb"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "pC" ;
    unece:unitSymbol "pC" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C72> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoFARAD-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C72" ;
    skos:prefLabel "picofarad per metre"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I2 L-3 M-1 T4" ;
    unece:rec20Quantity "permittivity, permittivity of vacuum, (electric constant)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "pF.m-1" ;
    unece:unitSymbol "pF/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C73" ;
    skos:prefLabel "picohenry"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "pH" ;
    unece:unitSymbol "pH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C75> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoW> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C75" ;
    skos:prefLabel "picowatt"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "pW" ;
    unece:unitSymbol "pW" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoW-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C76" ;
    skos:prefLabel "picowatt per square metre"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "sound intensity"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "pW.m-2" ;
    unece:unitSymbol "pW/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C78> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C78" ;
    skos:prefLabel "pound-force"@en ;
    unece:conversionMultiplier 4.448222 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av]" ;
    unece:unitSymbol "lbf" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C8> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliC-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C8" ;
    skos:prefLabel "millicoulomb per kilogram"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I1 M-1 T1" ;
    unece:rec20Quantity "exposure"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mC.kg-1" ;
    unece:unitSymbol "mC/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C80> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/RAD_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C80" ;
    skos:prefLabel "rad"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "absorbed dose"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "RAD" ;
    unece:unitSymbol "rad" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/RAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C81" ;
    skos:prefLabel "radian"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "Bragg angle"@en,
        "angle (plane)"@en,
        "angle of optical rotation"@en,
        "phase difference, phase displacement, loss angle"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Physical Chemistry and Molecular Physics"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "rad" ;
    unece:unitSymbol "rad" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C82> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/RAD-M2-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C82" ;
    skos:prefLabel "radian square metre per mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1 L2" ;
    unece:rec20Quantity "molar optical rotatory power"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "rad.m2.mol-1" ;
    unece:unitSymbol "rad·m²/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C87> a skos:Concept ;
    skos:definition "Synonym: reciprocal second per cubic metre"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-M3-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C87" ;
    skos:prefLabel "reciprocal cubic metre per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 T-1" ;
    unece:rec20Quantity "slowing down density"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m-3.s-1" ;
    unece:unitSymbol "m⁻³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-EV-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C88" ;
    skos:prefLabel "reciprocal electron volt per cubic metre"@en ;
    unece:conversionMultiplier 6.241509e+18 ;
    unece:dimensionVector "L-5 M-1 T2" ;
    unece:rec20Quantity "density of states"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:ucumCode "eV-1.m-3" ;
    unece:unitSymbol "eV⁻¹/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-H> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C89" ;
    skos:prefLabel "reciprocal henry"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 L-2 M-1 T2" ;
    unece:rec20Quantity "reluctance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "/H" ;
    unece:unitSymbol "H⁻¹" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-J-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C90" ;
    skos:prefLabel "reciprocal joule per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-5 M-1 T2" ;
    unece:rec20Quantity "density of states"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:ucumCode "J-1.m-3" ;
    unece:unitSymbol "J⁻¹/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C91" ;
    skos:prefLabel "reciprocal kelvin or kelvin to the power minus one"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ-1" ;
    unece:rec20Quantity "linear expansion coefficient, cubic expansion coefficient, relative pressure coefficient"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "/K" ;
    unece:unitSymbol "K⁻¹" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C94" ;
    skos:prefLabel "reciprocal minute"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "rotational frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "/min" ;
    unece:unitSymbol "min⁻¹" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C96" ;
    skos:prefLabel "reciprocal pascal or pascal to the power minus one"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M-1 T2" ;
    unece:rec20Quantity "compressibility, bulk compressibility"@en,
        "isothermal compressibility, isentropic compressibility"@en ;
    unece:rec20Sector "Heat"@en,
        "Mechanics"@en ;
    unece:ucumCode "/Pa" ;
    unece:unitSymbol "Pa⁻¹" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C98> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-SEC-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C98" ;
    skos:prefLabel "reciprocal second per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 T-1" ;
    unece:rec20Quantity "neutron source density"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "s-1.m-3" ;
    unece:unitSymbol "s⁻¹/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-SEC-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C99" ;
    skos:prefLabel "reciprocal second per metre squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 T-1" ;
    unece:rec20Quantity "photon exitance, irradiance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "/(s1.m2)" ;
    unece:unitSymbol "s⁻¹/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CDL> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CDL" ;
    skos:prefLabel "candela"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "J1" ;
    unece:rec20Quantity "luminous intensity"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "cd" ;
    unece:unitSymbol "cd" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CEL> a skos:Concept ;
    skos:definition "Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CEL" ;
    skos:prefLabel "degree Celsius"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:conversionOffset 273.15 ;
    unece:dimensionVector "Θ1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel" ;
    unece:unitSymbol "°C" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CGM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CGM" ;
    skos:prefLabel "centigram"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cg" ;
    unece:unitSymbol "cg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CKG> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CKG" ;
    skos:prefLabel "coulomb per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 M-1 T1" ;
    unece:rec20Quantity "exposure"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "C.kg-1" ;
    unece:unitSymbol "C/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CLT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CLT" ;
    skos:prefLabel "centilitre"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cL" ;
    unece:unitSymbol "cl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CMK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CMK" ;
    skos:prefLabel "square centimetre"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm2" ;
    unece:unitSymbol "cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CMQ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CMQ" ;
    skos:prefLabel "cubic centimetre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm3" ;
    unece:unitSymbol "cm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CMT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CMT" ;
    skos:prefLabel "centimetre"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm" ;
    unece:unitSymbol "cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/COU> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "COU" ;
    skos:prefLabel "coulomb"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en,
        "elementary charge"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Electricity and Magnetism"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "C" ;
    unece:unitSymbol "C" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CUR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CUR" ;
    skos:prefLabel "curie"@en ;
    unece:conversionMultiplier 37000000000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Ci" ;
    unece:unitSymbol "Ci" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CWA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/Hundredweight_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CWA" ;
    skos:prefLabel "hundred pound (cwt) / hundred weight (US)"@en ;
    unece:conversionMultiplier 45.359237 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[scwt_av]" ;
    unece:unitSymbol "cwt (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CWI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/Hundredweight_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CWI" ;
    skos:prefLabel "hundred weight (UK)"@en ;
    unece:conversionMultiplier 50.80235 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lcwt_av]" ;
    unece:unitSymbol "cwt (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D1> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-SEC-SR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D1" ;
    skos:prefLabel "reciprocal second per steradian"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "photon intensity"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "/(s.sr)" ;
    unece:unitSymbol "s⁻¹/sr" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/S-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D10" ;
    skos:prefLabel "siemens per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductivity"@en,
        "electrolytic conductivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "S.m-1" ;
    unece:unitSymbol "S/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/S-M2-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D12" ;
    skos:prefLabel "siemens square metre per mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1 I2 M-1 T3" ;
    unece:rec20Quantity "molar conductivity"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "S.m2.mol-1" ;
    unece:unitSymbol "S·m²/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D13" ;
    skos:prefLabel "sievert"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "dose equivalent"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Sv" ;
    unece:unitSymbol "Sv" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D15> a skos:Concept ;
    skos:definition "A unit of subjective sound loudness. One sone is the loudness of a pure tone of frequency one kilohertz and strength 40 decibels."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/SON> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D15" ;
    skos:prefLabel "sone"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "loudness"@en ;
    unece:rec20Sector "Acoustics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/D16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM2-PER-ERG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D16" ;
    skos:prefLabel "square centimetre per erg"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M-1 T2" ;
    unece:rec20Quantity "spectral cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "cm2.erg-1" ;
    unece:unitSymbol "cm²/erg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D17> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM2-PER-SR-ERG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D17" ;
    skos:prefLabel "square centimetre per steradian erg"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M-1 T2" ;
    unece:rec20Quantity "spectral angular cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "cm2.sr-1.erg-1" ;
    unece:unitSymbol "cm²/(sr·erg)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D19> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-K-PER-W> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D19" ;
    skos:prefLabel "square metre kelvin per watt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal insulance, coefficient of thermal insulation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "m2.K.W-1" ;
    unece:unitSymbol "m²·K/W" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D2> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-SEC-SR-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D2" ;
    skos:prefLabel "reciprocal second per steradian metre squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 T-1" ;
    unece:rec20Quantity "photon luminance, photon radiance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "s-1.sr-1.m-2" ;
    unece:unitSymbol "s⁻¹/(sr·m²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-J> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D20" ;
    skos:prefLabel "square metre per joule"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M-1 T2" ;
    unece:rec20Quantity "spectral cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m2.J-1" ;
    unece:unitSymbol "m²/J" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D21" ;
    skos:prefLabel "square metre per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M-1" ;
    unece:rec20Quantity "mass attenuation coefficient"@en,
        "mass energy transfer coefficient"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m2.kg-1" ;
    unece:unitSymbol "m²/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D22" ;
    skos:prefLabel "square metre per mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1 L2" ;
    unece:rec20Quantity "molar absorption coefficient"@en,
        "molar attenuation coefficient"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m2.mol-1" ;
    unece:unitSymbol "m²/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-SR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D24" ;
    skos:prefLabel "square metre per steradian"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "angular cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m2.sr-1" ;
    unece:unitSymbol "m²/sr" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D25> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-SR-J> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D25" ;
    skos:prefLabel "square metre per steradian joule"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M-1 T2" ;
    unece:rec20Quantity "spectral angular cross-section"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m2.sr-1.J-1" ;
    unece:unitSymbol "m²/(sr·J)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D27" ;
    skos:prefLabel "steradian"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "solid angle"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "sr" ;
    unece:unitSymbol "sr" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TeraHZ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D29" ;
    skos:prefLabel "terahertz"@en ;
    unece:conversionMultiplier 1000000000000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "THz" ;
    unece:unitSymbol "THz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TeraJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D30" ;
    skos:prefLabel "terajoule"@en ;
    unece:conversionMultiplier 1000000000000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "TJ" ;
    unece:unitSymbol "TJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TeraW> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D31" ;
    skos:prefLabel "terawatt"@en ;
    unece:conversionMultiplier 1000000000000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "TW" ;
    unece:unitSymbol "TW" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TeraW-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D32" ;
    skos:prefLabel "terawatt hour"@en ;
    unece:conversionMultiplier 3600000000000000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "TW/h" ;
    unece:unitSymbol "TW·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/T> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D33" ;
    skos:prefLabel "tesla"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 M1 T-2" ;
    unece:rec20Quantity "magnetic flux density, magnetic induction, magnetic polarization"@en,
        "thermodynamic critical magnetic flux density, lower critical magnetic flux density, upper critical magnetic flux density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "T" ;
    unece:unitSymbol "T" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D37> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-GM-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D37" ;
    skos:prefLabel "calorie (thermochemical) per gram kelvin"@en ;
    unece:conversionMultiplier 4184.0 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "specific heat capacity at: - constant pressure, -constant volume,- saturation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.g-1.K-1" ;
    unece:unitSymbol "calth/(g·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D38> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D38" ;
    skos:prefLabel "calorie (thermochemical) per second centimetre kelvin"@en ;
    unece:conversionMultiplier 418.4 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.s-1.cm-1.K-1" ;
    unece:unitSymbol "calth/(s·cm·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D39> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM2-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D39" ;
    skos:prefLabel "calorie (thermochemical) per second square centimetre kelvin"@en ;
    unece:conversionMultiplier 41840.0 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.s-1.cm-2.K-1" ;
    unece:unitSymbol "calth/(s·cm²·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D41" ;
    skos:prefLabel "tonne per cubic metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.m-3" ;
    unece:unitSymbol "t/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D42> a skos:Concept ;
    skos:definition "Unit of time equal to about 365.242 19 days. Synonym: solar year"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/YR_TROPICAL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D42" ;
    skos:prefLabel "tropical year"@en ;
    unece:conversionMultiplier 31556925.216 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "a_t" ;
    unece:unitSymbol "y (tropical)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/U> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D43" ;
    skos:prefLabel "unified atomic mass unit"@en ;
    unece:conversionMultiplier 1.660539e-27 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass defect"@en,
        "mass of atom (of a nuclide x), nuclidic mass, unified atomic mass constant"@en,
        "mass of molecule"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "u" ;
    unece:unitSymbol "u" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D44> a skos:Concept ;
    skos:definition "The name of the unit is an acronym for volt-ampere-reactive."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/VAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D44" ;
    skos:prefLabel "var"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "reactive power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "VA{reactive}" ;
    unece:unitSymbol "var" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V2-PER-K2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D45" ;
    skos:prefLabel "volt squared per kelvin squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L4 M2 Θ-2 T-6" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V2.K-2" ;
    unece:unitSymbol "V²/K²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/VA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D46" ;
    skos:prefLabel "volt - ampere"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "apparent power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "VA" ;
    unece:unitSymbol "V·A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D47" ;
    skos:prefLabel "volt per centimetre"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.cm-1" ;
    unece:unitSymbol "V/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D48" ;
    skos:prefLabel "volt per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L2 M1 Θ-1 T-3" ;
    unece:rec20Quantity "Seebeck coefficient for substances a and b"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:ucumCode "V.K-1" ;
    unece:unitSymbol "V/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D49> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D49" ;
    skos:prefLabel "millivolt per kelvin"@en ;
    unece:rec20Quantity "Thompson coefficient"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:unitSymbol "mV/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D5> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D5" ;
    skos:prefLabel "kilogram per square centimetre"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "surface density, areic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.cm-2" ;
    unece:unitSymbol "kg/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D50" ;
    skos:prefLabel "volt per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.m-1" ;
    unece:unitSymbol "V/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D51" ;
    skos:prefLabel "volt per millimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.mm-1" ;
    unece:unitSymbol "V/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D52" ;
    skos:prefLabel "watt per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "W.K-1" ;
    unece:unitSymbol "W/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-M-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D53" ;
    skos:prefLabel "watt per metre kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "W.m-1.K-1" ;
    unece:unitSymbol "W/(m·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-M2-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D55" ;
    skos:prefLabel "watt per square metre kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "W.m-2.K-1" ;
    unece:unitSymbol "W/(m²·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D57> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-SR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D57" ;
    skos:prefLabel "watt per steradian"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "radiant intensity"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "W.sr-1" ;
    unece:unitSymbol "W/sr" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-M2-SR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D58" ;
    skos:prefLabel "watt per steradian square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "radiance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "W.m-2.sr-1" ;
    unece:unitSymbol "W/(sr·m²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/WB-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D59" ;
    skos:prefLabel "weber per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L1 M1 T-2" ;
    unece:rec20Quantity "magnetic vector potential"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Wb.m-1" ;
    unece:unitSymbol "Wb/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D6> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/R-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D6" ;
    skos:prefLabel "roentgen per second"@en ;
    unece:conversionMultiplier 0.000258 ;
    unece:dimensionVector "I1 M-1" ;
    unece:rec20Quantity "exposure rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "R.s-1" ;
    unece:unitSymbol "R/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/WB-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D60" ;
    skos:prefLabel "weber per millimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L1 M1 T-2" ;
    unece:rec20Quantity "magnetic vector potential"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Wb.mm-1" ;
    unece:unitSymbol "Wb/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MIN_Angle> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D61" ;
    skos:prefLabel "minute [unit of angle]"@en ;
    unece:conversionMultiplier 0.000290888209 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "'" ;
    unece:unitSymbol "'" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D62> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/ARCSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D62" ;
    skos:prefLabel "second [unit of angle]"@en ;
    unece:conversionMultiplier 4.848137e-06 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "''" ;
    unece:unitSymbol "\"" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN4> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D69" ;
    skos:prefLabel "inch to the fourth power"@en ;
    unece:conversionMultiplier 4.162314e-07 ;
    unece:dimensionVector "L4" ;
    unece:rec20Quantity "second polar moment of area"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[in_i]4" ;
    unece:unitSymbol "in⁴" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D70> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D70" ;
    skos:prefLabel "calorie (international table)"@en ;
    unece:conversionMultiplier 4.1868 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_IT" ;
    unece:unitSymbol "calIT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D71> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D71" ;
    skos:prefLabel "calorie (international table) per second centimetre kelvin"@en ;
    unece:conversionMultiplier 418.68 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_IT.s-1.cm-1.K-1" ;
    unece:unitSymbol "calIT/(s·cm·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D72> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM2-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D72" ;
    skos:prefLabel "calorie (international table) per second square centimetre kelvin"@en ;
    unece:conversionMultiplier 41868.0 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_IT.s-1.cm-2.K-1" ;
    unece:unitSymbol "calIT/(s·cm²·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D73" ;
    skos:prefLabel "joule square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L4 M1 T-2" ;
    unece:rec20Quantity "total atomic stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "J.m2" ;
    unece:unitSymbol "J·m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-MOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D74" ;
    skos:prefLabel "kilogram per mole"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N-1 M1" ;
    unece:rec20Quantity "molar mass"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kg.mol-1" ;
    unece:unitSymbol "kg/mol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D75> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_IT-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D75" ;
    skos:prefLabel "calorie (international table) per gram"@en ;
    unece:conversionMultiplier 4186.8 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "specific Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_IT.g-1" ;
    unece:unitSymbol "calIT/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D76> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_IT-PER-GM-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D76" ;
    skos:prefLabel "calorie (international table) per gram kelvin"@en ;
    unece:conversionMultiplier 4186.8 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "specific heat capacity at: - constant pressure, -constant volume,- saturation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_IT.g-1.K-1" ;
    unece:unitSymbol "calIT/(g·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D77> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D77" ;
    skos:prefLabel "megacoulomb"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MC" ;
    unece:unitSymbol "MC" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D80> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroW> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D80" ;
    skos:prefLabel "microwatt"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en,
        "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Mechanics"@en ;
    unece:ucumCode "uW" ;
    unece:unitSymbol "µW" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D81" ;
    skos:prefLabel "microtesla"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-1 M1 T-2" ;
    unece:rec20Quantity "magnetic flux density, magnetic induction, magnetic polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uT" ;
    unece:unitSymbol "µT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D82> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D82" ;
    skos:prefLabel "microvolt"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uV" ;
    unece:unitSymbol "µV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliN-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D83" ;
    skos:prefLabel "millinewton metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mN.m" ;
    unece:unitSymbol "mN·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroW-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D85" ;
    skos:prefLabel "microwatt per square metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "sound intensity"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "uW.m-2" ;
    unece:unitSymbol "µW/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D86> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D86" ;
    skos:prefLabel "millicoulomb"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mC" ;
    unece:unitSymbol "mC" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliMOL-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D87" ;
    skos:prefLabel "millimole per kilogram"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "N1 M-1" ;
    unece:rec20Quantity "ionic strength"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mmol.kg-1" ;
    unece:unitSymbol "mmol/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliC-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D88" ;
    skos:prefLabel "millicoulomb per cubic metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mC.m-3" ;
    unece:unitSymbol "mC/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliC-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D89" ;
    skos:prefLabel "millicoulomb per square metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I1 L-2 T1" ;
    unece:rec20Quantity "surface density of charge, electric flux density, displacement electric polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mC.m-2" ;
    unece:unitSymbol "mC/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D9> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/DYN-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D9" ;
    skos:prefLabel "dyne per square centimetre"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "static pressure, (instantaneous) sound pressure"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "dyn.cm-2" ;
    unece:unitSymbol "dyn/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/REM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D91" ;
    skos:prefLabel "rem"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "dose equivalent"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "REM" ;
    unece:unitSymbol "rem" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D93> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D93" ;
    skos:prefLabel "second per cubic metre"@en ;
    unece:rec20Quantity "volumic dose"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:unitSymbol "s/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SEC-PER-M3-RAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D94" ;
    skos:prefLabel "second per cubic metre radian"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 T1" ;
    unece:rec20Quantity "spectral concentration of vibrational modes (in terms of angular frequency)"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:ucumCode "s.m-3.rad-1" ;
    unece:unitSymbol "s/(rad·m³)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D95" ;
    skos:prefLabel "joule per gram"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "massic thermodynamic energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "J.g-1" ;
    unece:unitSymbol "J/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DAA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DecaARE> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DAA" ;
    skos:prefLabel "decare"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "daar" ;
    unece:unitSymbol "daa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DAY> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DAY" ;
    skos:prefLabel "day"@en ;
    unece:conversionMultiplier 86400.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "d" ;
    unece:unitSymbol "d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DD> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DD" ;
    skos:prefLabel "degree [unit of angle]"@en ;
    unece:conversionMultiplier 0.0174532925 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "Bragg angle"@en,
        "angle (plane)"@en ;
    unece:rec20Sector "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "deg" ;
    unece:unitSymbol "°" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DG> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DG" ;
    skos:prefLabel "decigram"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dg" ;
    unece:unitSymbol "dg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DJ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DecaGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DJ" ;
    skos:prefLabel "decagram"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dag" ;
    unece:unitSymbol "dag" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DLT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DLT" ;
    skos:prefLabel "decilitre"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "dL" ;
    unece:unitSymbol "dl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DMA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DecaM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DMA" ;
    skos:prefLabel "cubic decametre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "dam3" ;
    unece:unitSymbol "dam³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DMK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DMK" ;
    skos:prefLabel "square decimetre"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "dm2" ;
    unece:unitSymbol "dm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DMQ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DMQ" ;
    skos:prefLabel "cubic decimetre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "dm3" ;
    unece:unitSymbol "dm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DMT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DMT" ;
    skos:prefLabel "decimetre"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "dm" ;
    unece:unitSymbol "dm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DN> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciN-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DN" ;
    skos:prefLabel "decinewton metre"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dN.m" ;
    unece:unitSymbol "dN·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DTN> a skos:Concept ;
    skos:definition "Synonym: centner, metric 100 kg; quintal, metric 100 kg"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciTON_Metric> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DTN" ;
    skos:prefLabel "decitonne"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dt" ;
    unece:unitSymbol "dt or dtn" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DU> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/DYN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DU" ;
    skos:prefLabel "dyne"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dyn" ;
    unece:unitSymbol "dyn" .

<https://test.uncefact.org/vocabulary/unit-of-measure/DX> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/DYN-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "DX" ;
    skos:prefLabel "dyne per centimetre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "surface tension"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dyn.cm-1" ;
    unece:unitSymbol "dyn/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E01> a skos:Concept ;
    skos:definition "A measure of pressure expressed in newtons per square centimetre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E01" ;
    skos:prefLabel "newton per square centimetre"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.cm-2" ;
    unece:unitSymbol "N/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E09> a skos:Concept ;
    skos:definition "A unit of power load delivered at the rate of one thousandth of an ampere over a period of one hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliA-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E09" ;
    skos:prefLabel "milliampere hour"@en ;
    unece:conversionMultiplier 3.6 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mA.h" ;
    unece:unitSymbol "mA·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E14" ;
    skos:prefLabel "kilocalorie (international table)"@en ;
    unece:conversionMultiplier 4186.8 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal_IT" ;
    unece:unitSymbol "kcalIT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL_TH-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E15" ;
    skos:prefLabel "kilocalorie (thermochemical) per hour"@en ;
    unece:conversionMultiplier 1.162230555555556 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal_th.h-1" ;
    unece:unitSymbol "kcalth/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E18> a skos:Concept ;
    skos:definition "A unit of weight or mass equal to one tonne per hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E18" ;
    skos:prefLabel "tonne per hour"@en ;
    unece:conversionMultiplier 0.277777777777778 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.h-1" ;
    unece:unitSymbol "t/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM_F-PER-MilliM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E41" ;
    skos:prefLabel "kilogram-force per square millimetre"@en ;
    unece:conversionMultiplier 9806650.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kgf.mm-2" ;
    unece:unitSymbol "kgf·m/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM_F-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E42" ;
    skos:prefLabel "kilogram-force per square centimetre"@en ;
    unece:conversionMultiplier 98066.5 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kgf.cm-2" ;
    unece:unitSymbol "kgf/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E43> a skos:Concept ;
    skos:definition "A unit of energy defining the number of joules per square centimetre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E43" ;
    skos:prefLabel "joule per square centimetre"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "radiant energy fluence, radiance exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "J.cm-2" ;
    unece:unitSymbol "J/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E45" ;
    skos:prefLabel "milliohm"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-2 L2 M1 T-3" ;
    unece:rec20Quantity "resistance (to direct current), impedance, (complex impedances), modulus of impedance, resistance (to alternating current), reactance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mOhm" ;
    unece:unitSymbol "mΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM3-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E92" ;
    skos:prefLabel "cubic decimetre per hour"@en ;
    unece:conversionMultiplier 2.777778e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dm3.h-1" ;
    unece:unitSymbol "dm³/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E93> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E93" ;
    skos:prefLabel "kilogram per hour"@en ;
    unece:conversionMultiplier 0.000277777778 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.h-1" ;
    unece:unitSymbol "kg/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E94" ;
    skos:prefLabel "kilomole per second"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "catalytic activity"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol.s-1" ;
    unece:unitSymbol "kmol/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E95" ;
    skos:prefLabel "mole per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.s-1" ;
    unece:unitSymbol "mol/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E96" ;
    skos:prefLabel "degree per second"@en ;
    unece:conversionMultiplier 0.0174532925 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "solid angle"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "deg.s-1" ;
    unece:unitSymbol "°/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E97> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM-PER-DEG_C-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E97" ;
    skos:prefLabel "millimetre per degree Celcius metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "Θ-1" ;
    unece:rec20Quantity "thermal diffusivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "mm.Cel-1.m-1" ;
    unece:unitSymbol "mm/(°C·m)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E98" ;
    skos:prefLabel "degree Celsius per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.K-1" ;
    unece:unitSymbol "°C/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoPA-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E99" ;
    skos:prefLabel "hectopascal per bar"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "pressure ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "hPa.bar-1" ;
    unece:unitSymbol "hPa/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F02> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F02" ;
    skos:prefLabel "kelvin per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.K-1" ;
    unece:unitSymbol "K/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F03> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloPA-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F03" ;
    skos:prefLabel "kilopascal per bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "pressure ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kPa.bar-1" ;
    unece:unitSymbol "kPa/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F04> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliBAR-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F04" ;
    skos:prefLabel "millibar per bar"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "pressure ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mbar.bar-1" ;
    unece:unitSymbol "mbar/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F05> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaPA-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F05" ;
    skos:prefLabel "megapascal per bar"@en ;
    unece:conversionMultiplier 10.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "pressure ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MPa.bar-1" ;
    unece:unitSymbol "MPa/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F06> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/POISE-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F06" ;
    skos:prefLabel "poise per bar"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "P.bar-1" ;
    unece:unitSymbol "P/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F07> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F07" ;
    skos:prefLabel "pascal per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "pressure ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "Pa.bar-1" ;
    unece:unitSymbol "Pa/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F08> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliA-PER-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F08" ;
    skos:prefLabel "milliampere per inch"@en ;
    unece:conversionMultiplier 0.03937008 ;
    unece:dimensionVector "I1 L-1" ;
    unece:rec20Quantity "linear electric current density, lineic electric current, magnetic field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mA.[in_i]-1" ;
    unece:unitSymbol "mA/in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F10" ;
    skos:prefLabel "kelvin per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.h-1" ;
    unece:unitSymbol "K/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F11" ;
    skos:prefLabel "kelvin per minute"@en ;
    unece:conversionMultiplier 0.01666667 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.min-1" ;
    unece:unitSymbol "K/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F12" ;
    skos:prefLabel "kelvin per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.s-1" ;
    unece:unitSymbol "K/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F13> a skos:Concept ;
    skos:definition "A unit of mass. One slug is the mass accelerated at 1 foot per second per second by a force of 1 pound."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/SLUG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F13" ;
    skos:prefLabel "slug"@en ;
    unece:conversionMultiplier 14.593903 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "slug" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F14" ;
    skos:prefLabel "gram per kelvin"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.K-1" ;
    unece:unitSymbol "g/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F15" ;
    skos:prefLabel "kilogram per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.K-1" ;
    unece:unitSymbol "kg/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F16" ;
    skos:prefLabel "milligram per kelvin"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.K-1" ;
    unece:unitSymbol "mg/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F17> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloLB_F-PER-FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F17" ;
    skos:prefLabel "pound-force per foot"@en ;
    unece:conversionMultiplier 14593.904199475066 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "force divided by length"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[klbf_av].[ft_i]-1" ;
    unece:unitSymbol "lbf/ft" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F18" ;
    skos:prefLabel "kilogram square centimetre"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L2 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.cm2" ;
    unece:unitSymbol "kg·cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F19> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-MilliM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F19" ;
    skos:prefLabel "kilogram square millimetre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L2 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.mm2" ;
    unece:unitSymbol "kg·mm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F20" ;
    skos:prefLabel "pound inch squared"@en ;
    unece:conversionMultiplier 0.0002926397 ;
    unece:dimensionVector "L2 M1" ;
    unece:rec20Quantity "moment of inertia (dynamic moment of inertia)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[sin_i]" ;
    unece:unitSymbol "lb·in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F21" ;
    skos:prefLabel "pound-force inch"@en ;
    unece:conversionMultiplier 0.112984839 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[in_i]" ;
    unece:unitSymbol "lbf·in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloLB_F-FT-PER-A> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F22" ;
    skos:prefLabel "pound-force foot per ampere"@en ;
    unece:conversionMultiplier 1355.8180091635804 ;
    unece:dimensionVector "I-1 L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[ft_i].A-1" ;
    unece:unitSymbol "lbf·ft/A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-DeciM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F23" ;
    skos:prefLabel "gram per cubic decimetre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.dm-3" ;
    unece:unitSymbol "g/dm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-KiloMOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F24" ;
    skos:prefLabel "kilogram per kilomole"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "N-1 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.kmol-1" ;
    unece:unitSymbol "kg/kmol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F25> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-HZ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F25" ;
    skos:prefLabel "gram per hertz"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.Hz-1" ;
    unece:unitSymbol "g/Hz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F26" ;
    skos:prefLabel "gram per day"@en ;
    unece:conversionMultiplier 1.157407e-08 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.d-1" ;
    unece:unitSymbol "g/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F27" ;
    skos:prefLabel "gram per hour"@en ;
    unece:conversionMultiplier 2.777778e-07 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.h-1" ;
    unece:unitSymbol "g/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F28" ;
    skos:prefLabel "gram per minute"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.min-1" ;
    unece:unitSymbol "g/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F29" ;
    skos:prefLabel "gram per second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.s-1" ;
    unece:unitSymbol "g/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F30" ;
    skos:prefLabel "kilogram per day"@en ;
    unece:conversionMultiplier 1.157407e-05 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.d-1" ;
    unece:unitSymbol "kg/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F31" ;
    skos:prefLabel "kilogram per minute"@en ;
    unece:conversionMultiplier 0.01666667 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.min-1" ;
    unece:unitSymbol "kg/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F32" ;
    skos:prefLabel "milligram per day"@en ;
    unece:conversionMultiplier 1.157407e-11 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.d-1" ;
    unece:unitSymbol "mg/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F33" ;
    skos:prefLabel "milligram per minute"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg/min" ;
    unece:unitSymbol "mg/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F34" ;
    skos:prefLabel "milligram per second"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg/s" ;
    unece:unitSymbol "mg/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-DAY-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F35" ;
    skos:prefLabel "gram per day kelvin"@en ;
    unece:conversionMultiplier 1.157407e-08 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.d-1.K-1" ;
    unece:unitSymbol "g/(d·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F36> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-HR-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F36" ;
    skos:prefLabel "gram per hour kelvin"@en ;
    unece:conversionMultiplier 2.777778e-07 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.h-1.K-1" ;
    unece:unitSymbol "g/(h·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F37> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MIN-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F37" ;
    skos:prefLabel "gram per minute kelvin"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.min-1.K-1" ;
    unece:unitSymbol "g/(min·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F38> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F38" ;
    skos:prefLabel "gram per second kelvin"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.s-1.K-1" ;
    unece:unitSymbol "g/(s·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F39> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-DAY-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F39" ;
    skos:prefLabel "kilogram per day kelvin"@en ;
    unece:conversionMultiplier 1.157407e-05 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.d-1.K-1" ;
    unece:unitSymbol "kg/(d·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-HR-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F40" ;
    skos:prefLabel "kilogram per hour kelvin"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.h-1.K-1" ;
    unece:unitSymbol "kg/(h·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-MIN-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F41" ;
    skos:prefLabel "kilogram per minute kelvin"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.min-1.K-1" ;
    unece:unitSymbol "kg/(min·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F42" ;
    skos:prefLabel "kilogram per second kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.s-1.K-1" ;
    unece:unitSymbol "kg/(s·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-DAY-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F43" ;
    skos:prefLabel "milligram per day kelvin"@en ;
    unece:conversionMultiplier 1.157407e-11 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.d-1.K-1" ;
    unece:unitSymbol "mg/(d·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F44> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-HR-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F44" ;
    skos:prefLabel "milligram per hour kelvin"@en ;
    unece:conversionMultiplier 2.777778e-10 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.h-1.K-1" ;
    unece:unitSymbol "mg/(h·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-MIN-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F45" ;
    skos:prefLabel "milligram per minute kelvin"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.min-1.K-1" ;
    unece:unitSymbol "mg/(min·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F46" ;
    skos:prefLabel "milligram per second kelvin"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.s-1.K-1" ;
    unece:unitSymbol "mg/(s·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F47" ;
    skos:prefLabel "newton per millimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.mm-1" ;
    unece:unitSymbol "N/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-PER-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F48" ;
    skos:prefLabel "pound-force per inch"@en ;
    unece:conversionMultiplier 175.12685 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "force divided by length"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[in_i]-1" ;
    unece:unitSymbol "lbf/in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F49> a skos:Concept ;
    skos:definition "A unit of distance equal to 5.5 yards (16 feet 6 inches)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/ROD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F49" ;
    skos:prefLabel "rod [unit of distance]"@en ;
    unece:conversionMultiplier 5.02921 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[rd_br]" ;
    unece:unitSymbol "rd (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroM-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F50" ;
    skos:prefLabel "micrometre per kelvin"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "um.K-1" ;
    unece:unitSymbol "µm/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F51" ;
    skos:prefLabel "centimetre per kelvin"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm.K-1" ;
    unece:unitSymbol "cm/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F52" ;
    skos:prefLabel "metre per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m/K" ;
    unece:unitSymbol "m/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F53" ;
    skos:prefLabel "millimetre per kelvin"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "thermal diffusivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "mm.K-1" ;
    unece:unitSymbol "mm/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliOHM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F54" ;
    skos:prefLabel "milliohm per metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-2 L1 M1 T-3" ;
    unece:rec20Quantity "lineic resistance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mOhm.m-1" ;
    unece:unitSymbol "mΩ/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM-PER-MI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F55" ;
    skos:prefLabel "ohm per mile (statute mile)"@en ;
    unece:conversionMultiplier 0.0006213712 ;
    unece:dimensionVector "I-2 L1 M1 T-3" ;
    unece:rec20Quantity "lineic resistance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Ohm.[mi_i]-1" ;
    unece:unitSymbol "Ω/mi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM-PER-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F56" ;
    skos:prefLabel "ohm per kilometre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-2 L1 M1 T-3" ;
    unece:rec20Quantity "lineic resistance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Ohm.km-1" ;
    unece:unitSymbol "Ω/km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F57> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliA-IN2-PER-LB_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F57" ;
    skos:prefLabel "milliampere per pound-force per square inch"@en ;
    unece:conversionMultiplier 1.450377e-07 ;
    unece:dimensionVector "I1 L1 M-1 T2" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mA.[in_i]2.[lbf_av]-1" ;
    unece:unitSymbol "mA/(lbf/in²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F58" ;
    skos:prefLabel "reciprocal bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M-1 T2" ;
    unece:rec20Quantity "compressibility, bulk compressibility"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "/bar" ;
    unece:unitSymbol "1/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliA-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F59" ;
    skos:prefLabel "milliampere per bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "I1 L1 M-1 T2" ;
    unece:rec20Quantity "linear electric current density, lineic electric current, magnetic field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mA.bar-1" ;
    unece:unitSymbol "mA/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F60" ;
    skos:prefLabel "degree Celsius per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M-1 Θ1 T2" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.bar-1" ;
    unece:unitSymbol "°C/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F61" ;
    skos:prefLabel "kelvin per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M-1 Θ1 T2" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.bar-1" ;
    unece:unitSymbol "K/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F62> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-DAY-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F62" ;
    skos:prefLabel "gram per day bar"@en ;
    unece:conversionMultiplier 1.157407e-13 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.d-1.bar-1" ;
    unece:unitSymbol "g/(d·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F63> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-HR-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F63" ;
    skos:prefLabel "gram per hour bar"@en ;
    unece:conversionMultiplier 2.777778e-12 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.h-1.bar-1" ;
    unece:unitSymbol "g/(h·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F64> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MIN-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F64" ;
    skos:prefLabel "gram per minute bar"@en ;
    unece:conversionMultiplier 1.666667e-10 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.min-1.bar-1" ;
    unece:unitSymbol "g/(min·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F65> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F65" ;
    skos:prefLabel "gram per second bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.s-1.bar-1" ;
    unece:unitSymbol "g/(s·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F66> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-DAY-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F66" ;
    skos:prefLabel "kilogram per day bar"@en ;
    unece:conversionMultiplier 1.157407e-10 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.d-1.bar-1" ;
    unece:unitSymbol "kg/(d·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F67> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-HR-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F67" ;
    skos:prefLabel "kilogram per hour bar"@en ;
    unece:conversionMultiplier 2.777778e-09 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.h-1.bar-1" ;
    unece:unitSymbol "kg/(h·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F68> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-MIN-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F68" ;
    skos:prefLabel "kilogram per minute bar"@en ;
    unece:conversionMultiplier 1.666667e-07 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.min-1.bar-1" ;
    unece:unitSymbol "kg/(min·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F69" ;
    skos:prefLabel "kilogram per second bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.s-1.bar-1" ;
    unece:unitSymbol "kg/(s·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-DAY-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F70" ;
    skos:prefLabel "milligram per day bar"@en ;
    unece:conversionMultiplier 1.157407e-16 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.d-1.bar-1" ;
    unece:unitSymbol "mg/(d·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F71> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-HR-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F71" ;
    skos:prefLabel "milligram per hour bar"@en ;
    unece:conversionMultiplier 2.777778e-15 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.h-1.bar-1" ;
    unece:unitSymbol "mg/(h·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F72> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-MIN-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F72" ;
    skos:prefLabel "milligram per minute bar"@en ;
    unece:conversionMultiplier 1.666667e-13 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.min-1.bar-1" ;
    unece:unitSymbol "mg/(min·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F73" ;
    skos:prefLabel "milligram per second bar"@en ;
    unece:conversionMultiplier 1e-11 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.s-1.bar-1" ;
    unece:unitSymbol "mg/(s·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F74" ;
    skos:prefLabel "gram per bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "L1 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.bar-1" ;
    unece:unitSymbol "g/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F75> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F75" ;
    skos:prefLabel "milligram per bar"@en ;
    unece:conversionMultiplier 1e-11 ;
    unece:dimensionVector "L1 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.bar-1" ;
    unece:unitSymbol "mg/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliA-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F76" ;
    skos:prefLabel "milliampere per millimetre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L-1" ;
    unece:rec20Quantity "linear electric current density, lineic electric current, magnetic field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mA.mm-1" ;
    unece:unitSymbol "mA/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F77> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-SEC-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F77" ;
    skos:prefLabel "pascal second per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-1" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "Pa.s.K-1" ;
    unece:unitSymbol "Pa.s/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F78> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN_H2O> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F78" ;
    skos:prefLabel "inch of water"@en ;
    unece:conversionMultiplier 249.080024 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[in_i'H2O]" ;
    unece:unitSymbol "inH₂O" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F79> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN_HG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F79" ;
    skos:prefLabel "inch of mercury"@en ;
    unece:conversionMultiplier 3386.389 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[in_i'Hg]" ;
    unece:unitSymbol "inHg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F80> a skos:Concept ;
    skos:definition "A unit of power defining the amount of power required to move a given volume of water against acceleration of gravity to a specified elevation (pressure head)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/HP_H2O> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F80" ;
    skos:prefLabel "water horse power"@en ;
    unece:conversionMultiplier 746.043 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/F81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BAR-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F81" ;
    skos:prefLabel "bar per kelvin"@en ;
    unece:conversionMultiplier 100000.0 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-2" ;
    unece:rec20Quantity "pressure coefficient"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "bar.K-1" ;
    unece:unitSymbol "bar/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F82> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoPA-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F82" ;
    skos:prefLabel "hectopascal per kelvin"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "hPa.K-1" ;
    unece:unitSymbol "hPa/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloPA-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F83" ;
    skos:prefLabel "kilopascal per kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kPa.K-1" ;
    unece:unitSymbol "kPa/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliBAR-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F84" ;
    skos:prefLabel "millibar per kelvin"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mbar.K-1" ;
    unece:unitSymbol "mbar/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaPA-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F85" ;
    skos:prefLabel "megapascal per kelvin"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MPa.K-1" ;
    unece:unitSymbol "MPa/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F86> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/POISE-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F86" ;
    skos:prefLabel "poise per kelvin"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "P.K-1" ;
    unece:unitSymbol "P/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-L-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F87" ;
    skos:prefLabel "volt per litre minute"@en ;
    unece:conversionMultiplier 16.666666666666668 ;
    unece:dimensionVector "I-1 L-1 M1 T-4" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.L-1.min-1" ;
    unece:unitSymbol "V/(l·min)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F88" ;
    skos:prefLabel "newton centimetre"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.cm" ;
    unece:unitSymbol "N·cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M-PER-DEG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F89" ;
    skos:prefLabel "newton metre per degree"@en ;
    unece:conversionMultiplier 57.2957795785523 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m.deg-1" ;
    unece:unitSymbol "Nm/°" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M-PER-A> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F90" ;
    skos:prefLabel "newton metre per ampere"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m.A-1" ;
    unece:unitSymbol "N·m/A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BAR-L-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F91" ;
    skos:prefLabel "bar litre per second"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "leakage rate of gas"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "bar.L.s-1" ;
    unece:unitSymbol "bar·l/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BAR-M3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F92" ;
    skos:prefLabel "bar cubic metre per second"@en ;
    unece:conversionMultiplier 100000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "leakage rate of gas"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "bar.m3.s-1" ;
    unece:unitSymbol "bar·m³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F93> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoPA-L-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F93" ;
    skos:prefLabel "hectopascal litre per second"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "hPa.L.s-1" ;
    unece:unitSymbol "hPa·l/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoPA-M3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F94" ;
    skos:prefLabel "hectopascal cubic metre per second"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "hPa.m3.s-1" ;
    unece:unitSymbol "hPa·m³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliBAR-L-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F95" ;
    skos:prefLabel "millibar litre per second"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mbar.L.s-1" ;
    unece:unitSymbol "mbar·l/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliBAR-M3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F96" ;
    skos:prefLabel "millibar cubic metre per second"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mbar.m3.s-1" ;
    unece:unitSymbol "mbar·m³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F97> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaPA-L-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F97" ;
    skos:prefLabel "megapascal litre per second"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MPa.L.s-1" ;
    unece:unitSymbol "MPa·l/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaPA-M3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F98" ;
    skos:prefLabel "megapascal cubic metre per second"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MPa.m3.s-1" ;
    unece:unitSymbol "MPa·m³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-L-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F99" ;
    skos:prefLabel "pascal litre per second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "Pa.L.s-1" ;
    unece:unitSymbol "Pa·l/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FAH> a skos:Concept ;
    skos:definition "Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FAH" ;
    skos:prefLabel "degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.5555555555555556 ;
    unece:conversionOffset 459.67 ;
    unece:dimensionVector "Θ1" ;
    unece:rec20Quantity "fahrenheit temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF]" ;
    unece:unitSymbol "°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FAR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FARAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FAR" ;
    skos:prefLabel "farad"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 L-2 M-1 T4" ;
    unece:rec20Quantity "capacitance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "F" ;
    unece:unitSymbol "F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FH> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroMOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FH" ;
    skos:prefLabel "micromole"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "N1" ;
    unece:rec20Quantity "amount of substance"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "umol" ;
    unece:unitSymbol "µmol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FOT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FOT" ;
    skos:prefLabel "foot"@en ;
    unece:conversionMultiplier 0.3048 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i]" ;
    unece:unitSymbol "ft" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FP> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FP" ;
    skos:prefLabel "pound per square foot"@en ;
    unece:conversionMultiplier 4.882428 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i]-2" ;
    unece:unitSymbol "lb/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FR" ;
    skos:prefLabel "foot per minute"@en ;
    unece:conversionMultiplier 0.00508 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i].min-1" ;
    unece:unitSymbol "ft/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FS> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FS" ;
    skos:prefLabel "foot per second"@en ;
    unece:conversionMultiplier 0.3048 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i].s-1" ;
    unece:unitSymbol "ft/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FTK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FTK" ;
    skos:prefLabel "square foot"@en ;
    unece:conversionMultiplier 0.09290304 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i]2" ;
    unece:unitSymbol "ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FTQ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FTQ" ;
    skos:prefLabel "cubic foot"@en ;
    unece:conversionMultiplier 0.028316846592 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[cft_i]" ;
    unece:unitSymbol "ft³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G01> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-M3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G01" ;
    skos:prefLabel "pascal cubic metre per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "Pa.m3.s-1" ;
    unece:unitSymbol "Pa·m³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G04> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G04" ;
    skos:prefLabel "centimetre per bar"@en ;
    unece:conversionMultiplier 1e-07 ;
    unece:dimensionVector "L2 M-1 T2" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm.bar-1" ;
    unece:unitSymbol "cm/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G05> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G05" ;
    skos:prefLabel "metre per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L2 M-1 T2" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.bar-1" ;
    unece:unitSymbol "m/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G06> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G06" ;
    skos:prefLabel "millimetre per bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "L2 M-1 T2" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm.bar-1" ;
    unece:unitSymbol "mm/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G08> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN2-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G08" ;
    skos:prefLabel "square inch per second"@en ;
    unece:conversionMultiplier 0.00064516 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[sin_i].s-1" ;
    unece:unitSymbol "in²/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G09> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G09" ;
    skos:prefLabel "square metre per second kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 Θ-1 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m2.s-1.K-1" ;
    unece:unitSymbol "m²/(s·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/ST-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G10" ;
    skos:prefLabel "stokes per kelvin"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L2 Θ-1 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "St.K-1" ;
    unece:unitSymbol "St/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-CentiM3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G11" ;
    skos:prefLabel "gram per cubic centimetre bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.cm-3.bar-1" ;
    unece:unitSymbol "g/(cm³·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-DeciM3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G12" ;
    skos:prefLabel "gram per cubic decimetre bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.dm-3.bar-1" ;
    unece:unitSymbol "g/(dm³·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-L-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G13" ;
    skos:prefLabel "gram per litre bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.L-1.bar-1" ;
    unece:unitSymbol "g/(l·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-M3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G14" ;
    skos:prefLabel "gram per cubic metre bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.m-3.bar-1" ;
    unece:unitSymbol "g/(m³·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MilliL-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G15" ;
    skos:prefLabel "gram per millilitre bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.mL-1.bar-1" ;
    unece:unitSymbol "g/(ml·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-CentiM3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G16" ;
    skos:prefLabel "kilogram per cubic centimetre bar"@en ;
    unece:conversionMultiplier 10.0 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.cm-3.bar-1" ;
    unece:unitSymbol "kg/(cm³·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G17> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-L-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G17" ;
    skos:prefLabel "kilogram per litre bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.L-1.bar-1" ;
    unece:unitSymbol "kg/(l·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G18" ;
    skos:prefLabel "kilogram per cubic metre bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-3.bar-1" ;
    unece:unitSymbol "kg/(m³·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G19> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G19" ;
    skos:prefLabel "newton metre per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m.kg-1" ;
    unece:unitSymbol "N·m/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G2> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G2" ;
    skos:prefLabel "US gallon per minute"@en ;
    unece:conversionMultiplier 6.30902e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gal_us].min-1" ;
    unece:unitSymbol "gal (US) /min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CUP_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G21" ;
    skos:prefLabel "cup [unit of volume]"@en ;
    unece:conversionMultiplier 0.00023658825 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[cup_us]" ;
    unece:unitSymbol "cup (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_US_DRY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G23" ;
    skos:prefLabel "peck"@en ;
    unece:conversionMultiplier 0.00880976754 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[pk_us]" ;
    unece:unitSymbol "pk (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TBSP> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G24" ;
    skos:prefLabel "tablespoon (US)"@en ;
    unece:conversionMultiplier 1.478677e-05 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[tbs_us]" ;
    unece:unitSymbol "tablespoon (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G25> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TSP> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G25" ;
    skos:prefLabel "teaspoon (US)"@en ;
    unece:conversionMultiplier 4.928922e-06 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[tsp_us]" ;
    unece:unitSymbol "teaspoon (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/STR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G26" ;
    skos:prefLabel "stere"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "st" ;
    unece:unitSymbol "st" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G27" ;
    skos:prefLabel "cubic centimetre per kelvin"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3 Θ-1" ;
    unece:rec20Quantity "volume per temperature"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm3.K-1" ;
    unece:unitSymbol "cm³/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G28" ;
    skos:prefLabel "litre per kelvin"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L3 Θ-1" ;
    unece:rec20Quantity "volume per temperature"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "L.K-1" ;
    unece:unitSymbol "l/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G29" ;
    skos:prefLabel "cubic metre per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3 Θ-1" ;
    unece:rec20Quantity "volume per temperature"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m3.K-1" ;
    unece:unitSymbol "m³/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G3> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_UK-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G3" ;
    skos:prefLabel "Imperial gallon per minute"@en ;
    unece:conversionMultiplier 7.576817e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gal_br].m-1" ;
    unece:unitSymbol "gal (UK) /min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G30" ;
    skos:prefLabel "millilitre per kelvin"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3 Θ-1" ;
    unece:rec20Quantity "volume per temperature"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mL.K-1" ;
    unece:unitSymbol "ml/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-CentiM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G31" ;
    skos:prefLabel "kilogram per cubic centimetre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.cm-3" ;
    unece:unitSymbol "kg/cm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-YD3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G32" ;
    skos:prefLabel "ounce (avoirdupois) per cubic yard"@en ;
    unece:conversionMultiplier 0.0370798 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[cyd_i]-1" ;
    unece:unitSymbol "oz/yd³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-CentiM3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G33" ;
    skos:prefLabel "gram per cubic centimetre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.cm-3.K-1" ;
    unece:unitSymbol "g/(cm³·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-DeciM3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G34" ;
    skos:prefLabel "gram per cubic decimetre kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.dm-3.K-1" ;
    unece:unitSymbol "g/(dm³·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-L-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G35" ;
    skos:prefLabel "gram per litre kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.L-1.K-1" ;
    unece:unitSymbol "g/(l·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G36> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-M3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G36" ;
    skos:prefLabel "gram per cubic metre kelvin"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.m-3.K-1" ;
    unece:unitSymbol "g/(m³·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G37> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MilliL-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G37" ;
    skos:prefLabel "gram per millilitre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.mL-1.K-1" ;
    unece:unitSymbol "g/(ml·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G38> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-CentiM3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G38" ;
    skos:prefLabel "kilogram per cubic centimetre kelvin"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.cm-3.K-1" ;
    unece:unitSymbol "kg/(cm³·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G39> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-L-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G39" ;
    skos:prefLabel "kilogram per litre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.L-1.K-1" ;
    unece:unitSymbol "kg/(l·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G40" ;
    skos:prefLabel "kilogram per cubic metre kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-3.K-1" ;
    unece:unitSymbol "kg/(m³·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G41" ;
    skos:prefLabel "square metre per second bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L3 M-1 T1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m2.s-1.bar-1" ;
    unece:unitSymbol "m²/(s·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroS-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G42" ;
    skos:prefLabel "microsiemens per centimetre"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductance (for direct current), admittance, (complex admittance), modulus of admittance,(admittance), conductance (for alternating current)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uS.cm-1" ;
    unece:unitSymbol "µS/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroS-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G43" ;
    skos:prefLabel "microsiemens per metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductance (for direct current), admittance, (complex admittance), modulus of admittance,(admittance), conductance (for alternating current)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uS.m-1" ;
    unece:unitSymbol "µS/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G44> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoS-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G44" ;
    skos:prefLabel "nanosiemens per centimetre"@en ;
    unece:conversionMultiplier 1e-07 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nS.cm-1" ;
    unece:unitSymbol "nS/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoS-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G45" ;
    skos:prefLabel "nanosiemens per metre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nS.m-1" ;
    unece:unitSymbol "nS/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/ST-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G46" ;
    skos:prefLabel "stokes per bar"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "L3 M-1 T1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "St.bar-1" ;
    unece:unitSymbol "St/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G47" ;
    skos:prefLabel "cubic centimetre per day"@en ;
    unece:conversionMultiplier 1.157407e-11 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.d-1" ;
    unece:unitSymbol "cm³/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G48" ;
    skos:prefLabel "cubic centimetre per hour"@en ;
    unece:conversionMultiplier 2.777778e-10 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.h-1" ;
    unece:unitSymbol "cm³/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G49> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G49" ;
    skos:prefLabel "cubic centimetre per minute"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.min-1" ;
    unece:unitSymbol "cm³/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_US-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G50" ;
    skos:prefLabel "gallon (US) per hour"@en ;
    unece:conversionMultiplier 1.051503e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gal_us].h-1" ;
    unece:unitSymbol "gal/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G51" ;
    skos:prefLabel "litre per second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.s-1" ;
    unece:unitSymbol "l/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G52" ;
    skos:prefLabel "cubic metre per day"@en ;
    unece:conversionMultiplier 1.157407e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.d-1" ;
    unece:unitSymbol "m³/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G53" ;
    skos:prefLabel "cubic metre per minute"@en ;
    unece:conversionMultiplier 0.01666667 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.min-1" ;
    unece:unitSymbol "m³/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G54" ;
    skos:prefLabel "millilitre per day"@en ;
    unece:conversionMultiplier 1.157407e-11 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.d-1" ;
    unece:unitSymbol "ml/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G55" ;
    skos:prefLabel "millilitre per hour"@en ;
    unece:conversionMultiplier 2.777778e-10 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.h-1" ;
    unece:unitSymbol "ml/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN3-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G56" ;
    skos:prefLabel "cubic inch per hour"@en ;
    unece:conversionMultiplier 4.551961e-09 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cin_i].h-1" ;
    unece:unitSymbol "in³/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G57> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN3-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G57" ;
    skos:prefLabel "cubic inch per minute"@en ;
    unece:conversionMultiplier 2.731177e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cin_i].min-1" ;
    unece:unitSymbol "in³/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G58" ;
    skos:prefLabel "cubic inch per second"@en ;
    unece:conversionMultiplier 1.638706e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cin_i].s-1" ;
    unece:unitSymbol "in³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliA-PER-L-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G59" ;
    skos:prefLabel "milliampere per litre minute"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "I1 L-3 T-1" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mA.L-1.min-1" ;
    unece:unitSymbol "mA/(l·min)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G60" ;
    skos:prefLabel "volt per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "I-1 L3 T-1" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.bar-1" ;
    unece:unitSymbol "V/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-DAY-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G61" ;
    skos:prefLabel "cubic centimetre per day kelvin"@en ;
    unece:conversionMultiplier 1.157407e-11 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.d-1.K-1" ;
    unece:unitSymbol "cm³/(d·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G62> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-HR-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G62" ;
    skos:prefLabel "cubic centimetre per hour kelvin"@en ;
    unece:conversionMultiplier 2.777778e-10 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.h-1.K-1" ;
    unece:unitSymbol "cm³/(h·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G63> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-MIN-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G63" ;
    skos:prefLabel "cubic centimetre per minute kelvin"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.min-1.K-1" ;
    unece:unitSymbol "cm³/(min·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G64> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G64" ;
    skos:prefLabel "cubic centimetre per second kelvin"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.s-1.K-1" ;
    unece:unitSymbol "cm³/(s·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G65> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-DAY-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G65" ;
    skos:prefLabel "litre per day kelvin"@en ;
    unece:conversionMultiplier 1.157407e-08 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.d-1.K-1" ;
    unece:unitSymbol "l/(d·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G66> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-HR-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G66" ;
    skos:prefLabel "litre per hour kelvin"@en ;
    unece:conversionMultiplier 2.777778e-07 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.h-1.K-1" ;
    unece:unitSymbol "l/(h·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G67> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-MIN-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G67" ;
    skos:prefLabel "litre per minute kelvin"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.min-1.K-1" ;
    unece:unitSymbol "l/(min·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G68> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G68" ;
    skos:prefLabel "litre per second kelvin"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.s-1.K-1" ;
    unece:unitSymbol "l/(s·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-DAY-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G69" ;
    skos:prefLabel "cubic metre per day kelvin"@en ;
    unece:conversionMultiplier 1.157407e-05 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.d-1.K-1" ;
    unece:unitSymbol "m³/(d·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-HR-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G70" ;
    skos:prefLabel "cubic metre per hour kelvin"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.h-1.K-1" ;
    unece:unitSymbol "m³/(h·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G71> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-MIN-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G71" ;
    skos:prefLabel "cubic metre per minute kelvin"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.min-1.K-1" ;
    unece:unitSymbol "m³/(min·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G72> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G72" ;
    skos:prefLabel "cubic metre per second kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.s-1.K-1" ;
    unece:unitSymbol "m³/(s·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-DAY-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G73" ;
    skos:prefLabel "millilitre per day kelvin"@en ;
    unece:conversionMultiplier 1.157407e-11 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.d-1.K-1" ;
    unece:unitSymbol "ml/(d·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-HR-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G74" ;
    skos:prefLabel "millilitre per hour kelvin"@en ;
    unece:conversionMultiplier 2.777778e-10 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.h-1.K-1" ;
    unece:unitSymbol "ml/(h·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G75> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-MIN-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G75" ;
    skos:prefLabel "millilitre per minute kelvin"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.min-1.K-1" ;
    unece:unitSymbol "ml/(min·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G76" ;
    skos:prefLabel "millilitre per second kelvin"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3 Θ-1 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.s-1.K-1" ;
    unece:unitSymbol "ml/(s·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G77> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM4> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G77" ;
    skos:prefLabel "millimetre to the fourth power"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "L4" ;
    unece:rec20Quantity "second moment of area, second axial moment of area"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mm4" ;
    unece:unitSymbol "mm⁴" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G78> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-DAY-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G78" ;
    skos:prefLabel "cubic centimetre per day bar"@en ;
    unece:conversionMultiplier 1.157407e-16 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.d-1.bar-1" ;
    unece:unitSymbol "cm³/(d·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G79> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-HR-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G79" ;
    skos:prefLabel "cubic centimetre per hour bar"@en ;
    unece:conversionMultiplier 2.777778e-15 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.h-1.bar-1" ;
    unece:unitSymbol "cm³/(h·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G80> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-MIN-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G80" ;
    skos:prefLabel "cubic centimetre per minute bar"@en ;
    unece:conversionMultiplier 1.666667e-13 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.min-1.bar-1" ;
    unece:unitSymbol "cm³/(min·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G81" ;
    skos:prefLabel "cubic centimetre per second bar"@en ;
    unece:conversionMultiplier 1e-11 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm3.s-1.bar-1" ;
    unece:unitSymbol "cm³/(s·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G82> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-DAY-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G82" ;
    skos:prefLabel "litre per day bar"@en ;
    unece:conversionMultiplier 1.157407e-13 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.d-1.bar-1" ;
    unece:unitSymbol "l/(d·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-HR-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G83" ;
    skos:prefLabel "litre per hour bar"@en ;
    unece:conversionMultiplier 2.777778e-12 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.h-1.bar-1" ;
    unece:unitSymbol "l/(h·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-MIN-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G84" ;
    skos:prefLabel "litre per minute bar"@en ;
    unece:conversionMultiplier 1.666667e-10 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.min-1.bar-1" ;
    unece:unitSymbol "l/(min·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G85" ;
    skos:prefLabel "litre per second bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.s-1.bar-1" ;
    unece:unitSymbol "l/(s·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G86> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-DAY-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G86" ;
    skos:prefLabel "cubic metre per day bar"@en ;
    unece:conversionMultiplier 1.157407e-10 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.d-1.bar-1" ;
    unece:unitSymbol "m³/(d·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-HR-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G87" ;
    skos:prefLabel "cubic metre per hour bar"@en ;
    unece:conversionMultiplier 2.777778e-09 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.h-1.bar-1" ;
    unece:unitSymbol "m³/(h·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-MIN-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G88" ;
    skos:prefLabel "cubic metre per minute bar"@en ;
    unece:conversionMultiplier 1.666667e-07 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.min-1.bar-1" ;
    unece:unitSymbol "m³/(min·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G89" ;
    skos:prefLabel "cubic metre per second bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.s-1.bar-1" ;
    unece:unitSymbol "m³/(s·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-DAY-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G90" ;
    skos:prefLabel "millilitre per day bar"@en ;
    unece:conversionMultiplier 1.157407e-16 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.d-1.bar-1" ;
    unece:unitSymbol "ml/(d·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-HR-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G91" ;
    skos:prefLabel "millilitre per hour bar"@en ;
    unece:conversionMultiplier 2.777778e-15 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.h-1.bar-1" ;
    unece:unitSymbol "ml/(h·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-MIN-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G92" ;
    skos:prefLabel "millilitre per minute bar"@en ;
    unece:conversionMultiplier 1.666667e-13 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.min-1.bar-1" ;
    unece:unitSymbol "ml/(min·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G93> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G93" ;
    skos:prefLabel "millilitre per second bar"@en ;
    unece:conversionMultiplier 1e-11 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.s-1.bar-1" ;
    unece:unitSymbol "ml/(s·bar)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G94" ;
    skos:prefLabel "cubic centimetre per bar"@en ;
    unece:conversionMultiplier 1e-11 ;
    unece:dimensionVector "L4 M-1 T2" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm3.bar-1" ;
    unece:unitSymbol "cm³/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G95" ;
    skos:prefLabel "litre per bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "L4 M-1 T2" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "L.bar-1" ;
    unece:unitSymbol "l/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G96" ;
    skos:prefLabel "cubic metre per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L4 M-1 T2" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m3.bar-1" ;
    unece:unitSymbol "m³/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G97> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G97" ;
    skos:prefLabel "millilitre per bar"@en ;
    unece:conversionMultiplier 1e-11 ;
    unece:dimensionVector "L4 M-1 T2" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mL.bar-1" ;
    unece:unitSymbol "ml/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroH-PER-KiloOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G98" ;
    skos:prefLabel "microhenry per kiloohm"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uH.kOhm-1" ;
    unece:unitSymbol "µH/kΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroH-PER-OHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G99" ;
    skos:prefLabel "microhenry per ohm"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uH.Ohm-1" ;
    unece:unitSymbol "µH/Ω" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GBQ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaBQ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GBQ" ;
    skos:prefLabel "gigabecquerel"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "GBq" ;
    unece:unitSymbol "GBq" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GE> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-GAL_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GE" ;
    skos:prefLabel "pound per gallon (US)"@en ;
    unece:conversionMultiplier 119.82642731689663 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[gal_us]-1" ;
    unece:unitSymbol "lb/gal (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GF> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GF" ;
    skos:prefLabel "gram per metre (gram per 100 centimetres)"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.m-1" ;
    unece:unitSymbol "g/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GJ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MilliL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GJ" ;
    skos:prefLabel "gram per millilitre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.mL-1" ;
    unece:unitSymbol "g/ml" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GL> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GL" ;
    skos:prefLabel "gram per litre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.L-1" ;
    unece:unitSymbol "g/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GLD> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_US_DRY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GLD" ;
    skos:prefLabel "dry gallon (US)"@en ;
    unece:conversionMultiplier 0.00440488377 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[gal_wi]" ;
    unece:unitSymbol "dry gal (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GLI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GLI" ;
    skos:prefLabel "gallon (UK)"@en ;
    unece:conversionMultiplier 0.00454609 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[gal_br]" ;
    unece:unitSymbol "gal (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GLL> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GLL" ;
    skos:prefLabel "gallon (US)"@en ;
    unece:conversionMultiplier 0.003785412 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[gal_us]" ;
    unece:unitSymbol "gal (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GM" ;
    skos:prefLabel "gram per square metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "surface density, areic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.m-2" ;
    unece:unitSymbol "g/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GO> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GO" ;
    skos:prefLabel "milligram per square metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "surface density, areic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.m-2" ;
    unece:unitSymbol "mg/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GP> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GP" ;
    skos:prefLabel "milligram per cubic metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.m-3" ;
    unece:unitSymbol "mg/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GQ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGM-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GQ" ;
    skos:prefLabel "microgram per cubic metre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ug.m-3" ;
    unece:unitSymbol "µg/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GRM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GRM" ;
    skos:prefLabel "gram"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g" ;
    unece:unitSymbol "g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GRN> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GRAIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GRN" ;
    skos:prefLabel "grain"@en ;
    unece:conversionMultiplier 6.479891e-05 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gr]" ;
    unece:unitSymbol "gr" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GV> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GV" ;
    skos:prefLabel "gigajoule"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "GJ" ;
    unece:unitSymbol "GJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/GWH> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaW-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "GWH" ;
    skos:prefLabel "gigawatt hour"@en ;
    unece:conversionMultiplier 3600000000000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "GW.h" ;
    unece:unitSymbol "GW·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H03> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/H-PER-KiloOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H03" ;
    skos:prefLabel "henry per kiloohm"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "H.kOhm-1" ;
    unece:unitSymbol "H/kΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H04> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/H-PER-OHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H04" ;
    skos:prefLabel "henry per ohm"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "H.Ohm-1" ;
    unece:unitSymbol "H/Ω" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H05> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliH-PER-KiloOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H05" ;
    skos:prefLabel "millihenry per kiloohm"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mH.kOhm-1" ;
    unece:unitSymbol "mH/kΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H06> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliH-PER-OHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H06" ;
    skos:prefLabel "millihenry per ohm"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mH.Ohm-1" ;
    unece:unitSymbol "mH/Ω" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H07> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-SEC-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H07" ;
    skos:prefLabel "pascal second per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "Pa.s.bar-1" ;
    unece:unitSymbol "Pa·s/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H08> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroBQ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H08" ;
    skos:prefLabel "microbecquerel"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "uBq" ;
    unece:unitSymbol "µBq" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H09> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-YR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H09" ;
    skos:prefLabel "reciprocal year"@en ;
    unece:conversionMultiplier 3.168809e-08 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "/a" ;
    unece:unitSymbol "1/y" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H10" ;
    skos:prefLabel "reciprocal hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "/h" ;
    unece:unitSymbol "1/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-MO> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H11" ;
    skos:prefLabel "reciprocal month"@en ;
    unece:conversionMultiplier 3.919351e-07 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "/mo" ;
    unece:unitSymbol "1/mo" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H12" ;
    skos:prefLabel "degree Celsius per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.h-1" ;
    unece:unitSymbol "°C/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H13" ;
    skos:prefLabel "degree Celsius per minute"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.min-1" ;
    unece:unitSymbol "°C/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H14" ;
    skos:prefLabel "degree Celsius per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.s-1" ;
    unece:unitSymbol "°C/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM2-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H15" ;
    skos:prefLabel "square centimetre per gram"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L2 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm2.g-1" ;
    unece:unitSymbol "cm²/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H16> a skos:Concept ;
    skos:definition "Synonym: are"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H16" ;
    skos:prefLabel "square decametre"@en ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "dam²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H18> a skos:Concept ;
    skos:definition "Synonym: hectare"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H18" ;
    skos:prefLabel "square hectometre"@en ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "hm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H19> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H19" ;
    skos:prefLabel "cubic hectometre"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "hm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H20> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H20" ;
    skos:prefLabel "cubic kilometre"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "km³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-IN2-PER-LB_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H22" ;
    skos:prefLabel "volt square inch per pound-force"@en ;
    unece:conversionMultiplier 0.00014503773122272686 ;
    unece:dimensionVector "I-1 L3 T-1" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.[in_i]2.[lbf_av]-1" ;
    unece:unitSymbol "V/(lbf/in²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H23" ;
    skos:prefLabel "volt per inch"@en ;
    unece:conversionMultiplier 39.37007874015748 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.[in_i]-1" ;
    unece:unitSymbol "V/in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-MicroSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H24" ;
    skos:prefLabel "volt per microsecond"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-1 L2 M1 T-4" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.us-1" ;
    unece:unitSymbol "V/µs" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H26" ;
    skos:prefLabel "ohm per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L1 M1 T-3" ;
    unece:rec20Quantity "lineic resistance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Ohm.m-1" ;
    unece:unitSymbol "Ω/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H27" ;
    skos:prefLabel "degree per metre"@en ;
    unece:conversionMultiplier 0.0174532925199433 ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "solid angle"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "deg.m-1" ;
    unece:unitSymbol "°/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H28" ;
    skos:prefLabel "microfarad per kilometre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I2 L-3 M-1 T4" ;
    unece:rec20Quantity "permittivity, permittivity of vacuum, (electric constant)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uF.km-1" ;
    unece:unitSymbol "µF/km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGM-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H29" ;
    skos:prefLabel "microgram per litre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ug.L-1" ;
    unece:unitSymbol "µg/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H30" ;
    skos:prefLabel "square micrometre (square micron)"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "um2" ;
    unece:unitSymbol "µm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H31" ;
    skos:prefLabel "ampere per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 M-1" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.kg-1" ;
    unece:unitSymbol "A/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/A2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H32" ;
    skos:prefLabel "ampere squared second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A2.s" ;
    unece:unitSymbol "A²·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FARAD-PER-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H33" ;
    skos:prefLabel "farad per kilometre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I2 L-3 M-1 T4" ;
    unece:rec20Quantity "permittivity, permittivity of vacuum, (electric constant)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "F.km-1" ;
    unece:unitSymbol "F/km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HZ-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H34" ;
    skos:prefLabel "hertz metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Hz.m" ;
    unece:unitSymbol "Hz·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-K-PER-W> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H35" ;
    skos:prefLabel "kelvin metre per watt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "m.K.W-1" ;
    unece:unitSymbol "K·m/W" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H36> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaOHM-PER-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H36" ;
    skos:prefLabel "megaohm per kilometre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-2 L1 M1 T-3" ;
    unece:rec20Quantity "lineic resistance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MOhm.km-1" ;
    unece:unitSymbol "MΩ/km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H37> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaOHM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H37" ;
    skos:prefLabel "megaohm per metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-2 L1 M1 T-3" ;
    unece:rec20Quantity "lineic resistance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MOhm.m-1" ;
    unece:unitSymbol "MΩ/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H38> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H38" ;
    skos:prefLabel "megaampere"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MA" ;
    unece:unitSymbol "MA" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H39> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaHZ-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H39" ;
    skos:prefLabel "megahertz kilometre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MHz.m" ;
    unece:unitSymbol "MHz·km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-PER-A> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H40" ;
    skos:prefLabel "newton per ampere"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L1 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.A-1" ;
    unece:unitSymbol "N/A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M-PER-W0dot5> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H41" ;
    skos:prefLabel "newton metre watt to the power minus 0,5"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "N·m·W⁻⁰‧⁵" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H42" ;
    skos:prefLabel "pascal per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "Pa.m-1" ;
    unece:unitSymbol "Pa/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/S-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H43" ;
    skos:prefLabel "siemens per centimetre"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "S.cm-1" ;
    unece:unitSymbol "S/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H44> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TeraOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H44" ;
    skos:prefLabel "teraohm"@en ;
    unece:conversionMultiplier 1000000000000.0 ;
    unece:dimensionVector "I-2 L2 M1 T-3" ;
    unece:rec20Quantity "resistance (to direct current), impedance, (complex impedances), modulus of impedance, resistance (to alternating current), reactance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "TOhm" ;
    unece:unitSymbol "TΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-SEC-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H45" ;
    skos:prefLabel "volt second per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L1 M1 T-2" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.s.m-1" ;
    unece:unitSymbol "V·s/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H46" ;
    skos:prefLabel "volt per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L2 M1 T-4" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.s-1" ;
    unece:unitSymbol "V/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H47" ;
    skos:prefLabel "watt per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 T-3" ;
    unece:rec20Quantity "radiant energy, fluence rate, radiant exitance, irradiance, first radiation constant"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "W.m-3" ;
    unece:unitSymbol "W/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/AttoFARAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H48" ;
    skos:prefLabel "attofarad"@en ;
    unece:conversionMultiplier 1e-18 ;
    unece:dimensionVector "I2 L-2 M-1 T4" ;
    unece:rec20Quantity "capacitance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "aF" ;
    unece:unitSymbol "aF" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H49> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H49" ;
    skos:prefLabel "centimetre per hour"@en ;
    unece:conversionMultiplier 2.777778e-06 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm.h-1" ;
    unece:unitSymbol "cm/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-CentiM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H50" ;
    skos:prefLabel "reciprocal cubic centimetre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L-3" ;
    unece:rec20Quantity "volumic number of molecules (or particles), number density of molecules  (or particles), molecular concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "cm-3" ;
    unece:unitSymbol "cm⁻³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciB-PER-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H51" ;
    skos:prefLabel "decibel per kilometre"@en ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "sound pressure level, sound power level"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "dB.km-1" ;
    unece:unitSymbol "dB/km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciB-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H52" ;
    skos:prefLabel "decibel per metre"@en ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "sound pressure level, sound power level"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "dB.m-1" ;
    unece:unitSymbol "dB/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H53" ;
    skos:prefLabel "kilogram per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.bar-1" ;
    unece:unitSymbol "kg/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-DeciM3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H54" ;
    skos:prefLabel "kilogram per cubic decimetre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.dm-3.K-1" ;
    unece:unitSymbol "(kg/dm³)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-DeciM3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H55" ;
    skos:prefLabel "kilogram per cubic decimetre bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.dm-3.bar-1" ;
    unece:unitSymbol "(kg/dm³)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H56" ;
    skos:prefLabel "kilogram per square metre second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-2.s-1" ;
    unece:unitSymbol "kg/(m²·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H57> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-2PiRAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H57" ;
    skos:prefLabel "inch per two pi radiant"@en ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "solid angle"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "in/revolution" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-N> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H59" ;
    skos:prefLabel "square metre per newton"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M-1 T2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m2.N-1" ;
    unece:unitSymbol "m²/N" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H60" ;
    skos:prefLabel "cubic metre per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "volume ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.m-3" ;
    unece:unitSymbol "m³/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliS-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H61" ;
    skos:prefLabel "millisiemens per centimetre"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mS.cm-1" ;
    unece:unitSymbol "mS/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H62> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H62" ;
    skos:prefLabel "millivolt per minute"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "I-1 L2 M1 T-4" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mV.min-1" ;
    unece:unitSymbol "mV/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H63> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H63" ;
    skos:prefLabel "milligram per square centimetre"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "surface density, areic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.cm-2" ;
    unece:unitSymbol "mg/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H64> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H64" ;
    skos:prefLabel "milligram per gram"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.g-1" ;
    unece:unitSymbol "mg/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H65> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H65" ;
    skos:prefLabel "millilitre per cubic metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.m-3" ;
    unece:unitSymbol "ml/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H66> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM-PER-YR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H66" ;
    skos:prefLabel "millimetre per year"@en ;
    unece:conversionMultiplier 3.168809e-11 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm.a-1" ;
    unece:unitSymbol "mm/y" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H67> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H67" ;
    skos:prefLabel "millimetre per hour"@en ;
    unece:conversionMultiplier 2.777778e-07 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm.h-1" ;
    unece:unitSymbol "mm/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H68> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliMOL-PER-GM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H68" ;
    skos:prefLabel "millimole per gram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 M-1" ;
    unece:rec20Quantity "ionic strength"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mmol.g-1" ;
    unece:unitSymbol "mmol/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoPA-PER-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H69" ;
    skos:prefLabel "picopascal per kilometre"@en ;
    unece:conversionMultiplier 1e-15 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "pPa.km-1" ;
    unece:unitSymbol "pPa/km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H70" ;
    skos:prefLabel "picosecond"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "ps" ;
    unece:unitSymbol "ps" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H74" ;
    skos:prefLabel "watt per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1 T-3" ;
    unece:rec20Quantity "radiant energy, fluence rate, radiant exitance, irradiance, first radiation constant"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "W.m-1" ;
    unece:unitSymbol "W/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H75> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DecaPA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H75" ;
    skos:prefLabel "decapascal"@en ;
    unece:conversionMultiplier 10.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "daPa" ;
    unece:unitSymbol "daPa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H76" ;
    skos:prefLabel "gram per millimetre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.mm-1" ;
    unece:unitSymbol "g/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H78> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM_H2O> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H78" ;
    skos:prefLabel "conventional centimetre of water"@en ;
    unece:conversionMultiplier 98.0665 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm[H2O]" ;
    unece:unitSymbol "cm H₂O" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H79> a skos:Concept ;
    skos:definition "A unit of distance used for measuring the diameter of small tubes such as urological instruments and catheters. Synonym: French, Charrière, Charrière gauge"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAUGE_FR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H79" ;
    skos:prefLabel "French gauge"@en ;
    unece:conversionMultiplier 0.0003333333 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[Ch]" ;
    unece:unitSymbol "Fg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H81" ;
    skos:prefLabel "millimetre per minute"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm.min-1" ;
    unece:unitSymbol "mm/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H83" ;
    skos:prefLabel "litre per kilogram"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L3 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.kg-1" ;
    unece:unitSymbol "l/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H84" ;
    skos:prefLabel "gram millimetre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L1 M1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "g.mm" ;
    unece:unitSymbol "g·mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-WK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H85" ;
    skos:prefLabel "reciprocal week"@en ;
    unece:conversionMultiplier 1.653439e-06 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "/wk" ;
    unece:unitSymbol "1/wk" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaOHM-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H88" ;
    skos:prefLabel "megaohm kilometre"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MOhm.km" ;
    unece:unitSymbol "MΩ·km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HAR> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Synonym: square hectometre"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/HA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HAR" ;
    skos:prefLabel "hectare"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "har" ;
    unece:unitSymbol "ha" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HBA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoBAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HBA" ;
    skos:prefLabel "hectobar"@en ;
    unece:conversionMultiplier 10000000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "hbar" ;
    unece:unitSymbol "hbar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HGM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HGM" ;
    skos:prefLabel "hectogram"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "hg" ;
    unece:unitSymbol "hg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HJ> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/HP_Metric> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HJ" ;
    skos:prefLabel "metric horse power"@en ;
    unece:conversionMultiplier 735.4988 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "metric hp" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HLT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HLT" ;
    skos:prefLabel "hectolitre"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "hL" ;
    unece:unitSymbol "hl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HM" ;
    skos:prefLabel "mile per hour (statute mile)"@en ;
    unece:conversionMultiplier 0.44704 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_i].h-1" ;
    unece:unitSymbol "mile/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HMT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HMT" ;
    skos:prefLabel "hectometre"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "hm" ;
    unece:unitSymbol "hm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HN> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM_HG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HN" ;
    skos:prefLabel "conventional millimetre of mercury"@en ;
    unece:conversionMultiplier 133.322387415 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mm[Hg]" ;
    unece:unitSymbol "mm Hg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HP> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM_H2O> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HP" ;
    skos:prefLabel "conventional millimetre of water"@en ;
    unece:conversionMultiplier 9.80665 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mm[H2O]" ;
    unece:unitSymbol "mm H₂O" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HTZ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HZ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HTZ" ;
    skos:prefLabel "hertz"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Periodic and related phenomena"@en ;
    unece:ucumCode "Hz" ;
    unece:unitSymbol "Hz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/HUR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "HUR" ;
    skos:prefLabel "hour"@en ;
    unece:conversionMultiplier 3600.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "h" ;
    unece:unitSymbol "h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/IA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "IA" ;
    skos:prefLabel "inch pound (pound inch)"@en ;
    unece:conversionMultiplier 0.011521246198 ;
    unece:dimensionVector "L1 M1" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[in_i]" ;
    unece:unitSymbol "in·lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/INH> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "INH" ;
    skos:prefLabel "inch"@en ;
    unece:conversionMultiplier 0.0254 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i]" ;
    unece:unitSymbol "in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/INK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "INK" ;
    skos:prefLabel "square inch"@en ;
    unece:conversionMultiplier 0.00064516 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i]2" ;
    unece:unitSymbol "in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/IU> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "IU" ;
    skos:prefLabel "inch per second"@en ;
    unece:conversionMultiplier 0.0254 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i].s-1" ;
    unece:unitSymbol "in/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/IV> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "IV" ;
    skos:prefLabel "inch per second squared"@en ;
    unece:conversionMultiplier 0.0254 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i].s-2" ;
    unece:unitSymbol "in/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J19> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J19" ;
    skos:prefLabel "degree Fahrenheit hour square foot per British thermal unit (thermochemical)"@en ;
    unece:conversionMultiplier 0.17622803944390722 ;
    unece:dimensionVector "M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal insulance, coefficient of thermal insulation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h-1.[ft_i]-2.[Btu_th]-1" ;
    unece:unitSymbol "°F·h·ft²/Btuth" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J2> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J2" ;
    skos:prefLabel "joule per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "massic energy, specific energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "J.kg-1" ;
    unece:unitSymbol "J/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J20" ;
    skos:prefLabel "degree Fahrenheit per kelvin"@en ;
    unece:conversionMultiplier 0.5555556 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].K-1" ;
    unece:unitSymbol "°F/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J21" ;
    skos:prefLabel "degree Fahrenheit per bar"@en ;
    unece:conversionMultiplier 5.555556e-06 ;
    unece:dimensionVector "L1 M-1 Θ1 T2" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].bar-1" ;
    unece:unitSymbol "°F/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J22" ;
    skos:prefLabel "degree Fahrenheit hour square foot per British thermal unit (international table)"@en ;
    unece:conversionMultiplier 0.17611018368230585 ;
    unece:dimensionVector "M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal insulance, coefficient of thermal insulation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h-1.[ft_i]-2.[Btu_IT]-1" ;
    unece:unitSymbol "°F·h·ft²/BtuIT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J23" ;
    skos:prefLabel "degree Fahrenheit per hour"@en ;
    unece:conversionMultiplier 0.000154320987654321 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature variation over time"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h-1" ;
    unece:unitSymbol "°F/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J24" ;
    skos:prefLabel "degree Fahrenheit per minute"@en ;
    unece:conversionMultiplier 0.00925925925925926 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature variation over time"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].min-1" ;
    unece:unitSymbol "°F/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J25> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J25" ;
    skos:prefLabel "degree Fahrenheit per second"@en ;
    unece:conversionMultiplier 0.5555555555555556 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature variation over time"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].s-1" ;
    unece:unitSymbol "°F/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J26" ;
    skos:prefLabel "reciprocal degree Fahrenheit"@en ;
    unece:conversionMultiplier 1.7999999999999998 ;
    unece:dimensionVector "Θ-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "/[degF]" ;
    unece:unitSymbol "1/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_R-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J28" ;
    skos:prefLabel "degree Rankine per hour"@en ;
    unece:conversionMultiplier 0.000154320987654321 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature variation over time"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degR].h-1" ;
    unece:unitSymbol "°R/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_R-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J29" ;
    skos:prefLabel "degree Rankine per minute"@en ;
    unece:conversionMultiplier 0.00925925925925926 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature variation over time"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degR].min-1" ;
    unece:unitSymbol "°R/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_R-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J30" ;
    skos:prefLabel "degree Rankine per second"@en ;
    unece:conversionMultiplier 0.5555555555555556 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature variation over time"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degR].s-1" ;
    unece:unitSymbol "°R/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroPOISE> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J32" ;
    skos:prefLabel "micropoise"@en ;
    unece:conversionMultiplier 1e-07 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "uP" ;
    unece:unitSymbol "µP" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGM-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J33" ;
    skos:prefLabel "microgram per kilogram"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "mass ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ug.kg-1" ;
    unece:unitSymbol "µg/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGM-PER-M3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J34" ;
    skos:prefLabel "microgram per cubic metre kelvin"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ug.m-3.K-1" ;
    unece:unitSymbol "(µg/m³)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGM-PER-M3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J35" ;
    skos:prefLabel "microgram per cubic metre bar"@en ;
    unece:conversionMultiplier 1e-14 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ug.m-3.bar-1" ;
    unece:unitSymbol "(µg/m³)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J36> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroL-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J36" ;
    skos:prefLabel "microlitre per litre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "volume ratio"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "uL.L-1" ;
    unece:unitSymbol "µl/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J39> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_MEAN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J39" ;
    skos:prefLabel "British thermal unit (mean)"@en ;
    unece:conversionMultiplier 1055.05585262 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_m]" ;
    unece:unitSymbol "Btu" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-FT-PER-FT2-HR-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J40" ;
    skos:prefLabel "British thermal unit (international table) foot per hour square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 1.730734666 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1" ;
    unece:unitSymbol "BtuIT·ft/(h·ft²·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J41" ;
    skos:prefLabel "British thermal unit (international table) inch per hour square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.144227889 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1" ;
    unece:unitSymbol "BtuIT·in/(h·ft²·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-IN-PER-SEC-FT2-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J42" ;
    skos:prefLabel "British thermal unit (international table) inch per second square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 519.220399911 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1" ;
    unece:unitSymbol "BtuIT·in/(s·ft²·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J43" ;
    skos:prefLabel "British thermal unit (international table) per pound degree Fahrenheit"@en ;
    unece:conversionMultiplier 426.93476489409767 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[lbf_av]-1.[degF]-1" ;
    unece:unitSymbol "BtuIT/(lb·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J44> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J44" ;
    skos:prefLabel "British thermal unit (international table) per minute"@en ;
    unece:conversionMultiplier 17.58 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].min-1" ;
    unece:unitSymbol "BtuIT/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J45" ;
    skos:prefLabel "British thermal unit (international table) per second"@en ;
    unece:conversionMultiplier 1055.05585262 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].s-1" ;
    unece:unitSymbol "BtuIT/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-FT-PER-HR-FT2-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J46" ;
    skos:prefLabel "British thermal unit (thermochemical) foot per hour square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 1.73 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1" ;
    unece:unitSymbol "Btuth·ft/(h·ft²·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J47" ;
    skos:prefLabel "British thermal unit (thermochemical) per hour"@en ;
    unece:conversionMultiplier 0.2929 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].h-1" ;
    unece:unitSymbol "Btuth/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-HR-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J48" ;
    skos:prefLabel "British thermal unit (thermochemical) inch per hour square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.144131434 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1" ;
    unece:unitSymbol "Btuth·in/(h·ft²·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J49> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J49" ;
    skos:prefLabel "British thermal unit (thermochemical) inch per second square foot degree Fahrenheit"@en ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "Btuth·in/(s·ft²·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J50" ;
    skos:prefLabel "British thermal unit (thermochemical) per pound degree Fahrenheit"@en ;
    unece:conversionMultiplier 4184.000000044092 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[lb_av]-1.[degF]-1" ;
    unece:unitSymbol "Btuth/(lb·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J51" ;
    skos:prefLabel "British thermal unit (thermochemical) per minute"@en ;
    unece:conversionMultiplier 17.573 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].min-1" ;
    unece:unitSymbol "Btuth/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J52" ;
    skos:prefLabel "British thermal unit (thermochemical) per second"@en ;
    unece:conversionMultiplier 1054.35 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].s-1" ;
    unece:unitSymbol "Btuth/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-M2-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J53" ;
    skos:prefLabel "coulomb square metre per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L2 M-1 T1" ;
    unece:rec20Quantity "exposure"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "C.m2.kg-1" ;
    unece:unitSymbol "C·m²/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J55" ;
    skos:prefLabel "watt second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "W.s" ;
    unece:unitSymbol "W·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BAR-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J56" ;
    skos:prefLabel "bar per bar"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "pressure ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "bar.bar-1" ;
    unece:unitSymbol "bar/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J57> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_UK_PET> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J57" ;
    skos:prefLabel "barrel (UK petroleum)"@en ;
    unece:conversionMultiplier 0.1591132 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "bbl (UK liq.)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_UK_PET-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J58" ;
    skos:prefLabel "barrel (UK petroleum) per minute"@en ;
    unece:conversionMultiplier 0.002651886 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "bbl (UK liq.)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_UK_PET-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J59" ;
    skos:prefLabel "barrel (UK petroleum) per day"@en ;
    unece:conversionMultiplier 1.841587e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "bbl (UK liq.)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_UK_PET-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J60" ;
    skos:prefLabel "barrel (UK petroleum) per hour"@en ;
    unece:conversionMultiplier 4.41981e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "bbl (UK liq.)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_UK_PET-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J61" ;
    skos:prefLabel "barrel (UK petroleum) per second"@en ;
    unece:conversionMultiplier 0.1591132 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "bbl (UK liq.)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J62> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BBL_US_PET-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J62" ;
    skos:prefLabel "barrel (US petroleum) per hour"@en ;
    unece:conversionMultiplier 0.1589873 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bbl_us].s-1" ;
    unece:unitSymbol "bbl (US)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J63> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BIT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J63" ;
    skos:prefLabel "barrel (US petroleum) per second"@en ;
    unece:conversionMultiplier 0.6931471805599453 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "bit" ;
    unece:unitSymbol "bbl (US)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J64> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_UK-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J64" ;
    skos:prefLabel "bushel (UK) per day"@en ;
    unece:conversionMultiplier 4.209343e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bu_br].d-1" ;
    unece:unitSymbol "bu (UK)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J65> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_UK-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J65" ;
    skos:prefLabel "bushel (UK) per hour"@en ;
    unece:conversionMultiplier 1.010242e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bu_br].h-1" ;
    unece:unitSymbol "bu (UK)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J66> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_UK-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J66" ;
    skos:prefLabel "bushel (UK) per minute"@en ;
    unece:conversionMultiplier 0.0006061453 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bu_br].min-1" ;
    unece:unitSymbol "bu (UK)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J67> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_UK-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J67" ;
    skos:prefLabel "bushel (UK) per second"@en ;
    unece:conversionMultiplier 0.03636872 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bu_br].s-1" ;
    unece:unitSymbol "bu (UK)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J68> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_US_DRY-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J68" ;
    skos:prefLabel "bushel (US dry) per day"@en ;
    unece:conversionMultiplier 4.0786e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bu_us].d-1" ;
    unece:unitSymbol "bu (US dry)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_US_DRY-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J69" ;
    skos:prefLabel "bushel (US dry) per hour"@en ;
    unece:conversionMultiplier 9.789e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bu_us].h-1" ;
    unece:unitSymbol "bu (US dry)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_US_DRY-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J70" ;
    skos:prefLabel "bushel (US dry) per minute"@en ;
    unece:conversionMultiplier 0.00058732 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bu_us].min-1" ;
    unece:unitSymbol "bu (US dry)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J71> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/BU_US_DRY-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J71" ;
    skos:prefLabel "bushel (US dry) per second"@en ;
    unece:conversionMultiplier 0.03523907 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[bu_us].s-1" ;
    unece:unitSymbol "bu (US dry)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J72> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiN-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J72" ;
    skos:prefLabel "centinewton metre"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cN.m" ;
    unece:unitSymbol "cN·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiPOISE-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J73" ;
    skos:prefLabel "centipoise per kelvin"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cP.K-1" ;
    unece:unitSymbol "cP/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiPOISE-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J74" ;
    skos:prefLabel "centipoise per bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cP.bar-1" ;
    unece:unitSymbol "cP/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J75> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_MEAN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J75" ;
    skos:prefLabel "calorie (mean)"@en ;
    unece:conversionMultiplier 4.19 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_m" ;
    unece:unitSymbol "cal" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_IT-PER-GM-DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J76" ;
    skos:prefLabel "calorie (international table) per gram degree Celsius"@en ;
    unece:conversionMultiplier 4186.8 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_IT.g-1.Cel-1" ;
    unece:unitSymbol "calIT/(g·°C)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J78> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM-SEC-DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J78" ;
    skos:prefLabel "calorie (thermochemical) per centimetre second degree Celsius"@en ;
    unece:conversionMultiplier 418.4 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.cm-1.s-1.Cel-1" ;
    unece:unitSymbol "calth/(cm·s·°C)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J79> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-GM-DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J79" ;
    skos:prefLabel "calorie (thermochemical) per gram degree Celsius"@en ;
    unece:conversionMultiplier 4184.0 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.g-1.Cel-1" ;
    unece:unitSymbol "calth/(g·°C)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J81" ;
    skos:prefLabel "calorie (thermochemical) per minute"@en ;
    unece:conversionMultiplier 0.06973 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.min-1" ;
    unece:unitSymbol "calth/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J82> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J82" ;
    skos:prefLabel "calorie (thermochemical) per second"@en ;
    unece:conversionMultiplier 4.184 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.s-1" ;
    unece:unitSymbol "calth/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CLO> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J83" ;
    skos:prefLabel "clo"@en ;
    unece:conversionMultiplier 0.155 ;
    unece:dimensionVector "M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal insulance, coefficient of thermal insulation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "clo" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J84" ;
    skos:prefLabel "centimetre per second kelvin"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 Θ-1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm.s-1.K-1" ;
    unece:unitSymbol "(cm/s)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J85" ;
    skos:prefLabel "centimetre per second bar"@en ;
    unece:conversionMultiplier 1e-07 ;
    unece:dimensionVector "L2 M-1 T1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm.s-1.bar-1" ;
    unece:unitSymbol "(cm/s)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM3-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J87" ;
    skos:prefLabel "cubic centimetre per cubic metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "volume ratio"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm3.m-3" ;
    unece:unitSymbol "cm³/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J89> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM_HG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J89" ;
    skos:prefLabel "centimetre of mercury"@en ;
    unece:conversionMultiplier 1333.224 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm[Hg]" ;
    unece:unitSymbol "cm Hg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM3-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J90" ;
    skos:prefLabel "cubic decimetre per day"@en ;
    unece:conversionMultiplier 1.157407e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dm3.d-1" ;
    unece:unitSymbol "dm³/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM3-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J91" ;
    skos:prefLabel "cubic decimetre per cubic metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "volume ratio"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "dm3.m-3" ;
    unece:unitSymbol "dm³/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM3-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J92" ;
    skos:prefLabel "cubic decimetre per minute"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dm3.min-3" ;
    unece:unitSymbol "dm³/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J93> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J93" ;
    skos:prefLabel "cubic decimetre per second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dm3.s-1" ;
    unece:unitSymbol "dm³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J94> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/DYN-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J94" ;
    skos:prefLabel "dyne centimetre"@en ;
    unece:conversionMultiplier 1e-07 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dyn.cm" ;
    unece:unitSymbol "dyn·cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_UK-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J95" ;
    skos:prefLabel "ounce (UK fluid) per day"@en ;
    unece:conversionMultiplier 3.288549e-10 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[foz_br].d-1" ;
    unece:unitSymbol "fl oz (UK)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_UK-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J96" ;
    skos:prefLabel "ounce (UK fluid) per hour"@en ;
    unece:conversionMultiplier 7.892517e-09 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[foz_br].h-1" ;
    unece:unitSymbol "fl oz (UK)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J97> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_UK-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J97" ;
    skos:prefLabel "ounce (UK fluid) per minute"@en ;
    unece:conversionMultiplier 4.73551e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[foz_br].min-1" ;
    unece:unitSymbol "fl oz (UK)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_UK-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J98" ;
    skos:prefLabel "ounce (UK fluid) per second"@en ;
    unece:conversionMultiplier 2.84e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[foz_br].s-1" ;
    unece:unitSymbol "fl oz (UK)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_US-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J99" ;
    skos:prefLabel "ounce (US fluid) per day"@en ;
    unece:conversionMultiplier 3.42286e-10 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[foz_us].d-1" ;
    unece:unitSymbol "fl oz (US)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/JE> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "JE" ;
    skos:prefLabel "joule per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 Θ-1 T-2" ;
    unece:rec20Quantity "Boltzmann constant"@en,
        "heat capacity, entropy"@en,
        "massieu function, planck function"@en ;
    unece:rec20Sector "Heat"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "J.K-1" ;
    unece:unitSymbol "J/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/JK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaJ-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "JK" ;
    skos:prefLabel "megajoule per kilogram"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "specific thermodynamic energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "MJ.kg-1" ;
    unece:unitSymbol "MJ/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/JM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaJ-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "JM" ;
    skos:prefLabel "megajoule per cubic metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "radiant energy density"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "MJ.m-3" ;
    unece:unitSymbol "MJ/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_US-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K10" ;
    skos:prefLabel "ounce (US fluid) per hour"@en ;
    unece:conversionMultiplier 8.214869e-09 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[foz_us].h-1" ;
    unece:unitSymbol "fl oz (US)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_US-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K11" ;
    skos:prefLabel "ounce (US fluid) per minute"@en ;
    unece:conversionMultiplier 4.92892e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[foz_us].min-1" ;
    unece:unitSymbol "fl oz (US)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_US-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K12" ;
    skos:prefLabel "ounce (US fluid) per second"@en ;
    unece:conversionMultiplier 2.957353e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[foz_us].s-1" ;
    unece:unitSymbol "fl oz (US)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K13" ;
    skos:prefLabel "foot per degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.54864 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i].[lbf_av].[degF]" ;
    unece:unitSymbol "ft/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K14" ;
    skos:prefLabel "foot per hour"@en ;
    unece:conversionMultiplier 8.466667e-05 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i].h-1" ;
    unece:unitSymbol "ft/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-LB_F-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K15" ;
    skos:prefLabel "foot pound-force per hour"@en ;
    unece:conversionMultiplier 0.0003766161136565501 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i].[lbf_av].h-1" ;
    unece:unitSymbol "ft·lbf/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-LB_F-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K16" ;
    skos:prefLabel "foot pound-force per minute"@en ;
    unece:conversionMultiplier 0.0225969678 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i].[lbf_av].min-1" ;
    unece:unitSymbol "ft·lbf/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K17> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K17" ;
    skos:prefLabel "foot per psi"@en ;
    unece:conversionMultiplier 4.42075e-05 ;
    unece:dimensionVector "L2 M-1 T2" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i].[psi]-1" ;
    unece:unitSymbol "ft/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PER-SEC-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K18" ;
    skos:prefLabel "foot per second degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.5486399999999999 ;
    unece:dimensionVector "L1 Θ-1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i].s-1.[degF]-1" ;
    unece:unitSymbol "(ft/s)/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K19> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PER-SEC-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K19" ;
    skos:prefLabel "foot per second psi"@en ;
    unece:conversionMultiplier 4.42075e-05 ;
    unece:dimensionVector "L2 M-1 T1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i].s-1.[psi]-1" ;
    unece:unitSymbol "(ft/s)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-FT3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K20" ;
    skos:prefLabel "reciprocal cubic foot"@en ;
    unece:conversionMultiplier 35.31466 ;
    unece:dimensionVector "L-3" ;
    unece:rec20Quantity "volumic number of molecules (or particles), number density of molecules  (or particles), molecular concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "/[cft_i]" ;
    unece:unitSymbol "1/ft³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K21" ;
    skos:prefLabel "cubic foot per degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.05097033 ;
    unece:dimensionVector "L3 Θ-1" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[cft_i].[degF]-1" ;
    unece:unitSymbol "ft³/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K22" ;
    skos:prefLabel "cubic foot per day"@en ;
    unece:conversionMultiplier 3.277413e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cft_i].d-1" ;
    unece:unitSymbol "ft³/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3-PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K23" ;
    skos:prefLabel "cubic foot per psi"@en ;
    unece:conversionMultiplier 4.107011e-06 ;
    unece:dimensionVector "L4 M-1 T2" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_i]3.[psi]-1" ;
    unece:unitSymbol "ft³/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K24> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT_H2O> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K24" ;
    skos:prefLabel "foot of water"@en ;
    unece:conversionMultiplier 2989.067 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i'H2O]" ;
    unece:unitSymbol "ft H₂O" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K25> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT_HG> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K25" ;
    skos:prefLabel "foot of mercury"@en ;
    unece:conversionMultiplier 40636.66 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i'Hg]" ;
    unece:unitSymbol "ft Hg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_UK-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K26" ;
    skos:prefLabel "gallon (UK) per day"@en ;
    unece:conversionMultiplier 5.261678e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gal_br].d-1" ;
    unece:unitSymbol "gal (UK)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_UK-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K27" ;
    skos:prefLabel "gallon (UK) per hour"@en ;
    unece:conversionMultiplier 1.262803e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gal_br].h-1" ;
    unece:unitSymbol "gal (UK)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_UK-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K28" ;
    skos:prefLabel "gallon (UK) per second"@en ;
    unece:conversionMultiplier 0.00454609 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gal_br].s-1" ;
    unece:unitSymbol "gal (UK)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GAL_US-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K30" ;
    skos:prefLabel "gallon (US liquid) per second"@en ;
    unece:conversionMultiplier 0.003785412 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gal_us].s-1" ;
    unece:unitSymbol "gal (US liq.)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM_F-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K31" ;
    skos:prefLabel "gram-force per square centimetre"@en ;
    unece:conversionMultiplier 98.0665 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "gf.cm-2" ;
    unece:unitSymbol "gf/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI_UK-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K32" ;
    skos:prefLabel "gill (UK) per day"@en ;
    unece:conversionMultiplier 1.644274e-09 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gil_br].d-1" ;
    unece:unitSymbol "gi (UK)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI_UK-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K33" ;
    skos:prefLabel "gill (UK) per hour"@en ;
    unece:conversionMultiplier 3.946258e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gil_br].h-1" ;
    unece:unitSymbol "gi (UK)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI_UK-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K34" ;
    skos:prefLabel "gill (UK) per minute"@en ;
    unece:conversionMultiplier 2.367755e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gil_br].min-1" ;
    unece:unitSymbol "gi (UK)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI_UK-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K35" ;
    skos:prefLabel "gill (UK) per second"@en ;
    unece:conversionMultiplier 0.0001420653 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gil_br].s-1" ;
    unece:unitSymbol "gi (UK)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K36> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI_US-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K36" ;
    skos:prefLabel "gill (US) per day"@en ;
    unece:conversionMultiplier 1.369145e-09 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gil_us].d-1" ;
    unece:unitSymbol "gi (US)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K37> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI_US-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K37" ;
    skos:prefLabel "gill (US) per hour"@en ;
    unece:conversionMultiplier 3.285947e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gil_us].h-1" ;
    unece:unitSymbol "gi (US)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K38> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI_US-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K38" ;
    skos:prefLabel "gill (US) per minute"@en ;
    unece:conversionMultiplier 1.971568e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gil_us].min-1" ;
    unece:unitSymbol "gi (US)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K39> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI_US-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K39" ;
    skos:prefLabel "gill (US) per second"@en ;
    unece:conversionMultiplier 0.0001182941 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gil_us].s-1" ;
    unece:unitSymbol "gi (US)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/G> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K40" ;
    skos:prefLabel "standard acceleration of free fall"@en ;
    unece:conversionMultiplier 9.80665 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[g]" ;
    unece:unitSymbol "gn" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GRAIN-PER-GAL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K41" ;
    skos:prefLabel "grain per gallon (US)"@en ;
    unece:conversionMultiplier 0.017118061 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[gr].[gal_br]-1" ;
    unece:unitSymbol "gr/gal (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HP_Brake> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K42" ;
    skos:prefLabel "horsepower (boiler)"@en ;
    unece:conversionMultiplier 9809.5 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "boiler hp" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/HP_Electric> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K43" ;
    skos:prefLabel "horsepower (electric)"@en ;
    unece:conversionMultiplier 746.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "electric hp" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K45" ;
    skos:prefLabel "inch per degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.04572 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i].[degF]-1" ;
    unece:unitSymbol "in/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K46" ;
    skos:prefLabel "inch per psi"@en ;
    unece:conversionMultiplier 3.683958e-06 ;
    unece:dimensionVector "L2 M-1 T2" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i].[psi]-1" ;
    unece:unitSymbol "in/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-SEC-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K47" ;
    skos:prefLabel "inch per second degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.04572 ;
    unece:dimensionVector "L1 Θ-1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i].s-1.[degF]-1" ;
    unece:unitSymbol "(in/s)/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-SEC-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K48" ;
    skos:prefLabel "inch per second psi"@en ;
    unece:conversionMultiplier 3.683958e-06 ;
    unece:dimensionVector "L2 M-1 T1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i].s-1.[psi]-1" ;
    unece:unitSymbol "(in/s)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K49> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-IN3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K49" ;
    skos:prefLabel "reciprocal cubic inch"@en ;
    unece:conversionMultiplier 61023.76 ;
    unece:dimensionVector "L-3" ;
    unece:rec20Quantity "volumic number of molecules (or particles), number density of molecules  (or particles), molecular concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "/[cin_i]" ;
    unece:unitSymbol "1/in³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K5> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Use kilovar (common code KVR)"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K5" ;
    skos:prefLabel "kilovolt ampere (reactive)"@en ;
    unece:rec20Quantity "reactive power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "kvar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL_Mean> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K51" ;
    skos:prefLabel "kilocalorie (mean)"@en ;
    unece:conversionMultiplier 4190.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal_m" ;
    unece:unitSymbol "kcal" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K52" ;
    skos:prefLabel "kilocalorie (international table) per hour metre degree Celsius"@en ;
    unece:conversionMultiplier 1.163 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal_IT.h-1.m-1.Cel-1" ;
    unece:unitSymbol "kcal/(m·h·°C)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K53" ;
    skos:prefLabel "kilocalorie (thermochemical)"@en ;
    unece:conversionMultiplier 4184.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal" ;
    unece:unitSymbol "kcalth" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL_TH-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K54" ;
    skos:prefLabel "kilocalorie (thermochemical) per minute"@en ;
    unece:conversionMultiplier 69.73383333333334 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal_th.min-1" ;
    unece:unitSymbol "kcalth/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL_TH-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K55" ;
    skos:prefLabel "kilocalorie (thermochemical) per second"@en ;
    unece:conversionMultiplier 4184.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal_th.s-1" ;
    unece:unitSymbol "kcalth/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K58" ;
    skos:prefLabel "kilomole per hour"@en ;
    unece:conversionMultiplier 0.277777777777778 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "molar flux"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol.h-1" ;
    unece:unitSymbol "kmol/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL-PER-M3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K59" ;
    skos:prefLabel "kilomole per cubic metre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 L-3 Θ-1" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol.m-3.K-1" ;
    unece:unitSymbol "(kmol/m³)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K6> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K6" ;
    skos:prefLabel "kilolitre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "kL" ;
    unece:unitSymbol "kl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL-PER-M3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K60" ;
    skos:prefLabel "kilomole per cubic metre bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "N1 L-2 M-1 T2" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol.m-3.bar-1" ;
    unece:unitSymbol "(kmol/m³)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K61" ;
    skos:prefLabel "kilomole per minute"@en ;
    unece:conversionMultiplier 16.666666666666668 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "molar flux"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol.min-1" ;
    unece:unitSymbol "kmol/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K62> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K62" ;
    skos:prefLabel "litre per litre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "volume ratio"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "L.L-1" ;
    unece:unitSymbol "l/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K63> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K63" ;
    skos:prefLabel "reciprocal litre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3" ;
    unece:rec20Quantity "volumic number of molecules (or particles), number density of molecules  (or particles), molecular concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "/L" ;
    unece:unitSymbol "1/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K64> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K64" ;
    skos:prefLabel "pound (avoirdupois) per degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.8164663 ;
    unece:dimensionVector "M1 Θ-1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[degF]-1" ;
    unece:unitSymbol "lb/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K65> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K65" ;
    skos:prefLabel "pound (avoirdupois) square foot"@en ;
    unece:conversionMultiplier 0.04214011 ;
    unece:dimensionVector "L2 M1" ;
    unece:rec20Quantity "moment of inertia (dynamic moment of inertia)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[sft_i]" ;
    unece:unitSymbol "lb·ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K66> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K66" ;
    skos:prefLabel "pound (avoirdupois) per day"@en ;
    unece:conversionMultiplier 5.249912e-06 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].d-1" ;
    unece:unitSymbol "lb/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K67> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K67" ;
    skos:prefLabel "pound per foot hour"@en ;
    unece:conversionMultiplier 0.0004133788732137649 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i]-1.h-1" ;
    unece:unitSymbol "lb/(ft·h)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K68> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K68" ;
    skos:prefLabel "pound per foot second"@en ;
    unece:conversionMultiplier 1.4881639435695537 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i]-1.s-1" ;
    unece:unitSymbol "lb/(ft·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT3-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K69" ;
    skos:prefLabel "pound (avoirdupois) per cubic foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 28.83323 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i]-3.[degF]-1" ;
    unece:unitSymbol "(lb/ft³)/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT3-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K70" ;
    skos:prefLabel "pound (avoirdupois) per cubic foot psi"@en ;
    unece:conversionMultiplier 0.0023232815854335254 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i]-3.[psi]-1" ;
    unece:unitSymbol "(lb/ft³)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K71> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-GAL_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K71" ;
    skos:prefLabel "pound (avoirdupois) per gallon (UK)"@en ;
    unece:conversionMultiplier 99.7763727 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[gal_br]-1" ;
    unece:unitSymbol "lb/gal (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-HR-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K73" ;
    skos:prefLabel "pound (avoirdupois) per hour degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.000226796185 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].h-1.[degF]-1" ;
    unece:unitSymbol "(lb/h)/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-HR-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K74" ;
    skos:prefLabel "pound (avoirdupois) per hour psi"@en ;
    unece:conversionMultiplier 1.827445e-08 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].h-1.[psi]-1" ;
    unece:unitSymbol "(lb/h)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K75> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-IN3-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K75" ;
    skos:prefLabel "pound (avoirdupois) per cubic inch degree Fahrenheit"@en ;
    unece:conversionMultiplier 49823.84 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[in_i]-3.[degF]-1" ;
    unece:unitSymbol "(lb/in³)/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-IN3-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K76" ;
    skos:prefLabel "pound (avoirdupois) per cubic inch psi"@en ;
    unece:conversionMultiplier 4.014630579629132 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[in_i]-3.[psi]-1" ;
    unece:unitSymbol "(lb/in³)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K77> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K77" ;
    skos:prefLabel "pound (avoirdupois) per psi"@en ;
    unece:conversionMultiplier 6.578801e-05 ;
    unece:dimensionVector "L1 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[psi]-1" ;
    unece:unitSymbol "lb/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K78> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K78" ;
    skos:prefLabel "pound (avoirdupois) per minute"@en ;
    unece:conversionMultiplier 0.007559872833333333 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].min-1" ;
    unece:unitSymbol "lb/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K79> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-MIN-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K79" ;
    skos:prefLabel "pound (avoirdupois) per minute degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.013607771099999999 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].min-1.[degF]-1" ;
    unece:unitSymbol "lb/(min·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K80> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-MIN-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K80" ;
    skos:prefLabel "pound (avoirdupois) per minute psi"@en ;
    unece:conversionMultiplier 1.096467e-06 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].min-1.[psi]-1" ;
    unece:unitSymbol "(lb/min)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K81" ;
    skos:prefLabel "pound (avoirdupois) per second"@en ;
    unece:conversionMultiplier 0.4535924 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].s-1" ;
    unece:unitSymbol "lb/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K82> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-SEC-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K82" ;
    skos:prefLabel "pound (avoirdupois) per second degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.8164663 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].s-1.[degF]-1" ;
    unece:unitSymbol "(lb/s)/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-SEC-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K83" ;
    skos:prefLabel "pound (avoirdupois) per second psi"@en ;
    unece:conversionMultiplier 6.578801e-05 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].s-1.[psi]-1" ;
    unece:unitSymbol "(lb/s)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-YD3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K84" ;
    skos:prefLabel "pound per cubic yard"@en ;
    unece:conversionMultiplier 0.5932764212577829 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[cyd_i]-1" ;
    unece:unitSymbol "lb/yd³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K85" ;
    skos:prefLabel "pound-force per square foot"@en ;
    unece:conversionMultiplier 47.8802631 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[sft_i]-1" ;
    unece:unitSymbol "lbf/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K86> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-PER-IN2-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K86" ;
    skos:prefLabel "pound-force per square inch degree Fahrenheit"@en ;
    unece:conversionMultiplier 12410.56 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[sin_i]-1.[degF]-1" ;
    unece:unitSymbol "psi/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PSI-IN3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K87" ;
    skos:prefLabel "psi cubic inch per second"@en ;
    unece:conversionMultiplier 0.1129848 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "leakage rate of gas"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[psi].[cin_i].s-1" ;
    unece:unitSymbol "psi·in³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PSI-L-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K88" ;
    skos:prefLabel "psi litre per second"@en ;
    unece:conversionMultiplier 6.894757 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "leakage rate of gas"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[psi].L.s-1" ;
    unece:unitSymbol "psi·l/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PSI-M3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K89" ;
    skos:prefLabel "psi cubic metre per second"@en ;
    unece:conversionMultiplier 6894.757 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "leakage rate of gas"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[psi].m3.s-1" ;
    unece:unitSymbol "psi·m³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PSI-YD3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K90" ;
    skos:prefLabel "psi cubic yard per second"@en ;
    unece:conversionMultiplier 5271.42 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "leakage rate of gas"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[psi].[cyd_i].s-1" ;
    unece:unitSymbol "psi·yd³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-SEC-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K91" ;
    skos:prefLabel "pound-force second per square foot"@en ;
    unece:conversionMultiplier 47.8802631 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].s.[sft_i]-1" ;
    unece:unitSymbol "lbf·s/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-SEC-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K92" ;
    skos:prefLabel "pound-force second per square inch"@en ;
    unece:conversionMultiplier 6894.75789 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].s.[sin_i]-1" ;
    unece:unitSymbol "lbf·s/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K93> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K93" ;
    skos:prefLabel "reciprocal psi"@en ;
    unece:conversionMultiplier 0.0001450377 ;
    unece:dimensionVector "L1 M-1 T2" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[psi]-1" ;
    unece:unitSymbol "1/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_UK-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K94" ;
    skos:prefLabel "quart (UK liquid) per day"@en ;
    unece:conversionMultiplier 1.31542e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[qt_br].d-1" ;
    unece:unitSymbol "qt (UK liq.)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_UK-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K95" ;
    skos:prefLabel "quart (UK liquid) per hour"@en ;
    unece:conversionMultiplier 3.157007e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[qt_br].h-1" ;
    unece:unitSymbol "qt (UK liq.)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_UK-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K96" ;
    skos:prefLabel "quart (UK liquid) per minute"@en ;
    unece:conversionMultiplier 1.894205e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[qt_br].min-1" ;
    unece:unitSymbol "qt (UK liq.)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K97> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_UK-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K97" ;
    skos:prefLabel "quart (UK liquid) per second"@en ;
    unece:conversionMultiplier 0.0011365225 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[qt_br].h-1.s-1" ;
    unece:unitSymbol "qt (UK liq.)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_US-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K98" ;
    skos:prefLabel "quart (US liquid) per day"@en ;
    unece:conversionMultiplier 1.095316e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[qt_us].d-1" ;
    unece:unitSymbol "qt (US liq.)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/K99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_US-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K99" ;
    skos:prefLabel "quart (US liquid) per hour"@en ;
    unece:conversionMultiplier 2.628758e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[qt_us].h-1" ;
    unece:unitSymbol "qt (US liq.)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KAT> a skos:Concept ;
    skos:definition "A unit of catalytic activity defining the catalytic activity of enzymes and other catalysts."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KAT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KAT" ;
    skos:prefLabel "katal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "catalytic activity"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kat" ;
    unece:unitSymbol "kat" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KBA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloBAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KBA" ;
    skos:prefLabel "kilobar"@en ;
    unece:conversionMultiplier 100000000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kbar" ;
    unece:unitSymbol "kbar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KEL> a skos:Concept ;
    skos:definition "Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KEL" ;
    skos:prefLabel "kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ1" ;
    unece:rec20Quantity "Debye temperature, Curie temperature, Néel temperature, Fermi temperature, Super conductor transition temperature"@en,
        "thermodynamic"@en ;
    unece:rec20Sector "Heat"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "K" ;
    unece:unitSymbol "K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KGM> a skos:Concept ;
    skos:definition "A unit of mass equal to one thousand grams."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KGM" ;
    skos:prefLabel "kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "effective mass"@en,
        "mass"@en,
        "mass excess"@en,
        "mass of atom (of a nuclide x), nuclidic mass"@en,
        "mass of molecule"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Mechanics"@en,
        "Physical Chemistry and Molecular Physics"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "kg" ;
    unece:unitSymbol "kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KGS> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KGS" ;
    skos:prefLabel "kilogram per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.s-1" ;
    unece:unitSymbol "kg/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KHZ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloHZ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KHZ" ;
    skos:prefLabel "kilohertz"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "kHz" ;
    unece:unitSymbol "kHz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KJO> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KJO" ;
    skos:prefLabel "kilojoule"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kJ" ;
    unece:unitSymbol "kJ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KL> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KL" ;
    skos:prefLabel "kilogram per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-1" ;
    unece:unitSymbol "kg/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KLX> a skos:Concept ;
    skos:definition "A unit of illuminance equal to one thousand lux."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KLX" ;
    skos:prefLabel "kilolux"@en ;
    unece:rec20Quantity "illuminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "klx" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KMH> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloM-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KMH" ;
    skos:prefLabel "kilometre per hour"@en ;
    unece:conversionMultiplier 0.2777777777777778 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "km.h-1" ;
    unece:unitSymbol "km/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KMK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KMK" ;
    skos:prefLabel "square kilometre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "km2" ;
    unece:unitSymbol "km²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KMQ> a skos:Concept ;
    skos:definition "A unit of weight expressed in kilograms of a substance that fills a volume of one cubic metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KMQ" ;
    skos:prefLabel "kilogram per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en,
        "volumic mass, density, mass density"@en,
        "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Mechanics"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kg.m-3" ;
    unece:unitSymbol "kg/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KMT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KMT" ;
    skos:prefLabel "kilometre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "km" ;
    unece:unitSymbol "km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KNM> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KNM" ;
    skos:prefLabel "kilonewton per square metre"@en ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "KN/m2" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KNT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KNT" ;
    skos:prefLabel "knot"@en ;
    unece:conversionMultiplier 0.5144444444444445 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[kn_i]" ;
    unece:unitSymbol "kn" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KPA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloPA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KPA" ;
    skos:prefLabel "kilopascal"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kPa" ;
    unece:unitSymbol "kPa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KR" ;
    skos:prefLabel "kiloroentgen"@en ;
    unece:conversionMultiplier 0.258 ;
    unece:dimensionVector "I1 M-1 T1" ;
    unece:rec20Quantity "exposure"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "kR" ;
    unece:unitSymbol "kR" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KTM> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KTM" ;
    skos:prefLabel "kilometre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "km" ;
    unece:unitSymbol "km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KTN> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloTON_Metric> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KTN" ;
    skos:prefLabel "kilotonne"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kt" ;
    unece:unitSymbol "kt" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KVA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloVA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KVA" ;
    skos:prefLabel "kilovolt - ampere"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "apparent power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kVA" ;
    unece:unitSymbol "kV·A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KVR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloVAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KVR" ;
    skos:prefLabel "kilovar"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "reactive power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kVA{reactive}" ;
    unece:unitSymbol "kvar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KVT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KVT" ;
    skos:prefLabel "kilovolt"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kV" ;
    unece:unitSymbol "kV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KW> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KW" ;
    skos:prefLabel "kilogram per millimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.mm-1" ;
    unece:unitSymbol "kg/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KWH> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloW-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KWH" ;
    skos:prefLabel "kilowatt hour"@en ;
    unece:conversionMultiplier 3600000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kW.h" ;
    unece:unitSymbol "kW·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KX> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KX" ;
    skos:prefLabel "millilitre per kilogram"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mL.kg-1" ;
    unece:unitSymbol "ml/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_US-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L10" ;
    skos:prefLabel "quart (US liquid) per minute"@en ;
    unece:conversionMultiplier 1.577255e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[qt_us].min-1" ;
    unece:unitSymbol "qt (US liq.)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_US-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L11" ;
    skos:prefLabel "quart (US liquid) per second"@en ;
    unece:conversionMultiplier 0.000946353 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[qt_us].s-1" ;
    unece:unitSymbol "qt (US liq.)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L12" ;
    skos:prefLabel "metre per second kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 Θ-1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.s-1.K-1" ;
    unece:unitSymbol "(m/s)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L13" ;
    skos:prefLabel "metre per second bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L2 M-1 T1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.s-1.bar-1" ;
    unece:unitSymbol "(m/s)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-HR-DEG_C-PER-KiloCAL_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L14" ;
    skos:prefLabel "square metre hour degree Celsius per kilocalorie (international table)"@en ;
    unece:conversionMultiplier 0.859845 ;
    unece:dimensionVector "M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal insulance, coefficient of thermal insulation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "m2.h.Cel/kcal_IT" ;
    unece:unitSymbol "m²·h·°C/kcal" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliPA-SEC-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L15" ;
    skos:prefLabel "millipascal second per kelvin"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-1 M1 Θ-1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mPa.s.K-1" ;
    unece:unitSymbol "mPa·s/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliPA-SEC-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L16" ;
    skos:prefLabel "millipascal second per bar"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mPa.s.bar-1" ;
    unece:unitSymbol "mPa·s/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L17> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-M3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L17" ;
    skos:prefLabel "milligram per cubic metre kelvin"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.m-3.K-1" ;
    unece:unitSymbol "(mg/m³)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-M3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L18" ;
    skos:prefLabel "milligram per cubic metre bar"@en ;
    unece:conversionMultiplier 1e-11 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.m-3.bar-1" ;
    unece:unitSymbol "(mg/m³)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L19> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L19" ;
    skos:prefLabel "millilitre per litre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "volume ratio"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mL.L-1" ;
    unece:unitSymbol "ml/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L2> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L2" ;
    skos:prefLabel "litre per minute"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.min-1" ;
    unece:unitSymbol "l/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-MilliM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L20" ;
    skos:prefLabel "reciprocal cubic millimetre"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "L-3" ;
    unece:rec20Quantity "volumic number of molecules (or particles), number density of molecules  (or particles), molecular concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "/mm3" ;
    unece:unitSymbol "1/mm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM3-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L21" ;
    skos:prefLabel "cubic millimetre per cubic metre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "volume ratio"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm3.m-3" ;
    unece:unitSymbol "mm³/m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L23" ;
    skos:prefLabel "mole per hour"@en ;
    unece:conversionMultiplier 0.000277778 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "molar flux"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.h-1" ;
    unece:unitSymbol "mol/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-KiloGM-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L24" ;
    skos:prefLabel "mole per kilogram kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 M-1 Θ-1" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.K-1.kg-1" ;
    unece:unitSymbol "(mol/kg)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L25> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-KiloGM-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L25" ;
    skos:prefLabel "mole per kilogram bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "N1 L1 M-2 T2" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.kg-1.bar-1" ;
    unece:unitSymbol "(mol/kg)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-L-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L26" ;
    skos:prefLabel "mole per litre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 L-3 Θ-1" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.L-1.K-1" ;
    unece:unitSymbol "(mol/l)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-L-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L27" ;
    skos:prefLabel "mole per litre bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "N1 L-2 M-1 T2" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.L-1.bar-1" ;
    unece:unitSymbol "(mol/l)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-M3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L28" ;
    skos:prefLabel "mole per cubic metre kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 L-3 Θ-1" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.m-3.K-1" ;
    unece:unitSymbol "(mol/m³)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-M3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L29" ;
    skos:prefLabel "mole per cubic metre bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "N1 L-2 M-1 T2" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.m-3.bar-1" ;
    unece:unitSymbol "(mol/m³)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L30" ;
    skos:prefLabel "mole per minute"@en ;
    unece:conversionMultiplier 0.016666667 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "molar flux"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.min-1" ;
    unece:unitSymbol "mol/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliR_man> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L31" ;
    skos:prefLabel "milliroentgen aequivalent men"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "dose equivalent"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mREM" ;
    unece:unitSymbol "mrem" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoGM-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L32" ;
    skos:prefLabel "nanogram per kilogram"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "mass ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ng.kg-1" ;
    unece:unitSymbol "ng/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L33" ;
    skos:prefLabel "ounce (avoirdupois) per day"@en ;
    unece:conversionMultiplier 3.2812e-07 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].d-1" ;
    unece:unitSymbol "oz/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L34" ;
    skos:prefLabel "ounce (avoirdupois) per hour"@en ;
    unece:conversionMultiplier 7.87487e-06 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].h-1" ;
    unece:unitSymbol "oz/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L35> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L35" ;
    skos:prefLabel "ounce (avoirdupois) per minute"@en ;
    unece:conversionMultiplier 0.000472492 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].min-1" ;
    unece:unitSymbol "oz/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L36> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L36" ;
    skos:prefLabel "ounce (avoirdupois) per second"@en ;
    unece:conversionMultiplier 0.02834952 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].s-1" ;
    unece:unitSymbol "oz/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L37> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-GAL_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L37" ;
    skos:prefLabel "ounce (avoirdupois) per gallon (UK)"@en ;
    unece:conversionMultiplier 6.23602329 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[gal_br]-1" ;
    unece:unitSymbol "oz/gal (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L38> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-GAL_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L38" ;
    skos:prefLabel "ounce (avoirdupois) per gallon (US)"@en ;
    unece:conversionMultiplier 7.489151707306039 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[gal_us]-1" ;
    unece:unitSymbol "oz/gal (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L39> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-IN3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L39" ;
    skos:prefLabel "ounce (avoirdupois) per cubic inch"@en ;
    unece:conversionMultiplier 1729.99404 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[cin_i]-1" ;
    unece:unitSymbol "oz/in³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L40> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L40" ;
    skos:prefLabel "ounce (avoirdupois)-force"@en ;
    unece:conversionMultiplier 0.278013875 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ozf_av]" ;
    unece:unitSymbol "ozf" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L41> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_F-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L41" ;
    skos:prefLabel "ounce (avoirdupois)-force inch"@en ;
    unece:conversionMultiplier 0.007061552425 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ozf_av].[in_i]" ;
    unece:unitSymbol "ozf·in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L42> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoS-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L42" ;
    skos:prefLabel "picosiemens per metre"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I2 L-3 M-1 T3" ;
    unece:rec20Quantity "conductivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "pS.m-1" ;
    unece:unitSymbol "pS/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L43" ;
    skos:prefLabel "peck (UK)"@en ;
    unece:conversionMultiplier 0.009092181 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[pk_br]" ;
    unece:unitSymbol "pk (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L44> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_UK-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L44" ;
    skos:prefLabel "peck (UK) per day"@en ;
    unece:conversionMultiplier 1.052336e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pk_br].d-1" ;
    unece:unitSymbol "pk (UK)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_UK-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L45" ;
    skos:prefLabel "peck (UK) per hour"@en ;
    unece:conversionMultiplier 2.525606e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pk_br].h-1" ;
    unece:unitSymbol "pk (UK)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_UK-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L46" ;
    skos:prefLabel "peck (UK) per minute"@en ;
    unece:conversionMultiplier 0.00015153635 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pk_br].min-1" ;
    unece:unitSymbol "pk (UK)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_UK-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L47" ;
    skos:prefLabel "peck (UK) per second"@en ;
    unece:conversionMultiplier 0.009092181 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pk_br].s-1" ;
    unece:unitSymbol "pk (UK)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L48> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_US_DRY-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L48" ;
    skos:prefLabel "peck (US dry) per day"@en ;
    unece:conversionMultiplier 1.019649e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pk_us].d-1" ;
    unece:unitSymbol "pk (US dry)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L49> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_US_DRY-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L49" ;
    skos:prefLabel "peck (US dry) per hour"@en ;
    unece:conversionMultiplier 2.447158e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pk_us].h-1" ;
    unece:unitSymbol "pk (US dry)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_US_DRY-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L50" ;
    skos:prefLabel "peck (US dry) per minute"@en ;
    unece:conversionMultiplier 0.000146829459067 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pk_us].min-1" ;
    unece:unitSymbol "pk (US dry)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PK_US_DRY-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L51" ;
    skos:prefLabel "peck (US dry) per second"@en ;
    unece:conversionMultiplier 0.00880976754 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pk_us].s-1" ;
    unece:unitSymbol "pk (US dry)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PSI-PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L52" ;
    skos:prefLabel "psi per psi"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "pressure ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[psi].[psi]-1" ;
    unece:unitSymbol "psi/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L53> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_UK-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L53" ;
    skos:prefLabel "pint (UK) per day"@en ;
    unece:conversionMultiplier 6.577098e-09 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pt_br].d" ;
    unece:unitSymbol "pt (UK)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_UK-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L54" ;
    skos:prefLabel "pint (UK) per hour"@en ;
    unece:conversionMultiplier 1.578504e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pt_br].h-1" ;
    unece:unitSymbol "pt (UK)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_UK-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L55" ;
    skos:prefLabel "pint (UK) per minute"@en ;
    unece:conversionMultiplier 9.471022e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pt_br].min-1" ;
    unece:unitSymbol "pt (UK)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L56> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_UK-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L56" ;
    skos:prefLabel "pint (UK) per second"@en ;
    unece:conversionMultiplier 0.0005682613 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pt_br].s-1" ;
    unece:unitSymbol "pt (UK)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L57> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_US-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L57" ;
    skos:prefLabel "pint (US liquid) per day"@en ;
    unece:conversionMultiplier 5.47658e-09 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pt_us].d-1" ;
    unece:unitSymbol "pt (US liq.)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L58> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_US-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L58" ;
    skos:prefLabel "pint (US liquid) per hour"@en ;
    unece:conversionMultiplier 1.314379e-07 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pt_us].h-1" ;
    unece:unitSymbol "pt (US liq.)/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_US-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L59" ;
    skos:prefLabel "pint (US liquid) per minute"@en ;
    unece:conversionMultiplier 7.886275e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pt_us].min-1" ;
    unece:unitSymbol "pt (US liq.)/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_US-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L60" ;
    skos:prefLabel "pint (US liquid) per second"@en ;
    unece:conversionMultiplier 0.0004731765 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[pt_us].s-1" ;
    unece:unitSymbol "pt (US liq.)/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L61> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Use dry pint (common code PTD)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_US_DRY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L61" ;
    skos:prefLabel "pint (US dry)"@en ;
    unece:conversionMultiplier 0.000550610471 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[dpt_us]" ;
    unece:unitSymbol "pt (US dry)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L62> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Use dry quart (US) (common code QTD)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_US_DRY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L62" ;
    skos:prefLabel "quart (US dry)"@en ;
    unece:conversionMultiplier 0.001101220942715 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[dqt_us]" ;
    unece:unitSymbol "qt (US dry)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L63> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SLUG-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L63" ;
    skos:prefLabel "slug per day"@en ;
    unece:conversionMultiplier 0.00016891087963 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "slug/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L64> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SLUG-PER-FT-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L64" ;
    skos:prefLabel "slug per foot second"@en ;
    unece:conversionMultiplier 47.8802591863517 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "slug/(ft·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L65> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SLUG-PER-FT3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L65" ;
    skos:prefLabel "slug per cubic foot"@en ;
    unece:conversionMultiplier 515.3788206107324 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "slug/ft³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L66> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SLUG-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L66" ;
    skos:prefLabel "slug per hour"@en ;
    unece:conversionMultiplier 0.004053861111111 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "slug/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L67> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SLUG-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L67" ;
    skos:prefLabel "slug per minute"@en ;
    unece:conversionMultiplier 0.243231666666667 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "slug/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L68> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SLUG-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L68" ;
    skos:prefLabel "slug per second"@en ;
    unece:conversionMultiplier 14.593903 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "slug/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L69> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L69" ;
    skos:prefLabel "tonne per kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M1 Θ-1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.K-1" ;
    unece:unitSymbol "t/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L70> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L70" ;
    skos:prefLabel "tonne per bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.bar-1" ;
    unece:unitSymbol "t/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L71> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L71" ;
    skos:prefLabel "tonne per day"@en ;
    unece:conversionMultiplier 0.011574074074074 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.d-1" ;
    unece:unitSymbol "t/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L72> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-DAY-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L72" ;
    skos:prefLabel "tonne per day kelvin"@en ;
    unece:conversionMultiplier 0.011574074074074073 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.d-1.K-1" ;
    unece:unitSymbol "(t/d)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-DAY-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L73" ;
    skos:prefLabel "tonne per day bar"@en ;
    unece:conversionMultiplier 1.157407e-07 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.d-1.bar-1" ;
    unece:unitSymbol "(t/d)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L74> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-HR-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L74" ;
    skos:prefLabel "tonne per hour kelvin"@en ;
    unece:conversionMultiplier 0.2777777777777778 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.h-1.K-1" ;
    unece:unitSymbol "(t/h)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L75> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-HR-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L75" ;
    skos:prefLabel "tonne per hour bar"@en ;
    unece:conversionMultiplier 2.777778e-06 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.h-1.bar-1" ;
    unece:unitSymbol "(t/h)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L76> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-M3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L76" ;
    skos:prefLabel "tonne per cubic metre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-3 M1 Θ-1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.m-3.K-1" ;
    unece:unitSymbol "(t/m³)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L77> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TONNE-PER-M3-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L77" ;
    skos:prefLabel "tonne per cubic metre bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.m-3.bar-1" ;
    unece:unitSymbol "(t/m³)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L78> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L78" ;
    skos:prefLabel "tonne per minute"@en ;
    unece:conversionMultiplier 16.666666666666668 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.min-1" ;
    unece:unitSymbol "t/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L79> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-MIN-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L79" ;
    skos:prefLabel "tonne per minute kelvin"@en ;
    unece:conversionMultiplier 16.666666666666668 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.min-1.K-1" ;
    unece:unitSymbol "(t/min)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L80> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-MIN-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L80" ;
    skos:prefLabel "tonne per minute bar"@en ;
    unece:conversionMultiplier 0.00016666666666666666 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.min-1.bar-1" ;
    unece:unitSymbol "(t/min)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L81" ;
    skos:prefLabel "tonne per second"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.s-1" ;
    unece:unitSymbol "t/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L82> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-SEC-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L82" ;
    skos:prefLabel "tonne per second kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.s-1.K-1" ;
    unece:unitSymbol "(t/s)/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L83> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Metric-PER-SEC-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L83" ;
    skos:prefLabel "tonne per second bar"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.s-1.bar-1" ;
    unece:unitSymbol "(t/s)/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L84> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_SHIPPING_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L84" ;
    skos:prefLabel "ton (UK shipping)"@en ;
    unece:conversionMultiplier 1.1326 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "British shipping ton" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L85> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_UK-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L85" ;
    skos:prefLabel "ton long per day"@en ;
    unece:conversionMultiplier 0.011759259259259 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lton_av].d-1" ;
    unece:unitSymbol "ton (UK)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L86> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_SHIPPING_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L86" ;
    skos:prefLabel "ton (US shipping)"@en ;
    unece:conversionMultiplier 1.1326 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "(US) shipping ton" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_SHORT-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L87" ;
    skos:prefLabel "ton short per degree Fahrenheit"@en ;
    unece:conversionMultiplier 1632.932 ;
    unece:dimensionVector "M1 Θ-1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ston_av].[degF]-1" ;
    unece:unitSymbol "ton (US)/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_US-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L88" ;
    skos:prefLabel "ton short per day"@en ;
    unece:conversionMultiplier 0.010497685185185 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ston_av].d-1" ;
    unece:unitSymbol "ton (US)/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L89> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_SHORT-PER-HR-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L89" ;
    skos:prefLabel "ton short per hour degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.45359236999999997 ;
    unece:dimensionVector "M1 Θ-1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ston_av].h-1.[degF]-1" ;
    unece:unitSymbol "ton (US)/(h·°F)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_SHORT-PER-HR-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L90" ;
    skos:prefLabel "ton short per hour psi"@en ;
    unece:conversionMultiplier 3.654889e-05 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ston_av].h-1.[psi]-1" ;
    unece:unitSymbol "(ton (US)/h)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_SHORT-PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L91" ;
    skos:prefLabel "ton short per psi"@en ;
    unece:conversionMultiplier 0.13157601648947936 ;
    unece:dimensionVector "L1 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ston_av].[psi]-1" ;
    unece:unitSymbol "ton (US)/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_LONG-PER-YD3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L92" ;
    skos:prefLabel "ton (UK long) per cubic yard"@en ;
    unece:conversionMultiplier 1328.8778292234224 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lton_av]/[cyd_i]" ;
    unece:unitSymbol "ton.l/yd³ (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L93> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_US-PER-YD3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L93" ;
    skos:prefLabel "ton (US short) per cubic yard"@en ;
    unece:conversionMultiplier 1186.3112117181538 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ston_av].[cyd_i]-1" ;
    unece:unitSymbol "ton.s/yd³ (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L94> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_F_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L94" ;
    skos:prefLabel "ton-force (US short)"@en ;
    unece:conversionMultiplier 8896.443230521 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[stonf_av]" ;
    unece:unitSymbol "ton.sh-force" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L95> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YR_Common> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L95" ;
    skos:prefLabel "common year"@en ;
    unece:conversionMultiplier 31536000.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "y (365 days)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L96> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YR_Sidereal> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L96" ;
    skos:prefLabel "sidereal year"@en ;
    unece:conversionMultiplier 31558149.7632 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "y (sidereal)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L98" ;
    skos:prefLabel "yard per degree Fahrenheit"@en ;
    unece:conversionMultiplier 1.6459200164592 ;
    unece:dimensionVector "L1 Θ-1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[yd_i].[degF]-1" ;
    unece:unitSymbol "yd/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/L99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD-PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L99" ;
    skos:prefLabel "yard per psi"@en ;
    unece:conversionMultiplier 0.00013262250143006145 ;
    unece:dimensionVector "L2 M-1 T2" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[yd_i].[psi]-1" ;
    unece:unitSymbol "yd/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/LA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-IN3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "LA" ;
    skos:prefLabel "pound per cubic inch"@en ;
    unece:conversionMultiplier 27679.904710203125 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[cin_i]-1" ;
    unece:unitSymbol "lb/in³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/LBR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "LBR" ;
    skos:prefLabel "pound"@en ;
    unece:conversionMultiplier 0.45359237 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av]" ;
    unece:unitSymbol "lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/LD> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "LD" ;
    skos:prefLabel "litre per day"@en ;
    unece:conversionMultiplier 1.157407e-08 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "L.d-1" ;
    unece:unitSymbol "l/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/LTN> a skos:Concept ;
    skos:definition "Synonym: gross ton (2240 lb)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "LTN" ;
    skos:prefLabel "ton (UK) or long ton (US)"@en ;
    unece:conversionMultiplier 1016.0469088 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lton_av]" ;
    unece:unitSymbol "ton (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/LTR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "LTR" ;
    skos:prefLabel "litre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "L" ;
    unece:unitSymbol "l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/LUM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "LUM" ;
    skos:prefLabel "lumen"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "J1" ;
    unece:rec20Quantity "luminous flux"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lm" ;
    unece:unitSymbol "lm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/LUX> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LUX> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "LUX" ;
    skos:prefLabel "lux"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "illuminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lx" ;
    unece:unitSymbol "lx" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M1> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M1" ;
    skos:prefLabel "milligram per litre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.L-1" ;
    unece:unitSymbol "mg/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-YD3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M10" ;
    skos:prefLabel "reciprocal cubic yard"@en ;
    unece:conversionMultiplier 1.307951 ;
    unece:dimensionVector "L-3" ;
    unece:rec20Quantity "volumic number of molecules (or particles), number density of molecules  (or particles), molecular concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[cyd_i]-1" ;
    unece:unitSymbol "1/yd³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD3-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M11" ;
    skos:prefLabel "cubic yard per degree Fahrenheit"@en ;
    unece:conversionMultiplier 1.376198881991088 ;
    unece:dimensionVector "L3 Θ-1" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[cyd_i].[degF]-1" ;
    unece:unitSymbol "yd³/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD3-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M12" ;
    skos:prefLabel "cubic yard per day"@en ;
    unece:conversionMultiplier 8.849015e-06 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cyd_i].d-1" ;
    unece:unitSymbol "yd³/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD3-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M13" ;
    skos:prefLabel "cubic yard per hour"@en ;
    unece:conversionMultiplier 0.00021237634944 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cyd_i].h-1" ;
    unece:unitSymbol "yd³/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD3-PER-PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M14" ;
    skos:prefLabel "cubic yard per psi"@en ;
    unece:conversionMultiplier 0.00011088930199731351 ;
    unece:dimensionVector "L4 M-1 T2" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[yd_i]3.[psi]-1" ;
    unece:unitSymbol "yd³/psi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M15> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD3-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M15" ;
    skos:prefLabel "cubic yard per minute"@en ;
    unece:conversionMultiplier 0.0127425809664 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cyd_i].min-1" ;
    unece:unitSymbol "yd³/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M16> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M16" ;
    skos:prefLabel "cubic yard per second"@en ;
    unece:conversionMultiplier 0.764554857984 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[cyd_i].s-1" ;
    unece:unitSymbol "yd³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M17> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloHZ-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M17" ;
    skos:prefLabel "kilohertz metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kHz.m" ;
    unece:unitSymbol "kHz·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M18> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaHZ-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M18" ;
    skos:prefLabel "gigahertz metre"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "GHz.m" ;
    unece:unitSymbol "GHz·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-MegaK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M20" ;
    skos:prefLabel "reciprocal megakelvin or megakelvin to the power minus one"@en ;
    unece:dimensionVector "Θ-1" ;
    unece:rec20Quantity "linear expansion coefficient, cubic expansion coefficient, relative pressure coefficient"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "1/MK" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M21> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M21" ;
    skos:prefLabel "reciprocal kilovolt - ampere reciprocal hour"@en ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "1/kVAh" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL-PER-CentiM2-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M22" ;
    skos:prefLabel "millilitre per square centimetre minute"@en ;
    unece:conversionMultiplier 0.00016666667 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mL.cm-2" ;
    unece:unitSymbol "(ml/min)/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M23" ;
    skos:prefLabel "newton per centimetre"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "surface tension"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.cm-1" ;
    unece:unitSymbol "N/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M24" ;
    skos:prefLabel "ohm kilometre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Ohm.km" ;
    unece:unitSymbol "Ω·km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaOHM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M26" ;
    skos:prefLabel "gigaohm per metre"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "I-2 L1 M1 T-3" ;
    unece:rec20Quantity "resistance load per unit length"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "GOhm.m-1" ;
    unece:unitSymbol "GΩ/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaHZ-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M27" ;
    skos:prefLabel "megahertz metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MHz.m" ;
    unece:unitSymbol "MHz·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M29> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M29" ;
    skos:prefLabel "kilogram per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "mass ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.kg-1" ;
    unece:unitSymbol "kg/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M30> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M30" ;
    skos:prefLabel "reciprocal volt - ampere reciprocal second"@en ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "1/(V·A·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M31> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-KiloM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M31" ;
    skos:prefLabel "kilogram per kilometre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.km-1" ;
    unece:unitSymbol "kg/km" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-SEC-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M32" ;
    skos:prefLabel "pascal second per litre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-4 M1 T-1" ;
    unece:rec20Quantity "acoustic impedance"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "Pa.s.L-1" ;
    unece:unitSymbol "Pa·s/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliMOL-PER-L> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M33" ;
    skos:prefLabel "millimole per litre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 L-3" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mmol.L-1" ;
    unece:unitSymbol "mmol/l" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M34" ;
    skos:prefLabel "newton metre per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "torsional stiffness, area-related torsional moment"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m.m-2" ;
    unece:unitSymbol "N·m/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M35> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M35" ;
    skos:prefLabel "millivolt - ampere"@en ;
    unece:rec20Quantity "apparent power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "mV·A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M38> a skos:Concept ;
    skos:definition "1000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloM-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M38" ;
    skos:prefLabel "kilometre per second squared"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "km.s-2" ;
    unece:unitSymbol "km/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M39> a skos:Concept ;
    skos:definition "0,01-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M39" ;
    skos:prefLabel "centimetre per second squared"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "cm.s-2" ;
    unece:unitSymbol "cm/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M40> a skos:Concept ;
    skos:definition "Unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M40" ;
    skos:prefLabel "yard per second squared"@en ;
    unece:conversionMultiplier 0.9144 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[yd_i].s-2" ;
    unece:unitSymbol "yd/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M41> a skos:Concept ;
    skos:definition "0,001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M41" ;
    skos:prefLabel "millimetre per second squared"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm.s-2" ;
    unece:unitSymbol "mm/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M42> a skos:Concept ;
    skos:definition "Unit of the length according to the Imperial system of units divided by the power of the SI base unit second by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI_US-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M42" ;
    skos:prefLabel "mile (statute mile) per second squared"@en ;
    unece:conversionMultiplier 1609.347 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_us].s-2" ;
    unece:unitSymbol "mi/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M43> a skos:Concept ;
    skos:definition "Unit to indicate an angle at military zone, equal to the 6400th part of the full circle of the 360° or 2·p·rad."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M43" ;
    skos:prefLabel "mil"@en ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "mil" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M44> a skos:Concept ;
    skos:definition "Unit to identify an angle of the full circle of 360° or 2·p·rad (Refer ISO/TC12 SI Guide)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/REV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M44" ;
    skos:prefLabel "revolution"@en ;
    unece:conversionMultiplier 6.28318531 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "angle (plane)"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "rev" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M45> a skos:Concept ;
    skos:definition "360 part of a full circle divided by the power of the SI base unit second and the exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M45" ;
    skos:prefLabel "degree [unit of angle] per second squared"@en ;
    unece:conversionMultiplier 0.0174532925 ;
    unece:dimensionVector "T-2" ;
    unece:rec20Quantity "angular acceleration"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "deg.s-2" ;
    unece:unitSymbol "°/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M46> a skos:Concept ;
    skos:definition "Unit of the angular velocity."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/REV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M46" ;
    skos:prefLabel "revolution per minute"@en ;
    unece:conversionMultiplier 0.10471975516666666 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "angular velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "{#}.min-1" ;
    unece:unitSymbol "r/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M47> a skos:Concept ;
    skos:definition "Unit of an area, of which the size is given by a diameter of length of 1 mm (0,001 in) based on the formula: area = p·(diameter/2)²."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MIL_Circ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M47" ;
    skos:prefLabel "circular mil"@en ;
    unece:conversionMultiplier 5.067075e-10 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[cml_i]" ;
    unece:unitSymbol "cmil" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M48> a skos:Concept ;
    skos:definition "Unit of the area, which is mainly common in the agriculture and forestry."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M48" ;
    skos:prefLabel "square mile (based on U.S. survey foot)"@en ;
    unece:conversionMultiplier 2589997.766409 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_i]2" ;
    unece:unitSymbol "mi² (US survey)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M49> a skos:Concept ;
    skos:definition "Unit of the length according the Anglo-American system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CHAIN_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M49" ;
    skos:prefLabel "chain (based on U.S. survey foot)"@en ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "ch (US survey)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M5> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroCi> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M5" ;
    skos:prefLabel "microcurie"@en ;
    unece:conversionMultiplier 37000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "uCi" ;
    unece:unitSymbol "µCi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M50> a skos:Concept ;
    skos:definition "Unit commonly used in Great Britain at rural distances: 1 furlong = 40 rods = 10 chains (UK) = 1/8 mile = 1/10 furlong = 220 yards = 660 foot."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FUR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M50" ;
    skos:prefLabel "furlong"@en ;
    unece:conversionMultiplier 201.168 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[fur_us]" ;
    unece:unitSymbol "fur" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M51> a skos:Concept ;
    skos:definition "Unit commonly used in the United States for ordnance survey._x000D_"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M51" ;
    skos:prefLabel "foot (U.S. survey)"@en ;
    unece:conversionMultiplier 0.3048006 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ft_us]" ;
    unece:unitSymbol "ft (US survey)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M52> a skos:Concept ;
    skos:definition "Unit commonly used in the United States for ordnance survey."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M52" ;
    skos:prefLabel "mile (based on U.S. survey foot)"@en ;
    unece:conversionMultiplier 1609.347 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_us]" ;
    unece:unitSymbol "mi (US survey)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M53> a skos:Concept ;
    skos:definition "SI base unit metre divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M53" ;
    skos:prefLabel "metre per pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M-1 T2" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.Pa-1" ;
    unece:unitSymbol "m/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M55> a skos:Concept ;
    skos:definition "Unit of the translation factor for implementation from rotation to linear movement."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-RAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M55" ;
    skos:prefLabel "metre per radiant"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "solid angle"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.rad-1" ;
    unece:unitSymbol "m/rad" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M56> a skos:Concept ;
    skos:definition "Unit for a very short period."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/SH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M56" ;
    skos:prefLabel "shake"@en ;
    unece:conversionMultiplier 1e-08 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "10.ns" ;
    unece:unitSymbol "shake" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M57> a skos:Concept ;
    skos:definition "Unit of velocity from the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M57" ;
    skos:prefLabel "mile per minute"@en ;
    unece:conversionMultiplier 26.8224 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_i].min-1" ;
    unece:unitSymbol "mi/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M58> a skos:Concept ;
    skos:definition "Unit of the velocity from the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M58" ;
    skos:prefLabel "mile per second"@en ;
    unece:conversionMultiplier 1609.344 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_i].sec-1" ;
    unece:unitSymbol "mi/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M59> a skos:Concept ;
    skos:definition "SI base unit meter divided by the product of SI base unit second and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-SEC-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M59" ;
    skos:prefLabel "metre per second pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M-1 T1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.s-1.Pa-1" ;
    unece:unitSymbol "(m/s)/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M60> a skos:Concept ;
    skos:definition "SI base unit metre divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M60" ;
    skos:prefLabel "metre per hour"@en ;
    unece:conversionMultiplier 0.000277777778 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.h-1" ;
    unece:unitSymbol "m/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M61> a skos:Concept ;
    skos:definition "Unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-YR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M61" ;
    skos:prefLabel "inch per year"@en ;
    unece:conversionMultiplier 8.048774e-10 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i].a-1" ;
    unece:unitSymbol "in/y" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M62> a skos:Concept ;
    skos:definition "1000-fold of the SI base unit metre divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M62" ;
    skos:prefLabel "kilometre per second"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "km.s-1" ;
    unece:unitSymbol "km/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M63> a skos:Concept ;
    skos:definition "Unit inch according to the Anglo-American and Imperial system of units divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M63" ;
    skos:prefLabel "inch per minute"@en ;
    unece:conversionMultiplier 0.000423333333 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[in_i].min-1" ;
    unece:unitSymbol "in/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M64> a skos:Concept ;
    skos:definition "Unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M64" ;
    skos:prefLabel "yard per second"@en ;
    unece:conversionMultiplier 0.9144 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[yd_i].s-1" ;
    unece:unitSymbol "yd/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M65> a skos:Concept ;
    skos:definition "Unit yard according to the Anglo-American and Imperial system of units divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M65" ;
    skos:prefLabel "yard per minute"@en ;
    unece:conversionMultiplier 0.01524 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[yd_i].min-1" ;
    unece:unitSymbol "yd/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M66> a skos:Concept ;
    skos:definition "Unit yard according to the Anglo-American and Imperial system of units divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M66" ;
    skos:prefLabel "yard per hour"@en ;
    unece:conversionMultiplier 0.000254 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[yd_i].h-1" ;
    unece:unitSymbol "yd/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M67> a skos:Concept ;
    skos:definition "Unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/AC-FT_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M67" ;
    skos:prefLabel "acre-foot (based on U.S. survey foot)"@en ;
    unece:conversionMultiplier 1233.4842656613735 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[acr_br].[ft_us]" ;
    unece:unitSymbol "acre-ft (US survey)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M68> a skos:Concept ;
    skos:definition "Traditional unit of the volume of stacked firewood which has been measured with a cord."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CORD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M68" ;
    skos:prefLabel "cord (128 ft3)"@en ;
    unece:conversionMultiplier 3.62 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[crd_us]" ;
    unece:unitSymbol "cord" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M69> a skos:Concept ;
    skos:definition "Unit of volume according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M69" ;
    skos:prefLabel "cubic mile (UK statute)"@en ;
    unece:conversionMultiplier 4168181830.0 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_i]3" ;
    unece:unitSymbol "mi³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M7> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M7" ;
    skos:prefLabel "micro-inch"@en ;
    unece:conversionMultiplier 2.54e-08 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "u[in_i]" ;
    unece:unitSymbol "µin" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M70> a skos:Concept ;
    skos:definition "Traditional unit of the cargo capacity."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Register> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M70" ;
    skos:prefLabel "ton, register"@en ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "RT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M71> a skos:Concept ;
    skos:definition "Power of the SI base unit meter by exponent 3 divided by the derived SI base unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M71" ;
    skos:prefLabel "cubic metre per pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L4 M-1 T2" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m3.Pa-1" ;
    unece:unitSymbol "m³/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M72> a skos:Concept ;
    skos:definition "Logarithmic relationship to base 10."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/B> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M72" ;
    skos:prefLabel "bel"@en ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "level of a field quantity, level of a power quantity"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "B" ;
    unece:unitSymbol "B" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M73> a skos:Concept ;
    skos:definition "SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M3-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M73" ;
    skos:prefLabel "kilogram per cubic metre pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-3.Pa-1" ;
    unece:unitSymbol "(kg/m³)/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M74> a skos:Concept ;
    skos:definition "SI base unit kilogram divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M74" ;
    skos:prefLabel "kilogram per pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T2" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.Pa-1" ;
    unece:unitSymbol "kg/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M75> a skos:Concept ;
    skos:definition "1000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units with the relationship."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KIP_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M75" ;
    skos:prefLabel "kilopound-force"@en ;
    unece:conversionMultiplier 4448.222 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "k[lbf_av]" ;
    unece:unitSymbol "kip" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M76> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the power, which corresponds to a mass of a pound multiplied with the acceleration of a foot per square second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PDL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M76" ;
    skos:prefLabel "poundal"@en ;
    unece:conversionMultiplier 0.138254954376 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-2" ;
    unece:unitSymbol "pdl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M77> a skos:Concept ;
    skos:definition "Product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-M-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M77" ;
    skos:prefLabel "kilogram metre per second squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m.s-2" ;
    unece:unitSymbol "kg·m/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M78> a skos:Concept ;
    skos:definition "0,001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/POND> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M78" ;
    skos:prefLabel "pond"@en ;
    unece:conversionMultiplier 0.00980665 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "p" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M79> a skos:Concept ;
    skos:definition "Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2 divided by the unit of time hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT2-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M79" ;
    skos:prefLabel "square foot per hour"@en ;
    unece:conversionMultiplier 2.58064e-05 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[sft_i].h-1" ;
    unece:unitSymbol "ft²/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M80> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit stokes divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/ST-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M80" ;
    skos:prefLabel "stokes per pascal"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L3 M-1 T1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "St.Pa-1" ;
    unece:unitSymbol "St/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M81> a skos:Concept ;
    skos:definition "0,000 1-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM2-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M81" ;
    skos:prefLabel "square centimetre per second"@en ;
    unece:conversionMultiplier 0.0001 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "cm2.s-1" ;
    unece:unitSymbol "cm²/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M82> a skos:Concept ;
    skos:definition "Power of the SI base unit metre with the exponent 2 divided by the SI base unit second and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-SEC-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M82" ;
    skos:prefLabel "square metre per second pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3 M-1 T1" ;
    unece:rec20Quantity "kinematic viscosity"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m2.s-1.Pa-1" ;
    unece:unitSymbol "(m²/s)/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M83> a skos:Concept ;
    skos:definition "Traditional unit for the indication of the linear mass of textile fibers and yarns."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M83" ;
    skos:prefLabel "denier"@en ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "den" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M84> a skos:Concept ;
    skos:definition "Unit for linear mass according to avoirdupois system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-YD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M84" ;
    skos:prefLabel "pound per yard"@en ;
    unece:conversionMultiplier 0.4960546478565179 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[yd_i]-1" ;
    unece:unitSymbol "lb/yd" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M85> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the mass used in the mineralogy to determine the concentration of precious metals in ore according to the mass of the precious metal in milligrams in a sample of the mass of an assay sound (number of troy ounces in a short ton (1 000 lb))."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Assay> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M85" ;
    skos:prefLabel "ton, assay"@en ;
    unece:conversionMultiplier 0.02916667 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/M86> a skos:Concept ;
    skos:definition "Outdated unit of the mass used in Germany."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PFUND> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M86" ;
    skos:prefLabel "pfund"@en ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "pfd" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M87> a skos:Concept ;
    skos:definition "SI base unit kilogram divided by the product of the SI base unit second and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-SEC-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M87" ;
    skos:prefLabel "kilogram per second pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.s-1.Pa-1" ;
    unece:unitSymbol "(kg/s)/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M88> a skos:Concept ;
    skos:definition "Unit tonne divided by the unit month."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TONNE-PER-MO> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M88" ;
    skos:prefLabel "tonne per month"@en ;
    unece:conversionMultiplier 0.0003919350772901616 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.mo-1" ;
    unece:unitSymbol "t/mo" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M89> a skos:Concept ;
    skos:definition "Unit tonne divided by the unit year with 365 days."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TONNE-PER-YR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M89" ;
    skos:prefLabel "tonne per year"@en ;
    unece:conversionMultiplier 3.168809e-05 ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "t.a-1" ;
    unece:unitSymbol "t/y" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M90> a skos:Concept ;
    skos:definition "1000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloLB-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M90" ;
    skos:prefLabel "kilopound per hour"@en ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "klb/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M91> a skos:Concept ;
    skos:definition "Proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M91" ;
    skos:prefLabel "pound per pound"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "mass ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[lb_av]-1" ;
    unece:unitSymbol "lb/lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M92> a skos:Concept ;
    skos:definition "Product of the unit pound-force according to the Anglo-American system of units and the unit foot according to the Anglo-American and the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M92" ;
    skos:prefLabel "pound-force foot"@en ;
    unece:conversionMultiplier 1.35581807 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[ft_i]" ;
    unece:unitSymbol "lbf·ft" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M93> a skos:Concept ;
    skos:definition "Product of the derived SI unit newton and the SI base unit metre divided by the unit radian."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M-PER-RAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M93" ;
    skos:prefLabel "newton metre per radian"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:conversionOffset 0.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m.rad-1" ;
    unece:unitSymbol "N·m/rad" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M94> a skos:Concept ;
    skos:definition "Unit of imbalance as a product of the SI base unit kilogram and the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M94" ;
    skos:prefLabel "kilogram metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m" ;
    unece:unitSymbol "kg·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M95> a skos:Concept ;
    skos:definition "Product of the non SI-conforming unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PDL-FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M95" ;
    skos:prefLabel "poundal foot"@en ;
    unece:conversionMultiplier 0.0421401100938048 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-2.[ft_i]" ;
    unece:unitSymbol "pdl·ft" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M96> a skos:Concept ;
    skos:definition "Product of the non SI-conforming unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PDL-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M96" ;
    skos:prefLabel "poundal inch"@en ;
    unece:conversionMultiplier 0.0035116758411504 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-2.[in_i]" ;
    unece:unitSymbol "pdl·in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M97> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the rotational moment."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DYN-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M97" ;
    skos:prefLabel "dyne metre"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dyn.m" ;
    unece:unitSymbol "dyn·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M98> a skos:Concept ;
    skos:definition "Product of the SI base unit kilogram and the 0,01-fold of the SI base unit metre divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-CentiM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M98" ;
    skos:prefLabel "kilogram centimetre per second"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L1 M1 T-1" ;
    unece:rec20Quantity "momentum"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.cm.s-1" ;
    unece:unitSymbol "kg·(cm/s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/M99> a skos:Concept ;
    skos:definition "Product of the 0,001-fold of the SI base unit kilogram and the 0,01-fold of the SI base unit metre divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-CentiM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M99" ;
    skos:prefLabel "gram centimetre per second"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M1 T-1" ;
    unece:rec20Quantity "momentum"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.cm.s-1" ;
    unece:unitSymbol "g·(cm/s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MAL> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MAL" ;
    skos:prefLabel "megalitre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "ML" ;
    unece:unitSymbol "Ml" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MAM> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MAM" ;
    skos:prefLabel "megametre"@en ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "Mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MAR> a skos:Concept ;
    skos:definition "A unit of electrical reactive power represented by a current of one thousand amperes flowing due a potential difference of one thousand volts where the sine of the phase angle between them is 1."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaVAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MAR" ;
    skos:prefLabel "megavar"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "reactive power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MVA{reactive}" ;
    unece:unitSymbol "kvar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MAW> a skos:Concept ;
    skos:definition "A unit of power defining the rate of energy transferred or consumed when a current of 1000 amperes flows due to a potential of 1000 volts at unity power factor."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaW> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MAW" ;
    skos:prefLabel "megawatt"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en,
        "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Mechanics"@en ;
    unece:ucumCode "MW" ;
    unece:unitSymbol "MW" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MBR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliBAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MBR" ;
    skos:prefLabel "millibar"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mbar" ;
    unece:unitSymbol "mbar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MC> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MC" ;
    skos:prefLabel "microgram"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ug" ;
    unece:unitSymbol "µg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MCU> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliCi> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MCU" ;
    skos:prefLabel "millicurie"@en ;
    unece:conversionMultiplier 37000000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "activity"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en ;
    unece:ucumCode "mCi" ;
    unece:unitSymbol "mCi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MGM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MGM" ;
    skos:prefLabel "milligram"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg" ;
    unece:unitSymbol "mg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MHZ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaHZ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MHZ" ;
    skos:prefLabel "megahertz"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "MHz" ;
    unece:unitSymbol "MHz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MIK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MIK" ;
    skos:prefLabel "square mile (statute mile)"@en ;
    unece:conversionMultiplier 2589997.766409 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_i]2" ;
    unece:unitSymbol "mi²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MIN> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MIN" ;
    skos:prefLabel "minute [unit of time]"@en ;
    unece:conversionMultiplier 60.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "min" ;
    unece:unitSymbol "min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MLT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MLT" ;
    skos:prefLabel "millilitre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mL" ;
    unece:unitSymbol "ml" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MMK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MMK" ;
    skos:prefLabel "square millimetre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm2" ;
    unece:unitSymbol "mm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MMQ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MMQ" ;
    skos:prefLabel "cubic millimetre"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm3" ;
    unece:unitSymbol "mm³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MMT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MMT" ;
    skos:prefLabel "millimetre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mm" ;
    unece:unitSymbol "mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MON> a skos:Concept ;
    skos:definition "Unit of time equal to 1/12 of a year of 365,25 days."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MO> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MON" ;
    skos:prefLabel "month"@en ;
    unece:conversionMultiplier 2551442.976 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "mo" ;
    unece:unitSymbol "mo" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MPA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaPA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MPA" ;
    skos:prefLabel "megapascal"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MPa" ;
    unece:unitSymbol "MPa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MQH> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MQH" ;
    skos:prefLabel "cubic metre per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.h-1" ;
    unece:unitSymbol "m³/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MTZ> a skos:Concept ;
    skos:definition "A unit of frequency equal to 0.001 cycle per second"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliHZ> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTZ" ;
    skos:prefLabel "millihertz"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:unitSymbol "mHz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MVA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaVA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MVA" ;
    skos:prefLabel "megavolt - ampere"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "apparent power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MVA" ;
    unece:unitSymbol "MV·A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MWH> a skos:Concept ;
    skos:definition "A unit of power defining the total amount of bulk energy transferred or consumed."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaW-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MWH" ;
    skos:prefLabel "megawatt hour (1000 kW.h)"@en ;
    unece:conversionMultiplier 3600000000.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "MW.h" ;
    unece:unitSymbol "MW·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N10> a skos:Concept ;
    skos:definition "Product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-FT-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N10" ;
    skos:prefLabel "pound foot per second"@en ;
    unece:conversionMultiplier 0.138254954376 ;
    unece:dimensionVector "L1 M1 T-1" ;
    unece:rec20Quantity "momentum"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-1" ;
    unece:unitSymbol "lb·(ft/s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N11> a skos:Concept ;
    skos:definition "Product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-IN-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N11" ;
    skos:prefLabel "pound inch per second"@en ;
    unece:conversionMultiplier 0.011521246198 ;
    unece:dimensionVector "L1 M1 T-1" ;
    unece:rec20Quantity "momentum"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[in_i].s-1" ;
    unece:unitSymbol "lb·(in/s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N12> a skos:Concept ;
    skos:definition "Obsolete unit of the power relating to DIN 1301-3:1979: 1 PS = 735,498 75 W."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PFERDESTAERKE> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N12" ;
    skos:prefLabel "Pferdestaerke"@en ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "PS" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N13> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM_HG_0DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N13" ;
    skos:prefLabel "centimetre of mercury (0 ºC)"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "cmHg (0 ºC)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N14> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure, at which a value of 1 cmH2O meets the static pressure, which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CentiM_H2O_4DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N14" ;
    skos:prefLabel "centimetre of water (4 ºC)"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "cmH₂O (4 °C)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N15> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH2O is equivalent to the static pressure, which is generated by a head of water at a temperature 39,2°F with a height of 1 foot ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT_H2O_39dot2DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N15" ;
    skos:prefLabel "foot of water (39.2 ºF)"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "ftH₂O (39,2 ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N16> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN_HG_32DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N16" ;
    skos:prefLabel "inch of mercury (32 ºF)"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "inHG (32 ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N17> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN_HG_60DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N17" ;
    skos:prefLabel "inch of mercury (60 ºF)"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "inHg (60 ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N18> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH2O meets the static pressure, which is generated by a head of water at a temperature of 39,2°F with a height of 1 inch ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN_H2O_39dot2DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N18" ;
    skos:prefLabel "inch of water (39.2 ºF)"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "inH₂O (39,2 ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N19> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH2O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN_H2O_60DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N19" ;
    skos:prefLabel "inch of water (60 ºF)"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "inH₂O (60 ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N20> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the pressure according to the Anglo-American system of units as the 1000-fold of the unit of the force pound-force divided by the power of the unit inch by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KIP_F-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N20" ;
    skos:prefLabel "kip per square inch"@en ;
    unece:conversionMultiplier 6894757.89 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "k[lbf_av].[in_i]-2" ;
    unece:unitSymbol "ksi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N21> a skos:Concept ;
    skos:definition "Non SI-conforming unit of pressure by the Imperial system of units according to NIST: 1 pdl/ft² = 1,488 164 Pa."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PDL-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N21" ;
    skos:prefLabel "poundal per square foot"@en ;
    unece:conversionMultiplier 1.48816443 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-2.[sft_i]-1" ;
    unece:unitSymbol "pdl/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N22> a skos:Concept ;
    skos:definition "Unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N22" ;
    skos:prefLabel "ounce (avoirdupois) per square inch"@en ;
    unece:conversionMultiplier 43.94184872744746 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[in_i]-2" ;
    unece:unitSymbol "oz/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N23> a skos:Concept ;
    skos:definition "Not SI-conforming unit of pressure, whereas a value of 1 mH2O is equivalent to the static pressure, which is produced by one metre high water column ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M_H2O> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N23" ;
    skos:prefLabel "conventional metre of water"@en ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "mH₂O" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N24> a skos:Concept ;
    skos:definition "0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit meter by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-MilliM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N24" ;
    skos:prefLabel "gram per square millimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.mm-2" ;
    unece:unitSymbol "g/mm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N25> a skos:Concept ;
    skos:definition "Unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-YD2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N25" ;
    skos:prefLabel "pound per square yard"@en ;
    unece:conversionMultiplier 0.5424919595981167 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[yd_i]-2" ;
    unece:unitSymbol "lb/yd²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N26> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the pressure according to the Imperial system of units (poundal by square inch)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PDL-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N26" ;
    skos:prefLabel "poundal per square inch"@en ;
    unece:conversionMultiplier 214.29560787401576 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-2.[in_i]-2" ;
    unece:unitSymbol "pdl/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N27> a skos:Concept ;
    skos:definition "Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4 according to NIST: 1 ft4 = 8,630 975 m4."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT4> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N27" ;
    skos:prefLabel "foot to the fourth power"@en ;
    unece:conversionMultiplier 0.0086309748412416 ;
    unece:dimensionVector "L4" ;
    unece:rec20Quantity "second polar moment of area"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "ft⁴" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N28> a skos:Concept ;
    skos:definition "0,001 fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogram."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciM3-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N28" ;
    skos:prefLabel "cubic decimetre per kilogram"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L3 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "dm3.kg-1" ;
    unece:unitSymbol "dm³/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N29> a skos:Concept ;
    skos:definition "Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT3-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N29" ;
    skos:prefLabel "cubic foot per pound"@en ;
    unece:conversionMultiplier 0.06242796057614461 ;
    unece:dimensionVector "L3 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i]3.[lb_av]-1" ;
    unece:unitSymbol "ft³/lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N30> a skos:Concept ;
    skos:definition "Power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN3-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N30" ;
    skos:prefLabel "cubic inch per pound"@en ;
    unece:conversionMultiplier 3.612729e-05 ;
    unece:dimensionVector "L3 M-1" ;
    unece:rec20Quantity "specific volume, massic volume"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[in_i]3.[lb_av]-1" ;
    unece:unitSymbol "in³/lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N31> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit newton divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloN-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N31" ;
    skos:prefLabel "kilonewton per metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "surface tension"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kN.m-1" ;
    unece:unitSymbol "kN/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N32> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the surface tension according to the Imperial unit system as quotient poundal by inch."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PDL-PER-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N32" ;
    skos:prefLabel "poundal per inch"@en ;
    unece:conversionMultiplier 5.44310844 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "surface tension"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-2.[in_i]-1" ;
    unece:unitSymbol "pdl/in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N33> a skos:Concept ;
    skos:definition "Unit of force per unit length based on the Anglo-American system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB_F-PER-YD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N33" ;
    skos:prefLabel "pound-force per yard"@en ;
    unece:conversionMultiplier 4.864634530666167 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "surface tension"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[yd_i]-1" ;
    unece:unitSymbol "lbf/yd" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N34> a skos:Concept ;
    skos:definition "Non SI-conforming unit of viscosity."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PDL-SEC-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N34" ;
    skos:prefLabel "poundal second per square foot"@en ;
    unece:conversionMultiplier 1.4881639435695537 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-2.s.[ft_i]-2" ;
    unece:unitSymbol "(pdl/ft²)·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N35> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit poise divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/POISE-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N35" ;
    skos:prefLabel "poise per pascal"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "P.Pa-1" ;
    unece:unitSymbol "P/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N36> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-SEC-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N36" ;
    skos:prefLabel "newton second per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.s.m-2" ;
    unece:unitSymbol "(N/m²)·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N37> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N37" ;
    skos:prefLabel "kilogram per metre second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-1.s-1" ;
    unece:unitSymbol "kg/(m·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N38> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N38" ;
    skos:prefLabel "kilogram per metre minute"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-1.min-1" ;
    unece:unitSymbol "kg/(m·min)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N39> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N39" ;
    skos:prefLabel "kilogram per metre day"@en ;
    unece:conversionMultiplier 1.157407e-05 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-1.d-1" ;
    unece:unitSymbol "kg/(m·d)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N40> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N40" ;
    skos:prefLabel "kilogram per metre hour"@en ;
    unece:conversionMultiplier 0.000277777777777778 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-1.h-1" ;
    unece:unitSymbol "kg/(m·h)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N41> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity as a quotient of the 0,001-fold of the SI base unit kilogram divided by the 0,01-fold of the SI base unit metre and SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-CentiM-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N41" ;
    skos:prefLabel "gram per centimetre second"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.cm-1.s-1" ;
    unece:unitSymbol "g/(cm·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N42> a skos:Concept ;
    skos:definition "Non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PDL-SEC-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N42" ;
    skos:prefLabel "poundal second per square inch"@en ;
    unece:conversionMultiplier 214.29560787401576 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i].s-2.s.[in_i]-2" ;
    unece:unitSymbol "(pdl/in²)·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N43> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity according to the Anglo-American unit system."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N43" ;
    skos:prefLabel "pound per foot minute"@en ;
    unece:conversionMultiplier 0.024802732392825898 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i]-1.min-1" ;
    unece:unitSymbol "lb/(ft·min)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N44> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity according to the Anglo-American unit system."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N44" ;
    skos:prefLabel "pound per foot day"@en ;
    unece:conversionMultiplier 1.722412e-05 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i]-1.d-1" ;
    unece:unitSymbol "lb/(ft·d)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N45> a skos:Concept ;
    skos:definition "Power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the derived SI base unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-SEC-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N45" ;
    skos:prefLabel "cubic metre per second pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L4 M-1 T1" ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "m3.s-1.Pa-1" ;
    unece:unitSymbol "(m³/s)/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N46> a skos:Concept ;
    skos:definition "Unit of the work (force-path)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT-PDL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N46" ;
    skos:prefLabel "foot poundal"@en ;
    unece:conversionMultiplier 0.0421401100938048 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ft_i].[lb_av].[ft_i].s-2" ;
    unece:unitSymbol "ft·pdl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N47> a skos:Concept ;
    skos:definition "Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN-PDL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N47" ;
    skos:prefLabel "inch poundal"@en ;
    unece:conversionMultiplier 0.0035116758411504 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[in_i].[lb_av].[ft_i].s-2" ;
    unece:unitSymbol "in·pdl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N48> a skos:Concept ;
    skos:definition "Derived SI unit watt divided by the power of the 0,01-fold the SI base unit metre by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N48" ;
    skos:prefLabel "watt per square centimetre"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "W.cm-2" ;
    unece:unitSymbol "W/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N49> a skos:Concept ;
    skos:definition "Derived SI unit watt divided by the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N49" ;
    skos:prefLabel "watt per square inch"@en ;
    unece:conversionMultiplier 1550.0031 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "W.[sin_i]-1" ;
    unece:unitSymbol "W/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N50> a skos:Concept ;
    skos:definition "Unit of the surface heat flux according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N50" ;
    skos:prefLabel "British thermal unit (international table) per square foot hour"@en ;
    unece:conversionMultiplier 3.154590745063049 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[ft_i]-2.h-1" ;
    unece:unitSymbol "BtuIT/(ft²·h)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N51> a skos:Concept ;
    skos:definition "Unit of the surface heat flux according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-FT2-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N51" ;
    skos:prefLabel "British thermal unit (thermochemical) per square foot hour"@en ;
    unece:conversionMultiplier 3.152481054142278 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[ft_i]-2.h-1" ;
    unece:unitSymbol "Btuth/(ft²·h)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N52> a skos:Concept ;
    skos:definition "Unit of the surface heat flux according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-FT2-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N52" ;
    skos:prefLabel "British thermal unit (thermochemical) per square foot minute"@en ;
    unece:conversionMultiplier 189.14886324853668 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[ft_i]-2.min-1" ;
    unece:unitSymbol "Btuth/(ft²·min)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N53> a skos:Concept ;
    skos:definition "Unit of the surface heat flux according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N53" ;
    skos:prefLabel "British thermal unit (international table) per square foot second"@en ;
    unece:conversionMultiplier 11356.526682226975 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].s-1.[ft_i]-2" ;
    unece:unitSymbol "BtuIT/(ft²·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N54> a skos:Concept ;
    skos:definition "Unit of the surface heat flux according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-FT2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N54" ;
    skos:prefLabel "British thermal unit (thermochemical) per square foot second"@en ;
    unece:conversionMultiplier 11348.931794912201 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[ft_i]-2.s-1" ;
    unece:unitSymbol "Btuth/(ft²·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N55> a skos:Concept ;
    skos:definition "Unit of the surface heat flux according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-IN2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N55" ;
    skos:prefLabel "British thermal unit (international table) per square inch second"@en ;
    unece:conversionMultiplier 1635339.8422406844 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[in_i]-2.s-1" ;
    unece:unitSymbol "BtuIT/(in²·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N56> a skos:Concept ;
    skos:definition "Unit of the surface heat flux according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N56" ;
    skos:prefLabel "calorie (thermochemical) per square centimetre minute"@en ;
    unece:conversionMultiplier 697.3333333333334 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.cm-2.min-1" ;
    unece:unitSymbol "calth/(cm²·min)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N57> a skos:Concept ;
    skos:definition "Unit of the surface heat flux according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N57" ;
    skos:prefLabel "calorie (thermochemical) per square centimetre second"@en ;
    unece:conversionMultiplier 41840.0 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.cm-2.s-1" ;
    unece:unitSymbol "calth/(cm²·s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N58> a skos:Concept ;
    skos:definition "Unit of the energy density according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-FT3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N58" ;
    skos:prefLabel "British thermal unit (international table) per cubic foot"@en ;
    unece:conversionMultiplier 37258.94579 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "energy density"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[ft_i]-3" ;
    unece:unitSymbol "BtuIT/ft³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N59> a skos:Concept ;
    skos:definition "Unit of the energy density according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-FT3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N59" ;
    skos:prefLabel "British thermal unit (thermochemical) per cubic foot"@en ;
    unece:conversionMultiplier 37234.03 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "energy density"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[ft_i]-3" ;
    unece:unitSymbol "Btuth/ft³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N60> a skos:Concept ;
    skos:definition "Unit of the heat capacity according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N60" ;
    skos:prefLabel "British thermal unit (international table) per degree Fahrenheit"@en ;
    unece:conversionMultiplier 1899.100535 ;
    unece:dimensionVector "L2 M1 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[degF]-1" ;
    unece:unitSymbol "BtuIT/ºF" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N61> a skos:Concept ;
    skos:definition "Unit of the heat capacity according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N61" ;
    skos:prefLabel "British thermal unit (thermochemical) per degree Fahrenheit"@en ;
    unece:conversionMultiplier 1897.8304761 ;
    unece:dimensionVector "L2 M1 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[degF]-1" ;
    unece:unitSymbol "Btuth/ºF" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N62> a skos:Concept ;
    skos:definition "Unit of the heat capacity according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N62" ;
    skos:prefLabel "British thermal unit (international table) per degree Rankine"@en ;
    unece:conversionMultiplier 1899.100535 ;
    unece:dimensionVector "L2 M1 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].[degR]-1" ;
    unece:unitSymbol "BtuIT/ºR" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N63> a skos:Concept ;
    skos:definition "Unit of the heat capacity according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N63" ;
    skos:prefLabel "British thermal unit (thermochemical) per degree Rankine"@en ;
    unece:conversionMultiplier 1897.8304761 ;
    unece:dimensionVector "L2 M1 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[degR]-1" ;
    unece:unitSymbol "Btuth/ºR" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N64> a skos:Concept ;
    skos:definition "Unit of the heat capacity (British thermal unit according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N64" ;
    skos:prefLabel "British thermal unit (thermochemical) per pound degree Rankine"@en ;
    unece:conversionMultiplier 4184.000000044092 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[lb_av]-1.[degR]-1" ;
    unece:unitSymbol "(Btuth/°R)/lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N65> a skos:Concept ;
    skos:definition "Unit of the mass-related heat capacity as quotient 1000-fold of the calorie (international table) divided by the product of the 0,001-fold of the SI base units kilogram and kelvin."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL_IT-PER-GM-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N65" ;
    skos:prefLabel "kilocalorie (international table) per gram kelvin"@en ;
    unece:conversionMultiplier 4186800.0 ;
    unece:dimensionVector "L2 Θ-1 T-2" ;
    unece:rec20Quantity "heat capacity, entropy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal_IT.g-1.K-1" ;
    unece:unitSymbol "(kcalIT/K)/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N66> a skos:Concept ;
    skos:definition "Unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_39DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N66" ;
    skos:prefLabel "British thermal unit (39 ºF)"@en ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "Btu (39 ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N67> a skos:Concept ;
    skos:definition "Unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_59DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N67" ;
    skos:prefLabel "British thermal unit (59 ºF)"@en ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "Btu (59 ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N68> a skos:Concept ;
    skos:definition "Unit of head energy according to the Imperial system of units at a reference temperature of 60 °F."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_60DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N68" ;
    skos:prefLabel "British thermal unit (60 ºF)"@en ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "Btu (60 ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N69> a skos:Concept ;
    skos:definition "Unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19,5 °C on 20,5 °C."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_20DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N69" ;
    skos:prefLabel "calorie (20 ºC)"@en ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "cal₂₀" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N70> a skos:Concept ;
    skos:definition "Unit of heat energy according to the imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/QUAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N70" ;
    skos:prefLabel "quad (1015 BtuIT)"@en ;
    unece:conversionMultiplier 1.055e+18 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "quad" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N71> a skos:Concept ;
    skos:definition "Unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/THERM_EC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N71" ;
    skos:prefLabel "therm (EC)"@en ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "thm (EC)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N72> a skos:Concept ;
    skos:definition "Unit of heat energy in commercial use."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/THM_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N72" ;
    skos:prefLabel "therm (U.S.)"@en ;
    unece:conversionMultiplier 105480400.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "100000.[Btu_59]" ;
    unece:unitSymbol "thm (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N73> a skos:Concept ;
    skos:definition "Unit of the heat energy according to the Imperial system of units divided the unit avoirdupois pound according to the avoirdupois system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N73" ;
    skos:prefLabel "British thermal unit (thermochemical) per pound"@en ;
    unece:conversionMultiplier 2324.443861 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "massic Helmholtz free energy,"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].[lb_av]-1" ;
    unece:unitSymbol "Btuth/lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N74> a skos:Concept ;
    skos:definition "Unit of the heat transition coefficient according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N74" ;
    skos:prefLabel "British thermal unit (international table) per hour square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 5.678263341113487 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].h-1.[ft_i]-2.[degF]-1" ;
    unece:unitSymbol "BtuIT/(h·ft²·ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N75> a skos:Concept ;
    skos:definition "Unit of the heat transition coefficient according to the imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-HR-FT2-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N75" ;
    skos:prefLabel "British thermal unit (thermochemical) per hour square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 5.6744658974561 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].h-1.[ft_i]-2.[degF]-1" ;
    unece:unitSymbol "Btuth/(h·ft²·ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N76> a skos:Concept ;
    skos:definition "Unit of the heat transition coefficient according to the imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N76" ;
    skos:prefLabel "British thermal unit (international table) per second square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 20441.748028008555 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_IT].s-1.[ft_i]-2.[degF]-1" ;
    unece:unitSymbol "BtuIT/(s·ft²·ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N77> a skos:Concept ;
    skos:definition "Unit of the heat transition coefficient according to the imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-SEC-FT2-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N77" ;
    skos:prefLabel "British thermal unit (thermochemical) per second square foot degree Fahrenheit"@en ;
    unece:conversionMultiplier 20428.077230841962 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[Btu_th].s-1.[ft_i]-2.[degF]-1" ;
    unece:unitSymbol "Btuth/(s·ft²·ºF)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N78> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloW-PER-M2-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N78" ;
    skos:prefLabel "kilowatt per square metre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kW.m-2.K-1" ;
    unece:unitSymbol "kW/(m²·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N79> a skos:Concept ;
    skos:definition "SI base unit kelvin divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N79" ;
    skos:prefLabel "kelvin per pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M-1 Θ1 T2" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.Pa-1" ;
    unece:unitSymbol "K/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N80> a skos:Concept ;
    skos:definition "Derived SI unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-M-DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N80" ;
    skos:prefLabel "watt per metre degree Celsius"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "W.m-1.Cel-1" ;
    unece:unitSymbol "W/(m·°C)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N81> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit watt divided by the product of the SI base unit metre and the SI base unit kelvin."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloW-PER-M-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N81" ;
    skos:prefLabel "kilowatt per metre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kW.m-1.K-1" ;
    unece:unitSymbol "kW/(m·K)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N82> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloW-PER-M-DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N82" ;
    skos:prefLabel "kilowatt per metre degree Celsius"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kW.m-1.Cel-1" ;
    unece:unitSymbol "kW/(m·°C)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N83> a skos:Concept ;
    skos:definition "SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-DEG_C-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N83" ;
    skos:prefLabel "metre per degree Celcius metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ-1" ;
    unece:rec20Quantity "thermal diffusivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "m.Cel-1.m-1" ;
    unece:unitSymbol "m/(°C·m)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N84> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the thermal resistance according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N84" ;
    skos:prefLabel "degree Fahrenheit hour per British thermal unit (international table)"@en ;
    unece:conversionMultiplier 1.8956342406266347 ;
    unece:dimensionVector "L-2 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h.[Btu_IT]-1" ;
    unece:unitSymbol "ºF/(BtuIT/h)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N85> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the thermal resistance according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_TH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N85" ;
    skos:prefLabel "degree Fahrenheit hour per British thermal unit (thermochemical)"@en ;
    unece:conversionMultiplier 1.8969028294866048 ;
    unece:dimensionVector "L-2 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h.[Btu_th]-1" ;
    unece:unitSymbol "ºF/(Btuth/h)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N86> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the thermal resistance according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-SEC-PER-BTU_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N86" ;
    skos:prefLabel "degree Fahrenheit second per British thermal unit (international table)"@en ;
    unece:conversionMultiplier 0.0005265650668407318 ;
    unece:dimensionVector "L-2 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].s.[Btu_IT]-1" ;
    unece:unitSymbol "ºF/(BtuIT/s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N87> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the thermal resistance according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-SEC-PER-BTU_TH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N87" ;
    skos:prefLabel "degree Fahrenheit second per British thermal unit (thermochemical)"@en ;
    unece:conversionMultiplier 0.000526917452635168 ;
    unece:dimensionVector "L-2 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].s.[Btu_th]-1" ;
    unece:unitSymbol "ºF/(Btuth/s)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N88> a skos:Concept ;
    skos:definition "Unit of specific thermal resistance according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N88" ;
    skos:prefLabel "degree Fahrenheit hour square foot per British thermal unit (international table) inch"@en ;
    unece:conversionMultiplier 6.933471798515979 ;
    unece:dimensionVector "L-1 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h.[ft_i]2.[Btu_IT]-1.[in_i]-1" ;
    unece:unitSymbol "ºF·h·ft²/(BtuIT·in)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N89> a skos:Concept ;
    skos:definition "Unit of specific thermal resistance according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N89" ;
    skos:prefLabel "degree Fahrenheit hour square foot per British thermal unit (thermochemical) inch"@en ;
    unece:conversionMultiplier 6.938111789130206 ;
    unece:dimensionVector "L-1 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1" ;
    unece:unitSymbol "ºF·h·ft²/(Btuth·in)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N90> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit farad."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloFARAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N90" ;
    skos:prefLabel "kilofarad"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I2 L-2 M-1 T4" ;
    unece:rec20Quantity "capacitance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "kF" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N91> a skos:Concept ;
    skos:definition "Reciprocal of the derived SI unit joule."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-J> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N91" ;
    skos:prefLabel "reciprocal joule"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M-1 T2" ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "/J" ;
    unece:unitSymbol "1/J" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N92> a skos:Concept ;
    skos:definition "0,000 000 000 001-fold of the derived SI unit siemens."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoS> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N92" ;
    skos:prefLabel "picosiemens"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I2 L-2 M-1 T3" ;
    unece:rec20Quantity "conductance (for direct current), admittance, (complex admittance), modulus of admittance,(admittance), conductance (for alternating current)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "pS" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N93> a skos:Concept ;
    skos:definition "SI base unit ampere divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N93" ;
    skos:prefLabel "ampere per pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 L1 M-1 T2" ;
    unece:rec20Quantity "current density"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.Pa-1" ;
    unece:unitSymbol "A/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N94> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the electrical charge, where the charge amounts to exactly 1 Fr where the force of 1 dyn on an equal load is performed at a distance of 1 cm."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N94" ;
    skos:prefLabel "franklin"@en ;
    unece:conversionMultiplier 3.335641e-10 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "Fr" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N95> a skos:Concept ;
    skos:definition "A unit of electric charge defining the amount of charge accumulated by a steady flow of one ampere for one minute.."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N95" ;
    skos:prefLabel "ampere minute"@en ;
    unece:conversionMultiplier 60.0 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "A.min" ;
    unece:unitSymbol "A·min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N96> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the electric power which is defined by a force of 2 dyn per cm between two parallel conductors of infinite length with negligible cross-section in the distance of 1 cm."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BIOT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N96" ;
    skos:prefLabel "biot"@en ;
    unece:conversionMultiplier 10.0 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Bi" ;
    unece:unitSymbol "Bi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N97> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the magnetomotive force, which is defined by the work to increase the magnetic potential of a positive common pol with 1 erg."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N97" ;
    skos:prefLabel "gilbert"@en ;
    unece:conversionMultiplier 0.795774715 ;
    unece:dimensionVector "I1" ;
    unece:rec20Quantity "electric current, magnetic potential difference, magnetomotive force,current linkage"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Gb" ;
    unece:unitSymbol "Gi" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N98> a skos:Concept ;
    skos:definition "Derived SI unit volt divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N98" ;
    skos:prefLabel "volt per pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L3 T-1" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.Pa-1" ;
    unece:unitSymbol "V/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N99> a skos:Concept ;
    skos:definition "0,000 000 000 001-fold of the derived SI unit volt."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N99" ;
    skos:prefLabel "picovolt"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "pV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/NA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGM-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "NA" ;
    skos:prefLabel "milligram per kilogram"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "mass ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "mg.kg-1" ;
    unece:unitSymbol "mg/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/NEW> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "NEW" ;
    skos:prefLabel "newton"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N" ;
    unece:unitSymbol "N" .

<https://test.uncefact.org/vocabulary/unit-of-measure/NM3> a skos:Concept ;
    skos:definition "Normalised cubic metre (temperature 0°C and pressure 101325 millibars )"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "NM3" ;
    skos:prefLabel "Normalised cubic metre"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/NMI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI_N> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "NMI" ;
    skos:prefLabel "nautical mile"@en ;
    unece:conversionMultiplier 1852.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[nmi_i]" ;
    unece:unitSymbol "n mile" .

<https://test.uncefact.org/vocabulary/unit-of-measure/NQ> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/MHO> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "NQ" ;
    skos:prefLabel "mho"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 L-2 M-1 T3" ;
    unece:rec20Quantity "susceptance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mho" .

<https://test.uncefact.org/vocabulary/unit-of-measure/NR> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroMHO> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "NR" ;
    skos:prefLabel "micromho"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I2 L-2 M-1 T3" ;
    unece:rec20Quantity "susceptance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "umho" .

<https://test.uncefact.org/vocabulary/unit-of-measure/NU> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "NU" ;
    skos:prefLabel "newton metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m" ;
    unece:unitSymbol "N·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/OHM> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "OHM" ;
    skos:prefLabel "ohm"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L2 M1 T-3" ;
    unece:rec20Quantity "resistance (to direct current), impedance, (complex impedances), modulus of impedance, resistance (to alternating current), reactance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "Ohm" ;
    unece:unitSymbol "Ω" .

<https://test.uncefact.org/vocabulary/unit-of-measure/ON> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ-PER-YD2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "ON" ;
    skos:prefLabel "ounce per square yard"@en ;
    unece:conversionMultiplier 0.0339057474748823 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "surface density, areic mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av].[syd_i]-1" ;
    unece:unitSymbol "oz/yd²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/ONZ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "ONZ" ;
    skos:prefLabel "ounce (avoirdupois)"@en ;
    unece:conversionMultiplier 0.028349523125 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[oz_av]" ;
    unece:unitSymbol "oz" .

<https://test.uncefact.org/vocabulary/unit-of-measure/OPM> a skos:Concept ;
    skos:definition "The number of oscillation per minute"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "OPM" ;
    skos:prefLabel "oscillations per minute"@en ;
    unece:rec20Quantity "frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:unitSymbol "o/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/OZA> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "OZA" ;
    skos:prefLabel "fluid ounce (US)"@en ;
    unece:conversionMultiplier 2.957353e-05 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[foz_us]" ;
    unece:unitSymbol "fl oz (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/OZI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/OZ_VOL_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "OZI" ;
    skos:prefLabel "fluid ounce (UK)"@en ;
    unece:conversionMultiplier 2.841306e-05 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[foz_br]" ;
    unece:unitSymbol "fl oz (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P11> a skos:Concept ;
    skos:definition "1000 fold of the derived SI unit weber."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloWB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P11" ;
    skos:prefLabel "kiloweber"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L2 M1 T-2" ;
    unece:rec20Quantity "magnetic flux"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "kWb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P12> a skos:Concept ;
    skos:definition "Unit of magnetic flow density."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/Gamma> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P12" ;
    skos:prefLabel "gamma"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I-1 M1 T-2" ;
    unece:rec20Quantity "magnetic flux density, magnetic induction, magnetic polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "γ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P13> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit tesla."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P13" ;
    skos:prefLabel "kilotesla"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 M1 T-2" ;
    unece:rec20Quantity "magnetic flux density, magnetic induction, magnetic polarization"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "kT" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P14> a skos:Concept ;
    skos:definition "Quotient of the derived SI unit joule divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P14" ;
    skos:prefLabel "joule per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "J.s-1" ;
    unece:unitSymbol "J/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P15> a skos:Concept ;
    skos:definition "Quotient from the derived SI unit joule divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P15" ;
    skos:prefLabel "joule per minute"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "J.min-1" ;
    unece:unitSymbol "J/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P16> a skos:Concept ;
    skos:definition "Quotient from the derived SI unit joule divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GigaJ-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P16" ;
    skos:prefLabel "joule per hour"@en ;
    unece:conversionMultiplier 277777.77777777775 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "GJ.h-1" ;
    unece:unitSymbol "J/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P17> a skos:Concept ;
    skos:definition "Quotient from the derived SI unit joule divided by the unit day."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P17" ;
    skos:prefLabel "joule per day"@en ;
    unece:conversionMultiplier 1.157407e-05 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "J.d-1" ;
    unece:unitSymbol "J/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P18> a skos:Concept ;
    skos:definition "Quotient from the 1000-fold of the derived SI unit joule divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P18" ;
    skos:prefLabel "kilojoule per second"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kJ.s-1" ;
    unece:unitSymbol "kJ/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P19> a skos:Concept ;
    skos:definition "Quotient from the 1000-fold of the derived SI unit joule divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P19" ;
    skos:prefLabel "kilojoule per minute"@en ;
    unece:conversionMultiplier 16.666666666666668 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kJ.min-1" ;
    unece:unitSymbol "kJ/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P2> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P2" ;
    skos:prefLabel "pound per foot"@en ;
    unece:conversionMultiplier 1.4881639435695537 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[ft_i]-1" ;
    unece:unitSymbol "lb/ft" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P20> a skos:Concept ;
    skos:definition "Quotient from the 1000-fold of the derived SI unit joule divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P20" ;
    skos:prefLabel "kilojoule per hour"@en ;
    unece:conversionMultiplier 0.2777777777777778 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kJ.h-1" ;
    unece:unitSymbol "kJ/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P21> a skos:Concept ;
    skos:definition "Quotient from the 1000-fold of the derived SI unit joule divided by the unit day."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloJ-PER-DAY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P21" ;
    skos:prefLabel "kilojoule per day"@en ;
    unece:conversionMultiplier 0.011574074074074073 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kJ.d-1" ;
    unece:unitSymbol "kJ/d" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P22> a skos:Concept ;
    skos:definition "0,000 000 001-fold of the derived SI unit ohm."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P22" ;
    skos:prefLabel "nanoohm"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I-2 L2 M1 T-3" ;
    unece:rec20Quantity "resistance (to direct current), impedance, (complex impedances), modulus of impedance, resistance (to alternating current), reactance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "nΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P23> a skos:Concept ;
    skos:definition "Unit of resistivity."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM_CIRC-MIL-PER-FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P23" ;
    skos:prefLabel "ohm circular-mil per foot"@en ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "Ω·cmil/ft" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P24> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit henry."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P24" ;
    skos:prefLabel "kilohenry"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "kH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P25> a skos:Concept ;
    skos:definition "Derived SI unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LM-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P25" ;
    skos:prefLabel "lumen per square foot"@en ;
    unece:conversionMultiplier 10.763910416709722 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "illuminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "lm.[ft_i]-2" ;
    unece:unitSymbol "lm/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P26> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the illuminance, defined as lumen by square centimetre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PHOT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P26" ;
    skos:prefLabel "phot"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "illuminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "ph" ;
    unece:unitSymbol "ph" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P27> a skos:Concept ;
    skos:definition "Non SI conform traditional unit, defined as density of light which impinges on a surface which has a distance of one foot from a light source, which shines with an intensity of an international candle."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P27" ;
    skos:prefLabel "footcandle"@en ;
    unece:conversionMultiplier 10.764 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "illuminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "ftc" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P28> a skos:Concept ;
    skos:definition "SI base unit candela divided by the power of unit inch according to the Anglo-American and Imperial system of units by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CD-PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P28" ;
    skos:prefLabel "candela per square inch"@en ;
    unece:conversionMultiplier 1550.0031000062002 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "luminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "cd.[in_i]-2" ;
    unece:unitSymbol "cd/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P29> a skos:Concept ;
    skos:definition "Unit of the luminance according to the Anglo-American system of units, defined as emitted or reflected luminance of a lm/ft²."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LA_FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P29" ;
    skos:prefLabel "footlambert"@en ;
    unece:conversionMultiplier 3.4262591 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "luminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "[ft-Lmb]" ;
    unece:unitSymbol "ftL" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P30> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of luminance, defined as the emitted or reflected luminance by one lumen per square centimetre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P30" ;
    skos:prefLabel "lambert"@en ;
    unece:conversionMultiplier 0.31830988618 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "luminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "Lmb" ;
    unece:unitSymbol "Lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P31> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of luminance, defined as emitted or reflected luminance by one lumen per square centimetre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/STILB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P31" ;
    skos:prefLabel "stilb"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "luminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "sb" ;
    unece:unitSymbol "sb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P32> a skos:Concept ;
    skos:definition "Base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CD-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P32" ;
    skos:prefLabel "candela per square foot"@en ;
    unece:conversionMultiplier 10.763910416709722 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "luminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "cd.[ft_i]-2" ;
    unece:unitSymbol "cd/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P33> a skos:Concept ;
    skos:definition "1000-fold of the SI base unit candela."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P33" ;
    skos:prefLabel "kilocandela"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "J1" ;
    unece:rec20Quantity "luminous intensity"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "kcd" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P34> a skos:Concept ;
    skos:definition "0,001-fold of the SI base unit candela."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliCD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P34" ;
    skos:prefLabel "millicandela"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "J1" ;
    unece:rec20Quantity "luminous intensity"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "mcd" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P35> a skos:Concept ;
    skos:definition "Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: 1 HK = 0,903 cd."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/HK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P35" ;
    skos:prefLabel "Hefner-Kerze"@en ;
    unece:dimensionVector "J1" ;
    unece:rec20Quantity "luminous intensity"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "HK" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P36> a skos:Concept ;
    skos:definition "Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: 1 HK = 1,019 cd."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CD_IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P36" ;
    skos:prefLabel "international candle"@en ;
    unece:dimensionVector "J1" ;
    unece:rec20Quantity "luminous intensity"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "IK" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P37> a skos:Concept ;
    skos:definition "Unit of the areal-related energy transmission according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_IT-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P37" ;
    skos:prefLabel "British thermal unit (international table) per square foot"@en ;
    unece:conversionMultiplier 11356.5267 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "radiant energy fluence, radiance exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "[Btu_IT].[ft_i]-2" ;
    unece:unitSymbol "BtuIT/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P38> a skos:Concept ;
    skos:definition "Unit of the areal-related energy transmission according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/BTU_TH-PER-FT2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P38" ;
    skos:prefLabel "British thermal unit (thermochemical) per square foot"@en ;
    unece:conversionMultiplier 11348.931794912201 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "radiant energy fluence, radiance exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "[Btu_th].[ft_i]-2" ;
    unece:unitSymbol "Btuth/ft²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P39> a skos:Concept ;
    skos:definition "Unit of the areal-related energy transmission according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P39" ;
    skos:prefLabel "calorie (thermochemical) per square centimetre"@en ;
    unece:conversionMultiplier 41840.0 ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "radiant energy fluence, radiance exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "cal_th.cm-2" ;
    unece:unitSymbol "calth/cm²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P40> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the areal-related energy transmission (as a measure of the incident quantity of heat of solar radiation on the earth's surface)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/LANGLEY> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P40" ;
    skos:prefLabel "langley"@en ;
    unece:dimensionVector "M1 T-2" ;
    unece:rec20Quantity "radiant energy fluence, radiance exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "Ly" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P41> a skos:Concept ;
    skos:definition "1 Dec := log2 10 ˜ 3,32 according to the logarithm for frequency range between f1 and f2, when f2/f1 = 10."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P41" ;
    skos:prefLabel "decade (logarithmic)"@en ;
    unece:rec20Quantity "logarithmic decrement"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:unitSymbol "dec" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P42> a skos:Concept ;
    skos:definition "Unit of the set as a product of the power of derived SI unit pascal with exponent 2 and the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA2-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P42" ;
    skos:prefLabel "pascal squared second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M2 T-3" ;
    unece:rec20Quantity "sound exposure"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "Pa2.s" ;
    unece:unitSymbol "Pa²·s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P43> a skos:Concept ;
    skos:definition "Unit bel divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/B-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P43" ;
    skos:prefLabel "bel per metre"@en ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "sound pressure level, sound power level"@en ;
    unece:rec20Sector "Acoustics"@en ;
    unece:ucumCode "B.m-1" ;
    unece:unitSymbol "B/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P44> a skos:Concept ;
    skos:definition "Non SI-conforming unit of quantity of a substance relating that one pound mole of a chemical composition corresponds to the same number of pounds as the molecular weight of one molecule of this composition in atomic mass units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL_LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P44" ;
    skos:prefLabel "pound mole"@en ;
    unece:conversionMultiplier 453.59237 ;
    unece:dimensionVector "N1" ;
    unece:rec20Quantity "amount of substance"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[mol_lb]" ;
    unece:unitSymbol "lbmol" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P45> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL_LB-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P45" ;
    skos:prefLabel "pound mole per second"@en ;
    unece:conversionMultiplier 453.59237 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "catalytic activity"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[mol_lb].s-1" ;
    unece:unitSymbol "lbmol/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P46> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL_LB-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P46" ;
    skos:prefLabel "pound mole per minute"@en ;
    unece:conversionMultiplier 7.559872833333333 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "catalytic activity"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[mol_lb].min-1" ;
    unece:unitSymbol "lbmol/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P47> a skos:Concept ;
    skos:definition "1000-fold of the SI base unit mol divided by the SI base unit kilogram."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P47" ;
    skos:prefLabel "kilomole per kilogram"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 M-1" ;
    unece:rec20Quantity "ionic strength"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol.kg-1" ;
    unece:unitSymbol "kmol/kg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P48> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL_LB-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P48" ;
    skos:prefLabel "pound mole per pound"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 M-1" ;
    unece:rec20Quantity "ionic strength"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[mol_lb].[lb_av]-1" ;
    unece:unitSymbol "lbmol/lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P49> a skos:Concept ;
    skos:definition "Product of the derived SI unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M2-PER-A> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P49" ;
    skos:prefLabel "newton square metre per ampere"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L3 M1 T-2" ;
    unece:rec20Quantity "magnetic dipole moment"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "N.m2.A-1" ;
    unece:unitSymbol "N·m²/A" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P50> a skos:Concept ;
    skos:definition "Product of the derived SI unit weber and SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/WB-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P50" ;
    skos:prefLabel "weber metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L3 M1 T-2" ;
    unece:rec20Quantity "magnetic dipole moment"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "Wb.m" ;
    unece:unitSymbol "Wb·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P51> a skos:Concept ;
    skos:definition "SI base unit mol divided by the product of the SI base unit kilogram and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-KiloGM-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P51" ;
    skos:prefLabel "mol per kilogram pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 L1 M-2 T2" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.kg-1.Pa-1" ;
    unece:unitSymbol "(mol/kg)/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P52> a skos:Concept ;
    skos:definition "SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL-PER-M3-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P52" ;
    skos:prefLabel "mol per cubic metre pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "N1 L-2 M-1 T2" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "mol.m-3.Pa-1" ;
    unece:unitSymbol "(mol/m³)/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P53> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit for magnetic flux of a magnetic pole (according to the interaction of identical poles of 1 dyn at a distance of a cm)."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/UnitPole> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P53" ;
    skos:prefLabel "unit pole"@en ;
    unece:conversionMultiplier 1.256637e-07 ;
    unece:dimensionVector "I-1 L2 M1 T-2" ;
    unece:rec20Quantity "magnetic flux quantum"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:unitSymbol "unit pole" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P54> a skos:Concept ;
    skos:definition "0,001-fold of the derived SI unit gray divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGRAY-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P54" ;
    skos:prefLabel "milligray per second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mGy.s-1" ;
    unece:unitSymbol "mGy/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P55> a skos:Concept ;
    skos:definition "0,000 001-fold of the derived SI unit gray divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGRAY-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P55" ;
    skos:prefLabel "microgray per second"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "uGy.s-1" ;
    unece:unitSymbol "µGy/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P56> a skos:Concept ;
    skos:definition "0,000 000 001-fold of the derived SI unit gray divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoGRAY-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P56" ;
    skos:prefLabel "nanogray per second"@en ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:unitSymbol "nGy/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P57> a skos:Concept ;
    skos:definition "SI derived unit gray divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GRAY-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P57" ;
    skos:prefLabel "gray per minute"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Gy.min-1" ;
    unece:unitSymbol "Gy/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P58> a skos:Concept ;
    skos:definition "0,001-fold of the derived SI unit gray divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGRAY-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P58" ;
    skos:prefLabel "milligray per minute"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mGy.min-1" ;
    unece:unitSymbol "mGy/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P59> a skos:Concept ;
    skos:definition "0,000 001-fold of the derived SI unit gray divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGRAY-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P59" ;
    skos:prefLabel "microgray per minute"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "uGy.min-1" ;
    unece:unitSymbol "µGy/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P60> a skos:Concept ;
    skos:definition "0,000 000 001-fold of the derived SI unit gray divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoGRAY-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P60" ;
    skos:prefLabel "nanogray per minute"@en ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:unitSymbol "nGy/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P61> a skos:Concept ;
    skos:definition "SI derived unit gray divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GRAY-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P61" ;
    skos:prefLabel "gray per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Gy.h-1" ;
    unece:unitSymbol "Gy/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P62> a skos:Concept ;
    skos:definition "0,001-fold of the derived SI unit gray divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliGRAY-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P62" ;
    skos:prefLabel "milligray per hour"@en ;
    unece:conversionMultiplier 2.777778e-07 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mGy.h-1" ;
    unece:unitSymbol "mGy/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P63> a skos:Concept ;
    skos:definition "0,000 001-fold of the derived SI unit gray divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroGRAY-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P63" ;
    skos:prefLabel "microgray per hour"@en ;
    unece:conversionMultiplier 2.777778e-10 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "uGy.h-1" ;
    unece:unitSymbol "µGy/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P64> a skos:Concept ;
    skos:definition "0,000 000 001-fold of the derived SI unit gray divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoGRAY-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P64" ;
    skos:prefLabel "nanogray per hour"@en ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "absorbed dose rate"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:unitSymbol "nGy/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P65> a skos:Concept ;
    skos:definition "Derived SI unit sievert divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/SV-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P65" ;
    skos:prefLabel "sievert per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Sv.s-1" ;
    unece:unitSymbol "Sv/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P66> a skos:Concept ;
    skos:definition "0,001-fold of the derived SI unit sievert divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliSV-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P66" ;
    skos:prefLabel "millisievert per second"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mSv.s-1" ;
    unece:unitSymbol "mSv/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P67> a skos:Concept ;
    skos:definition "0,000 001-fold of the derived SI unit sievert divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroSV-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P67" ;
    skos:prefLabel "microsievert per second"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "uSv.s-1" ;
    unece:unitSymbol "µSv/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P68> a skos:Concept ;
    skos:definition "0,000 000 001-fold of the derived SI unit sievert divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoSV-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P68" ;
    skos:prefLabel "nanosievert per second"@en ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:unitSymbol "nSv/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P69> a skos:Concept ;
    skos:definition "Unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0,01 J/(kg·s) = 1 Sv/s."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/REM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P69" ;
    skos:prefLabel "rem per second"@en ;
    unece:conversionMultiplier 0.01 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "REM.s-1" ;
    unece:unitSymbol "rem/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P70> a skos:Concept ;
    skos:definition "Derived SI unit sievert divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/SV-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P70" ;
    skos:prefLabel "sievert per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Sv.h-1" ;
    unece:unitSymbol "Sv/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P71> a skos:Concept ;
    skos:definition "0,001-fold of the derived SI unit sievert divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliSV-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P71" ;
    skos:prefLabel "millisievert per hour"@en ;
    unece:conversionMultiplier 2.777778e-07 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mSv.h-1" ;
    unece:unitSymbol "mSv/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P72> a skos:Concept ;
    skos:definition "0,000 001-fold of the derived SI unit sievert divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroSV-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P72" ;
    skos:prefLabel "microsievert per hour"@en ;
    unece:conversionMultiplier 2.77778e-10 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "uSv.h-1" ;
    unece:unitSymbol "µSv/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P73> a skos:Concept ;
    skos:definition "0,000 000 001-fold of the derived SI unit sievert divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoSV-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P73" ;
    skos:prefLabel "nanosievert per hour"@en ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:unitSymbol "nSv/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P74> a skos:Concept ;
    skos:definition "Derived SI unit sievert divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/SV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P74" ;
    skos:prefLabel "sievert per minute"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "Sv.min-1" ;
    unece:unitSymbol "Sv/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P75> a skos:Concept ;
    skos:definition "0,001-fold of the derived SI unit sievert divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliSV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P75" ;
    skos:prefLabel "millisievert per minute"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "mSv.min-1" ;
    unece:unitSymbol "mSv/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P76> a skos:Concept ;
    skos:definition "0,000 001-fold of the derived SI unit sievert divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroSV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P76" ;
    skos:prefLabel "microsievert per minute"@en ;
    unece:conversionMultiplier 1.666667e-08 ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "uSv.min-1" ;
    unece:unitSymbol "µSv/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P77> a skos:Concept ;
    skos:definition "0,000 000 001-fold of the derived SI unit sievert divided by the unit minute."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoSV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P77" ;
    skos:prefLabel "nanosievert per minute"@en ;
    unece:dimensionVector "L2 T-3" ;
    unece:rec20Quantity "equivalence dose output"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:unitSymbol "nSv/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P78> a skos:Concept ;
    skos:definition "Complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-IN2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P78" ;
    skos:prefLabel "reciprocal square inch"@en ;
    unece:conversionMultiplier 1550.0031000062 ;
    unece:dimensionVector "L-2" ;
    unece:rec20Quantity "particle fluence"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "[in_i]-2" ;
    unece:unitSymbol "1/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P79> a skos:Concept ;
    skos:definition "Unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA-M2-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P79" ;
    skos:prefLabel "pascal square metre per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "burst index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "Pa.m2.kg-1" ;
    unece:unitSymbol "Pa/(kg/m²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P80> a skos:Concept ;
    skos:definition "0,001-fold of the derived SI unit pascal divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliPA-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P80" ;
    skos:prefLabel "millipascal per metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "mPa.m-1" ;
    unece:unitSymbol "mPa/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P81> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit pascal divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloPA-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P81" ;
    skos:prefLabel "kilopascal per metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "kPa.m-1" ;
    unece:unitSymbol "kPa/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P82> a skos:Concept ;
    skos:definition "100-fold of the derived SI unit pascal divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/HectoPA-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P82" ;
    skos:prefLabel "hectopascal per metre"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "hPa.m-1" ;
    unece:unitSymbol "hPa/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P83> a skos:Concept ;
    skos:definition "Outdated unit of the pressure divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/ATM-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P83" ;
    skos:prefLabel "standard atmosphere per metre"@en ;
    unece:conversionMultiplier 101325.0 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "atm.m-1" ;
    unece:unitSymbol "Atm/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P84> a skos:Concept ;
    skos:definition "Obsolete and non-legal unit of the pressure which is generated by a 10 metre water column divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/ATM_T-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P84" ;
    skos:prefLabel "technical atmosphere per metre"@en ;
    unece:conversionMultiplier 98066.5 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "att.m-1" ;
    unece:unitSymbol "at/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P85> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the pressure divided by the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TORR-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P85" ;
    skos:prefLabel "torr per metre"@en ;
    unece:conversionMultiplier 133.322 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:unitSymbol "Torr/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P86> a skos:Concept ;
    skos:definition "Compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units ."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PSI-PER-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P86" ;
    skos:prefLabel "psi per inch"@en ;
    unece:conversionMultiplier 271447.14970547153 ;
    unece:dimensionVector "L-2 M1 T-2" ;
    unece:rec20Quantity "hardness index"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "[psi].[in_i]-1" ;
    unece:unitSymbol "psi/in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P87> a skos:Concept ;
    skos:definition "Unit of volume flow cubic meters by second related to the transmission surface in square metres."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-SEC-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P87" ;
    skos:prefLabel "cubic metre per second square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "porosity"@en ;
    unece:rec20Sector "Miscellaneous"@en ;
    unece:ucumCode "m3.s-1.m-2" ;
    unece:unitSymbol "(m³/s)/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/PAL> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "PAL" ;
    skos:prefLabel "pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "partial pressure of B (in a gaseous mixture), fugacity of B (in a gaseous mixture), osmotic pressure"@en,
        "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en,
        "static pressure, (instantaneous) sound pressure"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Mechanics"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "Pa" ;
    unece:unitSymbol "Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/PO> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/LB-PER-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "PO" ;
    skos:prefLabel "pound per inch of length"@en ;
    unece:conversionMultiplier 17.857967322834646 ;
    unece:dimensionVector "L-1 M1" ;
    unece:rec20Quantity "linear density, linear mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lb_av].[in_i]-1" ;
    unece:unitSymbol "lb/in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/PS> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PSI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "PS" ;
    skos:prefLabel "pound-force per square inch"@en ;
    unece:conversionMultiplier 6894.75789 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[psi]" ;
    unece:unitSymbol "lbf/in²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/PT> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Use liquid pint (common code PTL)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "PT" ;
    skos:prefLabel "pint (US)"@en ;
    unece:conversionMultiplier 0.0004731765 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[pt_us]" ;
    unece:unitSymbol "pt (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/PTD> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "PTD" ;
    skos:prefLabel "dry pint (US)"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "dry pt (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/PTI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PINT_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "PTI" ;
    skos:prefLabel "pint (UK)"@en ;
    unece:conversionMultiplier 0.00056826125 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[pt_br]" ;
    unece:unitSymbol "pt (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/PTL> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "PTL" ;
    skos:prefLabel "liquid pint (US)"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "liq pt (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q29> a skos:Concept ;
    skos:definition "Microgram per hectogram."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q29" ;
    skos:prefLabel "microgram per hectogram"@en ;
    unece:rec20Quantity "mass ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "µg/hg" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q30> a skos:Concept ;
    skos:definition "The activity of the (solvated) hydrogen ion (a logarithmic measure used to state the acidity or alkalinity of a chemical solution)."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q30" ;
    skos:prefLabel "pH (potential of Hydrogen)"@en ;
    unece:rec20Quantity "acidity and alkalinity"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:unitSymbol "pH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q31> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q31" ;
    skos:prefLabel "kilojoule per gram"@en ;
    unece:rec20Quantity "massic thermodynamic energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "kJ/g" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q32> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/FemtoL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q32" ;
    skos:prefLabel "femtolitre"@en ;
    unece:conversionMultiplier 1e-18 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "fL" ;
    unece:unitSymbol "fl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q33> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q33" ;
    skos:prefLabel "picolitre"@en ;
    unece:conversionMultiplier 1e-15 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "pL" ;
    unece:unitSymbol "pl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q34> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q34" ;
    skos:prefLabel "nanolitre"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "nL" ;
    unece:unitSymbol "nl" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q35> a skos:Concept ;
    skos:definition "A unit of power defining the total amount of bulk energy transferred or consumer per minute"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q35" ;
    skos:prefLabel "megawatts per minute"@en ;
    unece:rec20Quantity "Power flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "MW/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q37> a skos:Concept ;
    skos:definition "Standard cubic metre (temperature 15°C and pressure 101325 millibars ) per day"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q37" ;
    skos:prefLabel "Standard cubic metre per day"@en ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q38> a skos:Concept ;
    skos:definition "Standard cubic metre (temperature 15°C and pressure 101325 millibars ) per hour"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q38" ;
    skos:prefLabel "Standard cubic metre per hour"@en ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q39> a skos:Concept ;
    skos:definition "Normalized cubic metre (temperature 0°C and pressure 101325 millibars ) per day"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q39" ;
    skos:prefLabel "Normalized cubic metre per day"@en ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/Q40> a skos:Concept ;
    skos:definition "Normalized cubic metre (temperature 0°C and pressure 101325 millibars ) per hour"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q40" ;
    skos:prefLabel "Normalized cubic metre per hour"@en ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/QT> a skos:Concept ;
    owl:deprecated true ;
    skos:definition "Use liquid quart (common code QTL)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "QT" ;
    skos:prefLabel "quart (US)"@en ;
    unece:conversionMultiplier 0.000946353 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[qt_us]" ;
    unece:unitSymbol "qt (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/QTD> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "QTD" ;
    skos:prefLabel "dry quart (US)"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "dry qt (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/QTI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/QT_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "QTI" ;
    skos:prefLabel "quart (UK)"@en ;
    unece:conversionMultiplier 0.0011365225 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[qt_br]" ;
    unece:unitSymbol "qt (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/QTL> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "QTL" ;
    skos:prefLabel "liquid quart (US)"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:unitSymbol "liq qt (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/RPM> a skos:Concept ;
    skos:definition "Refer ISO/TC12 SI Guide"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/REV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "RPM" ;
    skos:prefLabel "revolutions per minute"@en ;
    unece:conversionMultiplier 0.10471975516666666 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "rotational frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:ucumCode "{#}.min-1" ;
    unece:unitSymbol "r/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/RPS> a skos:Concept ;
    skos:definition "Refer ISO/TC12 SI Guide"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/REV-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "RPS" ;
    skos:prefLabel "revolutions per second"@en ;
    unece:conversionMultiplier 6.28318531 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "rotational frequency"@en ;
    unece:rec20Sector "Periodic and related phenomena"@en ;
    unece:unitSymbol "r/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/SEC> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "SEC" ;
    skos:prefLabel "second [unit of time]"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "mean life, half life"@en,
        "period, periodic time"@en,
        "reactor time constant"@en,
        "relaxation time, carrier life time"@en,
        "reverberation time"@en,
        "time"@en,
        "time constant, relaxation time"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "s" ;
    unece:unitSymbol "s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/SIE> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/S> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "SIE" ;
    skos:prefLabel "siemens"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I2 L-2 M-1 T3" ;
    unece:rec20Quantity "conductance (for direct current), admittance, (complex admittance), modulus of admittance,(admittance), conductance (for alternating current)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "S" ;
    unece:unitSymbol "S" .

<https://test.uncefact.org/vocabulary/unit-of-measure/SM3> a skos:Concept ;
    skos:definition "Standard cubic metre (temperature 15°C and pressure 101325 millibars )"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "SM3" ;
    skos:prefLabel "Standard cubic metre"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/SMI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MI> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "SMI" ;
    skos:prefLabel "mile (statute mile)"@en ;
    unece:conversionMultiplier 1609.344 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[mi_i]" ;
    unece:unitSymbol "mile" .

<https://test.uncefact.org/vocabulary/unit-of-measure/STI> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/Stone_UK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "STI" ;
    skos:prefLabel "stone (UK)"@en ;
    unece:conversionMultiplier 6.35029318 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[stone_av]" ;
    unece:unitSymbol "st" .

<https://test.uncefact.org/vocabulary/unit-of-measure/STN> a skos:Concept ;
    skos:definition "Synonym: net ton (2000 lb)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_US> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "STN" ;
    skos:prefLabel "ton (US) or short ton (UK/US)"@en ;
    unece:conversionMultiplier 907.18474 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[ston_av]" ;
    unece:unitSymbol "ton (US)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/TAH> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloA-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "TAH" ;
    skos:prefLabel "kiloampere hour (thousand ampere hour)"@en ;
    unece:conversionMultiplier 3600000.0 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kA.h" ;
    unece:unitSymbol "kA·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/TNE> a skos:Concept ;
    skos:definition "Synonym: metric ton"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "TNE" ;
    skos:prefLabel "tonne (metric ton)"@en ;
    unece:conversionMultiplier 907.18474 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "ston_av" ;
    unece:unitSymbol "t" .

<https://test.uncefact.org/vocabulary/unit-of-measure/UA> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/TORR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "UA" ;
    skos:prefLabel "torr"@en ;
    unece:conversionMultiplier 133.322 ;
    unece:dimensionVector "L-1 M1 T-2" ;
    unece:rec20Quantity "pressure, normal stress, shear stress, modulus of elasticity,shear modulus, modulus of rigidity, bulk modulus, modulus of compression"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "Torr" .

<https://test.uncefact.org/vocabulary/unit-of-measure/WEB> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/WB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "WEB" ;
    skos:prefLabel "weber"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L2 M1 T-2" ;
    unece:rec20Quantity "magnetic flux"@en,
        "magnetic flux quantum"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "Wb" ;
    unece:unitSymbol "Wb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/WEE> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/WK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "WEE" ;
    skos:prefLabel "week"@en ;
    unece:conversionMultiplier 604800.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "time"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "wk" ;
    unece:unitSymbol "wk" .

<https://test.uncefact.org/vocabulary/unit-of-measure/WHR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "WHR" ;
    skos:prefLabel "watt hour"@en ;
    unece:conversionMultiplier 3600.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "active energy"@en,
        "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Mechanics"@en ;
    unece:ucumCode "W.h" ;
    unece:unitSymbol "W·h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/X1> a skos:Concept ;
    skos:definition "A unit of distance used or formerly used by British surveyors."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/CH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "X1" ;
    skos:prefLabel "Gunter's chain"@en ;
    unece:conversionMultiplier 20.1168 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[ch_br]" ;
    unece:unitSymbol "ch (UK)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/YDK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "YDK" ;
    skos:prefLabel "square yard"@en ;
    unece:conversionMultiplier 0.83612736 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[syd_i]" ;
    unece:unitSymbol "yd²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/YDQ> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "YDQ" ;
    skos:prefLabel "cubic yard"@en ;
    unece:conversionMultiplier 0.764554857984 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[cyd_i]" ;
    unece:unitSymbol "yd³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/YRD> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/YD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "YRD" ;
    skos:prefLabel "yard"@en ;
    unece:conversionMultiplier 0.9144 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "[yd_i]" ;
    unece:unitSymbol "yd" .

<https://test.uncefact.org/vocabulary/unit-of-measure/Z9> a skos:Concept ;
    skos:definition "An SI unit of amount of substance equal to 10−9 moles"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoMOL> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Z9" ;
    skos:prefLabel "nanomole"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "N1" ;
    unece:rec20Quantity "amount of substance"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:unitSymbol "nmol" .

unece:MonetaryAmount a owl:Class ;
    rdfs:label "Monetary Amount"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:MonetaryAmount ;
    skos:definition "A monetary value together with its currency."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:object-nature a skos:ConceptScheme ;
    rdfs:label "Vocab object nature"@en ;
    skos:definition "Whether a class is identity-bearing (entity) or a value bundle (value object)."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/governance> .

<https://test.uncefact.org/vocabulary/party-role/agent> a skos:Concept ;
    skos:definition "Party acting on behalf of another (the principal)."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "agent" ;
    skos:prefLabel "Agent"@en .

<https://test.uncefact.org/vocabulary/party-role/competentAuthority> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/party-role/regulator> ;
    skos:definition "Government authority with jurisdiction over a matter."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "competentAuthority" ;
    skos:prefLabel "Competent Authority"@en .

<https://test.uncefact.org/vocabulary/party-role/logisticsProvider> a skos:Concept ;
    skos:definition "Party responsible for logistics operations."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "logisticsProvider" ;
    skos:prefLabel "Logistics Provider"@en .

<https://test.uncefact.org/vocabulary/party-role/manufacturer> a skos:Concept ;
    skos:definition "Party that manufactures or assembles the product."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "manufacturer" ;
    skos:prefLabel "Manufacturer"@en .

<https://test.uncefact.org/vocabulary/party-role/regulator> a skos:Concept ;
    skos:definition "Authority responsible for regulatory oversight."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "regulator" ;
    skos:prefLabel "Regulator"@en .

<https://test.uncefact.org/vocabulary/party-role/seller> a skos:Concept ;
    skos:definition "Party selling goods or services."@en ;
    skos:inScheme unece:party-role ;
    skos:notation "seller" ;
    skos:prefLabel "Seller"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/28> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "28" ;
    skos:prefLabel "kilogram per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M1" ;
    unece:rec20Quantity "mean mass range"@en,
        "surface density, areic mass"@en ;
    unece:rec20Sector "Mechanics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "kg.m-2" ;
    unece:unitSymbol "kg/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2A> a skos:Concept ;
    skos:definition "Refer ISO/TC12 SI Guide"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/RAD-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2A" ;
    skos:prefLabel "radian per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "Debye angular frequency"@en,
        "angular frequency, pulsatance"@en,
        "angular velocity"@en,
        "circular frequency"@en,
        "nuclear precession, cyclotron angular frequency"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Periodic and related phenomena"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "rad.s-1" ;
    unece:unitSymbol "rad/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/2N> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DeciB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2N" ;
    skos:prefLabel "decibel"@en ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "level of a field quantity, level of a power quantity"@en,
        "sound pressure level, sound power level"@en,
        "sound reduction index"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Periodic and related phenomena"@en ;
    unece:ucumCode "dB" ;
    unece:unitSymbol "dB" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/EV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A54" ;
    skos:prefLabel "electronvolt per metre"@en ;
    unece:conversionMultiplier 1.602177e-19 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "linear energy transfer"@en,
        "total linear stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "eV.m-1" ;
    unece:unitSymbol "eV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/A58> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/ERG-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A58" ;
    skos:prefLabel "erg per centimetre"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "linear energy transfer"@en,
        "total linear stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "erg.cm-1" ;
    unece:unitSymbol "erg/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B12" ;
    skos:prefLabel "joule per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "linear energy transfer"@en,
        "total linear stopping power"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "J.m-1" ;
    unece:unitSymbol "J/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B38> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM_F-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B38" ;
    skos:prefLabel "kilogram-force metre"@en ;
    unece:conversionMultiplier 9.80665 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en,
        "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kgf.m" ;
    unece:unitSymbol "kgf·m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C86> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C86" ;
    skos:prefLabel "reciprocal cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3" ;
    unece:rec20Quantity "electron number density, volumic electron number, hole number density, volumic hole number, donor number density, volumic donor number, intrinsic number density, volumic intrinsis number, acceptor number density, volumic acceptor number"@en,
        "ion number density, ion density, neutron number density"@en,
        "volumic number of molecules (or particles), number density of molecules  (or particles), molecular concentration of B"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en,
        "Physical Chemistry and Molecular Physics"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "/m3" ;
    unece:unitSymbol "m⁻³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C92" ;
    skos:prefLabel "reciprocal metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "Rydberg constant"@en,
        "angular reciprocal lattice vector, fundamental reciprocal lattice vector"@en,
        "angular repetency, angular wave number"@en,
        "attenuation coefficient, phase coefficient, propagation coefficient"@en,
        "curvature"@en,
        "linear attenuation coefficient"@en,
        "linear attenuation coefficient, linear extinction coefficient,linear absorption coefficient"@en,
        "linear ionization by a particle, total ionization by a particle"@en,
        "macroscopic cross-section, volumic cross-section, volumic total cross-section, macroscopic total cross-section"@en,
        "repetency, wavenumber"@en,
        "vergence, lens power"@en,
        "wave number, attenuation coefficient, phase coefficient, propagation coefficient, repetency"@en,
        "wavenumber, repetency"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Periodic and related phenomena"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "/m" ;
    unece:unitSymbol "m⁻¹" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C93> a skos:Concept ;
    skos:definition "Synonym: reciprocal metre squared"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C93" ;
    skos:prefLabel "reciprocal square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2" ;
    unece:rec20Quantity "particle fluence"@en,
        "photon exposure"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "/m2" ;
    unece:unitSymbol "m⁻²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G20" ;
    skos:prefLabel "pound-force foot per pound"@en ;
    unece:conversionMultiplier 2989.067 ;
    unece:dimensionVector "L2 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en,
        "work per unit weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "[lbf_av].[ft_i].[lb_av]-1" ;
    unece:unitSymbol "lbf·ft/lb" .

<https://test.uncefact.org/vocabulary/unit-of-measure/INQ> a skos:Concept ;
    skos:definition "Synonym: inch cubed"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/IN3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "INQ" ;
    skos:prefLabel "cubic inch"@en ;
    unece:conversionMultiplier 1.638706e-05 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "section modulus"@en,
        "volume"@en ;
    unece:rec20Sector "Mechanics"@en,
        "Space and Time"@en ;
    unece:ucumCode "[cin_i]" ;
    unece:unitSymbol "in³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/JOU> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/J> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "JOU" ;
    skos:prefLabel "joule"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "Hartree energy"@en,
        "active energy"@en,
        "energy imparted, mean energy imparted"@en,
        "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en,
        "level width, alpha disintegration energy"@en,
        "radiant energy"@en,
        "reaction energy"@en,
        "work function"@en,
        "work, energy, potential energy, kinetic energy"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Electricity and Magnetism"@en,
        "Heat"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Mechanics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "J" ;
    unece:unitSymbol "J" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KWT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloW> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KWT" ;
    skos:prefLabel "kilowatt"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en,
        "power"@en,
        "power (for direct current), active power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Heat"@en,
        "Mechanics"@en ;
    unece:ucumCode "kW" ;
    unece:unitSymbol "kW" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MQS> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MQS" ;
    skos:prefLabel "cubic metre per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3 T-1" ;
    unece:rec20Quantity "(instantaneous) volume flow rate"@en,
        "recombination coefficient"@en,
        "volume flow rate"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Mechanics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "m3.s-1" ;
    unece:unitSymbol "m³/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MSK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-SEC2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MSK" ;
    skos:prefLabel "metre per second squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T-2" ;
    unece:rec20Quantity "(instantaneous) sound particle acceleration"@en,
        "acceleration, acceleration of free fall, acceleration due to gravity"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Space and Time"@en ;
    unece:ucumCode "m.s-2" ;
    unece:unitSymbol "m/s²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MTQ> a skos:Concept ;
    skos:definition "Synonym: metre cubed"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTQ" ;
    skos:prefLabel "cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L3" ;
    unece:rec20Quantity "section modulus"@en,
        "volume"@en ;
    unece:rec20Sector "Mechanics"@en,
        "Space and Time"@en ;
    unece:ucumCode "m3" ;
    unece:unitSymbol "m³" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MTS> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTS" ;
    skos:prefLabel "metre per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "(instantaneous) sound particle velocity"@en,
        "neutron speed"@en,
        "phase velocity of electromagnetic_x000D_ waves, phase speed of electromagnetic waves"@en,
        "velocity (speed) on propagation of electromagnetic waves in vacuo"@en,
        "velocity of sound (phase velocity), group velocity"@en,
        "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Electricity and Magnetism"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Space and Time"@en ;
    unece:ucumCode "m.s-1" ;
    unece:unitSymbol "m/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/S3> a skos:Concept ;
    skos:definition "Synonym: foot squared per second"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FT2-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "S3" ;
    skos:prefLabel "square foot per second"@en ;
    unece:conversionMultiplier 0.09290304 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "kinematic viscosity"@en,
        "thermal diffusivity"@en ;
    unece:rec20Sector "Heat"@en,
        "Mechanics"@en ;
    unece:ucumCode "[sft_i].s-1" ;
    unece:unitSymbol "ft²/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/VLT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "VLT" ;
    skos:prefLabel "volt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en,
        "thermoelectromotive force between substances a and b, Peltier coefficient for substances a and b"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "V" ;
    unece:unitSymbol "V" .

<https://test.uncefact.org/vocabulary/unit-of-measure/WTT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "WTT" ;
    skos:prefLabel "watt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M1 T-3" ;
    unece:rec20Quantity "heat flow rate"@en,
        "power"@en,
        "power (for direct current), active power"@en,
        "radiant power, (radiant energyflux)"@en,
        "sound power"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Electricity and Magnetism"@en,
        "Heat"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Mechanics"@en ;
    unece:ucumCode "W" ;
    unece:unitSymbol "W" .

unece:validation-document-status-code-list a skos:ConceptScheme ;
    rdfs:label "Validation Document Status"@en ;
    dcterms:source unece:ValidationDocumentStatusCodeList ;
    skos:definition "Validation Document Status UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:Image a owl:Class ;
    rdfs:label "Image"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:ImageObject ;
    skos:definition "A binary image encoded as base64 text with its media type."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:PartyRole a owl:Class ;
    rdfs:label "party role"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:Role ;
    skos:definition "A party in the role it plays relative to a referencing entity (party + role, optionally on-behalf-of). An identity-less value object, not a party-register entry."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:address-format-type-code-list a skos:ConceptScheme ;
    rdfs:label "Address Format Type"@en ;
    dcterms:source unece:AddressFormatTypeCodeList ;
    skos:definition "Address Format Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:any-code a skos:ConceptScheme ;
    rdfs:label "Vocab any code"@en ;
    dcterms:provenance "Proposed Vocab addition — abstract open code list; not from BSP/UNTP." ;
    skos:definition "An abstract, open code list: the typed range for a code-carrier property whose concrete code list is a sector-specific implementation choice. It has no fixed members; the actual list (for example HS, ISIC, UNSPSC, or a scheme-specific taxonomy) is bound downstream in a JSON-LD context or a SHACL profile."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

unece:code-list-scope a skos:ConceptScheme ;
    rdfs:label "Vocab code list scope"@en ;
    skos:definition "Presentation classification for a code list: whether it is cross-cutting reference data, domain-scoped, or vocabulary machinery. Navigation only; no semantic effect."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/governance> .

<https://test.uncefact.org/vocabulary/code-list-scope/governance> a skos:Concept ;
    skos:definition "The vocabulary's own machinery (object nature, term status, code list scope)."@en ;
    skos:inScheme unece:code-list-scope ;
    skos:notation "governance" ;
    skos:prefLabel "governance"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/C97> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C97" ;
    skos:prefLabel "reciprocal second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T-1" ;
    unece:rec20Quantity "Debye angular frequency"@en,
        "Larmor angular frequency"@en,
        "angular frequency, pulsatance"@en,
        "circular frequency"@en,
        "damping coefficient"@en,
        "decay constant, disintegration constant"@en,
        "photon flux"@en,
        "rotational frequency"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Periodic and related phenomena"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "/s" ;
    unece:unitSymbol "s⁻¹" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D54> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D54" ;
    skos:prefLabel "watt per square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "Poynting vector"@en,
        "density of heat flow rate"@en,
        "energy fluence rate, (energy flux density)"@en,
        "radiant energy, fluence rate, radiant exitance, irradiance, first radiation constant"@en,
        "sound intensity"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Electricity and Magnetism"@en,
        "Heat"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "W.m-2" ;
    unece:unitSymbol "W/m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MTK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTK" ;
    skos:prefLabel "square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en,
        "atomic attenuation coefficient"@en,
        "cross-section"@en,
        "equivalent absorption area of a surface or object"@en,
        "nuclear quadrupole moment"@en,
        "slowing down area, diffusion area, migration area"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Space and Time"@en ;
    unece:ucumCode "m2" ;
    unece:unitSymbol "m²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/MTR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTR" ;
    skos:prefLabel "metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "(instantaneous) sound particle displacement"@en,
        "Bohr radius"@en,
        "diffusion coefficient for neutron fluence rate, (diffusion coefficient for neutron flux density)"@en,
        "half-thickness, half-value thickness"@en,
        "lattice vector, fundamental lattice vector"@en,
        "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en,
        "mean free path"@en,
        "mean free path of phonons or electrons, London penetration depth, coherence length, diffusion length"@en,
        "mean linear range, mean free path"@en,
        "nuclear radius, electron radius, Compton wavelength"@en,
        "object distance, image distance, focal distance"@en,
        "particle position vector, equilibrium position vector of ion or atom, displacement vector of ion or atom"@en,
        "slowing-down length, diffusion length, migration length"@en,
        "wavelength"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Periodic and related phenomena"@en,
        "Physical Chemistry and Molecular Physics"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "m" ;
    unece:unitSymbol "m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/S4> a skos:Concept ;
    skos:definition "Synonym: metre squared per second (square metres/second US)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "S4" ;
    skos:prefLabel "square metre per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 T-1" ;
    unece:rec20Quantity "diffusion coefficient"@en,
        "diffusion coefficient, diffusion coefficient for neutron number density"@en,
        "kinematic viscosity"@en,
        "thermal diffusion coefficient"@en,
        "thermal diffusivity"@en ;
    unece:rec20Sector "Heat"@en,
        "Mechanics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "m2.s-1" ;
    unece:unitSymbol "m²/s" .

unece:Period a owl:Class ;
    rdfs:label "Period"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A period of time (e.g. a month, quarter or year)."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:Person a owl:Class ;
    rdfs:label "Person"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    rdfs:subClassOf unece:Party ;
    skos:closeMatch schema:Person ;
    skos:definition "An individual party."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:TradeDocument a owl:Class ;
    rdfs:label "Trade Document"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:DigitalDocument ;
    skos:definition "A thin anchor for an exchanged business document: a grouping of domain concepts identified by a documentType code. Its structure is defined in downstream schemas, not in this vocabulary."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:term-status a skos:ConceptScheme ;
    rdfs:label "Vocab term status"@en ;
    skos:definition "Governance lifecycle states for a vocabulary term (class, property, or code value)."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/governance> .

unece:Link a owl:Class ;
    rdfs:label "Link"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A URL link plus associated metadata (name, type, hash)."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:Coordinate a owl:Class ;
    rdfs:label "Coordinate"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:GeoCoordinates ;
    skos:definition "A geographic point defined by latitude and longitude (WGS 84)."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:Dimension a owl:Class ;
    rdfs:label "Dimension"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Overall length, width, height, weight and volume of an item."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:Identifier a owl:Class ;
    rdfs:label "Identifier"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:PropertyValue ;
    skos:definition "A single identifier issued for an entity within a scheme: the registered value plus the issuing scheme, with an optional label."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:organization-function-type-code-list a skos:ConceptScheme ;
    rdfs:label "Organization Function Type"@en ;
    dcterms:source unece:OrganizationFunctionTypeCodeList ;
    skos:definition "Organization Function Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:party-type-code-list a skos:ConceptScheme ;
    rdfs:label "Party Type"@en ;
    dcterms:source unece:PartyTypeCodeList ;
    skos:definition "Party Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:priority-description-code-list a skos:ConceptScheme ;
    rdfs:label "Priority Description"@en ;
    dcterms:source unece:PriorityDescriptionCodeList ;
    skos:definition "Priority Description UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:RegisteredIdentity a owl:Class ;
    rdfs:label "Registered Identity"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The registration of a party's identity in an official register (the subject of a Digital Identity Anchor)."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/document-type/insurance-document> a skos:Concept ;
    skos:definition "Insurance policies, certificates and cover."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Insurance document"@en ;
    skos:topConceptOf unece:document-type .

unece:registry-type a skos:ConceptScheme ;
    rdfs:label "Registry Type"@en ;
    dcterms:source untp:RegistryType ;
    skos:definition "Registry Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

on:entity a skos:Concept ;
    skos:definition "An identity-bearing class: instances are IRI nodes with their own resolvable identity, and may carry a registered identifier within a scheme."@en ;
    skos:inScheme unece:object-nature ;
    skos:notation "entity" ;
    skos:prefLabel "entity object"@en .

unece:Measure a owl:Class ;
    rdfs:label "Measure"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:QuantitativeValue ;
    skos:definition "A numeric value together with its unit of measure."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:Organisation a owl:Class ;
    rdfs:label "Organisation"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    rdfs:subClassOf unece:Party ;
    skos:closeMatch schema:Organization ;
    skos:definition "An organisational party."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:address-type-code-list a skos:ConceptScheme ;
    rdfs:label "Address Type"@en ;
    dcterms:source unece:AddressTypeCodeList ;
    skos:definition "Address Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

on:value a skos:Concept ;
    skos:closeMatch schema:StructuredValue ;
    skos:definition "A class that is a bundle of attributes with no independent identity; instances are anonymous nodes inlined in their owner."@en ;
    skos:inScheme unece:object-nature ;
    skos:notation "value" ;
    skos:prefLabel "value object"@en .

<https://test.uncefact.org/vocabulary/unit-of-measure/C62> a skos:Concept ;
    skos:definition "Synonym: unit"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/UNITLESS> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C62" ;
    skos:prefLabel "one"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "(rest) mass of electron, (rest) mass of proton, (rest) mass of neutron"@en,
        "Alfven number"@en,
        "CIE colorimetric functions"@en,
        "Cowling number"@en,
        "Debye-Walle factor"@en,
        "Euler number"@en,
        "Fourier number"@en,
        "Fourier number for mass transfer"@en,
        "Froude number"@en,
        "Grashof number"@en,
        "Grashof number for mass transfer"@en,
        "Grüneisen parameter"@en,
        "Hartmann number"@en,
        "Knudsen number"@en,
        "Landau-Ginzburg number"@en,
        "Lewis number"@en,
        "Mach number"@en,
        "Madelung constant"@en,
        "Nusselt number"@en,
        "Nusselt number for mass transfer"@en,
        "Peclet number"@en,
        "Peclet number for mass transfer"@en,
        "Prandtl number"@en,
        "Rayleigh number"@en,
        "Reynolds number"@en,
        "Schmidt number"@en,
        "Stanton number"@en,
        "Stanton number for mass transfer"@en,
        "Strouhal number"@en,
        "Weber number"@en,
        "absolute activity"@en,
        "activity coefficient of B (in a liquid as a solid mixture)"@en,
        "activity coefficient of solute B (especially in a dilute solution),standard absolute activity of solute B (especially in a dilute solution)"@en,
        "activity of solvent A, relative activity of solvent A (especially in a dilute solution), osmotic coefficient of the solvent A (especially in a dilute solution), standard absolute activity of solvent A (especially in a dilute solution)"@en,
        "average logarithmic energy decrement"@en,
        "charge number of ion"@en,
        "coordinates trichromatic"@en,
        "coupling coefficient, leakage coefficient"@en,
        "degree of dissociation"@en,
        "dissipation factor, dissipance, reflection factor, reflectance, transmission factor, transmittance, absorption factor, absorbance"@en,
        "electric susceptibility"@en,
        "emissivity, spectral emissivity, emissivity at a specified wavelength, directional spectral emissivity"@en,
        "fast fission factor"@en,
        "fine structure constant"@en,
        "friction factor, coefficient of friction"@en,
        "g-factor of atom or electron, g-factor of nucleus"@en,
        "hyperfine structure quantum number"@en,
        "internal conversion factor"@en,
        "lethargy"@en,
        "linear strain, relative elongation, shear strain, volume or bulk strain"@en,
        "luminous efficiency, spectral luminous efficiency,luminous efficiency at a specified wavelength"@en,
        "magnetic Reynolds number"@en,
        "magnetic quantum number"@en,
        "magnetic susceptibility"@en,
        "microcanonical partition function, canonical partition function, grand-canonical partition function, grand partition function, molecular partition function, partition function of a molecule"@en,
        "mobility ratio"@en,
        "mole fraction of B, mole ratio of solute B"@en,
        "multiplication factor, infinite medium multiplication factor, effective multiplication factor"@en,
        "neutron number"@en,
        "neutron yield per fission, neutron yield per absorption"@en,
        "non leakage probability"@en,
        "nuclear spin quantum number"@en,
        "nucleon number, mass number"@en,
        "number of molecules or other elementary entities"@en,
        "number of turns in a winding, number of phases, number of pairs of poles"@en,
        "optical density"@en,
        "orbital angular momentum quantum number"@en,
        "order of reflexion"@en,
        "packing fraction, binding fraction"@en,
        "poisson ratio, poisson number"@en,
        "principle quantum number"@en,
        "proton number"@en,
        "proton number, atomic number"@en,
        "ratio of the specific heat capacities, ratio of the massic heat capacity, isentropic exponent"@en,
        "reactivity"@en,
        "refractive index"@en,
        "relative atomic mass"@en,
        "relative density, relative mass density"@en,
        "relative mass excess, relative mass defect"@en,
        "relative molecular mass"@en,
        "relative permeability"@en,
        "relative permittivity"@en,
        "resonance escape probability"@en,
        "short-range order parameter, long-range order parameter"@en,
        "spectral absorption factor, spectral absorptance, spectral reflectionfactor,spectral reflectance, spectral transmission factor, spectral transmittance, spectral radiance factor"@en,
        "spin angular momentum quantum number"@en,
        "standard absolute activity of B (in a gaseous mixture)"@en,
        "standard absolute activity of B (in a liquid or a solid mixture)"@en,
        "standard equilibrium constant"@en,
        "statistical weight"@en,
        "stoichiometric number of B"@en,
        "thermal diffusion ratio, thermal diffusion factor"@en,
        "thermal utilization factor"@en,
        "total angular momentum quantum number"@en,
        "transport number of ion B, current fraction of ion B"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Characteristic Numbers (dimensionless parameters)"@en,
        "Electricity and Magnetism"@en,
        "Heat"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Mechanics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Physical Chemistry and Molecular Physics"@en,
        "Solid State Physics"@en ;
    unece:unitSymbol "1" .

unece:Communication a owl:Class ;
    rdfs:label "Communication"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:ContactPoint ;
    skos:definition "The exchange of thoughts, messages, or information, as universally exchanged by speech, signals, writing, or behaviour between persons and/or organizations."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:Facility a owl:Class ;
    rdfs:label "Facility"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The physical site (e.g. farm or factory) where a product or materials are produced, handled or stored."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:Location a owl:Class ;
    rdfs:label "Location"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:Place ;
    skos:definition "A place — address and/or geo-location of a point, area or boundary."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:Address a owl:Class ;
    rdfs:label "Address"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:PostalAddress ;
    skos:definition "A postal/physical address of a party or location."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:workflow-status-code-list a skos:ConceptScheme ;
    rdfs:label "Workflow Status"@en ;
    dcterms:source unece:WorkflowStatusCodeList ;
    skos:definition "Workflow Status UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:dimension-type-code-list a skos:ConceptScheme ;
    rdfs:label "Dimension Type"@en ;
    dcterms:source unece:DimensionTypeCodeList ;
    skos:definition "Dimension Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/code-list-scope/shared> a skos:Concept ;
    skos:definition "Cross-cutting reference data reused across domains (for example country, currency, units, party role)."@en ;
    skos:inScheme unece:code-list-scope ;
    skos:notation "shared" ;
    skos:prefLabel "shared"@en .

unece:Party a owl:Class ;
    rdfs:label "Party"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:Agent ;
    skos:definition "An actor in the supply chain. Roles (buyer, seller, carrier, importer, …) are properties whose range is Party, not subclasses."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:party-role a skos:ConceptScheme ;
    rdfs:label "Party role"@en ;
    dcterms:source untp:PartyRole ;
    rdfs:seeAlso unece:PartyRoleCodeList ;
    skos:definition "The role a party plays relative to a transaction or entity. Semantic tokens (party-role semantic model); seeded from UNTP, extended for trade-document coverage. The BSP PartyRoleCodeList (UNTDED 3035) is the Phase-5 mapping source."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:communication-channel-code-list a skos:ConceptScheme ;
    rdfs:label "Communication Channel"@en ;
    dcterms:source unece:CommunicationChannelCodeList ;
    skos:definition "Communication Channel UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:document-status-code-list a skos:ConceptScheme ;
    rdfs:label "Document Status"@en ;
    dcterms:source unece:DocumentStatusCodeList ;
    skos:definition "Document Status UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:time-reference-code-list a skos:ConceptScheme ;
    rdfs:label "Time Reference"@en ;
    dcterms:source unece:TimeReferenceCodeList ;
    skos:definition "Time Reference UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/document-type/customs-document> a skos:Concept ;
    skos:definition "Declarations and controls for cross-border regulation."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Customs & regulatory document"@en ;
    skos:topConceptOf unece:document-type .

<https://test.uncefact.org/vocabulary/document-type/certificate> a skos:Concept ;
    skos:definition "Attestations of conformity, origin, analysis or inspection."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Certificate"@en ;
    skos:topConceptOf unece:document-type .

<https://test.uncefact.org/vocabulary/document-type/other-document> a skos:Concept ;
    skos:definition "Miscellaneous documents not classified in another family."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Other document"@en ;
    skos:topConceptOf unece:document-type .

unece:contact-type-code-list a skos:ConceptScheme ;
    rdfs:label "Contact Type"@en ;
    dcterms:source unece:ContactTypeCodeList ;
    skos:definition "Contact Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/document-type/financial-document> a skos:Concept ;
    skos:definition "Payment, credit, banking and settlement documents."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Financial document"@en ;
    skos:topConceptOf unece:document-type .

<https://test.uncefact.org/vocabulary/document-type/commercial-document> a skos:Concept ;
    skos:definition "Ordering, quotation, invoicing and contract documents."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Commercial document"@en ;
    skos:topConceptOf unece:document-type .

unece-mod:core a owl:Ontology ;
    rdfs:label "Vocab — Core (cross-cutting)"@en ;
    dcterms:description "The cross-cutting foundation reused by every domain: shared abstractions and value objects, plus parties, places and identifiers."@en .

<https://test.uncefact.org/vocabulary/document-type/report-message> a skos:Concept ;
    skos:definition "Status reports, advices, notices, instructions and messages."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Report or message"@en ;
    skos:topConceptOf unece:document-type .

ts:proposed a skos:Concept ;
    skos:closeMatch <http://www.w3.org/2003/06/sw-vocab-status/ns#unstable> ;
    skos:definition "Introduced via a DMR/MR; under review, not ratified."@en ;
    skos:inScheme unece:term-status ;
    skos:notation "proposed" ;
    skos:prefLabel "proposed"@en .

unece:currency-code-list a skos:ConceptScheme ;
    rdfs:label "Currency"@en ;
    dcterms:source unece:CurrencyCodeList ;
    skos:definition "Currency UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

ts:deprecated a skos:Concept ;
    skos:closeMatch <http://www.w3.org/2003/06/sw-vocab-status/ns#archaic> ;
    skos:definition "Superseded; still resolves, carries owl:deprecated + dcterms:isReplacedBy. Do not use in new work."@en ;
    skos:inScheme unece:term-status ;
    skos:notation "deprecated" ;
    skos:prefLabel "deprecated"@en .

<https://test.uncefact.org/vocabulary/document-type/transport-document> a skos:Concept ;
    skos:definition "Documents evidencing carriage or handling of goods."@en ;
    skos:inScheme unece:document-type ;
    skos:prefLabel "Transport document"@en ;
    skos:topConceptOf unece:document-type .

unece:language-code-list a skos:ConceptScheme ;
    rdfs:label "Language"@en ;
    dcterms:source unece:LanguageCodeList ;
    skos:definition "Language UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:country-id a skos:ConceptScheme ;
    rdfs:label "Country"@en ;
    dcterms:source unece:CountryId ;
    skos:definition "Country UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:measured-attribute-code-list a skos:ConceptScheme ;
    rdfs:label "Measured Attribute"@en ;
    dcterms:source unece:MeasuredAttributeCodeList ;
    skos:definition "Measured Attribute UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:location-function-code-list a skos:ConceptScheme ;
    rdfs:label "Location Function"@en ;
    dcterms:source unece:LocationFunctionCodeList ;
    skos:definition "Location Function UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:status-code-list a skos:ConceptScheme ;
    rdfs:label "Status"@en ;
    dcterms:source unece:StatusCodeList ;
    skos:definition "Status UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:document-type a skos:ConceptScheme ;
    rdfs:label "Document type"@en ;
    dcterms:source unece:DocumentCodeList ;
    skos:definition "Document type UN/CEFACT code list."@en ;
    skos:hasTopConcept <https://test.uncefact.org/vocabulary/document-type/certificate>,
        <https://test.uncefact.org/vocabulary/document-type/commercial-document>,
        <https://test.uncefact.org/vocabulary/document-type/customs-document>,
        <https://test.uncefact.org/vocabulary/document-type/financial-document>,
        <https://test.uncefact.org/vocabulary/document-type/insurance-document>,
        <https://test.uncefact.org/vocabulary/document-type/other-document>,
        <https://test.uncefact.org/vocabulary/document-type/report-message>,
        <https://test.uncefact.org/vocabulary/document-type/transport-document> ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

unece:unit-of-measure a skos:ConceptScheme ;
    rdfs:label "Unit of measure"@en ;
    dcterms:source <https://unece.org/trade/uncefact/cl-recommendations> ;
    skos:definition "Units of measure — UNECE Recommendation 20 Revision 17 (2021), Annex I. UNECE Rec 20 Rev 17."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

