@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:accountHolder a owl:ObjectProperty ;
    rdfs:label "account holder"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:closeMatch <https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/hasPrimaryAccountHolder> ;
    skos:definition "The party holding the account."@en ;
    schema:domainIncludes unece:Account ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:accountType a owl:ObjectProperty ;
    rdfs:label "account type"@en ;
    rdfs:comment "code → account-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The type of financial account."@en ;
    schema:domainIncludes unece:Account ;
    schema:rangeIncludes unece:financial-account-type-code-list ;
    unece:termStatus ts:proposed .

unece:bank a owl:ObjectProperty ;
    rdfs:label "bank"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    rdfs:seeAlso <https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/Bank> ;
    skos:definition "The financial institution holding the account."@en ;
    schema:domainIncludes unece:Account ;
    schema:rangeIncludes unece:Organisation ;
    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: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:Account a owl:Class ;
    rdfs:label "Account"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:closeMatch <https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/Account> ;
    skos:definition "A financial account that is the source or destination of payments."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

