@prefix : <https://formas.github.io/MIDAS-OWL/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://formas.github.io/MIDAS-OWL/> .

<https://formas.github.io/MIDAS-OWL/> rdf:type owl:Ontology ;
                                      owl:versionIRI <https://formas.github.io/MIDAS-OWL/> .

#################################################################
#    Object Properties
#################################################################

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


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


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


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


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


###  https://formas.github.io/MIDAS-OWL/#associates
<https://formas.github.io/MIDAS-OWL/#associates> rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ,
                                                         owl:SymmetricProperty ,
                                                         owl:IrreflexiveProperty ;
                                                rdfs:comment "This property object associates elements of mDIS (for each DaaS) with elements in the query." .


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


###  https://formas.github.io/MIDAS-OWL/#generates
<https://formas.github.io/MIDAS-OWL/#generates> rdf:type owl:ObjectProperty ,
                                                        owl:AsymmetricProperty ,
                                                        owl:IrreflexiveProperty ;
                                               rdfs:domain <https://formas.github.io/MIDAS-OWL/#join> ;
                                               rdfs:range <https://formas.github.io/MIDAS-OWL/#source> ;
                                               rdfs:comment "This object property indicates that a join operation generates a data source." .


###  https://formas.github.io/MIDAS-OWL/#has_DaaS
<https://formas.github.io/MIDAS-OWL/#has_DaaS> rdf:type owl:ObjectProperty ,
                                                       owl:AsymmetricProperty ,
                                                       owl:IrreflexiveProperty ;
                                              rdfs:domain <https://formas.github.io/MIDAS-OWL/#mDIS> ;
                                              rdfs:range <https://formas.github.io/MIDAS-OWL/#DaaS> ;
                                              rdfs:comment "This object property indicates that the mDIS contains a set of DaaS." .


###  https://formas.github.io/MIDAS-OWL/#has_attrb
<https://formas.github.io/MIDAS-OWL/#has_attrb> rdf:type owl:ObjectProperty ,
                                                        owl:AsymmetricProperty ,
                                                        owl:IrreflexiveProperty ;
                                               rdfs:comment "This object property indicates that a clause contains attribute(s)." .


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


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


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


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


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


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


###  https://formas.github.io/MIDAS-OWL/#has_clau
<https://formas.github.io/MIDAS-OWL/#has_clau> rdf:type owl:ObjectProperty ,
                                                       owl:AsymmetricProperty ,
                                                       owl:IrreflexiveProperty ;
                                              rdfs:domain <https://formas.github.io/MIDAS-OWL/#query> ;
                                              rdfs:range <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." .


###  https://formas.github.io/MIDAS-OWL/#has_ext
<https://formas.github.io/MIDAS-OWL/#has_ext> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ,
                                                      owl:AsymmetricProperty ,
                                                      owl:IrreflexiveProperty ;
                                             rdfs:domain <https://formas.github.io/MIDAS-OWL/#return> ;
                                             rdfs:range <https://formas.github.io/MIDAS-OWL/#extension> ;
                                             rdfs:comment "This object property indicates that each return contains an extension. For instance, JSON files contains '.json' extension." .


###  https://formas.github.io/MIDAS-OWL/#has_info
<https://formas.github.io/MIDAS-OWL/#has_info> rdf:type owl:ObjectProperty ,
                                                       owl:AsymmetricProperty ,
                                                       owl:IrreflexiveProperty ;
                                              rdfs:domain <https://formas.github.io/MIDAS-OWL/#DaaS> ;
                                              rdfs:range <https://formas.github.io/MIDAS-OWL/#infoDaaS> ;
                                              rdfs:comment "This object property indicates that a DaaS contains a set of information." .


###  https://formas.github.io/MIDAS-OWL/#has_info_dom
<https://formas.github.io/MIDAS-OWL/#has_info_dom> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://formas.github.io/MIDAS-OWL/#has_info> ;
                                                  rdf:type owl:FunctionalProperty ;
                                                  rdfs:comment "This object property indicates that a DaaS contains a information about domain: 'domain_info'." .


###  https://formas.github.io/MIDAS-OWL/#has_info_ds
<https://formas.github.io/MIDAS-OWL/#has_info_ds> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://formas.github.io/MIDAS-OWL/#has_info> ;
                                                 rdf:type owl:FunctionalProperty ;
                                                 rdfs:comment "This object property indicates that a DaaS contains a information about dataset name: 'dataset_info'." .


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


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


###  https://formas.github.io/MIDAS-OWL/#has_info_lim
<https://formas.github.io/MIDAS-OWL/#has_info_lim> rdf:type owl:ObjectProperty ;
                                                  rdfs:subPropertyOf <https://formas.github.io/MIDAS-OWL/#has_info> ;
                                                  rdf:type owl:FunctionalProperty ;
                                                  rdfs:comment "This object property indicates that a DaaS contains a information about 'limit' clause: 'limit_info'." .


###  https://formas.github.io/MIDAS-OWL/#has_info_quer
<https://formas.github.io/MIDAS-OWL/#has_info_quer> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://formas.github.io/MIDAS-OWL/#has_info> ;
                                                   rdf:type owl:FunctionalProperty ;
                                                   rdfs:comment "This object property indicates that a DaaS contains a information about 'where' clause: 'query_info'." .


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


###  https://formas.github.io/MIDAS-OWL/#has_info_sort
<https://formas.github.io/MIDAS-OWL/#has_info_sort> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://formas.github.io/MIDAS-OWL/#has_info> ;
                                                   rdf:type owl:FunctionalProperty ;
                                                   rdfs:comment "This object property indicates that a DaaS contains a information about 'order by' clause: 'sort_info'." .


###  https://formas.github.io/MIDAS-OWL/#has_info_sp
<https://formas.github.io/MIDAS-OWL/#has_info_sp> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <https://formas.github.io/MIDAS-OWL/#has_info> ;
                                                 rdf:type owl:FunctionalProperty ;
                                                 rdfs:comment "This object property indicates that a DaaS contains a information about search path: 'search_path_info'." .


###  https://formas.github.io/MIDAS-OWL/#has_join
<https://formas.github.io/MIDAS-OWL/#has_join> rdf:type owl:ObjectProperty ,
                                                       owl:AsymmetricProperty ,
                                                       owl:IrreflexiveProperty ;
                                              rdfs:domain <https://formas.github.io/MIDAS-OWL/#clauses> ;
                                              rdfs:range <https://formas.github.io/MIDAS-OWL/#join> ;
                                              rdfs:comment "This object property indicates that a clause can contain a join operation." .


###  https://formas.github.io/MIDAS-OWL/#has_op
<https://formas.github.io/MIDAS-OWL/#has_op> rdf:type owl:ObjectProperty ,
                                                     owl:FunctionalProperty ,
                                                     owl:AsymmetricProperty ,
                                                     owl:IrreflexiveProperty ;
                                            rdfs:comment "This object property indicates that some clauses can contain some operations." .


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


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


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


###  https://formas.github.io/MIDAS-OWL/#has_ret
<https://formas.github.io/MIDAS-OWL/#has_ret> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ,
                                                      owl:AsymmetricProperty ,
                                                      owl:IrreflexiveProperty ;
                                             rdfs:domain <https://formas.github.io/MIDAS-OWL/#query> ;
                                             rdfs:range <https://formas.github.io/MIDAS-OWL/#return> ;
                                             rdfs:comment "This object property indicates that a query contains a return." .


###  https://formas.github.io/MIDAS-OWL/#has_sel
<https://formas.github.io/MIDAS-OWL/#has_sel> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ,
                                                      owl:AsymmetricProperty ,
                                                      owl:IrreflexiveProperty ;
                                             rdfs:domain <https://formas.github.io/MIDAS-OWL/#where> ;
                                             rdfs:range <https://formas.github.io/MIDAS-OWL/#selection> ;
                                             rdfs:comment "This object property indicates that the 'where' clause contains a selection operation." .


###  https://formas.github.io/MIDAS-OWL/#has_source
<https://formas.github.io/MIDAS-OWL/#has_source> rdf:type owl:ObjectProperty ,
                                                         owl:AsymmetricProperty ,
                                                         owl:IrreflexiveProperty ;
                                                rdfs:domain <https://formas.github.io/MIDAS-OWL/#from> ;
                                                rdfs:range <https://formas.github.io/MIDAS-OWL/#source> ;
                                                rdfs:comment "This object property indicates that the 'from' clause contains source." .


###  https://formas.github.io/MIDAS-OWL/#has_type_join
<https://formas.github.io/MIDAS-OWL/#has_type_join> rdf:type owl:ObjectProperty ,
                                                            owl:FunctionalProperty ,
                                                            owl:AsymmetricProperty ,
                                                            owl:IrreflexiveProperty ;
                                                   rdfs:domain <https://formas.github.io/MIDAS-OWL/#join> ;
                                                   rdfs:range <https://formas.github.io/MIDAS-OWL/#type_join> ;
                                                   rdfs:comment "This object property indicates that the join operation contains a type join." .


###  https://formas.github.io/MIDAS-OWL/#has_val
<https://formas.github.io/MIDAS-OWL/#has_val> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ,
                                                      owl:AsymmetricProperty ,
                                                      owl:IrreflexiveProperty ;
                                             rdfs:comment "This object property indicates that some clauses can contain some values." .


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


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


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


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


#################################################################
#    Classes
#################################################################

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


#################################################################
#    Individuals
#################################################################

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


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


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


###  https://formas.github.io/MIDAS-OWL/#FROM_w7_LEFT_OUTER_JOIN_vz_ON_w7.id_equals_vz.id
<https://formas.github.io/MIDAS-OWL/#FROM_w7_LEFT_OUTER_JOIN_vz_ON_w7.id_equals_vz.id> rdf:type owl:NamedIndividual ,
                                                                                               <https://formas.github.io/MIDAS-OWL/#from> ;
                                                                                      <https://formas.github.io/MIDAS-OWL/#has_join> <https://formas.github.io/MIDAS-OWL/#join1> ;
                                                                                      <https://formas.github.io/MIDAS-OWL/#has_source> <https://formas.github.io/MIDAS-OWL/#vz> ,
                                                                                                                                      <https://formas.github.io/MIDAS-OWL/#w7> ;
                                                                                      rdfs:comment "Example of 'from' clause." .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://formas.github.io/MIDAS-OWL/#FROM_w7_LEFT_OUTER_JOIN_vz_ON_w7.id_equals_vz.id> ;
   owl:annotatedProperty <https://formas.github.io/MIDAS-OWL/#has_join> ;
   owl:annotatedTarget <https://formas.github.io/MIDAS-OWL/#join1> ;
   rdfs:comment "teste"
 ] .


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


#################################################################
#    Annotations
#################################################################

owl:Thing rdfs:comment """1. A relação \"atributo - composto de - atributo\" está correta?
2. Precisa do indivíduo \"clau\"?
3. Falta descrever as propriedades dos objetos.""" .


###  Generated by the OWL API (version 5.1.14) https://github.com/owlcs/owlapi/
