@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/BE/GovernmentEntities/GovernmentEntities/BranchOfGovernment> a owl:Class ;
    rdfs:label "branch of government"@en ;
    rdfs:comment "division of the government of a state, with separate and independent powers and areas of responsibility so that the powers of one branch are not in conflict with the powers associated with the other branches"@en ;
    rdfs:isDefinedBy <https://fxyz.network/ontology/> .
