@prefix ns1:   <http://linkeddata.finki.ukim.mk/lod/ontology/cfrl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:   <http://www.w3.org/ns/regorg#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix ns9:   <http://creativecommons.org/ns#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns5:   <http://purl.org/linked-data/cube#> .
@prefix ns6:   <http://www.xbrlsite.com/2013/FinancialReportOntology#> .
@prefix ns7:   <http://purl.org/dc/terms/> .
@prefix ns8:   <http://purl.org/vocab/vann/> .

ns4:RegisteredOrganization
        a       owl:Class .

ns1:hasLoan  a        owl:ObjectProperty ;
        rdfs:comment  "This property links a Company with a Loan instance." ;
        rdfs:domain   ns4:RegisteredOrganization ;
        rdfs:range    ns5:Observation .

ns1:hasReport  a      owl:ObjectProperty ;
        rdfs:comment  "This property links a Company with a Financial Report instance." ;
        rdfs:domain   ns4:RegisteredOrganization ;
        rdfs:range    ns6:FundamentalAccountingConcept .

ns6:FundamentalAccountingConcept
        a       owl:Class .

ns1:    a                             owl:Ontology ;
        rdfs:comment                  "The Corporate Financial Reports and Loans Ontology (CFRL)." ;
        ns9:license                   <https://creativecommons.org/licenses/by/3.0/> ;
        ns7:contributor               <https://plus.google.com/+MilosJovanovik> ;
        ns7:creator                   <https://plus.google.com/+BojanNajdenov> ;
        ns7:description               "An ontology for interlinking Companies with their Financial Reports and Loans and Credits." ;
        ns7:issued                    "2014-09-01" ;
        ns7:modified                  "2016-08-28" ;
        ns7:publisher                 <http://finki.ukim.mk/> ;
        ns7:rights                    "Copyright 2014, Bojan Najdenov" ;
        ns7:title                     "Corporate Financial Reports and Loans Ontology" ;
        ns8:preferredNamespacePrefix  "cfrl" ;
        ns8:preferredNamespaceUri     "http://linkeddata.finki.ukim.mk/lod/ontology/cfrl#" ;
        owl:versionInfo               "1.1" .

ns5:Observation  a  owl:Class .
