@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: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:fromAccount a owl:ObjectProperty ;
    rdfs:label "from account"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The account the payment is drawn from."@en ;
    schema:domainIncludes unece:Payment ;
    schema:rangeIncludes unece:Account ;
    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: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:payee a owl:ObjectProperty ;
    rdfs:label "payee"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    rdfs:seeAlso <https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/Payee> ;
    skos:definition "The party receiving the payment."@en ;
    schema:domainIncludes unece:Payment ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:payer a owl:ObjectProperty ;
    rdfs:label "payer"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    rdfs:seeAlso <https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/Payer> ;
    skos:definition "The party making the payment."@en ;
    schema:domainIncludes unece:Payment ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:paymentAmount a owl:ObjectProperty ;
    rdfs:label "payment amount"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The amount transferred."@en ;
    skos:exactMatch <https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/hasPaymentAmount> ;
    schema:domainIncludes unece:Payment ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:paymentDate a owl:DatatypeProperty ;
    rdfs:label "payment date"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The date the payment is made."@en ;
    schema:domainIncludes unece:Payment ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:paymentMeansCode a owl:ObjectProperty ;
    rdfs:label "payment means code"@en ;
    rdfs:comment "code → UNTDED 4461 payment-means scheme."@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The means of payment (credit transfer, card, cash, …)."@en ;
    schema:domainIncludes unece:Payment ;
    schema:rangeIncludes unece:payment-means-code-list ;
    unece:termStatus ts:proposed .

unece:settles a owl:ObjectProperty ;
    rdfs:label "settles"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The trade agreement obligation the payment settles."@en ;
    schema:domainIncludes unece:Payment ;
    schema:rangeIncludes unece:TradeAgreement ;
    unece:termStatus ts:proposed .

unece:toAccount a owl:ObjectProperty ;
    rdfs:label "to account"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The account the payment is credited to."@en ;
    schema:domainIncludes unece:Payment ;
    schema:rangeIncludes unece:Account ;
    unece:termStatus ts:proposed .

unece:Payment a owl:Class ;
    rdfs:label "Payment"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "A transfer of funds settling a trade obligation."@en ;
    skos:exactMatch <https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules/Payment> ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

