@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix fibo: <https://spec.edmcouncil.org/fibo/ontology/> .
@prefix fxyz: <https://fxyz.network/ontology/> .

<https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/Lease> a owl:Class ;
    rdfs:label "lease"@en ;
    rdfs:comment "credit agreement permitting the use of real estate, equipment or another asset, such as a vehicle, by the owner of that asset (the lessor) to a user (the lessee) for a specific period of time in return for payment as specified in the agreement"@en ;
    rdfs:isDefinedBy <https://fxyz.network/ontology/> .
