<?xml version="1.0"?>
<rdf:RDF xmlns="https://formas.github.io/MIDAS-OWL/"
     xml:base="https://formas.github.io/MIDAS-OWL/"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:MIDAS-OWL="https://formas.github.io/MIDAS-OWL/#">
    <owl:Ontology rdf:about="https://formas.github.io/MIDAS-OWL/">
        <owl:versionIRI rdf:resource="https://formas.github.io/MIDAS-OWL/"/>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- https://formas.github.io/MIDAS-OWL/#assoc_from -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#assoc_from">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#associates"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#dataset_info"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#from"/>
        <rdfs:comment>This object property associates &apos;dataset info&apos; (DaaS name) and &apos;from&apos; (query source).</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#assoc_limit -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#assoc_limit">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#associates"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#limit_info"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#limit"/>
        <rdfs:comment>This object property associates &apos;limit info&apos; (information about &apos;limit&apos; clause of each DaaS) and &apos;limit&apos; clause of the query.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#assoc_order_by -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#assoc_order_by">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#associates"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#sort_info"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#order_by"/>
        <rdfs:comment>This object property associates &apos;sort info&apos; (information about &apos;order by&apos; clause of each DaaS) and &apos;order by&apos; clause of the query.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#assoc_select -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#assoc_select">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#associates"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#records_info"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#select"/>
        <rdfs:comment>This object property associates &apos;records info&apos; (information about &apos;select&apos; clause of each DaaS) and &apos;select&apos; clause of the query.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#assoc_where -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#assoc_where">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#associates"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#query_info"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#where"/>
        <rdfs:comment>This object property associates &apos;query info&apos; (information about &apos;where&apos; clause of each DaaS) and &apos;where&apos; clause of the query.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#associates -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#associates">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:comment>This property object associates elements of mDIS (for each DaaS) with elements in the query.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#composed_of -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#composed_of">
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>This object property indicates that an attribute can be composed of another attribute.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#generates -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#generates">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#join"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#source"/>
        <rdfs:comment>This object property indicates that a join operation generates a data source.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_DaaS -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_DaaS">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#mDIS"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#DaaS"/>
        <rdfs:comment>This object property indicates that the mDIS contains a set of DaaS.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_attrb -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_attrb">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:comment>This object property indicates that a clause contains attribute(s).</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_attrb_group_by -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_attrb_group_by">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_attrb"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#group_by"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_group"/>
        <rdfs:comment>This object property indicates that a &apos;group by&apos; clause contains an attribute: &apos;attrb_group&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_attrb_having -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_attrb_having">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_attrb"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#having"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_hav"/>
        <rdfs:comment>This object property indicates that a &apos;having&apos; clause contains an attribute: &apos;attrb_hav&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_attrb_join -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_attrb_join">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_attrb"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#join"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb1_join"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb2_join"/>
        <rdfs:comment>This object property indicates that a join opoeration contains two attributes: &apos;attrb1_join&apos; and &apos;attrb2_join&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_attrb_order_by -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_attrb_order_by">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_attrb"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#order_by"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_ord"/>
        <rdfs:comment>This object property indicates that a &apos;order by&apos; clause contains an attribute: &apos;attrb_ord&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_attrb_proj -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_attrb_proj">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_attrb"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#select"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_proj"/>
        <rdfs:comment>This object property indicates that a &apos;select&apos; clause contains an attribute: &apos;attrb_proj&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_attrb_sel -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_attrb_sel">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_attrb"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#selection"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_sel"/>
        <rdfs:comment>This object property indicates that a &apos;where&apos; clause contains an attribute: &apos;attrb_sel&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_clau -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_clau">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#query"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:comment>This object property indicates that a query contains a set of clauses, e.g., select, from, where, limit.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_ext -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_ext">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#return"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#extension"/>
        <rdfs:comment>This object property indicates that each return contains an extension. For instance, JSON files contains &apos;.json&apos; extension.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#DaaS"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This object property indicates that a DaaS contains a set of information.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_dom -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_dom">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about domain: &apos;domain_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_ds -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_ds">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about dataset name: &apos;dataset_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_fie -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_fie">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about fields: &apos;fields_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_form -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_form">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about formats: &apos;format_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_lim -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_lim">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about &apos;limit&apos; clause: &apos;limit_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_quer -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_quer">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about &apos;where&apos; clause: &apos;query_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_rec -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_rec">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about &apos;select&apos; clause: &apos;records_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_sort -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_sort">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about &apos;order by&apos; clause: &apos;sort_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_info_sp -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_info_sp">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_info"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:comment>This object property indicates that a DaaS contains a information about search path: &apos;search_path_info&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_join -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_join">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#join"/>
        <rdfs:comment>This object property indicates that a clause can contain a join operation.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_op -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_op">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:comment>This object property indicates that some clauses can contain some operations.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_op_having -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_op_having">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_op"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#having"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#op_hav"/>
        <rdfs:comment>This object property indicates that the &apos;having&apos; clause contains an operations: &apos;op_hav&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_op_join -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_op_join">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_op"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#join"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#op_join"/>
        <rdfs:comment>This object property indicates that the join operation contains an operations: &apos;op_join&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_op_selection -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_op_selection">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_op"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#selection"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#op_sel"/>
        <rdfs:comment>This object property indicates that the &apos;where&apos; clause contains an operations: &apos;op_sel&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_ret -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_ret">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#query"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#return"/>
        <rdfs:comment>This object property indicates that a query contains a return.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_sel -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_sel">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#where"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#selection"/>
        <rdfs:comment>This object property indicates that the &apos;where&apos; clause contains a selection operation.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_source -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_source">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#from"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#source"/>
        <rdfs:comment>This object property indicates that the &apos;from&apos; clause contains source.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_type_join -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_type_join">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#join"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#type_join"/>
        <rdfs:comment>This object property indicates that the join operation contains a type join.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_val -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_val">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AsymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#IrreflexiveProperty"/>
        <rdfs:comment>This object property indicates that some clauses can contain some values.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_val_having -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_val_having">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_val"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#having"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#value_hav"/>
        <rdfs:comment>This object property indicates that the &apos;having&apos; clause contains an value: &apos;value_hav&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_val_limit -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_val_limit">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_val"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#limit"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#value_limit"/>
        <rdfs:comment>This object property indicates that the &apos;limit&apos; clause contains an value: &apos;value_limit&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#has_val_selection -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#has_val_selection">
        <rdfs:subPropertyOf rdf:resource="https://formas.github.io/MIDAS-OWL/#has_val"/>
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#selection"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#value_sel"/>
        <rdfs:comment>This object property indicates that the &apos;where&apos; clause contains an value: &apos;value_sel&apos;.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- https://formas.github.io/MIDAS-OWL/#is_similar_to -->


    <owl:ObjectProperty rdf:about="https://formas.github.io/MIDAS-OWL/#is_similar_to">
        <rdfs:domain rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:range rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>This object property indicates that an attribute can be semantically similar to another attribute.</rdfs:comment>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- https://formas.github.io/MIDAS-OWL/#DaaS -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#DaaS"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#attrb1_join -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#attrb1_join">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#parameter"/>
        <rdfs:comment>This class models the first attribute of the join operation. For instance: given &apos;FROM w7 LEFT OUTER JOIN vz ON w7.id = vz.id&apos;, attrb1_join = &apos;w7.id&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#attrb2_join -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#attrb2_join">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#parameter"/>
        <rdfs:comment>This class models the second attribute of the join operation. For instance: given &apos;FROM w7 LEFT OUTER JOIN vz ON w7.id = vz.id&apos;, attrb2_join = &apos;vz.id&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#attrb_group -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#attrb_group">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>This class models the attribute(s) of the &apos;group by&apos; clause. For instance: given &apos;GROUP BY w7.age&apos; clause, attrb_group = &apos;w7.age&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#attrb_hav -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#attrb_hav">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>This class models the attribute(s) of the &apos;having&apos; clause. For instance: given &apos;HAVING vz.b1 = &apos;queens&apos;&apos; clause, attrb_hav = &apos;vz.b1&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#attrb_ord -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#attrb_ord">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>This class models the attribute(s) of the &apos;order by&apos; clause. For instance: given &apos;ORDER BY w7.lastname&apos; clause, attrb_ord = &apos;w7.lastname&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#attrb_proj -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#attrb_proj">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>This class models the attribute(s) of the &apos;select&apos; clause. For instance: given &apos;SELECT w7.firstname, w7.lastname, w7.age&apos; clause, attrb_proj has the values &apos;w7.firstname&apos;, &apos;w7.lastname&apos;, and &apos;w7.age&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#attrb_sel -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#attrb_sel">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>This class models the attribute(s) of the &apos;where&apos; clause. For instance: given &apos;WHERE vz.b1 = &apos;queens&apos;&apos; clause, attrb_sel = &apos;vz.b1&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#attribute -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#attribute"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#clauses -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#clauses"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#dataset_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#dataset_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This class models the name of each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#domain_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#domain_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This class models the domain of each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#extension -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#extension"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#fields_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#fields_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This class represents all fields (attributes) of each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#format_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#format_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#return"/>
        <rdfs:comment>This class represents the formats recognized by each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#from -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#from">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:comment>This class models all elements of the &apos;from&apos; clause. For instance: given &apos;FROM w7&apos; clause, from = &apos;FROM _w7&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#group_by -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#group_by">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:comment>This class models all elements of the &apos;group by&apos; clause. For instance: given &apos;GROUP BY w7.age&apos; clause, group_by = &apos;GROUP_BY_w7.age&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#having -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#having">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:comment>This class models all elements of the &apos;having&apos; clause. For instance: given &apos;HAVING vz.b1 = &apos;queens&apos;&apos; clause, having = &apos;HAVING_vz.b1_equals_queens&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#infoDaaS -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#join -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#join"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#limit -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#limit">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:comment>This class models all elements of the &apos;limit&apos; clause. For instance: given &apos;LIMIT 15&apos; clause, limit = &apos;LIMIT_15&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#limit_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#limit_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This class models the information about &apos;limit&apos; clause of each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#mDIS -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#mDIS"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#op_hav -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#op_hav">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#operator"/>
        <rdfs:comment>This class models the operation of the &apos;having&apos; clause. For instance: given &apos;HAVING vz.b1 = &apos;queens&apos;&apos; clause, op_hav = &apos;equals&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#op_join -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#op_join">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#operator"/>
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#parameter"/>
        <rdfs:comment>This class models the operation of the join operation. For instance: given &apos;FROM w7 LEFT OUTER JOIN vz ON w7.id = vz.id&apos;, op_join = &apos;equals&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#op_sel -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#op_sel">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#operator"/>
        <rdfs:comment>This class models the operation of the &apos;where&apos; clause. For instance: given &apos;WHERE vz.b1 = &apos;queens&apos;&apos; clause, op_sel = &apos;equals&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#operator -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#operator"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#order_by -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#order_by">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:comment>This class models all elements of the &apos;order by&apos; clause. For instance: given &apos;ORDER BY w7.lastname&apos; clause, order_by = &apos;ORDER_BY_w7.lastname&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#parameter -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#parameter"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#query -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#query"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#query_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#query_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This class models the information about &apos;where&apos; clause of each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#records_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#records_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This class models the information about &apos;select&apos; clause of each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#return -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#return"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#search_path_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#search_path_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This class models the search path of each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#select -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#select">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:comment>This class models all elements of the &apos;select&apos; clause. For instance: given &apos;SELECT w7.firstname, w7.lastname, w7.age&apos; clause, select = &apos;SELECT_w7.firstname_w7.lastname_w7.age&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#selection -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#selection"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#sort_info -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#sort_info">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#infoDaaS"/>
        <rdfs:comment>This class models the information about &apos;order by&apos; clause of each DaaS present in mDIS.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#source -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#source"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#type_join -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#type_join">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#parameter"/>
        <rdfs:comment>This class models the type join of the join operation. For instance: given &apos;FROM w7 LEFT OUTER JOIN vz ON w7.id = vz.id&apos;, type_join = &apos;LEFT_OUTER_JOIN&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#value -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#value"/>
    


    <!-- https://formas.github.io/MIDAS-OWL/#value_hav -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#value_hav">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#value"/>
        <rdfs:comment>This class models the value(s) of the &apos;having&apos; clause. For instance: given &apos;HAVING vz.b1 = &apos;queens&apos;&apos; clause, value_hav = &apos;queens&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#value_limit -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#value_limit">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#value"/>
        <rdfs:comment>This class models the value of the &apos;limit&apos; clause. For instance: given &apos;LIMIT 15&apos; clause, value_limit = &apos;15&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#value_sel -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#value_sel">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#value"/>
        <rdfs:comment>This class models the value(s) of the &apos;where&apos; clause. For instance: given &apos;WHERE vz.b1 = &apos;queens&apos;&apos; clause, value_sel = &apos;queens&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- https://formas.github.io/MIDAS-OWL/#where -->


    <owl:Class rdf:about="https://formas.github.io/MIDAS-OWL/#where">
        <rdfs:subClassOf rdf:resource="https://formas.github.io/MIDAS-OWL/#clauses"/>
        <rdfs:comment>This class models all elements of the &apos;where&apos; clause. For instance: given &apos;WHERE vz.b1 = &apos;queens&apos;&apos; clause, where = &apos;WHERE_vz.b1_equals_queens&apos;.</rdfs:comment>
    </owl:Class>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- https://formas.github.io/MIDAS-OWL/#DaaS_vz -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#DaaS_vz">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#DaaS"/>
        <rdfs:comment>Example of DaaS name.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#DaaS_w7 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#DaaS_w7">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#DaaS"/>
        <rdfs:comment>Example of DaaS name.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#FROM_w7 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#FROM_w7">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#from"/>
        <MIDAS-OWL:has_source rdf:resource="https://formas.github.io/MIDAS-OWL/#w7"/>
        <rdfs:comment>Example of &apos;from&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#FROM_w7_LEFT_OUTER_JOIN_vz_ON_w7.id_equals_vz.id -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#FROM_w7_LEFT_OUTER_JOIN_vz_ON_w7.id_equals_vz.id">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#from"/>
        <MIDAS-OWL:has_join rdf:resource="https://formas.github.io/MIDAS-OWL/#join1"/>
        <MIDAS-OWL:has_source rdf:resource="https://formas.github.io/MIDAS-OWL/#vz"/>
        <MIDAS-OWL:has_source rdf:resource="https://formas.github.io/MIDAS-OWL/#w7"/>
        <rdfs:comment>Example of &apos;from&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="https://formas.github.io/MIDAS-OWL/#FROM_w7_LEFT_OUTER_JOIN_vz_ON_w7.id_equals_vz.id"/>
        <owl:annotatedProperty rdf:resource="https://formas.github.io/MIDAS-OWL/#has_join"/>
        <owl:annotatedTarget rdf:resource="https://formas.github.io/MIDAS-OWL/#join1"/>
        <rdfs:comment>teste</rdfs:comment>
    </owl:Axiom>
    


    <!-- https://formas.github.io/MIDAS-OWL/#FULL_OUTER_JOIN -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#FULL_OUTER_JOIN">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#type_join"/>
        <rdfs:comment>Example of type join.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#INNER_JOIN -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#INNER_JOIN">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#type_join"/>
        <rdfs:comment>Example of type join.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#LEFT_OUTER_JOIN -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#LEFT_OUTER_JOIN">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#type_join"/>
        <rdfs:comment>Example of type join.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#LIMIT_15 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#LIMIT_15">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#limit"/>
        <MIDAS-OWL:has_val_limit rdf:resource="https://formas.github.io/MIDAS-OWL/#15"/>
        <rdfs:comment>Example of &apos;limit&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#LIMIT_5 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#LIMIT_5">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#limit"/>
        <MIDAS-OWL:has_val_limit rdf:resource="https://formas.github.io/MIDAS-OWL/#5"/>
        <rdfs:comment>Example of &apos;limit&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#ORDER_BY_lastname -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#ORDER_BY_lastname">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#order_by"/>
        <MIDAS-OWL:has_attrb_order_by rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.lastname"/>
        <rdfs:comment>Example of &apos;order by&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#ORDER_BY_w7.lastname -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#ORDER_BY_w7.lastname">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#order_by"/>
        <MIDAS-OWL:has_attrb_order_by rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.lastname"/>
        <rdfs:comment>Example of &apos;order by&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#RIGHT_OUTER_JOIN -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#RIGHT_OUTER_JOIN">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#type_join"/>
        <rdfs:comment>Example of type join.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#SELECT_firstname_lastname_age -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#SELECT_firstname_lastname_age">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#select"/>
        <MIDAS-OWL:has_attrb_proj rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.age"/>
        <MIDAS-OWL:has_attrb_proj rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.firstname"/>
        <MIDAS-OWL:has_attrb_proj rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.lastname"/>
        <rdfs:comment>Example of &apos;select&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#SELECT_w7.firstname_w7.lastname_w7.age_vz.phone -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#SELECT_w7.firstname_w7.lastname_w7.age_vz.phone">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#select"/>
        <MIDAS-OWL:has_attrb_proj rdf:resource="https://formas.github.io/MIDAS-OWL/#vz.phone"/>
        <MIDAS-OWL:has_attrb_proj rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.age"/>
        <MIDAS-OWL:has_attrb_proj rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.firstname"/>
        <MIDAS-OWL:has_attrb_proj rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.lastname"/>
        <rdfs:comment>Example of &apos;select&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#WHERE_age_isMoreThan_10 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#WHERE_age_isMoreThan_10">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#where"/>
        <MIDAS-OWL:has_sel rdf:resource="https://formas.github.io/MIDAS-OWL/#age_isMoreThan_10"/>
        <rdfs:comment>Example of &apos;where&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#WHERE_vz.b1_equals_queens -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#WHERE_vz.b1_equals_queens">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#where"/>
        <MIDAS-OWL:has_sel rdf:resource="https://formas.github.io/MIDAS-OWL/#vz.b1_equals_queens"/>
        <rdfs:comment>Example of &apos;where&apos; clause.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#age_isMoreThan_10 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#age_isMoreThan_10">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#selection"/>
        <MIDAS-OWL:has_attrb_sel rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.age"/>
        <MIDAS-OWL:has_op_selection rdf:resource="https://formas.github.io/MIDAS-OWL/#isMoreThan"/>
        <MIDAS-OWL:has_val_selection rdf:resource="https://formas.github.io/MIDAS-OWL/#10"/>
        <rdfs:comment>Example of selection (&apos;where&apos; clause).</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#csv -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#csv">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#format_info"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#return"/>
        <MIDAS-OWL:has_ext rdf:resource="https://formas.github.io/MIDAS-OWL/#.csv"/>
        <rdfs:comment>Example of value for format_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#equals -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#equals">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_hav"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_join"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_sel"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#operator"/>
        <rdfs:comment>Example of operation.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#isLessEqualThan -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#isLessEqualThan">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_hav"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_sel"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#operator"/>
        <rdfs:comment>Example of operation.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#isLessThan -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#isLessThan">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_hav"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_sel"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#operator"/>
        <rdfs:comment>Example of operation.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#isMoreEqualThan -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#isMoreEqualThan">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_hav"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_sel"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#operator"/>
        <rdfs:comment>Example of operation.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#isMoreThan -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#isMoreThan">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_hav"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#op_sel"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#operator"/>
        <rdfs:comment>Example of operation.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#join1 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#join1">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#join"/>
        <MIDAS-OWL:generates rdf:resource="https://formas.github.io/MIDAS-OWL/#vz"/>
        <MIDAS-OWL:generates rdf:resource="https://formas.github.io/MIDAS-OWL/#w7"/>
        <MIDAS-OWL:has_attrb_join rdf:resource="https://formas.github.io/MIDAS-OWL/#vz.id"/>
        <MIDAS-OWL:has_attrb_join rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.id"/>
        <MIDAS-OWL:has_op_join rdf:resource="https://formas.github.io/MIDAS-OWL/#equals"/>
        <MIDAS-OWL:has_type_join rdf:resource="https://formas.github.io/MIDAS-OWL/#LEFT_OUTER_JOIN"/>
        <rdfs:comment>Example of join operation.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#json -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#json">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#format_info"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#return"/>
        <MIDAS-OWL:has_ext rdf:resource="https://formas.github.io/MIDAS-OWL/#.json"/>
        <rdfs:comment>Example of value for format_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#lim -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#lim">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#limit_info"/>
        <rdfs:comment>Example of value for limit_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#ord -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#ord">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#sort_info"/>
        <rdfs:comment>Example of value for sort_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#queens -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#queens">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#value_sel"/>
        <rdfs:comment>Example of value for value_sel.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#queryWithJoin -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#queryWithJoin">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#query"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#FROM_w7_LEFT_OUTER_JOIN_vz_ON_w7.id_equals_vz.id"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#LIMIT_15"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#ORDER_BY_w7.lastname"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#SELECT_w7.firstname_w7.lastname_w7.age_vz.phone"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#WHERE_vz.b1_equals_queens"/>
        <MIDAS-OWL:has_ret rdf:resource="https://formas.github.io/MIDAS-OWL/#json"/>
        <rdfs:comment>Example of query.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#queryWithoutJoin -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#queryWithoutJoin">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#query"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#FROM_w7"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#LIMIT_5"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#ORDER_BY_lastname"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#SELECT_firstname_lastname_age"/>
        <MIDAS-OWL:has_clau rdf:resource="https://formas.github.io/MIDAS-OWL/#WHERE_age_isMoreThan_10"/>
        <MIDAS-OWL:has_ret rdf:resource="https://formas.github.io/MIDAS-OWL/#json"/>
        <rdfs:comment>Example of query.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#rec -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#rec">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#records_info"/>
        <rdfs:comment>Example of value for records_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#recds -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#recds">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#records_info"/>
        <rdfs:comment>Example of value for records_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#setDaaS -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#setDaaS">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#mDIS"/>
        <rdfs:comment>Example of mDIS name.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#vz -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#vz">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#dataset_info"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#source"/>
        <rdfs:comment>Example of value for dataset_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#vz.b1 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#vz.b1">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_sel"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#fields_info"/>
        <rdfs:comment>Attribute. Example of value for attrb_sel and fields_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#vz.b1_equals_queens -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#vz.b1_equals_queens">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#selection"/>
        <MIDAS-OWL:has_attrb_sel rdf:resource="https://formas.github.io/MIDAS-OWL/#vz.b1"/>
        <MIDAS-OWL:has_op_selection rdf:resource="https://formas.github.io/MIDAS-OWL/#equals"/>
        <MIDAS-OWL:has_val_selection rdf:resource="https://formas.github.io/MIDAS-OWL/#queens"/>
        <rdfs:comment>Example of selection.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#vz.id -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#vz.id">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb2_join"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#fields_info"/>
        <rdfs:comment>Attribute. Example of value for attrb2_join and fields_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#vz.phone -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#vz.phone">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_proj"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#fields_info"/>
        <rdfs:comment>Attribute. Example of value for attrb_proj and fields_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#w7 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#w7">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#dataset_info"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#source"/>
        <rdfs:comment>Example of value for dataset_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#w7.age -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#w7.age">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_proj"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#fields_info"/>
        <rdfs:comment>Attribute. Example of value for attrb_proj and fields_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#w7.blood -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#w7.blood">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>Example of attribute.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#w7.familyname -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#w7.familyname">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <MIDAS-OWL:is_similar_to rdf:resource="https://formas.github.io/MIDAS-OWL/#w7.lastname"/>
        <rdfs:comment>Example of attribute.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#w7.firstname -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#w7.firstname">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>Example of attribute.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#w7.id -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#w7.id">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb1_join"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#fields_info"/>
        <rdfs:comment>Attribute. Example of value for attrb1_join and fields_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#w7.identifier -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#w7.identifier">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdfs:comment>Example of attribute.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#w7.lastname -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#w7.lastname">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_ord"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attrb_proj"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#attribute"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#fields_info"/>
        <rdfs:comment>Attribute. Example of value for attrb_ord, attrb_proj, and fields_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#xml -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#xml">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#format_info"/>
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#return"/>
        <MIDAS-OWL:has_ext rdf:resource="https://formas.github.io/MIDAS-OWL/#.xml"/>
        <rdfs:comment>Example of value for format_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#$limit -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#$limit">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#limit_info"/>
        <rdfs:comment>Example of value for limit_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#$order -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#$order">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#sort_info"/>
        <rdfs:comment>Example of value for sort_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#$where_v -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#$where_v">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#query_info"/>
        <rdfs:comment>Example of value for query_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#$where_w -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#$where_w">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#query_info"/>
        <rdfs:comment>Example of value for query_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#.csv -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#.csv">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#extension"/>
        <rdfs:comment>Example of extension.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#.json -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#.json">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#extension"/>
        <rdfs:comment>Example of extension.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#.xml -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#.xml">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#extension"/>
        <rdfs:comment>Example of extension.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#/r/ -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#/r/">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#search_path_info"/>
        <rdfs:comment>Example of value for search_path_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#/v/ -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#/v/">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#search_path_info"/>
        <rdfs:comment>Example of value for search_path_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#10 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#10">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#value_sel"/>
        <rdfs:comment>Example of value for value_sel.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#15 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#15">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#value_limit"/>
        <rdfs:comment>Example of value for value_limit.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#5 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#5">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#value_limit"/>
        <rdfs:comment>Example of value for value_limit.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#d.com/w7 -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#d.com/w7">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#domain_info"/>
        <rdfs:comment>Example of value for domain_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- https://formas.github.io/MIDAS-OWL/#qw.net/vz -->


    <owl:NamedIndividual rdf:about="https://formas.github.io/MIDAS-OWL/#qw.net/vz">
        <rdf:type rdf:resource="https://formas.github.io/MIDAS-OWL/#domain_info"/>
        <rdfs:comment>Example of value for domain_info.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotations
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Thing">
        <rdfs:comment>1. A relação &quot;atributo - composto de - atributo&quot; está correta?
2. Precisa do indivíduo &quot;clau&quot;?
3. Falta descrever as propriedades dos objetos.</rdfs:comment>
    </rdf:Description>
</rdf:RDF>



<!-- Generated by the OWL API (version 5.1.14) https://github.com/owlcs/owlapi/ -->


