@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:drawee a owl:ObjectProperty ;
    rdfs:label "drawee"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The party on whom a bill of exchange is drawn (who must pay)."@en ;
    schema:domainIncludes unece:TradeSettlement ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:duePayableAmount a owl:ObjectProperty ;
    rdfs:label "due payable amount"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The total amount due and payable."@en ;
    schema:domainIncludes unece:TradeSettlement ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:guarantor a owl:ObjectProperty ;
    rdfs:label "guarantor"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The party guaranteeing payment or performance."@en ;
    schema:domainIncludes unece:TradeSettlement ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:hasPaymentTerms a owl:ObjectProperty ;
    rdfs:label "has payment terms"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The payment terms applying to the settlement."@en ;
    schema:domainIncludes unece:TradeSettlement ;
    schema:rangeIncludes unece:PaymentTerms ;
    unece:termStatus ts:proposed .

unece:lineTotalAmount a owl:ObjectProperty ;
    rdfs:label "line total amount"@en ;
    rdfs:comment "brought back from BSP; attached to existing class (BSP home dissolved/niche)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A monetary value of the line amount total being reported in this trade settlement header monetary summation."@en ;
    schema:domainIncludes unece:TradeSettlement ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:paymentReference a owl:DatatypeProperty ;
    rdfs:label "payment reference"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The payment reference for the settlement."@en ;
    schema:domainIncludes unece:TradeSettlement ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:totalInvoiceAmount a owl:ObjectProperty ;
    rdfs:label "total invoice amount"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A monetary value of the total invoice on which this header trade settlement is calculated."@en ;
    schema:domainIncludes unece:TradeSettlement ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:totalPrepaidAmount a owl:ObjectProperty ;
    rdfs:label "total prepaid amount"@en ;
    rdfs:comment "brought back from BSP; attached to existing class (BSP home dissolved/niche)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A monetary value of a prepaid total reported in this trade settlement header monetary summation."@en ;
    schema:domainIncludes unece:TradeSettlement ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:TradeSettlement a owl:Class ;
    rdfs:label "Trade Settlement"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The financial settlement terms and totals of a trade agreement."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

