@prefix openim: <https://w3id.org/openim/ontology/> .
@prefix openim-shapes: <https://w3id.org/openim/shapes/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

openim-shapes:DR-01Shape a sh:NodeShape ;
    rdfs:label "DR-01 Listed Derivative shape" ;
    sh:property <https://w3id.org/openim/shapes/DR-01Shape/ccp_entity_id>,
        <https://w3id.org/openim/shapes/DR-01Shape/contract_multiplier>,
        <https://w3id.org/openim/shapes/DR-01Shape/derivative_type>,
        <https://w3id.org/openim/shapes/DR-01Shape/exchange_entity_id>,
        <https://w3id.org/openim/shapes/DR-01Shape/exchange_symbol>,
        <https://w3id.org/openim/shapes/DR-01Shape/exercise_style>,
        <https://w3id.org/openim/shapes/DR-01Shape/expiry_date>,
        <https://w3id.org/openim/shapes/DR-01Shape/instrument_id>,
        <https://w3id.org/openim/shapes/DR-01Shape/option_right>,
        <https://w3id.org/openim/shapes/DR-01Shape/settlement_method>,
        <https://w3id.org/openim/shapes/DR-01Shape/strike_price>,
        <https://w3id.org/openim/shapes/DR-01Shape/tick_size>,
        <https://w3id.org/openim/shapes/DR-01Shape/underlying_instrument_id>,
        <https://w3id.org/openim/shapes/DR-01Shape/underlying_reference>,
        <https://w3id.org/openim/shapes/DR-01Shape/underlying_type> ;
    sh:targetClass openim:DR-01 .

openim-shapes:DR-02Shape a sh:NodeShape ;
    rdfs:label "DR-02 OTC Derivative shape" ;
    sh:property <https://w3id.org/openim/shapes/DR-02Shape/cdm_trade_ref>,
        <https://w3id.org/openim/shapes/DR-02Shape/clearing_status>,
        <https://w3id.org/openim/shapes/DR-02Shape/counterparty_entity_id>,
        <https://w3id.org/openim/shapes/DR-02Shape/derivative_sub_type>,
        <https://w3id.org/openim/shapes/DR-02Shape/derivative_type>,
        <https://w3id.org/openim/shapes/DR-02Shape/effective_date>,
        <https://w3id.org/openim/shapes/DR-02Shape/instrument_id>,
        <https://w3id.org/openim/shapes/DR-02Shape/master_agreement_id>,
        <https://w3id.org/openim/shapes/DR-02Shape/maturity_date>,
        <https://w3id.org/openim/shapes/DR-02Shape/notional_amount>,
        <https://w3id.org/openim/shapes/DR-02Shape/notional_currency>,
        <https://w3id.org/openim/shapes/DR-02Shape/pay_leg>,
        <https://w3id.org/openim/shapes/DR-02Shape/receive_leg>,
        <https://w3id.org/openim/shapes/DR-02Shape/trade_date>,
        <https://w3id.org/openim/shapes/DR-02Shape/underlying_instrument_id>,
        <https://w3id.org/openim/shapes/DR-02Shape/underlying_reference>,
        <https://w3id.org/openim/shapes/DR-02Shape/underlying_type> ;
    sh:targetClass openim:DR-02 .

openim-shapes:DR-03Shape a sh:NodeShape ;
    rdfs:label "DR-03 Master Agreement & Collateral Terms shape" ;
    sh:property <https://w3id.org/openim/shapes/DR-03Shape/agreement_date>,
        <https://w3id.org/openim/shapes/DR-03Shape/agreement_type>,
        <https://w3id.org/openim/shapes/DR-03Shape/base_currency>,
        <https://w3id.org/openim/shapes/DR-03Shape/counterparty_entity_id>,
        <https://w3id.org/openim/shapes/DR-03Shape/csa_id>,
        <https://w3id.org/openim/shapes/DR-03Shape/csa_law_form>,
        <https://w3id.org/openim/shapes/DR-03Shape/csa_type>,
        <https://w3id.org/openim/shapes/DR-03Shape/direction>,
        <https://w3id.org/openim/shapes/DR-03Shape/eligible_collateral>,
        <https://w3id.org/openim/shapes/DR-03Shape/governing_law>,
        <https://w3id.org/openim/shapes/DR-03Shape/independent_amount>,
        <https://w3id.org/openim/shapes/DR-03Shape/investor_entity_id>,
        <https://w3id.org/openim/shapes/DR-03Shape/margin_type>,
        <https://w3id.org/openim/shapes/DR-03Shape/master_agreement_id>,
        <https://w3id.org/openim/shapes/DR-03Shape/minimum_transfer_amount>,
        <https://w3id.org/openim/shapes/DR-03Shape/netting_enforceable>,
        <https://w3id.org/openim/shapes/DR-03Shape/status>,
        <https://w3id.org/openim/shapes/DR-03Shape/threshold_amount>,
        <https://w3id.org/openim/shapes/DR-03Shape/valuation_agent> ;
    sh:targetClass openim:DR-03 .

openim-shapes:DR-04Shape a sh:NodeShape ;
    rdfs:label "DR-04 Margin & Collateral Balance shape" ;
    sh:property <https://w3id.org/openim/shapes/DR-04Shape/as_of_date>,
        <https://w3id.org/openim/shapes/DR-04Shape/balance_id>,
        <https://w3id.org/openim/shapes/DR-04Shape/clearing_relationship_id>,
        <https://w3id.org/openim/shapes/DR-04Shape/collateral_currency>,
        <https://w3id.org/openim/shapes/DR-04Shape/collateral_posted_usd>,
        <https://w3id.org/openim/shapes/DR-04Shape/collateral_received_usd>,
        <https://w3id.org/openim/shapes/DR-04Shape/disputed>,
        <https://w3id.org/openim/shapes/DR-04Shape/margin_call_usd>,
        <https://w3id.org/openim/shapes/DR-04Shape/margin_required_usd>,
        <https://w3id.org/openim/shapes/DR-04Shape/margin_type>,
        <https://w3id.org/openim/shapes/DR-04Shape/master_agreement_id>,
        <https://w3id.org/openim/shapes/DR-04Shape/net_exposure_usd>,
        <https://w3id.org/openim/shapes/DR-04Shape/relationship_type>,
        <https://w3id.org/openim/shapes/DR-04Shape/segregated> ;
    sh:targetClass openim:DR-04 .

openim-shapes:DR-05Shape a sh:NodeShape ;
    rdfs:label "DR-05 Clearing Relationship shape" ;
    sh:property <https://w3id.org/openim/shapes/DR-05Shape/asset_class_scope>,
        <https://w3id.org/openim/shapes/DR-05Shape/ccp_entity_id>,
        <https://w3id.org/openim/shapes/DR-05Shape/clearing_account_ref>,
        <https://w3id.org/openim/shapes/DR-05Shape/clearing_agreement_date>,
        <https://w3id.org/openim/shapes/DR-05Shape/clearing_broker_entity_id>,
        <https://w3id.org/openim/shapes/DR-05Shape/clearing_model>,
        <https://w3id.org/openim/shapes/DR-05Shape/clearing_relationship_id>,
        <https://w3id.org/openim/shapes/DR-05Shape/investor_entity_id>,
        <https://w3id.org/openim/shapes/DR-05Shape/margin_basis>,
        <https://w3id.org/openim/shapes/DR-05Shape/status> ;
    sh:targetClass openim:DR-05 .

openim-shapes:E-01Shape a sh:NodeShape ;
    rdfs:label "E-01 Legal Entity shape" ;
    sh:property <https://w3id.org/openim/shapes/E-01Shape/domicile>,
        <https://w3id.org/openim/shapes/E-01Shape/entity_id>,
        <https://w3id.org/openim/shapes/E-01Shape/entity_name>,
        <https://w3id.org/openim/shapes/E-01Shape/entity_type>,
        <https://w3id.org/openim/shapes/E-01Shape/external_ids>,
        <https://w3id.org/openim/shapes/E-01Shape/first_seen_at>,
        <https://w3id.org/openim/shapes/E-01Shape/known_aliases>,
        <https://w3id.org/openim/shapes/E-01Shape/lei>,
        <https://w3id.org/openim/shapes/E-01Shape/parent_entity_id>,
        <https://w3id.org/openim/shapes/E-01Shape/party_relationship_type>,
        <https://w3id.org/openim/shapes/E-01Shape/related_entity_id>,
        <https://w3id.org/openim/shapes/E-01Shape/status> ;
    sh:targetClass openim:E-01 .

openim-shapes:E-02Shape a sh:NodeShape ;
    rdfs:label "E-02 Instrument / Asset shape" ;
    sh:property <https://w3id.org/openim/shapes/E-02Shape/asset_class>,
        <https://w3id.org/openim/shapes/E-02Shape/currency>,
        <https://w3id.org/openim/shapes/E-02Shape/external_ids>,
        <https://w3id.org/openim/shapes/E-02Shape/figi>,
        <https://w3id.org/openim/shapes/E-02Shape/instrument_class>,
        <https://w3id.org/openim/shapes/E-02Shape/instrument_id>,
        <https://w3id.org/openim/shapes/E-02Shape/instrument_name>,
        <https://w3id.org/openim/shapes/E-02Shape/isin>,
        <https://w3id.org/openim/shapes/E-02Shape/issuer_entity_id>,
        <https://w3id.org/openim/shapes/E-02Shape/status> ;
    sh:targetClass openim:E-02 .

openim-shapes:E-03Shape a sh:NodeShape ;
    rdfs:label "E-03 Portfolio / Mandate shape" ;
    sh:property <https://w3id.org/openim/shapes/E-03Shape/asset_class>,
        <https://w3id.org/openim/shapes/E-03Shape/base_currency>,
        <https://w3id.org/openim/shapes/E-03Shape/benchmark_id>,
        <https://w3id.org/openim/shapes/E-03Shape/governing_plan_id>,
        <https://w3id.org/openim/shapes/E-03Shape/inception_date>,
        <https://w3id.org/openim/shapes/E-03Shape/managed_by_entity_id>,
        <https://w3id.org/openim/shapes/E-03Shape/mandate_objective>,
        <https://w3id.org/openim/shapes/E-03Shape/parent_portfolio_id>,
        <https://w3id.org/openim/shapes/E-03Shape/portfolio_id>,
        <https://w3id.org/openim/shapes/E-03Shape/portfolio_name>,
        <https://w3id.org/openim/shapes/E-03Shape/portfolio_type>,
        <https://w3id.org/openim/shapes/E-03Shape/status> ;
    sh:targetClass openim:E-03 .

openim-shapes:E-04Shape a sh:NodeShape ;
    rdfs:label "E-04 Holding / Position shape" ;
    sh:property <https://w3id.org/openim/shapes/E-04Shape/accrued_income_usd>,
        <https://w3id.org/openim/shapes/E-04Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-04Shape/book>,
        <https://w3id.org/openim/shapes/E-04Shape/commitment_usd>,
        <https://w3id.org/openim/shapes/E-04Shape/cost_basis_usd>,
        <https://w3id.org/openim/shapes/E-04Shape/currency>,
        <https://w3id.org/openim/shapes/E-04Shape/instrument_id>,
        <https://w3id.org/openim/shapes/E-04Shape/market_value_usd>,
        <https://w3id.org/openim/shapes/E-04Shape/portfolio_id>,
        <https://w3id.org/openim/shapes/E-04Shape/position_id>,
        <https://w3id.org/openim/shapes/E-04Shape/quantity> ;
    sh:targetClass openim:E-04 .

openim-shapes:E-05Shape a sh:NodeShape ;
    rdfs:label "E-05 Transaction shape" ;
    sh:property <https://w3id.org/openim/shapes/E-05Shape/amount_usd>,
        <https://w3id.org/openim/shapes/E-05Shape/counterparty_entity_id>,
        <https://w3id.org/openim/shapes/E-05Shape/instrument_id>,
        <https://w3id.org/openim/shapes/E-05Shape/portfolio_id>,
        <https://w3id.org/openim/shapes/E-05Shape/quantity>,
        <https://w3id.org/openim/shapes/E-05Shape/settlement_date>,
        <https://w3id.org/openim/shapes/E-05Shape/source>,
        <https://w3id.org/openim/shapes/E-05Shape/status>,
        <https://w3id.org/openim/shapes/E-05Shape/trade_date>,
        <https://w3id.org/openim/shapes/E-05Shape/transaction_id>,
        <https://w3id.org/openim/shapes/E-05Shape/transaction_type> ;
    sh:targetClass openim:E-05 .

openim-shapes:E-06Shape a sh:NodeShape ;
    rdfs:label "E-06 Cash Flow Event shape" ;
    sh:property <https://w3id.org/openim/shapes/E-06Shape/amount>,
        <https://w3id.org/openim/shapes/E-06Shape/cash_flow_date>,
        <https://w3id.org/openim/shapes/E-06Shape/cash_flow_id>,
        <https://w3id.org/openim/shapes/E-06Shape/cash_flow_type>,
        <https://w3id.org/openim/shapes/E-06Shape/currency>,
        <https://w3id.org/openim/shapes/E-06Shape/direction>,
        <https://w3id.org/openim/shapes/E-06Shape/instrument_id>,
        <https://w3id.org/openim/shapes/E-06Shape/portfolio_id>,
        <https://w3id.org/openim/shapes/E-06Shape/source>,
        <https://w3id.org/openim/shapes/E-06Shape/transaction_id> ;
    sh:targetClass openim:E-06 .

openim-shapes:E-07Shape a sh:NodeShape ;
    rdfs:label "E-07 Valuation shape" ;
    sh:property <https://w3id.org/openim/shapes/E-07Shape/confidence_score>,
        <https://w3id.org/openim/shapes/E-07Shape/instrument_id>,
        <https://w3id.org/openim/shapes/E-07Shape/method>,
        <https://w3id.org/openim/shapes/E-07Shape/position_id>,
        <https://w3id.org/openim/shapes/E-07Shape/source>,
        <https://w3id.org/openim/shapes/E-07Shape/unit_class_id>,
        <https://w3id.org/openim/shapes/E-07Shape/units_in_issue>,
        <https://w3id.org/openim/shapes/E-07Shape/valuation_date>,
        <https://w3id.org/openim/shapes/E-07Shape/valuation_id>,
        <https://w3id.org/openim/shapes/E-07Shape/valuation_level>,
        <https://w3id.org/openim/shapes/E-07Shape/value_usd> ;
    sh:targetClass openim:E-07 .

openim-shapes:E-08Shape a sh:NodeShape ;
    rdfs:label "E-08 Price & Market Data shape" ;
    sh:property <https://w3id.org/openim/shapes/E-08Shape/currency>,
        <https://w3id.org/openim/shapes/E-08Shape/data_type>,
        <https://w3id.org/openim/shapes/E-08Shape/instrument_id>,
        <https://w3id.org/openim/shapes/E-08Shape/market_data_id>,
        <https://w3id.org/openim/shapes/E-08Shape/observation_date>,
        <https://w3id.org/openim/shapes/E-08Shape/provider>,
        <https://w3id.org/openim/shapes/E-08Shape/value> ;
    sh:targetClass openim:E-08 .

openim-shapes:E-09Shape a sh:NodeShape ;
    rdfs:label "E-09 Asset Class shape" ;
    sh:property <https://w3id.org/openim/shapes/E-09Shape/asset_class_code>,
        <https://w3id.org/openim/shapes/E-09Shape/asset_class_key>,
        <https://w3id.org/openim/shapes/E-09Shape/asset_class_label>,
        <https://w3id.org/openim/shapes/E-09Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-09Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-09Shape/markets>,
        <https://w3id.org/openim/shapes/E-09Shape/strategy_code>,
        <https://w3id.org/openim/shapes/E-09Shape/sub_strategy_code> ;
    sh:targetClass openim:E-09 .

openim-shapes:E-10Shape a sh:NodeShape ;
    rdfs:label "E-10 Benchmark / Index shape" ;
    sh:property <https://w3id.org/openim/shapes/E-10Shape/asset_class>,
        <https://w3id.org/openim/shapes/E-10Shape/benchmark_id>,
        <https://w3id.org/openim/shapes/E-10Shape/benchmark_kind>,
        <https://w3id.org/openim/shapes/E-10Shape/benchmark_name>,
        <https://w3id.org/openim/shapes/E-10Shape/currency>,
        <https://w3id.org/openim/shapes/E-10Shape/methodology>,
        <https://w3id.org/openim/shapes/E-10Shape/provider>,
        <https://w3id.org/openim/shapes/E-10Shape/vintage_year> ;
    sh:targetClass openim:E-10 .

openim-shapes:E-11Shape a sh:NodeShape ;
    rdfs:label "E-11 Classification Type & Value shape" ;
    sh:property <https://w3id.org/openim/shapes/E-11Shape/classification_type_code>,
        <https://w3id.org/openim/shapes/E-11Shape/classification_type_key>,
        <https://w3id.org/openim/shapes/E-11Shape/classification_value_key>,
        <https://w3id.org/openim/shapes/E-11Shape/description>,
        <https://w3id.org/openim/shapes/E-11Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-11Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-11Shape/owner>,
        <https://w3id.org/openim/shapes/E-11Shape/superseded_by_key>,
        <https://w3id.org/openim/shapes/E-11Shape/value_code>,
        <https://w3id.org/openim/shapes/E-11Shape/value_label> ;
    sh:targetClass openim:E-11 .

openim-shapes:E-12Shape a sh:NodeShape ;
    rdfs:label "E-12 Classification History shape" ;
    sh:property <https://w3id.org/openim/shapes/E-12Shape/classification_id>,
        <https://w3id.org/openim/shapes/E-12Shape/classification_type>,
        <https://w3id.org/openim/shapes/E-12Shape/classification_value>,
        <https://w3id.org/openim/shapes/E-12Shape/confidence_tier>,
        <https://w3id.org/openim/shapes/E-12Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-12Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-12Shape/source_method>,
        <https://w3id.org/openim/shapes/E-12Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-12Shape/subject_type> ;
    sh:targetClass openim:E-12 .

openim-shapes:E-13Shape a sh:NodeShape ;
    rdfs:label "E-13 Entity Alias shape" ;
    sh:property <https://w3id.org/openim/shapes/E-13Shape/alias_id>,
        <https://w3id.org/openim/shapes/E-13Shape/alias_name>,
        <https://w3id.org/openim/shapes/E-13Shape/confirmed_by>,
        <https://w3id.org/openim/shapes/E-13Shape/first_seen_at>,
        <https://w3id.org/openim/shapes/E-13Shape/source>,
        <https://w3id.org/openim/shapes/E-13Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-13Shape/subject_type> ;
    sh:targetClass openim:E-13 .

openim-shapes:E-14Shape a sh:NodeShape ;
    rdfs:label "E-14 External Identifier shape" ;
    sh:property <https://w3id.org/openim/shapes/E-14Shape/external_id>,
        <https://w3id.org/openim/shapes/E-14Shape/external_id_record>,
        <https://w3id.org/openim/shapes/E-14Shape/external_system>,
        <https://w3id.org/openim/shapes/E-14Shape/id_type>,
        <https://w3id.org/openim/shapes/E-14Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-14Shape/subject_type>,
        <https://w3id.org/openim/shapes/E-14Shape/verified> ;
    sh:targetClass openim:E-14 .

openim-shapes:E-15Shape a sh:NodeShape ;
    rdfs:label "E-15 Document Metadata shape" ;
    sh:property <https://w3id.org/openim/shapes/E-15Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-15Shape/document_id>,
        <https://w3id.org/openim/shapes/E-15Shape/document_type>,
        <https://w3id.org/openim/shapes/E-15Shape/filing_date>,
        <https://w3id.org/openim/shapes/E-15Shape/source>,
        <https://w3id.org/openim/shapes/E-15Shape/storage_path>,
        <https://w3id.org/openim/shapes/E-15Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-15Shape/subject_type> ;
    sh:targetClass openim:E-15 .

openim-shapes:E-16Shape a sh:NodeShape ;
    rdfs:label "E-16 Risk Limit shape" ;
    sh:property <https://w3id.org/openim/shapes/E-16Shape/approved_by>,
        <https://w3id.org/openim/shapes/E-16Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-16Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-16Shape/enforcement>,
        <https://w3id.org/openim/shapes/E-16Shape/limit_id>,
        <https://w3id.org/openim/shapes/E-16Shape/limit_type>,
        <https://w3id.org/openim/shapes/E-16Shape/measure>,
        <https://w3id.org/openim/shapes/E-16Shape/owner>,
        <https://w3id.org/openim/shapes/E-16Shape/scope_id>,
        <https://w3id.org/openim/shapes/E-16Shape/scope_type>,
        <https://w3id.org/openim/shapes/E-16Shape/threshold>,
        <https://w3id.org/openim/shapes/E-16Shape/warning_level> ;
    sh:targetClass openim:E-16 .

openim-shapes:E-17Shape a sh:NodeShape ;
    rdfs:label "E-17 Scenario shape" ;
    sh:property <https://w3id.org/openim/shapes/E-17Shape/description>,
        <https://w3id.org/openim/shapes/E-17Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-17Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-17Shape/horizon>,
        <https://w3id.org/openim/shapes/E-17Shape/owner>,
        <https://w3id.org/openim/shapes/E-17Shape/scenario_id>,
        <https://w3id.org/openim/shapes/E-17Shape/scenario_name>,
        <https://w3id.org/openim/shapes/E-17Shape/scenario_type>,
        <https://w3id.org/openim/shapes/E-17Shape/shock_set> ;
    sh:targetClass openim:E-17 .

openim-shapes:E-18Shape a sh:NodeShape ;
    rdfs:label "E-18 Limit Breach shape" ;
    sh:property <https://w3id.org/openim/shapes/E-18Shape/breach_date>,
        <https://w3id.org/openim/shapes/E-18Shape/breach_id>,
        <https://w3id.org/openim/shapes/E-18Shape/breach_severity>,
        <https://w3id.org/openim/shapes/E-18Shape/limit_id>,
        <https://w3id.org/openim/shapes/E-18Shape/measurement_id>,
        <https://w3id.org/openim/shapes/E-18Shape/observed_value>,
        <https://w3id.org/openim/shapes/E-18Shape/resolution_note>,
        <https://w3id.org/openim/shapes/E-18Shape/resolved_date>,
        <https://w3id.org/openim/shapes/E-18Shape/status>,
        <https://w3id.org/openim/shapes/E-18Shape/threshold_value> ;
    sh:targetClass openim:E-18 .

openim-shapes:E-19Shape a sh:NodeShape ;
    rdfs:label "E-19 Risk Measurement shape" ;
    sh:property <https://w3id.org/openim/shapes/E-19Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-19Shape/confidence_score>,
        <https://w3id.org/openim/shapes/E-19Shape/currency>,
        <https://w3id.org/openim/shapes/E-19Shape/measure_type>,
        <https://w3id.org/openim/shapes/E-19Shape/measurement_id>,
        <https://w3id.org/openim/shapes/E-19Shape/method>,
        <https://w3id.org/openim/shapes/E-19Shape/model_id>,
        <https://w3id.org/openim/shapes/E-19Shape/risk_type>,
        <https://w3id.org/openim/shapes/E-19Shape/scenario_id>,
        <https://w3id.org/openim/shapes/E-19Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-19Shape/subject_type>,
        <https://w3id.org/openim/shapes/E-19Shape/value> ;
    sh:targetClass openim:E-19 .

openim-shapes:E-20Shape a sh:NodeShape ;
    rdfs:label "E-20 Performance Result shape" ;
    sh:property <https://w3id.org/openim/shapes/E-20Shape/composite_id>,
        <https://w3id.org/openim/shapes/E-20Shape/confidence_score>,
        <https://w3id.org/openim/shapes/E-20Shape/currency>,
        <https://w3id.org/openim/shapes/E-20Shape/metric_definition_id>,
        <https://w3id.org/openim/shapes/E-20Shape/performance_result_id>,
        <https://w3id.org/openim/shapes/E-20Shape/period_end>,
        <https://w3id.org/openim/shapes/E-20Shape/period_start>,
        <https://w3id.org/openim/shapes/E-20Shape/return_basis>,
        <https://w3id.org/openim/shapes/E-20Shape/return_method>,
        <https://w3id.org/openim/shapes/E-20Shape/return_value>,
        <https://w3id.org/openim/shapes/E-20Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-20Shape/subject_type>,
        <https://w3id.org/openim/shapes/E-20Shape/valuation_source> ;
    sh:targetClass openim:E-20 .

openim-shapes:E-21Shape a sh:NodeShape ;
    rdfs:label "E-21 ESG Measurement shape" ;
    sh:property <https://w3id.org/openim/shapes/E-21Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-21Shape/esg_measurement_id>,
        <https://w3id.org/openim/shapes/E-21Shape/measure_type>,
        <https://w3id.org/openim/shapes/E-21Shape/methodology>,
        <https://w3id.org/openim/shapes/E-21Shape/pillar>,
        <https://w3id.org/openim/shapes/E-21Shape/provider>,
        <https://w3id.org/openim/shapes/E-21Shape/rating_label>,
        <https://w3id.org/openim/shapes/E-21Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-21Shape/subject_type>,
        <https://w3id.org/openim/shapes/E-21Shape/unit>,
        <https://w3id.org/openim/shapes/E-21Shape/value> ;
    sh:targetClass openim:E-21 .

openim-shapes:E-22Shape a sh:NodeShape ;
    rdfs:label "E-22 Metric Definition shape" ;
    sh:property <https://w3id.org/openim/shapes/E-22Shape/currency_convention>,
        <https://w3id.org/openim/shapes/E-22Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-22Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-22Shape/formula_spec>,
        <https://w3id.org/openim/shapes/E-22Shape/input_metrics>,
        <https://w3id.org/openim/shapes/E-22Shape/metric_definition_id>,
        <https://w3id.org/openim/shapes/E-22Shape/metric_family>,
        <https://w3id.org/openim/shapes/E-22Shape/metric_name>,
        <https://w3id.org/openim/shapes/E-22Shape/owner>,
        <https://w3id.org/openim/shapes/E-22Shape/period_convention>,
        <https://w3id.org/openim/shapes/E-22Shape/status>,
        <https://w3id.org/openim/shapes/E-22Shape/version> ;
    sh:targetClass openim:E-22 .

openim-shapes:E-23Shape a sh:NodeShape ;
    rdfs:label "E-23 Extraction Record shape" ;
    sh:property <https://w3id.org/openim/shapes/E-23Shape/as_of_period>,
        <https://w3id.org/openim/shapes/E-23Shape/confidence_score>,
        <https://w3id.org/openim/shapes/E-23Shape/document_id>,
        <https://w3id.org/openim/shapes/E-23Shape/extracted_at>,
        <https://w3id.org/openim/shapes/E-23Shape/extracted_fields>,
        <https://w3id.org/openim/shapes/E-23Shape/extraction_method>,
        <https://w3id.org/openim/shapes/E-23Shape/extraction_record_id>,
        <https://w3id.org/openim/shapes/E-23Shape/model_id>,
        <https://w3id.org/openim/shapes/E-23Shape/source_type>,
        <https://w3id.org/openim/shapes/E-23Shape/validation_status>,
        <https://w3id.org/openim/shapes/E-23Shape/version> ;
    sh:targetClass openim:E-23 .

openim-shapes:E-24Shape a sh:NodeShape ;
    rdfs:label "E-24 Reconciliation Break shape" ;
    sh:property <https://w3id.org/openim/shapes/E-24Shape/age_days>,
        <https://w3id.org/openim/shapes/E-24Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-24Shape/break_id>,
        <https://w3id.org/openim/shapes/E-24Shape/cause_classification>,
        <https://w3id.org/openim/shapes/E-24Shape/correcting_entry_ref>,
        <https://w3id.org/openim/shapes/E-24Shape/difference_amount>,
        <https://w3id.org/openim/shapes/E-24Shape/difference_qty>,
        <https://w3id.org/openim/shapes/E-24Shape/identified_date>,
        <https://w3id.org/openim/shapes/E-24Shape/materiality>,
        <https://w3id.org/openim/shapes/E-24Shape/reconciliation_type>,
        <https://w3id.org/openim/shapes/E-24Shape/record_a_ref>,
        <https://w3id.org/openim/shapes/E-24Shape/record_b_ref>,
        <https://w3id.org/openim/shapes/E-24Shape/resolution_note>,
        <https://w3id.org/openim/shapes/E-24Shape/resolved_date>,
        <https://w3id.org/openim/shapes/E-24Shape/status> ;
    sh:targetClass openim:E-24 .

openim-shapes:E-25Shape a sh:NodeShape ;
    rdfs:label "E-25 Account shape" ;
    sh:property <https://w3id.org/openim/shapes/E-25Shape/account_id>,
        <https://w3id.org/openim/shapes/E-25Shape/account_number>,
        <https://w3id.org/openim/shapes/E-25Shape/account_status>,
        <https://w3id.org/openim/shapes/E-25Shape/account_type>,
        <https://w3id.org/openim/shapes/E-25Shape/closed_date>,
        <https://w3id.org/openim/shapes/E-25Shape/currency>,
        <https://w3id.org/openim/shapes/E-25Shape/holder_entity_id>,
        <https://w3id.org/openim/shapes/E-25Shape/opened_date>,
        <https://w3id.org/openim/shapes/E-25Shape/portfolio_links>,
        <https://w3id.org/openim/shapes/E-25Shape/segregation>,
        <https://w3id.org/openim/shapes/E-25Shape/settlement_instruction_ref>,
        <https://w3id.org/openim/shapes/E-25Shape/signatory_mandate> ;
    sh:targetClass openim:E-25 .

openim-shapes:E-26Shape a sh:NodeShape ;
    rdfs:label "E-26 Collateral Position shape" ;
    sh:property <https://w3id.org/openim/shapes/E-26Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-26Shape/collateral_instrument_id>,
        <https://w3id.org/openim/shapes/E-26Shape/collateral_position_id>,
        <https://w3id.org/openim/shapes/E-26Shape/collateral_value>,
        <https://w3id.org/openim/shapes/E-26Shape/counterparty_entity_id>,
        <https://w3id.org/openim/shapes/E-26Shape/direction>,
        <https://w3id.org/openim/shapes/E-26Shape/eligibility_status>,
        <https://w3id.org/openim/shapes/E-26Shape/haircut_pct>,
        <https://w3id.org/openim/shapes/E-26Shape/market_value>,
        <https://w3id.org/openim/shapes/E-26Shape/quantity>,
        <https://w3id.org/openim/shapes/E-26Shape/relationship_ref>,
        <https://w3id.org/openim/shapes/E-26Shape/relationship_type>,
        <https://w3id.org/openim/shapes/E-26Shape/segregated> ;
    sh:targetClass openim:E-26 .

openim-shapes:E-27Shape a sh:NodeShape ;
    rdfs:label "E-27 Liability Profile shape" ;
    sh:property <https://w3id.org/openim/shapes/E-27Shape/actuary_source>,
        <https://w3id.org/openim/shapes/E-27Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-27Shape/cash_flows>,
        <https://w3id.org/openim/shapes/E-27Shape/currency>,
        <https://w3id.org/openim/shapes/E-27Shape/discount_curve_ref>,
        <https://w3id.org/openim/shapes/E-27Shape/inflation_sensitivity>,
        <https://w3id.org/openim/shapes/E-27Shape/key_rate_durations>,
        <https://w3id.org/openim/shapes/E-27Shape/liability_profile_id>,
        <https://w3id.org/openim/shapes/E-27Shape/present_value>,
        <https://w3id.org/openim/shapes/E-27Shape/projection_basis>,
        <https://w3id.org/openim/shapes/E-27Shape/pv01>,
        <https://w3id.org/openim/shapes/E-27Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-27Shape/subject_type>,
        <https://w3id.org/openim/shapes/E-27Shape/version> ;
    sh:targetClass openim:E-27 .

openim-shapes:E-28Shape a sh:NodeShape ;
    rdfs:label "E-28 Risk Budget shape" ;
    sh:property <https://w3id.org/openim/shapes/E-28Shape/allocated_amount>,
        <https://w3id.org/openim/shapes/E-28Shape/allocated_by>,
        <https://w3id.org/openim/shapes/E-28Shape/budget_measure>,
        <https://w3id.org/openim/shapes/E-28Shape/currency>,
        <https://w3id.org/openim/shapes/E-28Shape/drawdown_trigger>,
        <https://w3id.org/openim/shapes/E-28Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-28Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-28Shape/leverage_limit>,
        <https://w3id.org/openim/shapes/E-28Shape/risk_budget_id>,
        <https://w3id.org/openim/shapes/E-28Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-28Shape/subject_type>,
        <https://w3id.org/openim/shapes/E-28Shape/total_pool_ref> ;
    sh:targetClass openim:E-28 .

openim-shapes:E-29Shape a sh:NodeShape ;
    rdfs:label "E-29 Allocation Plan shape" ;
    sh:property <https://w3id.org/openim/shapes/E-29Shape/approval_date>,
        <https://w3id.org/openim/shapes/E-29Shape/approved_by>,
        <https://w3id.org/openim/shapes/E-29Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-29Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-29Shape/plan_content>,
        <https://w3id.org/openim/shapes/E-29Shape/plan_id>,
        <https://w3id.org/openim/shapes/E-29Shape/plan_type>,
        <https://w3id.org/openim/shapes/E-29Shape/status>,
        <https://w3id.org/openim/shapes/E-29Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-29Shape/version> ;
    sh:targetClass openim:E-29 .

openim-shapes:E-30Shape a sh:NodeShape ;
    rdfs:label "E-30 Goal shape" ;
    sh:property <https://w3id.org/openim/shapes/E-30Shape/funding_portfolio_id>,
        <https://w3id.org/openim/shapes/E-30Shape/goal_id>,
        <https://w3id.org/openim/shapes/E-30Shape/goal_name>,
        <https://w3id.org/openim/shapes/E-30Shape/goal_type>,
        <https://w3id.org/openim/shapes/E-30Shape/household_entity_id>,
        <https://w3id.org/openim/shapes/E-30Shape/priority_layer>,
        <https://w3id.org/openim/shapes/E-30Shape/required_probability_of_success>,
        <https://w3id.org/openim/shapes/E-30Shape/status>,
        <https://w3id.org/openim/shapes/E-30Shape/target_currency>,
        <https://w3id.org/openim/shapes/E-30Shape/target_date>,
        <https://w3id.org/openim/shapes/E-30Shape/target_value> ;
    sh:targetClass openim:E-30 .

openim-shapes:E-31Shape a sh:NodeShape ;
    rdfs:label "E-31 Goal Progress Measurement shape" ;
    sh:property <https://w3id.org/openim/shapes/E-31Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-31Shape/cma_set_ref>,
        <https://w3id.org/openim/shapes/E-31Shape/computed_by_sd>,
        <https://w3id.org/openim/shapes/E-31Shape/funding_adequacy>,
        <https://w3id.org/openim/shapes/E-31Shape/goal_id>,
        <https://w3id.org/openim/shapes/E-31Shape/goal_progress_measurement_id>,
        <https://w3id.org/openim/shapes/E-31Shape/metric_definition_id>,
        <https://w3id.org/openim/shapes/E-31Shape/probability_of_success>,
        <https://w3id.org/openim/shapes/E-31Shape/projected_value_at_target> ;
    sh:targetClass openim:E-31 .

openim-shapes:E-32Shape a sh:NodeShape ;
    rdfs:label "E-32 Tax Lot shape" ;
    sh:property <https://w3id.org/openim/shapes/E-32Shape/acquisition_date>,
        <https://w3id.org/openim/shapes/E-32Shape/acquisition_transaction_id>,
        <https://w3id.org/openim/shapes/E-32Shape/client_entity_id>,
        <https://w3id.org/openim/shapes/E-32Shape/cost_basis_amount>,
        <https://w3id.org/openim/shapes/E-32Shape/cost_basis_currency>,
        <https://w3id.org/openim/shapes/E-32Shape/disposal_date>,
        <https://w3id.org/openim/shapes/E-32Shape/holding_period_class>,
        <https://w3id.org/openim/shapes/E-32Shape/instrument_id>,
        <https://w3id.org/openim/shapes/E-32Shape/lot_relief_method>,
        <https://w3id.org/openim/shapes/E-32Shape/quantity>,
        <https://w3id.org/openim/shapes/E-32Shape/realised_gain_loss_amount>,
        <https://w3id.org/openim/shapes/E-32Shape/status>,
        <https://w3id.org/openim/shapes/E-32Shape/tax_lot_id>,
        <https://w3id.org/openim/shapes/E-32Shape/wash_sale_adjustment_amount> ;
    sh:targetClass openim:E-32 .

openim-shapes:E-33Shape a sh:NodeShape ;
    rdfs:label "E-33 Financial Plan shape" ;
    sh:property <https://w3id.org/openim/shapes/E-33Shape/approval_date>,
        <https://w3id.org/openim/shapes/E-33Shape/approved_by_advisor>,
        <https://w3id.org/openim/shapes/E-33Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-33Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-33Shape/financial_plan_id>,
        <https://w3id.org/openim/shapes/E-33Shape/goal_set>,
        <https://w3id.org/openim/shapes/E-33Shape/household_entity_id>,
        <https://w3id.org/openim/shapes/E-33Shape/plan_content>,
        <https://w3id.org/openim/shapes/E-33Shape/status>,
        <https://w3id.org/openim/shapes/E-33Shape/version> ;
    sh:targetClass openim:E-33 .

openim-shapes:E-34Shape a sh:NodeShape ;
    rdfs:label "E-34 Investment Authorisation shape" ;
    sh:property <https://w3id.org/openim/shapes/E-34Shape/approval_date>,
        <https://w3id.org/openim/shapes/E-34Shape/approved_commitment_amount>,
        <https://w3id.org/openim/shapes/E-34Shape/authorisation_id>,
        <https://w3id.org/openim/shapes/E-34Shape/authority_verification_note>,
        <https://w3id.org/openim/shapes/E-34Shape/committee_meeting_date>,
        <https://w3id.org/openim/shapes/E-34Shape/conditions>,
        <https://w3id.org/openim/shapes/E-34Shape/decision>,
        <https://w3id.org/openim/shapes/E-34Shape/dissent_record>,
        <https://w3id.org/openim/shapes/E-34Shape/ic_memorandum_ref>,
        <https://w3id.org/openim/shapes/E-34Shape/investment_route>,
        <https://w3id.org/openim/shapes/E-34Shape/mandate_fit_note>,
        <https://w3id.org/openim/shapes/E-34Shape/recommended_commitment_amount>,
        <https://w3id.org/openim/shapes/E-34Shape/status>,
        <https://w3id.org/openim/shapes/E-34Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-34Shape/subject_type> ;
    sh:targetClass openim:E-34 .

openim-shapes:E-35Shape a sh:NodeShape ;
    rdfs:label "E-35 Complaint Record shape" ;
    sh:property <https://w3id.org/openim/shapes/E-35Shape/acknowledgement_date>,
        <https://w3id.org/openim/shapes/E-35Shape/client_entity_id>,
        <https://w3id.org/openim/shapes/E-35Shape/complaint_category>,
        <https://w3id.org/openim/shapes/E-35Shape/complaint_id>,
        <https://w3id.org/openim/shapes/E-35Shape/complaint_received_date>,
        <https://w3id.org/openim/shapes/E-35Shape/complaint_text>,
        <https://w3id.org/openim/shapes/E-35Shape/final_response_date>,
        <https://w3id.org/openim/shapes/E-35Shape/final_response_text>,
        <https://w3id.org/openim/shapes/E-35Shape/fos_referral_provided>,
        <https://w3id.org/openim/shapes/E-35Shape/investigation_outcome>,
        <https://w3id.org/openim/shapes/E-35Shape/is_systemic_finding>,
        <https://w3id.org/openim/shapes/E-35Shape/redress_amount>,
        <https://w3id.org/openim/shapes/E-35Shape/root_cause_classification>,
        <https://w3id.org/openim/shapes/E-35Shape/status> ;
    sh:targetClass openim:E-35 .

openim-shapes:E-36Shape a sh:NodeShape ;
    rdfs:label "E-36 Oversight Exception shape" ;
    sh:property <https://w3id.org/openim/shapes/E-36Shape/administrator_entity_id>,
        <https://w3id.org/openim/shapes/E-36Shape/exception_date>,
        <https://w3id.org/openim/shapes/E-36Shape/exception_description>,
        <https://w3id.org/openim/shapes/E-36Shape/exception_type>,
        <https://w3id.org/openim/shapes/E-36Shape/investigation_note>,
        <https://w3id.org/openim/shapes/E-36Shape/monetary_impact_amount>,
        <https://w3id.org/openim/shapes/E-36Shape/oversight_exception_id>,
        <https://w3id.org/openim/shapes/E-36Shape/resolution_action>,
        <https://w3id.org/openim/shapes/E-36Shape/resolution_date>,
        <https://w3id.org/openim/shapes/E-36Shape/severity>,
        <https://w3id.org/openim/shapes/E-36Shape/status> ;
    sh:targetClass openim:E-36 .

openim-shapes:E-37Shape a sh:NodeShape ;
    rdfs:label "E-37 ESG Compliance Result shape" ;
    sh:property <https://w3id.org/openim/shapes/E-37Shape/as_of_date>,
        <https://w3id.org/openim/shapes/E-37Shape/breach_details>,
        <https://w3id.org/openim/shapes/E-37Shape/computed_by_sd>,
        <https://w3id.org/openim/shapes/E-37Shape/esg_compliance_result_id>,
        <https://w3id.org/openim/shapes/E-37Shape/mandate_esg_screen_result>,
        <https://w3id.org/openim/shapes/E-37Shape/metric_definition_id>,
        <https://w3id.org/openim/shapes/E-37Shape/pai_indicators>,
        <https://w3id.org/openim/shapes/E-37Shape/sfdr_article_classification>,
        <https://w3id.org/openim/shapes/E-37Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-37Shape/subject_type>,
        <https://w3id.org/openim/shapes/E-37Shape/taxonomy_alignment_percentage> ;
    sh:targetClass openim:E-37 .

openim-shapes:E-38Shape a sh:NodeShape ;
    rdfs:label "E-38 Internal Credit Rating shape" ;
    sh:property <https://w3id.org/openim/shapes/E-38Shape/effective_from>,
        <https://w3id.org/openim/shapes/E-38Shape/effective_to>,
        <https://w3id.org/openim/shapes/E-38Shape/internal_credit_rating_id>,
        <https://w3id.org/openim/shapes/E-38Shape/rating_analyst>,
        <https://w3id.org/openim/shapes/E-38Shape/rating_change_reason>,
        <https://w3id.org/openim/shapes/E-38Shape/rating_committee_date>,
        <https://w3id.org/openim/shapes/E-38Shape/rating_methodology_id>,
        <https://w3id.org/openim/shapes/E-38Shape/rating_scale>,
        <https://w3id.org/openim/shapes/E-38Shape/rating_value>,
        <https://w3id.org/openim/shapes/E-38Shape/rating_watch_status>,
        <https://w3id.org/openim/shapes/E-38Shape/subject_id>,
        <https://w3id.org/openim/shapes/E-38Shape/subject_type> ;
    sh:targetClass openim:E-38 .

openim-shapes:FO-01Shape a sh:NodeShape ;
    rdfs:label "FO-01 Fund Product shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-01Shape/asset_class>,
        <https://w3id.org/openim/shapes/FO-01Shape/base_currency>,
        <https://w3id.org/openim/shapes/FO-01Shape/dealing_cut_off>,
        <https://w3id.org/openim/shapes/FO-01Shape/dealing_frequency>,
        <https://w3id.org/openim/shapes/FO-01Shape/domicile>,
        <https://w3id.org/openim/shapes/FO-01Shape/external_ids>,
        <https://w3id.org/openim/shapes/FO-01Shape/fund_form>,
        <https://w3id.org/openim/shapes/FO-01Shape/fund_name>,
        <https://w3id.org/openim/shapes/FO-01Shape/fund_product_id>,
        <https://w3id.org/openim/shapes/FO-01Shape/launch_date>,
        <https://w3id.org/openim/shapes/FO-01Shape/legal_structure>,
        <https://w3id.org/openim/shapes/FO-01Shape/lei>,
        <https://w3id.org/openim/shapes/FO-01Shape/lock_up>,
        <https://w3id.org/openim/shapes/FO-01Shape/manager_entity_id>,
        <https://w3id.org/openim/shapes/FO-01Shape/pricing_basis>,
        <https://w3id.org/openim/shapes/FO-01Shape/redemption_gate>,
        <https://w3id.org/openim/shapes/FO-01Shape/regulatory_wrapper>,
        <https://w3id.org/openim/shapes/FO-01Shape/settlement_cycle>,
        <https://w3id.org/openim/shapes/FO-01Shape/status>,
        <https://w3id.org/openim/shapes/FO-01Shape/swing_pricing>,
        <https://w3id.org/openim/shapes/FO-01Shape/umbrella_fund_id> ;
    sh:targetClass openim:FO-01 .

openim-shapes:FO-02Shape a sh:NodeShape ;
    rdfs:label "FO-02 Share / Unit Class shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-02Shape/asset_class>,
        <https://w3id.org/openim/shapes/FO-02Shape/class_code>,
        <https://w3id.org/openim/shapes/FO-02Shape/class_currency>,
        <https://w3id.org/openim/shapes/FO-02Shape/class_fee_schedule>,
        <https://w3id.org/openim/shapes/FO-02Shape/class_name>,
        <https://w3id.org/openim/shapes/FO-02Shape/distribution_policy>,
        <https://w3id.org/openim/shapes/FO-02Shape/fund_product_id>,
        <https://w3id.org/openim/shapes/FO-02Shape/hedged>,
        <https://w3id.org/openim/shapes/FO-02Shape/investor_category>,
        <https://w3id.org/openim/shapes/FO-02Shape/isin>,
        <https://w3id.org/openim/shapes/FO-02Shape/min_investment>,
        <https://w3id.org/openim/shapes/FO-02Shape/min_subsequent_investment>,
        <https://w3id.org/openim/shapes/FO-02Shape/share_class_id> ;
    sh:targetClass openim:FO-02 .

openim-shapes:FO-03Shape a sh:NodeShape ;
    rdfs:label "FO-03 Investor Unitholding shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-03Shape/account_reference>,
        <https://w3id.org/openim/shapes/FO-03Shape/as_of_date>,
        <https://w3id.org/openim/shapes/FO-03Shape/class_currency>,
        <https://w3id.org/openim/shapes/FO-03Shape/cost_basis>,
        <https://w3id.org/openim/shapes/FO-03Shape/investor_entity_id>,
        <https://w3id.org/openim/shapes/FO-03Shape/share_class_id>,
        <https://w3id.org/openim/shapes/FO-03Shape/unitholding_id>,
        <https://w3id.org/openim/shapes/FO-03Shape/units_held> ;
    sh:targetClass openim:FO-03 .

openim-shapes:FO-04Shape a sh:NodeShape ;
    rdfs:label "FO-04 Dealing Order shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-04Shape/amount>,
        <https://w3id.org/openim/shapes/FO-04Shape/class_currency>,
        <https://w3id.org/openim/shapes/FO-04Shape/cut_off>,
        <https://w3id.org/openim/shapes/FO-04Shape/deal_date>,
        <https://w3id.org/openim/shapes/FO-04Shape/dilution_adjustment>,
        <https://w3id.org/openim/shapes/FO-04Shape/investor_entity_id>,
        <https://w3id.org/openim/shapes/FO-04Shape/order_id>,
        <https://w3id.org/openim/shapes/FO-04Shape/order_type>,
        <https://w3id.org/openim/shapes/FO-04Shape/settlement_date>,
        <https://w3id.org/openim/shapes/FO-04Shape/share_class_id>,
        <https://w3id.org/openim/shapes/FO-04Shape/status>,
        <https://w3id.org/openim/shapes/FO-04Shape/struck_nav_per_unit>,
        <https://w3id.org/openim/shapes/FO-04Shape/unitholding_id>,
        <https://w3id.org/openim/shapes/FO-04Shape/units>,
        <https://w3id.org/openim/shapes/FO-04Shape/valuation_date> ;
    sh:targetClass openim:FO-04 .

openim-shapes:FO-05Shape a sh:NodeShape ;
    rdfs:label "FO-05 Fund Distribution Event shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-05Shape/class_currency>,
        <https://w3id.org/openim/shapes/FO-05Shape/declaration_date>,
        <https://w3id.org/openim/shapes/FO-05Shape/distribution_event_id>,
        <https://w3id.org/openim/shapes/FO-05Shape/distribution_per_unit>,
        <https://w3id.org/openim/shapes/FO-05Shape/distribution_type>,
        <https://w3id.org/openim/shapes/FO-05Shape/equalisation_method>,
        <https://w3id.org/openim/shapes/FO-05Shape/equalisation_per_unit>,
        <https://w3id.org/openim/shapes/FO-05Shape/ex_date>,
        <https://w3id.org/openim/shapes/FO-05Shape/ex_date_nav_per_unit>,
        <https://w3id.org/openim/shapes/FO-05Shape/pay_date>,
        <https://w3id.org/openim/shapes/FO-05Shape/record_date>,
        <https://w3id.org/openim/shapes/FO-05Shape/share_class_id> ;
    sh:targetClass openim:FO-05 .

openim-shapes:FO-06Shape a sh:NodeShape ;
    rdfs:label "FO-06 Fee Accrual shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-06Shape/accrued_amount>,
        <https://w3id.org/openim/shapes/FO-06Shape/asset_class>,
        <https://w3id.org/openim/shapes/FO-06Shape/crystallisation_trigger>,
        <https://w3id.org/openim/shapes/FO-06Shape/crystallised_amount>,
        <https://w3id.org/openim/shapes/FO-06Shape/currency>,
        <https://w3id.org/openim/shapes/FO-06Shape/definition_type>,
        <https://w3id.org/openim/shapes/FO-06Shape/effective_from>,
        <https://w3id.org/openim/shapes/FO-06Shape/effective_to>,
        <https://w3id.org/openim/shapes/FO-06Shape/fee_accrual_id>,
        <https://w3id.org/openim/shapes/FO-06Shape/fee_type>,
        <https://w3id.org/openim/shapes/FO-06Shape/formula_spec_ref>,
        <https://w3id.org/openim/shapes/FO-06Shape/fund_product_id>,
        <https://w3id.org/openim/shapes/FO-06Shape/hurdle_applied>,
        <https://w3id.org/openim/shapes/FO-06Shape/hwm_applied>,
        <https://w3id.org/openim/shapes/FO-06Shape/methodology_version>,
        <https://w3id.org/openim/shapes/FO-06Shape/net_charge>,
        <https://w3id.org/openim/shapes/FO-06Shape/period_end>,
        <https://w3id.org/openim/shapes/FO-06Shape/period_start>,
        <https://w3id.org/openim/shapes/FO-06Shape/provenance>,
        <https://w3id.org/openim/shapes/FO-06Shape/record_created_at>,
        <https://w3id.org/openim/shapes/FO-06Shape/reimbursement_amount>,
        <https://w3id.org/openim/shapes/FO-06Shape/share_class_id>,
        <https://w3id.org/openim/shapes/FO-06Shape/waiver_cap_amount> ;
    sh:targetClass openim:FO-06 .

openim-shapes:FO-07Shape a sh:NodeShape ;
    rdfs:label "FO-07 Investor Tax Statement shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-07Shape/corrects_statement_id>,
        <https://w3id.org/openim/shapes/FO-07Shape/cost_basis_reported>,
        <https://w3id.org/openim/shapes/FO-07Shape/currency>,
        <https://w3id.org/openim/shapes/FO-07Shape/filing_date>,
        <https://w3id.org/openim/shapes/FO-07Shape/filing_status>,
        <https://w3id.org/openim/shapes/FO-07Shape/form_type>,
        <https://w3id.org/openim/shapes/FO-07Shape/fund_product_id>,
        <https://w3id.org/openim/shapes/FO-07Shape/investor_entity_id>,
        <https://w3id.org/openim/shapes/FO-07Shape/issued_at>,
        <https://w3id.org/openim/shapes/FO-07Shape/record_created_at>,
        <https://w3id.org/openim/shapes/FO-07Shape/submission_reference>,
        <https://w3id.org/openim/shapes/FO-07Shape/tax_classification>,
        <https://w3id.org/openim/shapes/FO-07Shape/tax_statement_id>,
        <https://w3id.org/openim/shapes/FO-07Shape/tax_year>,
        <https://w3id.org/openim/shapes/FO-07Shape/total_capital_gain>,
        <https://w3id.org/openim/shapes/FO-07Shape/total_ordinary_income>,
        <https://w3id.org/openim/shapes/FO-07Shape/total_qualified_income>,
        <https://w3id.org/openim/shapes/FO-07Shape/unitholding_id>,
        <https://w3id.org/openim/shapes/FO-07Shape/withholding_reported> ;
    sh:targetClass openim:FO-07 .

openim-shapes:FO-08Shape a sh:NodeShape ;
    rdfs:label "FO-08 Service-Provider Appointment shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-08Shape/appointed_date>,
        <https://w3id.org/openim/shapes/FO-08Shape/appointment_id>,
        <https://w3id.org/openim/shapes/FO-08Shape/delegates_to_entity_id>,
        <https://w3id.org/openim/shapes/FO-08Shape/fund_product_id>,
        <https://w3id.org/openim/shapes/FO-08Shape/provider_entity_id>,
        <https://w3id.org/openim/shapes/FO-08Shape/role>,
        <https://w3id.org/openim/shapes/FO-08Shape/status>,
        <https://w3id.org/openim/shapes/FO-08Shape/terminated_date> ;
    sh:targetClass openim:FO-08 .

openim-shapes:FO-09Shape a sh:NodeShape ;
    rdfs:label "FO-09 Omnibus Account shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-09Shape/account_status>,
        <https://w3id.org/openim/shapes/FO-09Shape/closed_date>,
        <https://w3id.org/openim/shapes/FO-09Shape/definition_type>,
        <https://w3id.org/openim/shapes/FO-09Shape/fee_basis>,
        <https://w3id.org/openim/shapes/FO-09Shape/fee_effective_from>,
        <https://w3id.org/openim/shapes/FO-09Shape/fee_effective_to>,
        <https://w3id.org/openim/shapes/FO-09Shape/formula_spec_ref>,
        <https://w3id.org/openim/shapes/FO-09Shape/fund_product_id>,
        <https://w3id.org/openim/shapes/FO-09Shape/intermediary_entity_id>,
        <https://w3id.org/openim/shapes/FO-09Shape/look_through_arrangement_ref>,
        <https://w3id.org/openim/shapes/FO-09Shape/look_through_available>,
        <https://w3id.org/openim/shapes/FO-09Shape/omnibus_account_id>,
        <https://w3id.org/openim/shapes/FO-09Shape/opened_date>,
        <https://w3id.org/openim/shapes/FO-09Shape/register_account_ref>,
        <https://w3id.org/openim/shapes/FO-09Shape/servicing_fee_rate>,
        <https://w3id.org/openim/shapes/FO-09Shape/servicing_fee_type>,
        <https://w3id.org/openim/shapes/FO-09Shape/share_class_id> ;
    sh:targetClass openim:FO-09 .

openim-shapes:FO-10Shape a sh:NodeShape ;
    rdfs:label "FO-10 ETF Creation/Redemption Order shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-10Shape/ap_agreement_id>,
        <https://w3id.org/openim/shapes/FO-10Shape/ap_entity_id>,
        <https://w3id.org/openim/shapes/FO-10Shape/basket_id>,
        <https://w3id.org/openim/shapes/FO-10Shape/basket_leg_settlement_date>,
        <https://w3id.org/openim/shapes/FO-10Shape/basket_leg_settlement_status>,
        <https://w3id.org/openim/shapes/FO-10Shape/cash_in_lieu_names>,
        <https://w3id.org/openim/shapes/FO-10Shape/cash_residual>,
        <https://w3id.org/openim/shapes/FO-10Shape/creation_redemption_order_id>,
        <https://w3id.org/openim/shapes/FO-10Shape/creation_unit_size>,
        <https://w3id.org/openim/shapes/FO-10Shape/inav_ref>,
        <https://w3id.org/openim/shapes/FO-10Shape/num_creation_units>,
        <https://w3id.org/openim/shapes/FO-10Shape/order_date>,
        <https://w3id.org/openim/shapes/FO-10Shape/order_type>,
        <https://w3id.org/openim/shapes/FO-10Shape/partial_settlement_flag>,
        <https://w3id.org/openim/shapes/FO-10Shape/settlement_basis>,
        <https://w3id.org/openim/shapes/FO-10Shape/settlement_date>,
        <https://w3id.org/openim/shapes/FO-10Shape/share_class_id>,
        <https://w3id.org/openim/shapes/FO-10Shape/status>,
        <https://w3id.org/openim/shapes/FO-10Shape/struck_nav_per_unit>,
        <https://w3id.org/openim/shapes/FO-10Shape/total_shares>,
        <https://w3id.org/openim/shapes/FO-10Shape/units_leg_settlement_date>,
        <https://w3id.org/openim/shapes/FO-10Shape/units_leg_settlement_status>,
        <https://w3id.org/openim/shapes/FO-10Shape/valuation_date> ;
    sh:targetClass openim:FO-10 .

openim-shapes:FO-11Shape a sh:NodeShape ;
    rdfs:label "FO-11 ETF Creation Basket (Portfolio Composition File) shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-11Shape/ap_entity_id>,
        <https://w3id.org/openim/shapes/FO-11Shape/basket_id>,
        <https://w3id.org/openim/shapes/FO-11Shape/basket_type>,
        <https://w3id.org/openim/shapes/FO-11Shape/cash_component>,
        <https://w3id.org/openim/shapes/FO-11Shape/cash_component_currency>,
        <https://w3id.org/openim/shapes/FO-11Shape/creation_unit_size>,
        <https://w3id.org/openim/shapes/FO-11Shape/dealing_date>,
        <https://w3id.org/openim/shapes/FO-11Shape/estimated_cash>,
        <https://w3id.org/openim/shapes/FO-11Shape/fund_product_id>,
        <https://w3id.org/openim/shapes/FO-11Shape/instrument_id>,
        <https://w3id.org/openim/shapes/FO-11Shape/market>,
        <https://w3id.org/openim/shapes/FO-11Shape/published_at>,
        <https://w3id.org/openim/shapes/FO-11Shape/quantity_per_creation_unit>,
        <https://w3id.org/openim/shapes/FO-11Shape/share_class_id>,
        <https://w3id.org/openim/shapes/FO-11Shape/total_basket_value> ;
    sh:targetClass openim:FO-11 .

openim-shapes:FO-12Shape a sh:NodeShape ;
    rdfs:label "FO-12 ETF Authorised-Participant Agreement shape" ;
    sh:property <https://w3id.org/openim/shapes/FO-12Shape/ap_agreement_id>,
        <https://w3id.org/openim/shapes/FO-12Shape/ap_entity_id>,
        <https://w3id.org/openim/shapes/FO-12Shape/authorised_date>,
        <https://w3id.org/openim/shapes/FO-12Shape/creation_fee_basis_points>,
        <https://w3id.org/openim/shapes/FO-12Shape/credit_standing>,
        <https://w3id.org/openim/shapes/FO-12Shape/fail_fee_basis_points>,
        <https://w3id.org/openim/shapes/FO-12Shape/fund_product_id>,
        <https://w3id.org/openim/shapes/FO-12Shape/permitted_settlement_basis>,
        <https://w3id.org/openim/shapes/FO-12Shape/redemption_fee_basis_points>,
        <https://w3id.org/openim/shapes/FO-12Shape/status>,
        <https://w3id.org/openim/shapes/FO-12Shape/terminated_date>,
        <https://w3id.org/openim/shapes/FO-12Shape/trading_limit_creation_units> ;
    sh:targetClass openim:FO-12 .

openim-shapes:PB-01Shape a sh:NodeShape ;
    rdfs:label "PB-01 Listed Equity shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-01Shape/country_of_incorporation>,
        <https://w3id.org/openim/shapes/PB-01Shape/cusip>,
        <https://w3id.org/openim/shapes/PB-01Shape/figi>,
        <https://w3id.org/openim/shapes/PB-01Shape/free_float_pct>,
        <https://w3id.org/openim/shapes/PB-01Shape/gics_sector>,
        <https://w3id.org/openim/shapes/PB-01Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-01Shape/isin>,
        <https://w3id.org/openim/shapes/PB-01Shape/issuer_entity_id>,
        <https://w3id.org/openim/shapes/PB-01Shape/local_code>,
        <https://w3id.org/openim/shapes/PB-01Shape/primary_listing_mic>,
        <https://w3id.org/openim/shapes/PB-01Shape/sedol>,
        <https://w3id.org/openim/shapes/PB-01Shape/share_class>,
        <https://w3id.org/openim/shapes/PB-01Shape/shares_outstanding>,
        <https://w3id.org/openim/shapes/PB-01Shape/status>,
        <https://w3id.org/openim/shapes/PB-01Shape/trading_currency>,
        <https://w3id.org/openim/shapes/PB-01Shape/voting_rights_per_share> ;
    sh:targetClass openim:PB-01 .

openim-shapes:PB-02Shape a sh:NodeShape ;
    rdfs:label "PB-02 Debt Instrument shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-02Shape/amortising>,
        <https://w3id.org/openim/shapes/PB-02Shape/callable>,
        <https://w3id.org/openim/shapes/PB-02Shape/coupon_frequency>,
        <https://w3id.org/openim/shapes/PB-02Shape/coupon_rate>,
        <https://w3id.org/openim/shapes/PB-02Shape/coupon_type>,
        <https://w3id.org/openim/shapes/PB-02Shape/credit_rating>,
        <https://w3id.org/openim/shapes/PB-02Shape/currency>,
        <https://w3id.org/openim/shapes/PB-02Shape/cusip>,
        <https://w3id.org/openim/shapes/PB-02Shape/day_count_convention>,
        <https://w3id.org/openim/shapes/PB-02Shape/debt_type>,
        <https://w3id.org/openim/shapes/PB-02Shape/face_value>,
        <https://w3id.org/openim/shapes/PB-02Shape/figi>,
        <https://w3id.org/openim/shapes/PB-02Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-02Shape/isin>,
        <https://w3id.org/openim/shapes/PB-02Shape/issue_date>,
        <https://w3id.org/openim/shapes/PB-02Shape/issuer_entity_id>,
        <https://w3id.org/openim/shapes/PB-02Shape/maturity_date>,
        <https://w3id.org/openim/shapes/PB-02Shape/reference_rate>,
        <https://w3id.org/openim/shapes/PB-02Shape/seniority>,
        <https://w3id.org/openim/shapes/PB-02Shape/status> ;
    sh:targetClass openim:PB-02 .

openim-shapes:PB-03Shape a sh:NodeShape ;
    rdfs:label "PB-03 Order shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-03Shape/broker_entity_id>,
        <https://w3id.org/openim/shapes/PB-03Shape/execution_venue>,
        <https://w3id.org/openim/shapes/PB-03Shape/filled_quantity>,
        <https://w3id.org/openim/shapes/PB-03Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-03Shape/limit_price>,
        <https://w3id.org/openim/shapes/PB-03Shape/order_datetime>,
        <https://w3id.org/openim/shapes/PB-03Shape/order_id>,
        <https://w3id.org/openim/shapes/PB-03Shape/order_quantity>,
        <https://w3id.org/openim/shapes/PB-03Shape/order_status>,
        <https://w3id.org/openim/shapes/PB-03Shape/order_type>,
        <https://w3id.org/openim/shapes/PB-03Shape/parent_order_id>,
        <https://w3id.org/openim/shapes/PB-03Shape/portfolio_id>,
        <https://w3id.org/openim/shapes/PB-03Shape/pre_trade_compliance_status>,
        <https://w3id.org/openim/shapes/PB-03Shape/side>,
        <https://w3id.org/openim/shapes/PB-03Shape/source>,
        <https://w3id.org/openim/shapes/PB-03Shape/time_in_force>,
        <https://w3id.org/openim/shapes/PB-03Shape/transaction_id> ;
    sh:targetClass openim:PB-03 .

openim-shapes:PB-04Shape a sh:NodeShape ;
    rdfs:label "PB-04 Execution shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-04Shape/accrued_interest>,
        <https://w3id.org/openim/shapes/PB-04Shape/broker_entity_id>,
        <https://w3id.org/openim/shapes/PB-04Shape/commission>,
        <https://w3id.org/openim/shapes/PB-04Shape/executed_price>,
        <https://w3id.org/openim/shapes/PB-04Shape/executed_quantity>,
        <https://w3id.org/openim/shapes/PB-04Shape/execution_capacity>,
        <https://w3id.org/openim/shapes/PB-04Shape/execution_datetime>,
        <https://w3id.org/openim/shapes/PB-04Shape/execution_id>,
        <https://w3id.org/openim/shapes/PB-04Shape/execution_venue>,
        <https://w3id.org/openim/shapes/PB-04Shape/gross_amount>,
        <https://w3id.org/openim/shapes/PB-04Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-04Shape/last_liquidity_indicator>,
        <https://w3id.org/openim/shapes/PB-04Shape/net_amount>,
        <https://w3id.org/openim/shapes/PB-04Shape/order_id>,
        <https://w3id.org/openim/shapes/PB-04Shape/settlement_date>,
        <https://w3id.org/openim/shapes/PB-04Shape/side>,
        <https://w3id.org/openim/shapes/PB-04Shape/taxes_and_fees>,
        <https://w3id.org/openim/shapes/PB-04Shape/trade_date> ;
    sh:targetClass openim:PB-04 .

openim-shapes:PB-05Shape a sh:NodeShape ;
    rdfs:label "PB-05 Allocation shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-05Shape/allocated_quantity>,
        <https://w3id.org/openim/shapes/PB-05Shape/allocation_datetime>,
        <https://w3id.org/openim/shapes/PB-05Shape/allocation_id>,
        <https://w3id.org/openim/shapes/PB-05Shape/allocation_method>,
        <https://w3id.org/openim/shapes/PB-05Shape/allocation_status>,
        <https://w3id.org/openim/shapes/PB-05Shape/average_price>,
        <https://w3id.org/openim/shapes/PB-05Shape/commission>,
        <https://w3id.org/openim/shapes/PB-05Shape/custodian_entity_id>,
        <https://w3id.org/openim/shapes/PB-05Shape/gross_amount>,
        <https://w3id.org/openim/shapes/PB-05Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-05Shape/net_amount>,
        <https://w3id.org/openim/shapes/PB-05Shape/order_id>,
        <https://w3id.org/openim/shapes/PB-05Shape/portfolio_id>,
        <https://w3id.org/openim/shapes/PB-05Shape/side>,
        <https://w3id.org/openim/shapes/PB-05Shape/taxes_and_fees> ;
    sh:targetClass openim:PB-05 .

openim-shapes:PB-06Shape a sh:NodeShape ;
    rdfs:label "PB-06 Settlement Instruction shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-06Shape/actual_settlement_date>,
        <https://w3id.org/openim/shapes/PB-06Shape/allocation_id>,
        <https://w3id.org/openim/shapes/PB-06Shape/contractual_settlement_date>,
        <https://w3id.org/openim/shapes/PB-06Shape/counterparty_entity_id>,
        <https://w3id.org/openim/shapes/PB-06Shape/custodian_entity_id>,
        <https://w3id.org/openim/shapes/PB-06Shape/direction>,
        <https://w3id.org/openim/shapes/PB-06Shape/fail_reason>,
        <https://w3id.org/openim/shapes/PB-06Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-06Shape/place_of_settlement>,
        <https://w3id.org/openim/shapes/PB-06Shape/portfolio_id>,
        <https://w3id.org/openim/shapes/PB-06Shape/quantity>,
        <https://w3id.org/openim/shapes/PB-06Shape/settlement_amount>,
        <https://w3id.org/openim/shapes/PB-06Shape/settlement_currency>,
        <https://w3id.org/openim/shapes/PB-06Shape/settlement_instruction_id>,
        <https://w3id.org/openim/shapes/PB-06Shape/settlement_status>,
        <https://w3id.org/openim/shapes/PB-06Shape/settlement_type>,
        <https://w3id.org/openim/shapes/PB-06Shape/ssi_reference> ;
    sh:targetClass openim:PB-06 .

openim-shapes:PB-07Shape a sh:NodeShape ;
    rdfs:label "PB-07 Corporate Action shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-07Shape/announcement_date>,
        <https://w3id.org/openim/shapes/PB-07Shape/cash_rate>,
        <https://w3id.org/openim/shapes/PB-07Shape/corporate_action_id>,
        <https://w3id.org/openim/shapes/PB-07Shape/currency>,
        <https://w3id.org/openim/shapes/PB-07Shape/election_deadline>,
        <https://w3id.org/openim/shapes/PB-07Shape/event_status>,
        <https://w3id.org/openim/shapes/PB-07Shape/event_type>,
        <https://w3id.org/openim/shapes/PB-07Shape/ex_date>,
        <https://w3id.org/openim/shapes/PB-07Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-07Shape/mandatory_voluntary>,
        <https://w3id.org/openim/shapes/PB-07Shape/payment_date>,
        <https://w3id.org/openim/shapes/PB-07Shape/record_date>,
        <https://w3id.org/openim/shapes/PB-07Shape/resulting_instrument_id>,
        <https://w3id.org/openim/shapes/PB-07Shape/source>,
        <https://w3id.org/openim/shapes/PB-07Shape/terms_ratio>,
        <https://w3id.org/openim/shapes/PB-07Shape/transaction_id> ;
    sh:targetClass openim:PB-07 .

openim-shapes:PB-08Shape a sh:NodeShape ;
    rdfs:label "PB-08 Income Schedule shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-08Shape/amount_per_unit>,
        <https://w3id.org/openim/shapes/PB-08Shape/currency>,
        <https://w3id.org/openim/shapes/PB-08Shape/income_schedule_id>,
        <https://w3id.org/openim/shapes/PB-08Shape/income_type>,
        <https://w3id.org/openim/shapes/PB-08Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-08Shape/is_projected>,
        <https://w3id.org/openim/shapes/PB-08Shape/period_end_date>,
        <https://w3id.org/openim/shapes/PB-08Shape/period_start_date>,
        <https://w3id.org/openim/shapes/PB-08Shape/rate>,
        <https://w3id.org/openim/shapes/PB-08Shape/reset_rate_observed>,
        <https://w3id.org/openim/shapes/PB-08Shape/schedule_status>,
        <https://w3id.org/openim/shapes/PB-08Shape/scheduled_payment_date> ;
    sh:targetClass openim:PB-08 .

openim-shapes:PB-09Shape a sh:NodeShape ;
    rdfs:label "PB-09 Index Constituent shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-09Shape/benchmark_id>,
        <https://w3id.org/openim/shapes/PB-09Shape/capping_applied>,
        <https://w3id.org/openim/shapes/PB-09Shape/effective_from>,
        <https://w3id.org/openim/shapes/PB-09Shape/effective_to>,
        <https://w3id.org/openim/shapes/PB-09Shape/inclusion_event>,
        <https://w3id.org/openim/shapes/PB-09Shape/index_constituent_id>,
        <https://w3id.org/openim/shapes/PB-09Shape/index_weight>,
        <https://w3id.org/openim/shapes/PB-09Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-09Shape/provider>,
        <https://w3id.org/openim/shapes/PB-09Shape/shares_in_index>,
        <https://w3id.org/openim/shapes/PB-09Shape/weight_basis> ;
    sh:targetClass openim:PB-09 .

openim-shapes:PB-10Shape a sh:NodeShape ;
    rdfs:label "PB-10 Securities Loan shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-10Shape/borrower_entity_id>,
        <https://w3id.org/openim/shapes/PB-10Shape/collateral_position_id>,
        <https://w3id.org/openim/shapes/PB-10Shape/fee_rate>,
        <https://w3id.org/openim/shapes/PB-10Shape/instrument_id>,
        <https://w3id.org/openim/shapes/PB-10Shape/lent_quantity>,
        <https://w3id.org/openim/shapes/PB-10Shape/loan_id>,
        <https://w3id.org/openim/shapes/PB-10Shape/loan_start_date>,
        <https://w3id.org/openim/shapes/PB-10Shape/loan_status>,
        <https://w3id.org/openim/shapes/PB-10Shape/master_agreement_ref>,
        <https://w3id.org/openim/shapes/PB-10Shape/position_id>,
        <https://w3id.org/openim/shapes/PB-10Shape/recall_status>,
        <https://w3id.org/openim/shapes/PB-10Shape/revenue_accrued>,
        <https://w3id.org/openim/shapes/PB-10Shape/term> ;
    sh:targetClass openim:PB-10 .

openim-shapes:PB-11Shape a sh:NodeShape ;
    rdfs:label "PB-11 Proxy Vote shape" ;
    sh:property <https://w3id.org/openim/shapes/PB-11Shape/cast_vote>,
        <https://w3id.org/openim/shapes/PB-11Shape/confirmation_status>,
        <https://w3id.org/openim/shapes/PB-11Shape/conflict_flag>,
        <https://w3id.org/openim/shapes/PB-11Shape/holding_qty_at_record_date>,
        <https://w3id.org/openim/shapes/PB-11Shape/lodged_date>,
        <https://w3id.org/openim/shapes/PB-11Shape/meeting_id>,
        <https://w3id.org/openim/shapes/PB-11Shape/policy_basis>,
        <https://w3id.org/openim/shapes/PB-11Shape/portfolio_id>,
        <https://w3id.org/openim/shapes/PB-11Shape/proxy_adviser_rec>,
        <https://w3id.org/openim/shapes/PB-11Shape/rationale>,
        <https://w3id.org/openim/shapes/PB-11Shape/recommended_vote>,
        <https://w3id.org/openim/shapes/PB-11Shape/resolution_ref>,
        <https://w3id.org/openim/shapes/PB-11Shape/vote_id> ;
    sh:targetClass openim:PB-11 .

openim-shapes:PM-01Shape a sh:NodeShape ;
    rdfs:label "PM-01 Fund & Vehicle shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-01Shape/administrator_id>,
        <https://w3id.org/openim/shapes/PM-01Shape/asset_class>,
        <https://w3id.org/openim/shapes/PM-01Shape/committed_capital_usd>,
        <https://w3id.org/openim/shapes/PM-01Shape/currency>,
        <https://w3id.org/openim/shapes/PM-01Shape/domicile>,
        <https://w3id.org/openim/shapes/PM-01Shape/external_ids>,
        <https://w3id.org/openim/shapes/PM-01Shape/family_name>,
        <https://w3id.org/openim/shapes/PM-01Shape/fund_family_id>,
        <https://w3id.org/openim/shapes/PM-01Shape/fund_id>,
        <https://w3id.org/openim/shapes/PM-01Shape/fund_name>,
        <https://w3id.org/openim/shapes/PM-01Shape/fund_status>,
        <https://w3id.org/openim/shapes/PM-01Shape/gp_id>,
        <https://w3id.org/openim/shapes/PM-01Shape/known_aliases>,
        <https://w3id.org/openim/shapes/PM-01Shape/last_reviewed_at>,
        <https://w3id.org/openim/shapes/PM-01Shape/lei>,
        <https://w3id.org/openim/shapes/PM-01Shape/strategy>,
        <https://w3id.org/openim/shapes/PM-01Shape/total_committed_usd>,
        <https://w3id.org/openim/shapes/PM-01Shape/vehicle_count>,
        <https://w3id.org/openim/shapes/PM-01Shape/vehicle_type>,
        <https://w3id.org/openim/shapes/PM-01Shape/vintage_year> ;
    sh:targetClass openim:PM-01 .

openim-shapes:PM-02Shape a sh:NodeShape ;
    rdfs:label "PM-02 GP / Management Company shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-02Shape/domicile>,
        <https://w3id.org/openim/shapes/PM-02Shape/external_ids>,
        <https://w3id.org/openim/shapes/PM-02Shape/gp_id>,
        <https://w3id.org/openim/shapes/PM-02Shape/gp_name>,
        <https://w3id.org/openim/shapes/PM-02Shape/known_aliases>,
        <https://w3id.org/openim/shapes/PM-02Shape/lei>,
        <https://w3id.org/openim/shapes/PM-02Shape/relationship_start_date> ;
    sh:targetClass openim:PM-02 .

openim-shapes:PM-03Shape a sh:NodeShape ;
    rdfs:label "PM-03 Fund Administrator shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-03Shape/admin_id>,
        <https://w3id.org/openim/shapes/PM-03Shape/admin_name>,
        <https://w3id.org/openim/shapes/PM-03Shape/data_quality_tier>,
        <https://w3id.org/openim/shapes/PM-03Shape/delivery_method>,
        <https://w3id.org/openim/shapes/PM-03Shape/funds_administered>,
        <https://w3id.org/openim/shapes/PM-03Shape/notes>,
        <https://w3id.org/openim/shapes/PM-03Shape/primary_contact> ;
    sh:targetClass openim:PM-03 .

openim-shapes:PM-04Shape a sh:NodeShape ;
    rdfs:label "PM-04 Portfolio Company shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-04Shape/company_id>,
        <https://w3id.org/openim/shapes/PM-04Shape/company_name>,
        <https://w3id.org/openim/shapes/PM-04Shape/country>,
        <https://w3id.org/openim/shapes/PM-04Shape/external_ids>,
        <https://w3id.org/openim/shapes/PM-04Shape/first_seen_at>,
        <https://w3id.org/openim/shapes/PM-04Shape/gp_relationships>,
        <https://w3id.org/openim/shapes/PM-04Shape/known_aliases>,
        <https://w3id.org/openim/shapes/PM-04Shape/last_reviewed_at>,
        <https://w3id.org/openim/shapes/PM-04Shape/lei>,
        <https://w3id.org/openim/shapes/PM-04Shape/reviewed_by>,
        <https://w3id.org/openim/shapes/PM-04Shape/sector>,
        <https://w3id.org/openim/shapes/PM-04Shape/status>,
        <https://w3id.org/openim/shapes/PM-04Shape/sub_sector>,
        <https://w3id.org/openim/shapes/PM-04Shape/successor_company_id> ;
    sh:targetClass openim:PM-04 .

openim-shapes:PM-05Shape a sh:NodeShape ;
    rdfs:label "PM-05 Legal Vehicle / SPV shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-05Shape/incorporation_date>,
        <https://w3id.org/openim/shapes/PM-05Shape/investment_id>,
        <https://w3id.org/openim/shapes/PM-05Shape/jurisdiction>,
        <https://w3id.org/openim/shapes/PM-05Shape/lei>,
        <https://w3id.org/openim/shapes/PM-05Shape/vehicle_id>,
        <https://w3id.org/openim/shapes/PM-05Shape/vehicle_name>,
        <https://w3id.org/openim/shapes/PM-05Shape/vehicle_type> ;
    sh:targetClass openim:PM-05 .

openim-shapes:PM-06Shape a sh:NodeShape ;
    rdfs:label "PM-06 LP Commitment shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-06Shape/commitment_date>,
        <https://w3id.org/openim/shapes/PM-06Shape/commitment_id>,
        <https://w3id.org/openim/shapes/PM-06Shape/committed_usd>,
        <https://w3id.org/openim/shapes/PM-06Shape/currency>,
        <https://w3id.org/openim/shapes/PM-06Shape/fund_id>,
        <https://w3id.org/openim/shapes/PM-06Shape/lp_entity_id> ;
    sh:targetClass openim:PM-06 .

openim-shapes:PM-07Shape a sh:NodeShape ;
    rdfs:label "PM-07 Capital Call shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-07Shape/amount_usd>,
        <https://w3id.org/openim/shapes/PM-07Shape/call_date>,
        <https://w3id.org/openim/shapes/PM-07Shape/call_id>,
        <https://w3id.org/openim/shapes/PM-07Shape/call_number>,
        <https://w3id.org/openim/shapes/PM-07Shape/commitment_id>,
        <https://w3id.org/openim/shapes/PM-07Shape/cumulative_called_pct>,
        <https://w3id.org/openim/shapes/PM-07Shape/due_date>,
        <https://w3id.org/openim/shapes/PM-07Shape/fund_id>,
        <https://w3id.org/openim/shapes/PM-07Shape/purpose>,
        <https://w3id.org/openim/shapes/PM-07Shape/source> ;
    sh:targetClass openim:PM-07 .

openim-shapes:PM-08Shape a sh:NodeShape ;
    rdfs:label "PM-08 Distribution shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-08Shape/amount_usd>,
        <https://w3id.org/openim/shapes/PM-08Shape/commitment_id>,
        <https://w3id.org/openim/shapes/PM-08Shape/dist_date>,
        <https://w3id.org/openim/shapes/PM-08Shape/dist_id>,
        <https://w3id.org/openim/shapes/PM-08Shape/dist_type>,
        <https://w3id.org/openim/shapes/PM-08Shape/fund_id>,
        <https://w3id.org/openim/shapes/PM-08Shape/recallable>,
        <https://w3id.org/openim/shapes/PM-08Shape/source> ;
    sh:targetClass openim:PM-08 .

openim-shapes:PM-09Shape a sh:NodeShape ;
    rdfs:label "PM-09 Fund Investment shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-09Shape/entry_date>,
        <https://w3id.org/openim/shapes/PM-09Shape/exit_date>,
        <https://w3id.org/openim/shapes/PM-09Shape/exit_route>,
        <https://w3id.org/openim/shapes/PM-09Shape/fund_id>,
        <https://w3id.org/openim/shapes/PM-09Shape/gross_irr>,
        <https://w3id.org/openim/shapes/PM-09Shape/holding_type>,
        <https://w3id.org/openim/shapes/PM-09Shape/invested_usd>,
        <https://w3id.org/openim/shapes/PM-09Shape/investment_id>,
        <https://w3id.org/openim/shapes/PM-09Shape/investment_type>,
        <https://w3id.org/openim/shapes/PM-09Shape/moic>,
        <https://w3id.org/openim/shapes/PM-09Shape/realised_usd>,
        <https://w3id.org/openim/shapes/PM-09Shape/target_id>,
        <https://w3id.org/openim/shapes/PM-09Shape/unrealised_nav_usd> ;
    sh:targetClass openim:PM-09 .

openim-shapes:PM-10Shape a sh:NodeShape ;
    rdfs:label "PM-10 Fund Terms shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-10Shape/definition_type>,
        <https://w3id.org/openim/shapes/PM-10Shape/effective_from>,
        <https://w3id.org/openim/shapes/PM-10Shape/effective_to>,
        <https://w3id.org/openim/shapes/PM-10Shape/fixed_rate>,
        <https://w3id.org/openim/shapes/PM-10Shape/formula_spec>,
        <https://w3id.org/openim/shapes/PM-10Shape/fund_id>,
        <https://w3id.org/openim/shapes/PM-10Shape/hurdle_id>,
        <https://w3id.org/openim/shapes/PM-10Shape/source>,
        <https://w3id.org/openim/shapes/PM-10Shape/terms_id>,
        <https://w3id.org/openim/shapes/PM-10Shape/version> ;
    sh:targetClass openim:PM-10 .

openim-shapes:PM-11Shape a sh:NodeShape ;
    rdfs:label "PM-11 Manager Succession Event shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-11Shape/effective_date>,
        <https://w3id.org/openim/shapes/PM-11Shape/event_type>,
        <https://w3id.org/openim/shapes/PM-11Shape/predecessor_gp_id>,
        <https://w3id.org/openim/shapes/PM-11Shape/source>,
        <https://w3id.org/openim/shapes/PM-11Shape/succession_id>,
        <https://w3id.org/openim/shapes/PM-11Shape/successor_gp_id> ;
    sh:targetClass openim:PM-11 .

openim-shapes:PM-12Shape a sh:NodeShape ;
    rdfs:label "PM-12 Benchmark Cross-Reference shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-12Shape/asset_class>,
        <https://w3id.org/openim/shapes/PM-12Shape/benchmark_id>,
        <https://w3id.org/openim/shapes/PM-12Shape/cross_reference_id>,
        <https://w3id.org/openim/shapes/PM-12Shape/fund_id>,
        <https://w3id.org/openim/shapes/PM-12Shape/provider>,
        <https://w3id.org/openim/shapes/PM-12Shape/provider_fund_id>,
        <https://w3id.org/openim/shapes/PM-12Shape/vintage_year> ;
    sh:targetClass openim:PM-12 .

openim-shapes:PM-13Shape a sh:NodeShape ;
    rdfs:label "PM-13 Investor Capital Account shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-13Shape/allocated_gain>,
        <https://w3id.org/openim/shapes/PM-13Shape/allocated_income>,
        <https://w3id.org/openim/shapes/PM-13Shape/capital_account_id>,
        <https://w3id.org/openim/shapes/PM-13Shape/carried_interest>,
        <https://w3id.org/openim/shapes/PM-13Shape/closing_balance>,
        <https://w3id.org/openim/shapes/PM-13Shape/contributions>,
        <https://w3id.org/openim/shapes/PM-13Shape/currency>,
        <https://w3id.org/openim/shapes/PM-13Shape/distributions>,
        <https://w3id.org/openim/shapes/PM-13Shape/fund_id>,
        <https://w3id.org/openim/shapes/PM-13Shape/investor_entity_id>,
        <https://w3id.org/openim/shapes/PM-13Shape/management_fee>,
        <https://w3id.org/openim/shapes/PM-13Shape/opening_balance>,
        <https://w3id.org/openim/shapes/PM-13Shape/period> ;
    sh:targetClass openim:PM-13 .

openim-shapes:PM-14Shape a sh:NodeShape ;
    rdfs:label "PM-14 Direct Loan shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-14Shape/borrower_entity_id>,
        <https://w3id.org/openim/shapes/PM-14Shape/collateral_pool_ref>,
        <https://w3id.org/openim/shapes/PM-14Shape/covenants>,
        <https://w3id.org/openim/shapes/PM-14Shape/currency>,
        <https://w3id.org/openim/shapes/PM-14Shape/direct_loan_id>,
        <https://w3id.org/openim/shapes/PM-14Shape/drawn_amount>,
        <https://w3id.org/openim/shapes/PM-14Shape/facility_commitment_amount>,
        <https://w3id.org/openim/shapes/PM-14Shape/facility_type>,
        <https://w3id.org/openim/shapes/PM-14Shape/interest_rate_structure>,
        <https://w3id.org/openim/shapes/PM-14Shape/maturity_date>,
        <https://w3id.org/openim/shapes/PM-14Shape/originator_entity_id>,
        <https://w3id.org/openim/shapes/PM-14Shape/payment_schedule>,
        <https://w3id.org/openim/shapes/PM-14Shape/recovery_estimate>,
        <https://w3id.org/openim/shapes/PM-14Shape/seniority_rank>,
        <https://w3id.org/openim/shapes/PM-14Shape/undrawn_amount>,
        <https://w3id.org/openim/shapes/PM-14Shape/workout_status> ;
    sh:targetClass openim:PM-14 .

openim-shapes:PM-15Shape a sh:NodeShape ;
    rdfs:label "PM-15 Deal / Investment Opportunity shape" ;
    sh:property <https://w3id.org/openim/shapes/PM-15Shape/converted_record_id>,
        <https://w3id.org/openim/shapes/PM-15Shape/converted_record_type>,
        <https://w3id.org/openim/shapes/PM-15Shape/deal_id>,
        <https://w3id.org/openim/shapes/PM-15Shape/deal_name>,
        <https://w3id.org/openim/shapes/PM-15Shape/originating_team>,
        <https://w3id.org/openim/shapes/PM-15Shape/source_channel>,
        <https://w3id.org/openim/shapes/PM-15Shape/sourced_date>,
        <https://w3id.org/openim/shapes/PM-15Shape/strategy>,
        <https://w3id.org/openim/shapes/PM-15Shape/structure>,
        <https://w3id.org/openim/shapes/PM-15Shape/target_entity_id> ;
    sh:targetClass openim:PM-15 .

openim-shapes:RA-01Shape a sh:NodeShape ;
    rdfs:label "RA-01 Direct Real Asset shape" ;
    sh:property <https://w3id.org/openim/shapes/RA-01Shape/acquisition_date>,
        <https://w3id.org/openim/shapes/RA-01Shape/asset_category>,
        <https://w3id.org/openim/shapes/RA-01Shape/asset_name>,
        <https://w3id.org/openim/shapes/RA-01Shape/asset_subtype>,
        <https://w3id.org/openim/shapes/RA-01Shape/country>,
        <https://w3id.org/openim/shapes/RA-01Shape/currency>,
        <https://w3id.org/openim/shapes/RA-01Shape/external_ids>,
        <https://w3id.org/openim/shapes/RA-01Shape/holding_vehicle_id>,
        <https://w3id.org/openim/shapes/RA-01Shape/lifecycle_stage>,
        <https://w3id.org/openim/shapes/RA-01Shape/location>,
        <https://w3id.org/openim/shapes/RA-01Shape/ownership_pct>,
        <https://w3id.org/openim/shapes/RA-01Shape/physical_size>,
        <https://w3id.org/openim/shapes/RA-01Shape/real_asset_id>,
        <https://w3id.org/openim/shapes/RA-01Shape/size_unit>,
        <https://w3id.org/openim/shapes/RA-01Shape/status>,
        <https://w3id.org/openim/shapes/RA-01Shape/tenure> ;
    sh:targetClass openim:RA-01 .

openim-shapes:RA-02Shape a sh:NodeShape ;
    rdfs:label "RA-02 Asset Operating Record shape" ;
    sh:property <https://w3id.org/openim/shapes/RA-02Shape/availability_pct>,
        <https://w3id.org/openim/shapes/RA-02Shape/capacity_utilisation>,
        <https://w3id.org/openim/shapes/RA-02Shape/capex_incurred>,
        <https://w3id.org/openim/shapes/RA-02Shape/currency>,
        <https://w3id.org/openim/shapes/RA-02Shape/gross_income>,
        <https://w3id.org/openim/shapes/RA-02Shape/net_operating_income>,
        <https://w3id.org/openim/shapes/RA-02Shape/occupancy_rate>,
        <https://w3id.org/openim/shapes/RA-02Shape/operating_expense>,
        <https://w3id.org/openim/shapes/RA-02Shape/operating_record_id>,
        <https://w3id.org/openim/shapes/RA-02Shape/period_end>,
        <https://w3id.org/openim/shapes/RA-02Shape/period_start>,
        <https://w3id.org/openim/shapes/RA-02Shape/real_asset_id>,
        <https://w3id.org/openim/shapes/RA-02Shape/revenue_basis>,
        <https://w3id.org/openim/shapes/RA-02Shape/source>,
        <https://w3id.org/openim/shapes/RA-02Shape/throughput>,
        <https://w3id.org/openim/shapes/RA-02Shape/throughput_unit> ;
    sh:targetClass openim:RA-02 .

openim-shapes:RA-03Shape a sh:NodeShape ;
    rdfs:label "RA-03 Lease / Tenancy shape" ;
    sh:property <https://w3id.org/openim/shapes/RA-03Shape/break_date>,
        <https://w3id.org/openim/shapes/RA-03Shape/currency>,
        <https://w3id.org/openim/shapes/RA-03Shape/demised_area>,
        <https://w3id.org/openim/shapes/RA-03Shape/lease_expiry>,
        <https://w3id.org/openim/shapes/RA-03Shape/lease_id>,
        <https://w3id.org/openim/shapes/RA-03Shape/lease_start>,
        <https://w3id.org/openim/shapes/RA-03Shape/lease_status>,
        <https://w3id.org/openim/shapes/RA-03Shape/lease_type>,
        <https://w3id.org/openim/shapes/RA-03Shape/next_review_date>,
        <https://w3id.org/openim/shapes/RA-03Shape/passing_rent>,
        <https://w3id.org/openim/shapes/RA-03Shape/real_asset_id>,
        <https://w3id.org/openim/shapes/RA-03Shape/rent_review_basis>,
        <https://w3id.org/openim/shapes/RA-03Shape/source>,
        <https://w3id.org/openim/shapes/RA-03Shape/tenant_covenant>,
        <https://w3id.org/openim/shapes/RA-03Shape/tenant_entity_id> ;
    sh:targetClass openim:RA-03 .

openim-shapes:RA-04Shape a sh:NodeShape ;
    rdfs:label "RA-04 Development Project shape" ;
    sh:property <https://w3id.org/openim/shapes/RA-04Shape/actual_completion>,
        <https://w3id.org/openim/shapes/RA-04Shape/concession_end>,
        <https://w3id.org/openim/shapes/RA-04Shape/concession_grantor_id>,
        <https://w3id.org/openim/shapes/RA-04Shape/concession_start>,
        <https://w3id.org/openim/shapes/RA-04Shape/construction_start>,
        <https://w3id.org/openim/shapes/RA-04Shape/contractor_entity_id>,
        <https://w3id.org/openim/shapes/RA-04Shape/cost_incurred_to_date>,
        <https://w3id.org/openim/shapes/RA-04Shape/currency>,
        <https://w3id.org/openim/shapes/RA-04Shape/development_type>,
        <https://w3id.org/openim/shapes/RA-04Shape/project_id>,
        <https://w3id.org/openim/shapes/RA-04Shape/project_phase>,
        <https://w3id.org/openim/shapes/RA-04Shape/real_asset_id>,
        <https://w3id.org/openim/shapes/RA-04Shape/revenue_model>,
        <https://w3id.org/openim/shapes/RA-04Shape/status>,
        <https://w3id.org/openim/shapes/RA-04Shape/target_completion>,
        <https://w3id.org/openim/shapes/RA-04Shape/total_development_cost> ;
    sh:targetClass openim:RA-04 .

openim-shapes:RA-05Shape a sh:NodeShape ;
    rdfs:label "RA-05 Asset Appraisal shape" ;
    sh:property <https://w3id.org/openim/shapes/RA-05Shape/appraisal_id>,
        <https://w3id.org/openim/shapes/RA-05Shape/appraised_value>,
        <https://w3id.org/openim/shapes/RA-05Shape/basis_of_value>,
        <https://w3id.org/openim/shapes/RA-05Shape/confidence_score>,
        <https://w3id.org/openim/shapes/RA-05Shape/currency>,
        <https://w3id.org/openim/shapes/RA-05Shape/discount_rate>,
        <https://w3id.org/openim/shapes/RA-05Shape/inspection_date>,
        <https://w3id.org/openim/shapes/RA-05Shape/real_asset_id>,
        <https://w3id.org/openim/shapes/RA-05Shape/reporting_basis>,
        <https://w3id.org/openim/shapes/RA-05Shape/valuation_approach>,
        <https://w3id.org/openim/shapes/RA-05Shape/valuation_date>,
        <https://w3id.org/openim/shapes/RA-05Shape/valuation_standard>,
        <https://w3id.org/openim/shapes/RA-05Shape/valuer_entity_id>,
        <https://w3id.org/openim/shapes/RA-05Shape/valuer_type> ;
    sh:targetClass openim:RA-05 .

<https://w3id.org/openim/shapes/DR-01Shape/ccp_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "ccp_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#ccp_entity_id> .

<https://w3id.org/openim/shapes/DR-01Shape/contract_multiplier> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "contract_multiplier" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#contract_multiplier> .

<https://w3id.org/openim/shapes/DR-01Shape/derivative_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "derivative_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#derivative_type> .

<https://w3id.org/openim/shapes/DR-01Shape/exchange_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "exchange_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#exchange_entity_id> .

<https://w3id.org/openim/shapes/DR-01Shape/exchange_symbol> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "exchange_symbol" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#exchange_symbol> .

<https://w3id.org/openim/shapes/DR-01Shape/exercise_style> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "exercise_style" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#exercise_style> .

<https://w3id.org/openim/shapes/DR-01Shape/expiry_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "expiry_date" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#expiry_date> .

<https://w3id.org/openim/shapes/DR-01Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#instrument_id> .

<https://w3id.org/openim/shapes/DR-01Shape/option_right> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "option_right" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#option_right> .

<https://w3id.org/openim/shapes/DR-01Shape/settlement_method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "settlement_method" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#settlement_method> .

<https://w3id.org/openim/shapes/DR-01Shape/strike_price> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "strike_price" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#strike_price> .

<https://w3id.org/openim/shapes/DR-01Shape/tick_size> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "tick_size" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#tick_size> .

<https://w3id.org/openim/shapes/DR-01Shape/underlying_instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "underlying_instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#underlying_instrument_id> .

<https://w3id.org/openim/shapes/DR-01Shape/underlying_reference> a sh:PropertyShape ;
    sh:class openim:E-10 ;
    sh:maxCount 1 ;
    sh:name "underlying_reference" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#underlying_reference> .

<https://w3id.org/openim/shapes/DR-01Shape/underlying_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "underlying_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-01#underlying_type> .

<https://w3id.org/openim/shapes/DR-02Shape/cdm_trade_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cdm_trade_ref" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#cdm_trade_ref> .

<https://w3id.org/openim/shapes/DR-02Shape/clearing_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "clearing_status" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#clearing_status> .

<https://w3id.org/openim/shapes/DR-02Shape/counterparty_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "counterparty_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#counterparty_entity_id> .

<https://w3id.org/openim/shapes/DR-02Shape/derivative_sub_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "derivative_sub_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#derivative_sub_type> .

<https://w3id.org/openim/shapes/DR-02Shape/derivative_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "derivative_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#derivative_type> .

<https://w3id.org/openim/shapes/DR-02Shape/effective_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_date" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#effective_date> .

<https://w3id.org/openim/shapes/DR-02Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#instrument_id> .

<https://w3id.org/openim/shapes/DR-02Shape/master_agreement_id> a sh:PropertyShape ;
    sh:class openim:DR-03 ;
    sh:maxCount 1 ;
    sh:name "master_agreement_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#master_agreement_id> .

<https://w3id.org/openim/shapes/DR-02Shape/maturity_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "maturity_date" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#maturity_date> .

<https://w3id.org/openim/shapes/DR-02Shape/notional_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "notional_amount" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#notional_amount> .

<https://w3id.org/openim/shapes/DR-02Shape/notional_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "notional_currency" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#notional_currency> .

<https://w3id.org/openim/shapes/DR-02Shape/pay_leg> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "pay_leg" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#pay_leg> .

<https://w3id.org/openim/shapes/DR-02Shape/receive_leg> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "receive_leg" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#receive_leg> .

<https://w3id.org/openim/shapes/DR-02Shape/trade_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "trade_date" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#trade_date> .

<https://w3id.org/openim/shapes/DR-02Shape/underlying_instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "underlying_instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#underlying_instrument_id> .

<https://w3id.org/openim/shapes/DR-02Shape/underlying_reference> a sh:PropertyShape ;
    sh:class openim:E-10 ;
    sh:maxCount 1 ;
    sh:name "underlying_reference" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#underlying_reference> .

<https://w3id.org/openim/shapes/DR-02Shape/underlying_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "underlying_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-02#underlying_type> .

<https://w3id.org/openim/shapes/DR-03Shape/agreement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "agreement_date" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#agreement_date> .

<https://w3id.org/openim/shapes/DR-03Shape/agreement_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "agreement_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#agreement_type> .

<https://w3id.org/openim/shapes/DR-03Shape/base_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "base_currency" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#base_currency> .

<https://w3id.org/openim/shapes/DR-03Shape/counterparty_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "counterparty_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#counterparty_entity_id> .

<https://w3id.org/openim/shapes/DR-03Shape/csa_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "csa_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#csa_id> .

<https://w3id.org/openim/shapes/DR-03Shape/csa_law_form> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "csa_law_form" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#csa_law_form> .

<https://w3id.org/openim/shapes/DR-03Shape/csa_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "csa_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#csa_type> .

<https://w3id.org/openim/shapes/DR-03Shape/direction> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "direction" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#direction> .

<https://w3id.org/openim/shapes/DR-03Shape/eligible_collateral> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "eligible_collateral" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#eligible_collateral> .

<https://w3id.org/openim/shapes/DR-03Shape/governing_law> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "governing_law" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#governing_law> .

<https://w3id.org/openim/shapes/DR-03Shape/independent_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "independent_amount" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#independent_amount> .

<https://w3id.org/openim/shapes/DR-03Shape/investor_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "investor_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#investor_entity_id> .

<https://w3id.org/openim/shapes/DR-03Shape/margin_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "margin_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#margin_type> .

<https://w3id.org/openim/shapes/DR-03Shape/master_agreement_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "master_agreement_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#master_agreement_id> .

<https://w3id.org/openim/shapes/DR-03Shape/minimum_transfer_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "minimum_transfer_amount" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#minimum_transfer_amount> .

<https://w3id.org/openim/shapes/DR-03Shape/netting_enforceable> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "netting_enforceable" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#netting_enforceable> .

<https://w3id.org/openim/shapes/DR-03Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#status> .

<https://w3id.org/openim/shapes/DR-03Shape/threshold_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "threshold_amount" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#threshold_amount> .

<https://w3id.org/openim/shapes/DR-03Shape/valuation_agent> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "valuation_agent" ;
    sh:path <https://w3id.org/openim/ontology/DR-03#valuation_agent> .

<https://w3id.org/openim/shapes/DR-04Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#as_of_date> .

<https://w3id.org/openim/shapes/DR-04Shape/balance_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "balance_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#balance_id> .

<https://w3id.org/openim/shapes/DR-04Shape/clearing_relationship_id> a sh:PropertyShape ;
    sh:class openim:DR-05 ;
    sh:maxCount 1 ;
    sh:name "clearing_relationship_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#clearing_relationship_id> .

<https://w3id.org/openim/shapes/DR-04Shape/collateral_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "collateral_currency" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#collateral_currency> .

<https://w3id.org/openim/shapes/DR-04Shape/collateral_posted_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "collateral_posted_usd" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#collateral_posted_usd> .

<https://w3id.org/openim/shapes/DR-04Shape/collateral_received_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "collateral_received_usd" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#collateral_received_usd> .

<https://w3id.org/openim/shapes/DR-04Shape/disputed> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "disputed" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#disputed> .

<https://w3id.org/openim/shapes/DR-04Shape/margin_call_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "margin_call_usd" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#margin_call_usd> .

<https://w3id.org/openim/shapes/DR-04Shape/margin_required_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "margin_required_usd" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#margin_required_usd> .

<https://w3id.org/openim/shapes/DR-04Shape/margin_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "margin_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#margin_type> .

<https://w3id.org/openim/shapes/DR-04Shape/master_agreement_id> a sh:PropertyShape ;
    sh:class openim:DR-03 ;
    sh:maxCount 1 ;
    sh:name "master_agreement_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#master_agreement_id> .

<https://w3id.org/openim/shapes/DR-04Shape/net_exposure_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "net_exposure_usd" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#net_exposure_usd> .

<https://w3id.org/openim/shapes/DR-04Shape/relationship_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "relationship_type" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#relationship_type> .

<https://w3id.org/openim/shapes/DR-04Shape/segregated> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "segregated" ;
    sh:path <https://w3id.org/openim/ontology/DR-04#segregated> .

<https://w3id.org/openim/shapes/DR-05Shape/asset_class_scope> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "asset_class_scope" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#asset_class_scope> .

<https://w3id.org/openim/shapes/DR-05Shape/ccp_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "ccp_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#ccp_entity_id> .

<https://w3id.org/openim/shapes/DR-05Shape/clearing_account_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "clearing_account_ref" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#clearing_account_ref> .

<https://w3id.org/openim/shapes/DR-05Shape/clearing_agreement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "clearing_agreement_date" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#clearing_agreement_date> .

<https://w3id.org/openim/shapes/DR-05Shape/clearing_broker_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "clearing_broker_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#clearing_broker_entity_id> .

<https://w3id.org/openim/shapes/DR-05Shape/clearing_model> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "clearing_model" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#clearing_model> .

<https://w3id.org/openim/shapes/DR-05Shape/clearing_relationship_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "clearing_relationship_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#clearing_relationship_id> .

<https://w3id.org/openim/shapes/DR-05Shape/investor_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "investor_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#investor_entity_id> .

<https://w3id.org/openim/shapes/DR-05Shape/margin_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "margin_basis" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#margin_basis> .

<https://w3id.org/openim/shapes/DR-05Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/DR-05#status> .

<https://w3id.org/openim/shapes/E-01Shape/domicile> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "domicile" ;
    sh:path <https://w3id.org/openim/ontology/E-01#domicile> .

<https://w3id.org/openim/shapes/E-01Shape/entity_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-01#entity_id> .

<https://w3id.org/openim/shapes/E-01Shape/entity_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "entity_name" ;
    sh:path <https://w3id.org/openim/ontology/E-01#entity_name> .

<https://w3id.org/openim/shapes/E-01Shape/entity_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "entity_type" ;
    sh:path <https://w3id.org/openim/ontology/E-01#entity_type> .

<https://w3id.org/openim/shapes/E-01Shape/external_ids> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "external_ids" ;
    sh:path <https://w3id.org/openim/ontology/E-01#external_ids> .

<https://w3id.org/openim/shapes/E-01Shape/first_seen_at> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "first_seen_at" ;
    sh:path <https://w3id.org/openim/ontology/E-01#first_seen_at> .

<https://w3id.org/openim/shapes/E-01Shape/known_aliases> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "known_aliases" ;
    sh:path <https://w3id.org/openim/ontology/E-01#known_aliases> .

<https://w3id.org/openim/shapes/E-01Shape/lei> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lei" ;
    sh:path <https://w3id.org/openim/ontology/E-01#lei> .

<https://w3id.org/openim/shapes/E-01Shape/parent_entity_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "parent_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-01#parent_entity_id> .

<https://w3id.org/openim/shapes/E-01Shape/party_relationship_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "party_relationship_type" ;
    sh:path <https://w3id.org/openim/ontology/E-01#party_relationship_type> .

<https://w3id.org/openim/shapes/E-01Shape/related_entity_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "related_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-01#related_entity_id> .

<https://w3id.org/openim/shapes/E-01Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-01#status> .

<https://w3id.org/openim/shapes/E-02Shape/asset_class> a sh:PropertyShape ;
    sh:class openim:E-09 ;
    sh:maxCount 1 ;
    sh:name "asset_class" ;
    sh:path <https://w3id.org/openim/ontology/E-02#asset_class> .

<https://w3id.org/openim/shapes/E-02Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-02#currency> .

<https://w3id.org/openim/shapes/E-02Shape/external_ids> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "external_ids" ;
    sh:path <https://w3id.org/openim/ontology/E-02#external_ids> .

<https://w3id.org/openim/shapes/E-02Shape/figi> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "figi" ;
    sh:path <https://w3id.org/openim/ontology/E-02#figi> .

<https://w3id.org/openim/shapes/E-02Shape/instrument_class> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "instrument_class" ;
    sh:path <https://w3id.org/openim/ontology/E-02#instrument_class> .

<https://w3id.org/openim/shapes/E-02Shape/instrument_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/E-02#instrument_id> .

<https://w3id.org/openim/shapes/E-02Shape/instrument_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "instrument_name" ;
    sh:path <https://w3id.org/openim/ontology/E-02#instrument_name> .

<https://w3id.org/openim/shapes/E-02Shape/isin> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "isin" ;
    sh:path <https://w3id.org/openim/ontology/E-02#isin> .

<https://w3id.org/openim/shapes/E-02Shape/issuer_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "issuer_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-02#issuer_entity_id> .

<https://w3id.org/openim/shapes/E-02Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-02#status> .

<https://w3id.org/openim/shapes/E-03Shape/asset_class> a sh:PropertyShape ;
    sh:class openim:E-09 ;
    sh:maxCount 1 ;
    sh:name "asset_class" ;
    sh:path <https://w3id.org/openim/ontology/E-03#asset_class> .

<https://w3id.org/openim/shapes/E-03Shape/base_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "base_currency" ;
    sh:path <https://w3id.org/openim/ontology/E-03#base_currency> .

<https://w3id.org/openim/shapes/E-03Shape/benchmark_id> a sh:PropertyShape ;
    sh:class openim:E-10 ;
    sh:maxCount 1 ;
    sh:name "benchmark_id" ;
    sh:path <https://w3id.org/openim/ontology/E-03#benchmark_id> .

<https://w3id.org/openim/shapes/E-03Shape/governing_plan_id> a sh:PropertyShape ;
    sh:class openim:E-29 ;
    sh:maxCount 1 ;
    sh:name "governing_plan_id" ;
    sh:path <https://w3id.org/openim/ontology/E-03#governing_plan_id> .

<https://w3id.org/openim/shapes/E-03Shape/inception_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "inception_date" ;
    sh:path <https://w3id.org/openim/ontology/E-03#inception_date> .

<https://w3id.org/openim/shapes/E-03Shape/managed_by_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "managed_by_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-03#managed_by_entity_id> .

<https://w3id.org/openim/shapes/E-03Shape/mandate_objective> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "mandate_objective" ;
    sh:path <https://w3id.org/openim/ontology/E-03#mandate_objective> .

<https://w3id.org/openim/shapes/E-03Shape/parent_portfolio_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "parent_portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/E-03#parent_portfolio_id> .

<https://w3id.org/openim/shapes/E-03Shape/portfolio_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/E-03#portfolio_id> .

<https://w3id.org/openim/shapes/E-03Shape/portfolio_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "portfolio_name" ;
    sh:path <https://w3id.org/openim/ontology/E-03#portfolio_name> .

<https://w3id.org/openim/shapes/E-03Shape/portfolio_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "portfolio_type" ;
    sh:path <https://w3id.org/openim/ontology/E-03#portfolio_type> .

<https://w3id.org/openim/shapes/E-03Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-03#status> .

<https://w3id.org/openim/shapes/E-04Shape/accrued_income_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "accrued_income_usd" ;
    sh:path <https://w3id.org/openim/ontology/E-04#accrued_income_usd> .

<https://w3id.org/openim/shapes/E-04Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-04#as_of_date> .

<https://w3id.org/openim/shapes/E-04Shape/book> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "book" ;
    sh:path <https://w3id.org/openim/ontology/E-04#book> .

<https://w3id.org/openim/shapes/E-04Shape/commitment_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "commitment_usd" ;
    sh:path <https://w3id.org/openim/ontology/E-04#commitment_usd> .

<https://w3id.org/openim/shapes/E-04Shape/cost_basis_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "cost_basis_usd" ;
    sh:path <https://w3id.org/openim/ontology/E-04#cost_basis_usd> .

<https://w3id.org/openim/shapes/E-04Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-04#currency> .

<https://w3id.org/openim/shapes/E-04Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/E-04#instrument_id> .

<https://w3id.org/openim/shapes/E-04Shape/market_value_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "market_value_usd" ;
    sh:path <https://w3id.org/openim/ontology/E-04#market_value_usd> .

<https://w3id.org/openim/shapes/E-04Shape/portfolio_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/E-04#portfolio_id> .

<https://w3id.org/openim/shapes/E-04Shape/position_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "position_id" ;
    sh:path <https://w3id.org/openim/ontology/E-04#position_id> .

<https://w3id.org/openim/shapes/E-04Shape/quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "quantity" ;
    sh:path <https://w3id.org/openim/ontology/E-04#quantity> .

<https://w3id.org/openim/shapes/E-05Shape/amount_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "amount_usd" ;
    sh:path <https://w3id.org/openim/ontology/E-05#amount_usd> .

<https://w3id.org/openim/shapes/E-05Shape/counterparty_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "counterparty_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-05#counterparty_entity_id> .

<https://w3id.org/openim/shapes/E-05Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/E-05#instrument_id> .

<https://w3id.org/openim/shapes/E-05Shape/portfolio_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/E-05#portfolio_id> .

<https://w3id.org/openim/shapes/E-05Shape/quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "quantity" ;
    sh:path <https://w3id.org/openim/ontology/E-05#quantity> .

<https://w3id.org/openim/shapes/E-05Shape/settlement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "settlement_date" ;
    sh:path <https://w3id.org/openim/ontology/E-05#settlement_date> .

<https://w3id.org/openim/shapes/E-05Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/E-05#source> .

<https://w3id.org/openim/shapes/E-05Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-05#status> .

<https://w3id.org/openim/shapes/E-05Shape/trade_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "trade_date" ;
    sh:path <https://w3id.org/openim/ontology/E-05#trade_date> .

<https://w3id.org/openim/shapes/E-05Shape/transaction_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "transaction_id" ;
    sh:path <https://w3id.org/openim/ontology/E-05#transaction_id> .

<https://w3id.org/openim/shapes/E-05Shape/transaction_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "transaction_type" ;
    sh:path <https://w3id.org/openim/ontology/E-05#transaction_type> .

<https://w3id.org/openim/shapes/E-06Shape/amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "amount" ;
    sh:path <https://w3id.org/openim/ontology/E-06#amount> .

<https://w3id.org/openim/shapes/E-06Shape/cash_flow_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "cash_flow_date" ;
    sh:path <https://w3id.org/openim/ontology/E-06#cash_flow_date> .

<https://w3id.org/openim/shapes/E-06Shape/cash_flow_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "cash_flow_id" ;
    sh:path <https://w3id.org/openim/ontology/E-06#cash_flow_id> .

<https://w3id.org/openim/shapes/E-06Shape/cash_flow_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cash_flow_type" ;
    sh:path <https://w3id.org/openim/ontology/E-06#cash_flow_type> .

<https://w3id.org/openim/shapes/E-06Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-06#currency> .

<https://w3id.org/openim/shapes/E-06Shape/direction> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "direction" ;
    sh:path <https://w3id.org/openim/ontology/E-06#direction> .

<https://w3id.org/openim/shapes/E-06Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/E-06#instrument_id> .

<https://w3id.org/openim/shapes/E-06Shape/portfolio_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/E-06#portfolio_id> .

<https://w3id.org/openim/shapes/E-06Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/E-06#source> .

<https://w3id.org/openim/shapes/E-06Shape/transaction_id> a sh:PropertyShape ;
    sh:class openim:E-05 ;
    sh:maxCount 1 ;
    sh:name "transaction_id" ;
    sh:path <https://w3id.org/openim/ontology/E-06#transaction_id> .

<https://w3id.org/openim/shapes/E-07Shape/confidence_score> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "confidence_score" ;
    sh:path <https://w3id.org/openim/ontology/E-07#confidence_score> .

<https://w3id.org/openim/shapes/E-07Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/E-07#instrument_id> .

<https://w3id.org/openim/shapes/E-07Shape/method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "method" ;
    sh:path <https://w3id.org/openim/ontology/E-07#method> .

<https://w3id.org/openim/shapes/E-07Shape/position_id> a sh:PropertyShape ;
    sh:class openim:E-04 ;
    sh:maxCount 1 ;
    sh:name "position_id" ;
    sh:path <https://w3id.org/openim/ontology/E-07#position_id> .

<https://w3id.org/openim/shapes/E-07Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/E-07#source> .

<https://w3id.org/openim/shapes/E-07Shape/unit_class_id> a sh:PropertyShape ;
    sh:class openim:FO-02 ;
    sh:maxCount 1 ;
    sh:name "unit_class_id" ;
    sh:path <https://w3id.org/openim/ontology/E-07#unit_class_id> .

<https://w3id.org/openim/shapes/E-07Shape/units_in_issue> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "units_in_issue" ;
    sh:path <https://w3id.org/openim/ontology/E-07#units_in_issue> .

<https://w3id.org/openim/shapes/E-07Shape/valuation_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "valuation_date" ;
    sh:path <https://w3id.org/openim/ontology/E-07#valuation_date> .

<https://w3id.org/openim/shapes/E-07Shape/valuation_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "valuation_id" ;
    sh:path <https://w3id.org/openim/ontology/E-07#valuation_id> .

<https://w3id.org/openim/shapes/E-07Shape/valuation_level> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "valuation_level" ;
    sh:path <https://w3id.org/openim/ontology/E-07#valuation_level> .

<https://w3id.org/openim/shapes/E-07Shape/value_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "value_usd" ;
    sh:path <https://w3id.org/openim/ontology/E-07#value_usd> .

<https://w3id.org/openim/shapes/E-08Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-08#currency> .

<https://w3id.org/openim/shapes/E-08Shape/data_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "data_type" ;
    sh:path <https://w3id.org/openim/ontology/E-08#data_type> .

<https://w3id.org/openim/shapes/E-08Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/E-08#instrument_id> .

<https://w3id.org/openim/shapes/E-08Shape/market_data_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "market_data_id" ;
    sh:path <https://w3id.org/openim/ontology/E-08#market_data_id> .

<https://w3id.org/openim/shapes/E-08Shape/observation_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "observation_date" ;
    sh:path <https://w3id.org/openim/ontology/E-08#observation_date> .

<https://w3id.org/openim/shapes/E-08Shape/provider> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "provider" ;
    sh:path <https://w3id.org/openim/ontology/E-08#provider> .

<https://w3id.org/openim/shapes/E-08Shape/value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "value" ;
    sh:path <https://w3id.org/openim/ontology/E-08#value> .

<https://w3id.org/openim/shapes/E-09Shape/asset_class_code> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "asset_class_code" ;
    sh:path <https://w3id.org/openim/ontology/E-09#asset_class_code> .

<https://w3id.org/openim/shapes/E-09Shape/asset_class_key> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "asset_class_key" ;
    sh:path <https://w3id.org/openim/ontology/E-09#asset_class_key> .

<https://w3id.org/openim/shapes/E-09Shape/asset_class_label> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "asset_class_label" ;
    sh:path <https://w3id.org/openim/ontology/E-09#asset_class_label> .

<https://w3id.org/openim/shapes/E-09Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-09#effective_from> .

<https://w3id.org/openim/shapes/E-09Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-09#effective_to> .

<https://w3id.org/openim/shapes/E-09Shape/markets> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "markets" ;
    sh:path <https://w3id.org/openim/ontology/E-09#markets> .

<https://w3id.org/openim/shapes/E-09Shape/strategy_code> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "strategy_code" ;
    sh:path <https://w3id.org/openim/ontology/E-09#strategy_code> .

<https://w3id.org/openim/shapes/E-09Shape/sub_strategy_code> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "sub_strategy_code" ;
    sh:path <https://w3id.org/openim/ontology/E-09#sub_strategy_code> .

<https://w3id.org/openim/shapes/E-10Shape/asset_class> a sh:PropertyShape ;
    sh:class openim:E-09 ;
    sh:maxCount 1 ;
    sh:name "asset_class" ;
    sh:path <https://w3id.org/openim/ontology/E-10#asset_class> .

<https://w3id.org/openim/shapes/E-10Shape/benchmark_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "benchmark_id" ;
    sh:path <https://w3id.org/openim/ontology/E-10#benchmark_id> .

<https://w3id.org/openim/shapes/E-10Shape/benchmark_kind> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "benchmark_kind" ;
    sh:path <https://w3id.org/openim/ontology/E-10#benchmark_kind> .

<https://w3id.org/openim/shapes/E-10Shape/benchmark_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "benchmark_name" ;
    sh:path <https://w3id.org/openim/ontology/E-10#benchmark_name> .

<https://w3id.org/openim/shapes/E-10Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-10#currency> .

<https://w3id.org/openim/shapes/E-10Shape/methodology> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "methodology" ;
    sh:path <https://w3id.org/openim/ontology/E-10#methodology> .

<https://w3id.org/openim/shapes/E-10Shape/provider> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "provider" ;
    sh:path <https://w3id.org/openim/ontology/E-10#provider> .

<https://w3id.org/openim/shapes/E-10Shape/vintage_year> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "vintage_year" ;
    sh:path <https://w3id.org/openim/ontology/E-10#vintage_year> .

<https://w3id.org/openim/shapes/E-11Shape/classification_type_code> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "classification_type_code" ;
    sh:path <https://w3id.org/openim/ontology/E-11#classification_type_code> .

<https://w3id.org/openim/shapes/E-11Shape/classification_type_key> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "classification_type_key" ;
    sh:path <https://w3id.org/openim/ontology/E-11#classification_type_key> .

<https://w3id.org/openim/shapes/E-11Shape/classification_value_key> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "classification_value_key" ;
    sh:path <https://w3id.org/openim/ontology/E-11#classification_value_key> .

<https://w3id.org/openim/shapes/E-11Shape/description> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "description" ;
    sh:path <https://w3id.org/openim/ontology/E-11#description> .

<https://w3id.org/openim/shapes/E-11Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-11#effective_from> .

<https://w3id.org/openim/shapes/E-11Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-11#effective_to> .

<https://w3id.org/openim/shapes/E-11Shape/owner> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "owner" ;
    sh:path <https://w3id.org/openim/ontology/E-11#owner> .

<https://w3id.org/openim/shapes/E-11Shape/superseded_by_key> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "superseded_by_key" ;
    sh:path <https://w3id.org/openim/ontology/E-11#superseded_by_key> .

<https://w3id.org/openim/shapes/E-11Shape/value_code> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "value_code" ;
    sh:path <https://w3id.org/openim/ontology/E-11#value_code> .

<https://w3id.org/openim/shapes/E-11Shape/value_label> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "value_label" ;
    sh:path <https://w3id.org/openim/ontology/E-11#value_label> .

<https://w3id.org/openim/shapes/E-12Shape/classification_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "classification_id" ;
    sh:path <https://w3id.org/openim/ontology/E-12#classification_id> .

<https://w3id.org/openim/shapes/E-12Shape/classification_type> a sh:PropertyShape ;
    sh:class openim:E-11 ;
    sh:maxCount 1 ;
    sh:name "classification_type" ;
    sh:path <https://w3id.org/openim/ontology/E-12#classification_type> .

<https://w3id.org/openim/shapes/E-12Shape/classification_value> a sh:PropertyShape ;
    sh:class openim:E-11 ;
    sh:maxCount 1 ;
    sh:name "classification_value" ;
    sh:path <https://w3id.org/openim/ontology/E-12#classification_value> .

<https://w3id.org/openim/shapes/E-12Shape/confidence_tier> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "confidence_tier" ;
    sh:path <https://w3id.org/openim/ontology/E-12#confidence_tier> .

<https://w3id.org/openim/shapes/E-12Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-12#effective_from> .

<https://w3id.org/openim/shapes/E-12Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-12#effective_to> .

<https://w3id.org/openim/shapes/E-12Shape/source_method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source_method" ;
    sh:path <https://w3id.org/openim/ontology/E-12#source_method> .

<https://w3id.org/openim/shapes/E-12Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-12#subject_id> .

<https://w3id.org/openim/shapes/E-12Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-12#subject_type> .

<https://w3id.org/openim/shapes/E-13Shape/alias_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "alias_id" ;
    sh:path <https://w3id.org/openim/ontology/E-13#alias_id> .

<https://w3id.org/openim/shapes/E-13Shape/alias_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "alias_name" ;
    sh:path <https://w3id.org/openim/ontology/E-13#alias_name> .

<https://w3id.org/openim/shapes/E-13Shape/confirmed_by> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "confirmed_by" ;
    sh:path <https://w3id.org/openim/ontology/E-13#confirmed_by> .

<https://w3id.org/openim/shapes/E-13Shape/first_seen_at> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "first_seen_at" ;
    sh:path <https://w3id.org/openim/ontology/E-13#first_seen_at> .

<https://w3id.org/openim/shapes/E-13Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/E-13#source> .

<https://w3id.org/openim/shapes/E-13Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-13#subject_id> .

<https://w3id.org/openim/shapes/E-13Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-13#subject_type> .

<https://w3id.org/openim/shapes/E-14Shape/external_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "external_id" ;
    sh:path <https://w3id.org/openim/ontology/E-14#external_id> .

<https://w3id.org/openim/shapes/E-14Shape/external_id_record> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "external_id_record" ;
    sh:path <https://w3id.org/openim/ontology/E-14#external_id_record> .

<https://w3id.org/openim/shapes/E-14Shape/external_system> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "external_system" ;
    sh:path <https://w3id.org/openim/ontology/E-14#external_system> .

<https://w3id.org/openim/shapes/E-14Shape/id_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "id_type" ;
    sh:path <https://w3id.org/openim/ontology/E-14#id_type> .

<https://w3id.org/openim/shapes/E-14Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-14#subject_id> .

<https://w3id.org/openim/shapes/E-14Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-14#subject_type> .

<https://w3id.org/openim/shapes/E-14Shape/verified> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "verified" ;
    sh:path <https://w3id.org/openim/ontology/E-14#verified> .

<https://w3id.org/openim/shapes/E-15Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-15#as_of_date> .

<https://w3id.org/openim/shapes/E-15Shape/document_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "document_id" ;
    sh:path <https://w3id.org/openim/ontology/E-15#document_id> .

<https://w3id.org/openim/shapes/E-15Shape/document_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "document_type" ;
    sh:path <https://w3id.org/openim/ontology/E-15#document_type> .

<https://w3id.org/openim/shapes/E-15Shape/filing_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "filing_date" ;
    sh:path <https://w3id.org/openim/ontology/E-15#filing_date> .

<https://w3id.org/openim/shapes/E-15Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/E-15#source> .

<https://w3id.org/openim/shapes/E-15Shape/storage_path> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "storage_path" ;
    sh:path <https://w3id.org/openim/ontology/E-15#storage_path> .

<https://w3id.org/openim/shapes/E-15Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-15#subject_id> .

<https://w3id.org/openim/shapes/E-15Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-15#subject_type> .

<https://w3id.org/openim/shapes/E-16Shape/approved_by> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "approved_by" ;
    sh:path <https://w3id.org/openim/ontology/E-16#approved_by> .

<https://w3id.org/openim/shapes/E-16Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-16#effective_from> .

<https://w3id.org/openim/shapes/E-16Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-16#effective_to> .

<https://w3id.org/openim/shapes/E-16Shape/enforcement> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "enforcement" ;
    sh:path <https://w3id.org/openim/ontology/E-16#enforcement> .

<https://w3id.org/openim/shapes/E-16Shape/limit_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "limit_id" ;
    sh:path <https://w3id.org/openim/ontology/E-16#limit_id> .

<https://w3id.org/openim/shapes/E-16Shape/limit_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "limit_type" ;
    sh:path <https://w3id.org/openim/ontology/E-16#limit_type> .

<https://w3id.org/openim/shapes/E-16Shape/measure> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "measure" ;
    sh:path <https://w3id.org/openim/ontology/E-16#measure> .

<https://w3id.org/openim/shapes/E-16Shape/owner> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "owner" ;
    sh:path <https://w3id.org/openim/ontology/E-16#owner> .

<https://w3id.org/openim/shapes/E-16Shape/scope_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "scope_id" ;
    sh:path <https://w3id.org/openim/ontology/E-16#scope_id> .

<https://w3id.org/openim/shapes/E-16Shape/scope_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "scope_type" ;
    sh:path <https://w3id.org/openim/ontology/E-16#scope_type> .

<https://w3id.org/openim/shapes/E-16Shape/threshold> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "threshold" ;
    sh:path <https://w3id.org/openim/ontology/E-16#threshold> .

<https://w3id.org/openim/shapes/E-16Shape/warning_level> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "warning_level" ;
    sh:path <https://w3id.org/openim/ontology/E-16#warning_level> .

<https://w3id.org/openim/shapes/E-17Shape/description> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "description" ;
    sh:path <https://w3id.org/openim/ontology/E-17#description> .

<https://w3id.org/openim/shapes/E-17Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-17#effective_from> .

<https://w3id.org/openim/shapes/E-17Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-17#effective_to> .

<https://w3id.org/openim/shapes/E-17Shape/horizon> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "horizon" ;
    sh:path <https://w3id.org/openim/ontology/E-17#horizon> .

<https://w3id.org/openim/shapes/E-17Shape/owner> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "owner" ;
    sh:path <https://w3id.org/openim/ontology/E-17#owner> .

<https://w3id.org/openim/shapes/E-17Shape/scenario_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "scenario_id" ;
    sh:path <https://w3id.org/openim/ontology/E-17#scenario_id> .

<https://w3id.org/openim/shapes/E-17Shape/scenario_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "scenario_name" ;
    sh:path <https://w3id.org/openim/ontology/E-17#scenario_name> .

<https://w3id.org/openim/shapes/E-17Shape/scenario_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "scenario_type" ;
    sh:path <https://w3id.org/openim/ontology/E-17#scenario_type> .

<https://w3id.org/openim/shapes/E-17Shape/shock_set> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "shock_set" ;
    sh:path <https://w3id.org/openim/ontology/E-17#shock_set> .

<https://w3id.org/openim/shapes/E-18Shape/breach_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "breach_date" ;
    sh:path <https://w3id.org/openim/ontology/E-18#breach_date> .

<https://w3id.org/openim/shapes/E-18Shape/breach_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "breach_id" ;
    sh:path <https://w3id.org/openim/ontology/E-18#breach_id> .

<https://w3id.org/openim/shapes/E-18Shape/breach_severity> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "breach_severity" ;
    sh:path <https://w3id.org/openim/ontology/E-18#breach_severity> .

<https://w3id.org/openim/shapes/E-18Shape/limit_id> a sh:PropertyShape ;
    sh:class openim:E-16 ;
    sh:maxCount 1 ;
    sh:name "limit_id" ;
    sh:path <https://w3id.org/openim/ontology/E-18#limit_id> .

<https://w3id.org/openim/shapes/E-18Shape/measurement_id> a sh:PropertyShape ;
    sh:class openim:E-19 ;
    sh:maxCount 1 ;
    sh:name "measurement_id" ;
    sh:path <https://w3id.org/openim/ontology/E-18#measurement_id> .

<https://w3id.org/openim/shapes/E-18Shape/observed_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "observed_value" ;
    sh:path <https://w3id.org/openim/ontology/E-18#observed_value> .

<https://w3id.org/openim/shapes/E-18Shape/resolution_note> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "resolution_note" ;
    sh:path <https://w3id.org/openim/ontology/E-18#resolution_note> .

<https://w3id.org/openim/shapes/E-18Shape/resolved_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "resolved_date" ;
    sh:path <https://w3id.org/openim/ontology/E-18#resolved_date> .

<https://w3id.org/openim/shapes/E-18Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-18#status> .

<https://w3id.org/openim/shapes/E-18Shape/threshold_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "threshold_value" ;
    sh:path <https://w3id.org/openim/ontology/E-18#threshold_value> .

<https://w3id.org/openim/shapes/E-19Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-19#as_of_date> .

<https://w3id.org/openim/shapes/E-19Shape/confidence_score> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "confidence_score" ;
    sh:path <https://w3id.org/openim/ontology/E-19#confidence_score> .

<https://w3id.org/openim/shapes/E-19Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-19#currency> .

<https://w3id.org/openim/shapes/E-19Shape/measure_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "measure_type" ;
    sh:path <https://w3id.org/openim/ontology/E-19#measure_type> .

<https://w3id.org/openim/shapes/E-19Shape/measurement_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "measurement_id" ;
    sh:path <https://w3id.org/openim/ontology/E-19#measurement_id> .

<https://w3id.org/openim/shapes/E-19Shape/method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "method" ;
    sh:path <https://w3id.org/openim/ontology/E-19#method> .

<https://w3id.org/openim/shapes/E-19Shape/model_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "model_id" ;
    sh:path <https://w3id.org/openim/ontology/E-19#model_id> .

<https://w3id.org/openim/shapes/E-19Shape/risk_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "risk_type" ;
    sh:path <https://w3id.org/openim/ontology/E-19#risk_type> .

<https://w3id.org/openim/shapes/E-19Shape/scenario_id> a sh:PropertyShape ;
    sh:class openim:E-17 ;
    sh:maxCount 1 ;
    sh:name "scenario_id" ;
    sh:path <https://w3id.org/openim/ontology/E-19#scenario_id> .

<https://w3id.org/openim/shapes/E-19Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-19#subject_id> .

<https://w3id.org/openim/shapes/E-19Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-19#subject_type> .

<https://w3id.org/openim/shapes/E-19Shape/value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "value" ;
    sh:path <https://w3id.org/openim/ontology/E-19#value> .

<https://w3id.org/openim/shapes/E-20Shape/composite_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "composite_id" ;
    sh:path <https://w3id.org/openim/ontology/E-20#composite_id> .

<https://w3id.org/openim/shapes/E-20Shape/confidence_score> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "confidence_score" ;
    sh:path <https://w3id.org/openim/ontology/E-20#confidence_score> .

<https://w3id.org/openim/shapes/E-20Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-20#currency> .

<https://w3id.org/openim/shapes/E-20Shape/metric_definition_id> a sh:PropertyShape ;
    sh:class openim:E-22 ;
    sh:maxCount 1 ;
    sh:name "metric_definition_id" ;
    sh:path <https://w3id.org/openim/ontology/E-20#metric_definition_id> .

<https://w3id.org/openim/shapes/E-20Shape/performance_result_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "performance_result_id" ;
    sh:path <https://w3id.org/openim/ontology/E-20#performance_result_id> .

<https://w3id.org/openim/shapes/E-20Shape/period_end> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period_end" ;
    sh:path <https://w3id.org/openim/ontology/E-20#period_end> .

<https://w3id.org/openim/shapes/E-20Shape/period_start> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period_start" ;
    sh:path <https://w3id.org/openim/ontology/E-20#period_start> .

<https://w3id.org/openim/shapes/E-20Shape/return_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "return_basis" ;
    sh:path <https://w3id.org/openim/ontology/E-20#return_basis> .

<https://w3id.org/openim/shapes/E-20Shape/return_method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "return_method" ;
    sh:path <https://w3id.org/openim/ontology/E-20#return_method> .

<https://w3id.org/openim/shapes/E-20Shape/return_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "return_value" ;
    sh:path <https://w3id.org/openim/ontology/E-20#return_value> .

<https://w3id.org/openim/shapes/E-20Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-20#subject_id> .

<https://w3id.org/openim/shapes/E-20Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-20#subject_type> .

<https://w3id.org/openim/shapes/E-20Shape/valuation_source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "valuation_source" ;
    sh:path <https://w3id.org/openim/ontology/E-20#valuation_source> .

<https://w3id.org/openim/shapes/E-21Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-21#as_of_date> .

<https://w3id.org/openim/shapes/E-21Shape/esg_measurement_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "esg_measurement_id" ;
    sh:path <https://w3id.org/openim/ontology/E-21#esg_measurement_id> .

<https://w3id.org/openim/shapes/E-21Shape/measure_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "measure_type" ;
    sh:path <https://w3id.org/openim/ontology/E-21#measure_type> .

<https://w3id.org/openim/shapes/E-21Shape/methodology> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "methodology" ;
    sh:path <https://w3id.org/openim/ontology/E-21#methodology> .

<https://w3id.org/openim/shapes/E-21Shape/pillar> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "pillar" ;
    sh:path <https://w3id.org/openim/ontology/E-21#pillar> .

<https://w3id.org/openim/shapes/E-21Shape/provider> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "provider" ;
    sh:path <https://w3id.org/openim/ontology/E-21#provider> .

<https://w3id.org/openim/shapes/E-21Shape/rating_label> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "rating_label" ;
    sh:path <https://w3id.org/openim/ontology/E-21#rating_label> .

<https://w3id.org/openim/shapes/E-21Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-21#subject_id> .

<https://w3id.org/openim/shapes/E-21Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-21#subject_type> .

<https://w3id.org/openim/shapes/E-21Shape/unit> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "unit" ;
    sh:path <https://w3id.org/openim/ontology/E-21#unit> .

<https://w3id.org/openim/shapes/E-21Shape/value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "value" ;
    sh:path <https://w3id.org/openim/ontology/E-21#value> .

<https://w3id.org/openim/shapes/E-22Shape/currency_convention> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency_convention" ;
    sh:path <https://w3id.org/openim/ontology/E-22#currency_convention> .

<https://w3id.org/openim/shapes/E-22Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-22#effective_from> .

<https://w3id.org/openim/shapes/E-22Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-22#effective_to> .

<https://w3id.org/openim/shapes/E-22Shape/formula_spec> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "formula_spec" ;
    sh:path <https://w3id.org/openim/ontology/E-22#formula_spec> .

<https://w3id.org/openim/shapes/E-22Shape/input_metrics> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "input_metrics" ;
    sh:path <https://w3id.org/openim/ontology/E-22#input_metrics> .

<https://w3id.org/openim/shapes/E-22Shape/metric_definition_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "metric_definition_id" ;
    sh:path <https://w3id.org/openim/ontology/E-22#metric_definition_id> .

<https://w3id.org/openim/shapes/E-22Shape/metric_family> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "metric_family" ;
    sh:path <https://w3id.org/openim/ontology/E-22#metric_family> .

<https://w3id.org/openim/shapes/E-22Shape/metric_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "metric_name" ;
    sh:path <https://w3id.org/openim/ontology/E-22#metric_name> .

<https://w3id.org/openim/shapes/E-22Shape/owner> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "owner" ;
    sh:path <https://w3id.org/openim/ontology/E-22#owner> .

<https://w3id.org/openim/shapes/E-22Shape/period_convention> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "period_convention" ;
    sh:path <https://w3id.org/openim/ontology/E-22#period_convention> .

<https://w3id.org/openim/shapes/E-22Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-22#status> .

<https://w3id.org/openim/shapes/E-22Shape/version> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "version" ;
    sh:path <https://w3id.org/openim/ontology/E-22#version> .

<https://w3id.org/openim/shapes/E-23Shape/as_of_period> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_period" ;
    sh:path <https://w3id.org/openim/ontology/E-23#as_of_period> .

<https://w3id.org/openim/shapes/E-23Shape/confidence_score> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "confidence_score" ;
    sh:path <https://w3id.org/openim/ontology/E-23#confidence_score> .

<https://w3id.org/openim/shapes/E-23Shape/document_id> a sh:PropertyShape ;
    sh:class openim:E-15 ;
    sh:maxCount 1 ;
    sh:name "document_id" ;
    sh:path <https://w3id.org/openim/ontology/E-23#document_id> .

<https://w3id.org/openim/shapes/E-23Shape/extracted_at> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "extracted_at" ;
    sh:path <https://w3id.org/openim/ontology/E-23#extracted_at> .

<https://w3id.org/openim/shapes/E-23Shape/extracted_fields> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "extracted_fields" ;
    sh:path <https://w3id.org/openim/ontology/E-23#extracted_fields> .

<https://w3id.org/openim/shapes/E-23Shape/extraction_method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "extraction_method" ;
    sh:path <https://w3id.org/openim/ontology/E-23#extraction_method> .

<https://w3id.org/openim/shapes/E-23Shape/extraction_record_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "extraction_record_id" ;
    sh:path <https://w3id.org/openim/ontology/E-23#extraction_record_id> .

<https://w3id.org/openim/shapes/E-23Shape/model_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "model_id" ;
    sh:path <https://w3id.org/openim/ontology/E-23#model_id> .

<https://w3id.org/openim/shapes/E-23Shape/source_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source_type" ;
    sh:path <https://w3id.org/openim/ontology/E-23#source_type> .

<https://w3id.org/openim/shapes/E-23Shape/validation_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "validation_status" ;
    sh:path <https://w3id.org/openim/ontology/E-23#validation_status> .

<https://w3id.org/openim/shapes/E-23Shape/version> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "version" ;
    sh:path <https://w3id.org/openim/ontology/E-23#version> .

<https://w3id.org/openim/shapes/E-24Shape/age_days> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "age_days" ;
    sh:path <https://w3id.org/openim/ontology/E-24#age_days> .

<https://w3id.org/openim/shapes/E-24Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-24#as_of_date> .

<https://w3id.org/openim/shapes/E-24Shape/break_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "break_id" ;
    sh:path <https://w3id.org/openim/ontology/E-24#break_id> .

<https://w3id.org/openim/shapes/E-24Shape/cause_classification> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cause_classification" ;
    sh:path <https://w3id.org/openim/ontology/E-24#cause_classification> .

<https://w3id.org/openim/shapes/E-24Shape/correcting_entry_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "correcting_entry_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-24#correcting_entry_ref> .

<https://w3id.org/openim/shapes/E-24Shape/difference_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "difference_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-24#difference_amount> .

<https://w3id.org/openim/shapes/E-24Shape/difference_qty> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "difference_qty" ;
    sh:path <https://w3id.org/openim/ontology/E-24#difference_qty> .

<https://w3id.org/openim/shapes/E-24Shape/identified_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "identified_date" ;
    sh:path <https://w3id.org/openim/ontology/E-24#identified_date> .

<https://w3id.org/openim/shapes/E-24Shape/materiality> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "materiality" ;
    sh:path <https://w3id.org/openim/ontology/E-24#materiality> .

<https://w3id.org/openim/shapes/E-24Shape/reconciliation_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "reconciliation_type" ;
    sh:path <https://w3id.org/openim/ontology/E-24#reconciliation_type> .

<https://w3id.org/openim/shapes/E-24Shape/record_a_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "record_a_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-24#record_a_ref> .

<https://w3id.org/openim/shapes/E-24Shape/record_b_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "record_b_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-24#record_b_ref> .

<https://w3id.org/openim/shapes/E-24Shape/resolution_note> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "resolution_note" ;
    sh:path <https://w3id.org/openim/ontology/E-24#resolution_note> .

<https://w3id.org/openim/shapes/E-24Shape/resolved_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "resolved_date" ;
    sh:path <https://w3id.org/openim/ontology/E-24#resolved_date> .

<https://w3id.org/openim/shapes/E-24Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-24#status> .

<https://w3id.org/openim/shapes/E-25Shape/account_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "account_id" ;
    sh:path <https://w3id.org/openim/ontology/E-25#account_id> .

<https://w3id.org/openim/shapes/E-25Shape/account_number> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "account_number" ;
    sh:path <https://w3id.org/openim/ontology/E-25#account_number> .

<https://w3id.org/openim/shapes/E-25Shape/account_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "account_status" ;
    sh:path <https://w3id.org/openim/ontology/E-25#account_status> .

<https://w3id.org/openim/shapes/E-25Shape/account_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "account_type" ;
    sh:path <https://w3id.org/openim/ontology/E-25#account_type> .

<https://w3id.org/openim/shapes/E-25Shape/closed_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "closed_date" ;
    sh:path <https://w3id.org/openim/ontology/E-25#closed_date> .

<https://w3id.org/openim/shapes/E-25Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-25#currency> .

<https://w3id.org/openim/shapes/E-25Shape/holder_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "holder_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-25#holder_entity_id> .

<https://w3id.org/openim/shapes/E-25Shape/opened_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "opened_date" ;
    sh:path <https://w3id.org/openim/ontology/E-25#opened_date> .

<https://w3id.org/openim/shapes/E-25Shape/portfolio_links> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "portfolio_links" ;
    sh:path <https://w3id.org/openim/ontology/E-25#portfolio_links> .

<https://w3id.org/openim/shapes/E-25Shape/segregation> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "segregation" ;
    sh:path <https://w3id.org/openim/ontology/E-25#segregation> .

<https://w3id.org/openim/shapes/E-25Shape/settlement_instruction_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "settlement_instruction_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-25#settlement_instruction_ref> .

<https://w3id.org/openim/shapes/E-25Shape/signatory_mandate> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "signatory_mandate" ;
    sh:path <https://w3id.org/openim/ontology/E-25#signatory_mandate> .

<https://w3id.org/openim/shapes/E-26Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-26#as_of_date> .

<https://w3id.org/openim/shapes/E-26Shape/collateral_instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "collateral_instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/E-26#collateral_instrument_id> .

<https://w3id.org/openim/shapes/E-26Shape/collateral_position_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "collateral_position_id" ;
    sh:path <https://w3id.org/openim/ontology/E-26#collateral_position_id> .

<https://w3id.org/openim/shapes/E-26Shape/collateral_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "collateral_value" ;
    sh:path <https://w3id.org/openim/ontology/E-26#collateral_value> .

<https://w3id.org/openim/shapes/E-26Shape/counterparty_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "counterparty_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-26#counterparty_entity_id> .

<https://w3id.org/openim/shapes/E-26Shape/direction> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "direction" ;
    sh:path <https://w3id.org/openim/ontology/E-26#direction> .

<https://w3id.org/openim/shapes/E-26Shape/eligibility_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "eligibility_status" ;
    sh:path <https://w3id.org/openim/ontology/E-26#eligibility_status> .

<https://w3id.org/openim/shapes/E-26Shape/haircut_pct> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "haircut_pct" ;
    sh:path <https://w3id.org/openim/ontology/E-26#haircut_pct> .

<https://w3id.org/openim/shapes/E-26Shape/market_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "market_value" ;
    sh:path <https://w3id.org/openim/ontology/E-26#market_value> .

<https://w3id.org/openim/shapes/E-26Shape/quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "quantity" ;
    sh:path <https://w3id.org/openim/ontology/E-26#quantity> .

<https://w3id.org/openim/shapes/E-26Shape/relationship_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "relationship_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-26#relationship_ref> .

<https://w3id.org/openim/shapes/E-26Shape/relationship_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "relationship_type" ;
    sh:path <https://w3id.org/openim/ontology/E-26#relationship_type> .

<https://w3id.org/openim/shapes/E-26Shape/segregated> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "segregated" ;
    sh:path <https://w3id.org/openim/ontology/E-26#segregated> .

<https://w3id.org/openim/shapes/E-27Shape/actuary_source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "actuary_source" ;
    sh:path <https://w3id.org/openim/ontology/E-27#actuary_source> .

<https://w3id.org/openim/shapes/E-27Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-27#as_of_date> .

<https://w3id.org/openim/shapes/E-27Shape/cash_flows> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "cash_flows" ;
    sh:path <https://w3id.org/openim/ontology/E-27#cash_flows> .

<https://w3id.org/openim/shapes/E-27Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-27#currency> .

<https://w3id.org/openim/shapes/E-27Shape/discount_curve_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "discount_curve_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-27#discount_curve_ref> .

<https://w3id.org/openim/shapes/E-27Shape/inflation_sensitivity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "inflation_sensitivity" ;
    sh:path <https://w3id.org/openim/ontology/E-27#inflation_sensitivity> .

<https://w3id.org/openim/shapes/E-27Shape/key_rate_durations> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "key_rate_durations" ;
    sh:path <https://w3id.org/openim/ontology/E-27#key_rate_durations> .

<https://w3id.org/openim/shapes/E-27Shape/liability_profile_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "liability_profile_id" ;
    sh:path <https://w3id.org/openim/ontology/E-27#liability_profile_id> .

<https://w3id.org/openim/shapes/E-27Shape/present_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "present_value" ;
    sh:path <https://w3id.org/openim/ontology/E-27#present_value> .

<https://w3id.org/openim/shapes/E-27Shape/projection_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "projection_basis" ;
    sh:path <https://w3id.org/openim/ontology/E-27#projection_basis> .

<https://w3id.org/openim/shapes/E-27Shape/pv01> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "pv01" ;
    sh:path <https://w3id.org/openim/ontology/E-27#pv01> .

<https://w3id.org/openim/shapes/E-27Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-27#subject_id> .

<https://w3id.org/openim/shapes/E-27Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-27#subject_type> .

<https://w3id.org/openim/shapes/E-27Shape/version> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "version" ;
    sh:path <https://w3id.org/openim/ontology/E-27#version> .

<https://w3id.org/openim/shapes/E-28Shape/allocated_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "allocated_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-28#allocated_amount> .

<https://w3id.org/openim/shapes/E-28Shape/allocated_by> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "allocated_by" ;
    sh:path <https://w3id.org/openim/ontology/E-28#allocated_by> .

<https://w3id.org/openim/shapes/E-28Shape/budget_measure> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "budget_measure" ;
    sh:path <https://w3id.org/openim/ontology/E-28#budget_measure> .

<https://w3id.org/openim/shapes/E-28Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/E-28#currency> .

<https://w3id.org/openim/shapes/E-28Shape/drawdown_trigger> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "drawdown_trigger" ;
    sh:path <https://w3id.org/openim/ontology/E-28#drawdown_trigger> .

<https://w3id.org/openim/shapes/E-28Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-28#effective_from> .

<https://w3id.org/openim/shapes/E-28Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-28#effective_to> .

<https://w3id.org/openim/shapes/E-28Shape/leverage_limit> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "leverage_limit" ;
    sh:path <https://w3id.org/openim/ontology/E-28#leverage_limit> .

<https://w3id.org/openim/shapes/E-28Shape/risk_budget_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "risk_budget_id" ;
    sh:path <https://w3id.org/openim/ontology/E-28#risk_budget_id> .

<https://w3id.org/openim/shapes/E-28Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-28#subject_id> .

<https://w3id.org/openim/shapes/E-28Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-28#subject_type> .

<https://w3id.org/openim/shapes/E-28Shape/total_pool_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "total_pool_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-28#total_pool_ref> .

<https://w3id.org/openim/shapes/E-29Shape/approval_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "approval_date" ;
    sh:path <https://w3id.org/openim/ontology/E-29#approval_date> .

<https://w3id.org/openim/shapes/E-29Shape/approved_by> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "approved_by" ;
    sh:path <https://w3id.org/openim/ontology/E-29#approved_by> .

<https://w3id.org/openim/shapes/E-29Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-29#effective_from> .

<https://w3id.org/openim/shapes/E-29Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-29#effective_to> .

<https://w3id.org/openim/shapes/E-29Shape/plan_content> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "plan_content" ;
    sh:path <https://w3id.org/openim/ontology/E-29#plan_content> .

<https://w3id.org/openim/shapes/E-29Shape/plan_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "plan_id" ;
    sh:path <https://w3id.org/openim/ontology/E-29#plan_id> .

<https://w3id.org/openim/shapes/E-29Shape/plan_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "plan_type" ;
    sh:path <https://w3id.org/openim/ontology/E-29#plan_type> .

<https://w3id.org/openim/shapes/E-29Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-29#status> .

<https://w3id.org/openim/shapes/E-29Shape/subject_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-29#subject_id> .

<https://w3id.org/openim/shapes/E-29Shape/version> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "version" ;
    sh:path <https://w3id.org/openim/ontology/E-29#version> .

<https://w3id.org/openim/shapes/E-30Shape/funding_portfolio_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "funding_portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/E-30#funding_portfolio_id> .

<https://w3id.org/openim/shapes/E-30Shape/goal_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "goal_id" ;
    sh:path <https://w3id.org/openim/ontology/E-30#goal_id> .

<https://w3id.org/openim/shapes/E-30Shape/goal_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "goal_name" ;
    sh:path <https://w3id.org/openim/ontology/E-30#goal_name> .

<https://w3id.org/openim/shapes/E-30Shape/goal_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "goal_type" ;
    sh:path <https://w3id.org/openim/ontology/E-30#goal_type> .

<https://w3id.org/openim/shapes/E-30Shape/household_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "household_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-30#household_entity_id> .

<https://w3id.org/openim/shapes/E-30Shape/priority_layer> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "priority_layer" ;
    sh:path <https://w3id.org/openim/ontology/E-30#priority_layer> .

<https://w3id.org/openim/shapes/E-30Shape/required_probability_of_success> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "required_probability_of_success" ;
    sh:path <https://w3id.org/openim/ontology/E-30#required_probability_of_success> .

<https://w3id.org/openim/shapes/E-30Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-30#status> .

<https://w3id.org/openim/shapes/E-30Shape/target_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "target_currency" ;
    sh:path <https://w3id.org/openim/ontology/E-30#target_currency> .

<https://w3id.org/openim/shapes/E-30Shape/target_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "target_date" ;
    sh:path <https://w3id.org/openim/ontology/E-30#target_date> .

<https://w3id.org/openim/shapes/E-30Shape/target_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "target_value" ;
    sh:path <https://w3id.org/openim/ontology/E-30#target_value> .

<https://w3id.org/openim/shapes/E-31Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-31#as_of_date> .

<https://w3id.org/openim/shapes/E-31Shape/cma_set_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cma_set_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-31#cma_set_ref> .

<https://w3id.org/openim/shapes/E-31Shape/computed_by_sd> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "computed_by_sd" ;
    sh:path <https://w3id.org/openim/ontology/E-31#computed_by_sd> .

<https://w3id.org/openim/shapes/E-31Shape/funding_adequacy> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "funding_adequacy" ;
    sh:path <https://w3id.org/openim/ontology/E-31#funding_adequacy> .

<https://w3id.org/openim/shapes/E-31Shape/goal_id> a sh:PropertyShape ;
    sh:class openim:E-30 ;
    sh:maxCount 1 ;
    sh:name "goal_id" ;
    sh:path <https://w3id.org/openim/ontology/E-31#goal_id> .

<https://w3id.org/openim/shapes/E-31Shape/goal_progress_measurement_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "goal_progress_measurement_id" ;
    sh:path <https://w3id.org/openim/ontology/E-31#goal_progress_measurement_id> .

<https://w3id.org/openim/shapes/E-31Shape/metric_definition_id> a sh:PropertyShape ;
    sh:class openim:E-22 ;
    sh:maxCount 1 ;
    sh:name "metric_definition_id" ;
    sh:path <https://w3id.org/openim/ontology/E-31#metric_definition_id> .

<https://w3id.org/openim/shapes/E-31Shape/probability_of_success> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "probability_of_success" ;
    sh:path <https://w3id.org/openim/ontology/E-31#probability_of_success> .

<https://w3id.org/openim/shapes/E-31Shape/projected_value_at_target> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "projected_value_at_target" ;
    sh:path <https://w3id.org/openim/ontology/E-31#projected_value_at_target> .

<https://w3id.org/openim/shapes/E-32Shape/acquisition_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "acquisition_date" ;
    sh:path <https://w3id.org/openim/ontology/E-32#acquisition_date> .

<https://w3id.org/openim/shapes/E-32Shape/acquisition_transaction_id> a sh:PropertyShape ;
    sh:class openim:E-05 ;
    sh:maxCount 1 ;
    sh:name "acquisition_transaction_id" ;
    sh:path <https://w3id.org/openim/ontology/E-32#acquisition_transaction_id> .

<https://w3id.org/openim/shapes/E-32Shape/client_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "client_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-32#client_entity_id> .

<https://w3id.org/openim/shapes/E-32Shape/cost_basis_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "cost_basis_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-32#cost_basis_amount> .

<https://w3id.org/openim/shapes/E-32Shape/cost_basis_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cost_basis_currency" ;
    sh:path <https://w3id.org/openim/ontology/E-32#cost_basis_currency> .

<https://w3id.org/openim/shapes/E-32Shape/disposal_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "disposal_date" ;
    sh:path <https://w3id.org/openim/ontology/E-32#disposal_date> .

<https://w3id.org/openim/shapes/E-32Shape/holding_period_class> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "holding_period_class" ;
    sh:path <https://w3id.org/openim/ontology/E-32#holding_period_class> .

<https://w3id.org/openim/shapes/E-32Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/E-32#instrument_id> .

<https://w3id.org/openim/shapes/E-32Shape/lot_relief_method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lot_relief_method" ;
    sh:path <https://w3id.org/openim/ontology/E-32#lot_relief_method> .

<https://w3id.org/openim/shapes/E-32Shape/quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "quantity" ;
    sh:path <https://w3id.org/openim/ontology/E-32#quantity> .

<https://w3id.org/openim/shapes/E-32Shape/realised_gain_loss_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "realised_gain_loss_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-32#realised_gain_loss_amount> .

<https://w3id.org/openim/shapes/E-32Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-32#status> .

<https://w3id.org/openim/shapes/E-32Shape/tax_lot_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "tax_lot_id" ;
    sh:path <https://w3id.org/openim/ontology/E-32#tax_lot_id> .

<https://w3id.org/openim/shapes/E-32Shape/wash_sale_adjustment_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "wash_sale_adjustment_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-32#wash_sale_adjustment_amount> .

<https://w3id.org/openim/shapes/E-33Shape/approval_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "approval_date" ;
    sh:path <https://w3id.org/openim/ontology/E-33#approval_date> .

<https://w3id.org/openim/shapes/E-33Shape/approved_by_advisor> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "approved_by_advisor" ;
    sh:path <https://w3id.org/openim/ontology/E-33#approved_by_advisor> .

<https://w3id.org/openim/shapes/E-33Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-33#effective_from> .

<https://w3id.org/openim/shapes/E-33Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-33#effective_to> .

<https://w3id.org/openim/shapes/E-33Shape/financial_plan_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "financial_plan_id" ;
    sh:path <https://w3id.org/openim/ontology/E-33#financial_plan_id> .

<https://w3id.org/openim/shapes/E-33Shape/goal_set> a sh:PropertyShape ;
    sh:class openim:E-30 ;
    sh:maxCount 1 ;
    sh:name "goal_set" ;
    sh:path <https://w3id.org/openim/ontology/E-33#goal_set> .

<https://w3id.org/openim/shapes/E-33Shape/household_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "household_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-33#household_entity_id> .

<https://w3id.org/openim/shapes/E-33Shape/plan_content> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "plan_content" ;
    sh:path <https://w3id.org/openim/ontology/E-33#plan_content> .

<https://w3id.org/openim/shapes/E-33Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-33#status> .

<https://w3id.org/openim/shapes/E-33Shape/version> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "version" ;
    sh:path <https://w3id.org/openim/ontology/E-33#version> .

<https://w3id.org/openim/shapes/E-34Shape/approval_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "approval_date" ;
    sh:path <https://w3id.org/openim/ontology/E-34#approval_date> .

<https://w3id.org/openim/shapes/E-34Shape/approved_commitment_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "approved_commitment_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-34#approved_commitment_amount> .

<https://w3id.org/openim/shapes/E-34Shape/authorisation_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "authorisation_id" ;
    sh:path <https://w3id.org/openim/ontology/E-34#authorisation_id> .

<https://w3id.org/openim/shapes/E-34Shape/authority_verification_note> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "authority_verification_note" ;
    sh:path <https://w3id.org/openim/ontology/E-34#authority_verification_note> .

<https://w3id.org/openim/shapes/E-34Shape/committee_meeting_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "committee_meeting_date" ;
    sh:path <https://w3id.org/openim/ontology/E-34#committee_meeting_date> .

<https://w3id.org/openim/shapes/E-34Shape/conditions> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "conditions" ;
    sh:path <https://w3id.org/openim/ontology/E-34#conditions> .

<https://w3id.org/openim/shapes/E-34Shape/decision> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "decision" ;
    sh:path <https://w3id.org/openim/ontology/E-34#decision> .

<https://w3id.org/openim/shapes/E-34Shape/dissent_record> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "dissent_record" ;
    sh:path <https://w3id.org/openim/ontology/E-34#dissent_record> .

<https://w3id.org/openim/shapes/E-34Shape/ic_memorandum_ref> a sh:PropertyShape ;
    sh:class openim:E-15 ;
    sh:maxCount 1 ;
    sh:name "ic_memorandum_ref" ;
    sh:path <https://w3id.org/openim/ontology/E-34#ic_memorandum_ref> .

<https://w3id.org/openim/shapes/E-34Shape/investment_route> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "investment_route" ;
    sh:path <https://w3id.org/openim/ontology/E-34#investment_route> .

<https://w3id.org/openim/shapes/E-34Shape/mandate_fit_note> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "mandate_fit_note" ;
    sh:path <https://w3id.org/openim/ontology/E-34#mandate_fit_note> .

<https://w3id.org/openim/shapes/E-34Shape/recommended_commitment_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "recommended_commitment_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-34#recommended_commitment_amount> .

<https://w3id.org/openim/shapes/E-34Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-34#status> .

<https://w3id.org/openim/shapes/E-34Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-34#subject_id> .

<https://w3id.org/openim/shapes/E-34Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-34#subject_type> .

<https://w3id.org/openim/shapes/E-35Shape/acknowledgement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "acknowledgement_date" ;
    sh:path <https://w3id.org/openim/ontology/E-35#acknowledgement_date> .

<https://w3id.org/openim/shapes/E-35Shape/client_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "client_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-35#client_entity_id> .

<https://w3id.org/openim/shapes/E-35Shape/complaint_category> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "complaint_category" ;
    sh:path <https://w3id.org/openim/ontology/E-35#complaint_category> .

<https://w3id.org/openim/shapes/E-35Shape/complaint_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "complaint_id" ;
    sh:path <https://w3id.org/openim/ontology/E-35#complaint_id> .

<https://w3id.org/openim/shapes/E-35Shape/complaint_received_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "complaint_received_date" ;
    sh:path <https://w3id.org/openim/ontology/E-35#complaint_received_date> .

<https://w3id.org/openim/shapes/E-35Shape/complaint_text> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "complaint_text" ;
    sh:path <https://w3id.org/openim/ontology/E-35#complaint_text> .

<https://w3id.org/openim/shapes/E-35Shape/final_response_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "final_response_date" ;
    sh:path <https://w3id.org/openim/ontology/E-35#final_response_date> .

<https://w3id.org/openim/shapes/E-35Shape/final_response_text> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "final_response_text" ;
    sh:path <https://w3id.org/openim/ontology/E-35#final_response_text> .

<https://w3id.org/openim/shapes/E-35Shape/fos_referral_provided> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "fos_referral_provided" ;
    sh:path <https://w3id.org/openim/ontology/E-35#fos_referral_provided> .

<https://w3id.org/openim/shapes/E-35Shape/investigation_outcome> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "investigation_outcome" ;
    sh:path <https://w3id.org/openim/ontology/E-35#investigation_outcome> .

<https://w3id.org/openim/shapes/E-35Shape/is_systemic_finding> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "is_systemic_finding" ;
    sh:path <https://w3id.org/openim/ontology/E-35#is_systemic_finding> .

<https://w3id.org/openim/shapes/E-35Shape/redress_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "redress_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-35#redress_amount> .

<https://w3id.org/openim/shapes/E-35Shape/root_cause_classification> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "root_cause_classification" ;
    sh:path <https://w3id.org/openim/ontology/E-35#root_cause_classification> .

<https://w3id.org/openim/shapes/E-35Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-35#status> .

<https://w3id.org/openim/shapes/E-36Shape/administrator_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "administrator_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/E-36#administrator_entity_id> .

<https://w3id.org/openim/shapes/E-36Shape/exception_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "exception_date" ;
    sh:path <https://w3id.org/openim/ontology/E-36#exception_date> .

<https://w3id.org/openim/shapes/E-36Shape/exception_description> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "exception_description" ;
    sh:path <https://w3id.org/openim/ontology/E-36#exception_description> .

<https://w3id.org/openim/shapes/E-36Shape/exception_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "exception_type" ;
    sh:path <https://w3id.org/openim/ontology/E-36#exception_type> .

<https://w3id.org/openim/shapes/E-36Shape/investigation_note> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "investigation_note" ;
    sh:path <https://w3id.org/openim/ontology/E-36#investigation_note> .

<https://w3id.org/openim/shapes/E-36Shape/monetary_impact_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "monetary_impact_amount" ;
    sh:path <https://w3id.org/openim/ontology/E-36#monetary_impact_amount> .

<https://w3id.org/openim/shapes/E-36Shape/oversight_exception_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "oversight_exception_id" ;
    sh:path <https://w3id.org/openim/ontology/E-36#oversight_exception_id> .

<https://w3id.org/openim/shapes/E-36Shape/resolution_action> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "resolution_action" ;
    sh:path <https://w3id.org/openim/ontology/E-36#resolution_action> .

<https://w3id.org/openim/shapes/E-36Shape/resolution_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "resolution_date" ;
    sh:path <https://w3id.org/openim/ontology/E-36#resolution_date> .

<https://w3id.org/openim/shapes/E-36Shape/severity> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "severity" ;
    sh:path <https://w3id.org/openim/ontology/E-36#severity> .

<https://w3id.org/openim/shapes/E-36Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/E-36#status> .

<https://w3id.org/openim/shapes/E-37Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/E-37#as_of_date> .

<https://w3id.org/openim/shapes/E-37Shape/breach_details> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "breach_details" ;
    sh:path <https://w3id.org/openim/ontology/E-37#breach_details> .

<https://w3id.org/openim/shapes/E-37Shape/computed_by_sd> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "computed_by_sd" ;
    sh:path <https://w3id.org/openim/ontology/E-37#computed_by_sd> .

<https://w3id.org/openim/shapes/E-37Shape/esg_compliance_result_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "esg_compliance_result_id" ;
    sh:path <https://w3id.org/openim/ontology/E-37#esg_compliance_result_id> .

<https://w3id.org/openim/shapes/E-37Shape/mandate_esg_screen_result> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "mandate_esg_screen_result" ;
    sh:path <https://w3id.org/openim/ontology/E-37#mandate_esg_screen_result> .

<https://w3id.org/openim/shapes/E-37Shape/metric_definition_id> a sh:PropertyShape ;
    sh:class openim:E-22 ;
    sh:maxCount 1 ;
    sh:name "metric_definition_id" ;
    sh:path <https://w3id.org/openim/ontology/E-37#metric_definition_id> .

<https://w3id.org/openim/shapes/E-37Shape/pai_indicators> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "pai_indicators" ;
    sh:path <https://w3id.org/openim/ontology/E-37#pai_indicators> .

<https://w3id.org/openim/shapes/E-37Shape/sfdr_article_classification> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "sfdr_article_classification" ;
    sh:path <https://w3id.org/openim/ontology/E-37#sfdr_article_classification> .

<https://w3id.org/openim/shapes/E-37Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-37#subject_id> .

<https://w3id.org/openim/shapes/E-37Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-37#subject_type> .

<https://w3id.org/openim/shapes/E-37Shape/taxonomy_alignment_percentage> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "taxonomy_alignment_percentage" ;
    sh:path <https://w3id.org/openim/ontology/E-37#taxonomy_alignment_percentage> .

<https://w3id.org/openim/shapes/E-38Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/E-38#effective_from> .

<https://w3id.org/openim/shapes/E-38Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/E-38#effective_to> .

<https://w3id.org/openim/shapes/E-38Shape/internal_credit_rating_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "internal_credit_rating_id" ;
    sh:path <https://w3id.org/openim/ontology/E-38#internal_credit_rating_id> .

<https://w3id.org/openim/shapes/E-38Shape/rating_analyst> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "rating_analyst" ;
    sh:path <https://w3id.org/openim/ontology/E-38#rating_analyst> .

<https://w3id.org/openim/shapes/E-38Shape/rating_change_reason> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "rating_change_reason" ;
    sh:path <https://w3id.org/openim/ontology/E-38#rating_change_reason> .

<https://w3id.org/openim/shapes/E-38Shape/rating_committee_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "rating_committee_date" ;
    sh:path <https://w3id.org/openim/ontology/E-38#rating_committee_date> .

<https://w3id.org/openim/shapes/E-38Shape/rating_methodology_id> a sh:PropertyShape ;
    sh:class openim:E-22 ;
    sh:maxCount 1 ;
    sh:name "rating_methodology_id" ;
    sh:path <https://w3id.org/openim/ontology/E-38#rating_methodology_id> .

<https://w3id.org/openim/shapes/E-38Shape/rating_scale> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "rating_scale" ;
    sh:path <https://w3id.org/openim/ontology/E-38#rating_scale> .

<https://w3id.org/openim/shapes/E-38Shape/rating_value> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "rating_value" ;
    sh:path <https://w3id.org/openim/ontology/E-38#rating_value> .

<https://w3id.org/openim/shapes/E-38Shape/rating_watch_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "rating_watch_status" ;
    sh:path <https://w3id.org/openim/ontology/E-38#rating_watch_status> .

<https://w3id.org/openim/shapes/E-38Shape/subject_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_id" ;
    sh:path <https://w3id.org/openim/ontology/E-38#subject_id> .

<https://w3id.org/openim/shapes/E-38Shape/subject_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "subject_type" ;
    sh:path <https://w3id.org/openim/ontology/E-38#subject_type> .

<https://w3id.org/openim/shapes/FO-01Shape/asset_class> a sh:PropertyShape ;
    sh:class openim:E-09 ;
    sh:maxCount 1 ;
    sh:name "asset_class" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#asset_class> .

<https://w3id.org/openim/shapes/FO-01Shape/base_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "base_currency" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#base_currency> .

<https://w3id.org/openim/shapes/FO-01Shape/dealing_cut_off> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "dealing_cut_off" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#dealing_cut_off> .

<https://w3id.org/openim/shapes/FO-01Shape/dealing_frequency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "dealing_frequency" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#dealing_frequency> .

<https://w3id.org/openim/shapes/FO-01Shape/domicile> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "domicile" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#domicile> .

<https://w3id.org/openim/shapes/FO-01Shape/external_ids> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "external_ids" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#external_ids> .

<https://w3id.org/openim/shapes/FO-01Shape/fund_form> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "fund_form" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#fund_form> .

<https://w3id.org/openim/shapes/FO-01Shape/fund_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "fund_name" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#fund_name> .

<https://w3id.org/openim/shapes/FO-01Shape/fund_product_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "fund_product_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#fund_product_id> .

<https://w3id.org/openim/shapes/FO-01Shape/launch_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "launch_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#launch_date> .

<https://w3id.org/openim/shapes/FO-01Shape/legal_structure> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "legal_structure" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#legal_structure> .

<https://w3id.org/openim/shapes/FO-01Shape/lei> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lei" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#lei> .

<https://w3id.org/openim/shapes/FO-01Shape/lock_up> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lock_up" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#lock_up> .

<https://w3id.org/openim/shapes/FO-01Shape/manager_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "manager_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#manager_entity_id> .

<https://w3id.org/openim/shapes/FO-01Shape/pricing_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "pricing_basis" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#pricing_basis> .

<https://w3id.org/openim/shapes/FO-01Shape/redemption_gate> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "redemption_gate" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#redemption_gate> .

<https://w3id.org/openim/shapes/FO-01Shape/regulatory_wrapper> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "regulatory_wrapper" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#regulatory_wrapper> .

<https://w3id.org/openim/shapes/FO-01Shape/settlement_cycle> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "settlement_cycle" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#settlement_cycle> .

<https://w3id.org/openim/shapes/FO-01Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#status> .

<https://w3id.org/openim/shapes/FO-01Shape/swing_pricing> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "swing_pricing" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#swing_pricing> .

<https://w3id.org/openim/shapes/FO-01Shape/umbrella_fund_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "umbrella_fund_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-01#umbrella_fund_id> .

<https://w3id.org/openim/shapes/FO-02Shape/asset_class> a sh:PropertyShape ;
    sh:class openim:E-09 ;
    sh:maxCount 1 ;
    sh:name "asset_class" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#asset_class> .

<https://w3id.org/openim/shapes/FO-02Shape/class_code> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "class_code" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#class_code> .

<https://w3id.org/openim/shapes/FO-02Shape/class_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "class_currency" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#class_currency> .

<https://w3id.org/openim/shapes/FO-02Shape/class_fee_schedule> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "class_fee_schedule" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#class_fee_schedule> .

<https://w3id.org/openim/shapes/FO-02Shape/class_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "class_name" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#class_name> .

<https://w3id.org/openim/shapes/FO-02Shape/distribution_policy> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "distribution_policy" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#distribution_policy> .

<https://w3id.org/openim/shapes/FO-02Shape/fund_product_id> a sh:PropertyShape ;
    sh:class openim:FO-01 ;
    sh:maxCount 1 ;
    sh:name "fund_product_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#fund_product_id> .

<https://w3id.org/openim/shapes/FO-02Shape/hedged> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "hedged" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#hedged> .

<https://w3id.org/openim/shapes/FO-02Shape/investor_category> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "investor_category" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#investor_category> .

<https://w3id.org/openim/shapes/FO-02Shape/isin> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "isin" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#isin> .

<https://w3id.org/openim/shapes/FO-02Shape/min_investment> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "min_investment" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#min_investment> .

<https://w3id.org/openim/shapes/FO-02Shape/min_subsequent_investment> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "min_subsequent_investment" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#min_subsequent_investment> .

<https://w3id.org/openim/shapes/FO-02Shape/share_class_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "share_class_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-02#share_class_id> .

<https://w3id.org/openim/shapes/FO-03Shape/account_reference> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "account_reference" ;
    sh:path <https://w3id.org/openim/ontology/FO-03#account_reference> .

<https://w3id.org/openim/shapes/FO-03Shape/as_of_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "as_of_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-03#as_of_date> .

<https://w3id.org/openim/shapes/FO-03Shape/class_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "class_currency" ;
    sh:path <https://w3id.org/openim/ontology/FO-03#class_currency> .

<https://w3id.org/openim/shapes/FO-03Shape/cost_basis> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "cost_basis" ;
    sh:path <https://w3id.org/openim/ontology/FO-03#cost_basis> .

<https://w3id.org/openim/shapes/FO-03Shape/investor_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "investor_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-03#investor_entity_id> .

<https://w3id.org/openim/shapes/FO-03Shape/share_class_id> a sh:PropertyShape ;
    sh:class openim:FO-02 ;
    sh:maxCount 1 ;
    sh:name "share_class_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-03#share_class_id> .

<https://w3id.org/openim/shapes/FO-03Shape/unitholding_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "unitholding_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-03#unitholding_id> .

<https://w3id.org/openim/shapes/FO-03Shape/units_held> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "units_held" ;
    sh:path <https://w3id.org/openim/ontology/FO-03#units_held> .

<https://w3id.org/openim/shapes/FO-04Shape/amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "amount" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#amount> .

<https://w3id.org/openim/shapes/FO-04Shape/class_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "class_currency" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#class_currency> .

<https://w3id.org/openim/shapes/FO-04Shape/cut_off> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "cut_off" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#cut_off> .

<https://w3id.org/openim/shapes/FO-04Shape/deal_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "deal_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#deal_date> .

<https://w3id.org/openim/shapes/FO-04Shape/dilution_adjustment> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "dilution_adjustment" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#dilution_adjustment> .

<https://w3id.org/openim/shapes/FO-04Shape/investor_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "investor_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#investor_entity_id> .

<https://w3id.org/openim/shapes/FO-04Shape/order_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "order_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#order_id> .

<https://w3id.org/openim/shapes/FO-04Shape/order_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "order_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#order_type> .

<https://w3id.org/openim/shapes/FO-04Shape/settlement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "settlement_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#settlement_date> .

<https://w3id.org/openim/shapes/FO-04Shape/share_class_id> a sh:PropertyShape ;
    sh:class openim:FO-02 ;
    sh:maxCount 1 ;
    sh:name "share_class_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#share_class_id> .

<https://w3id.org/openim/shapes/FO-04Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#status> .

<https://w3id.org/openim/shapes/FO-04Shape/struck_nav_per_unit> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "struck_nav_per_unit" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#struck_nav_per_unit> .

<https://w3id.org/openim/shapes/FO-04Shape/unitholding_id> a sh:PropertyShape ;
    sh:class openim:FO-03 ;
    sh:maxCount 1 ;
    sh:name "unitholding_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#unitholding_id> .

<https://w3id.org/openim/shapes/FO-04Shape/units> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "units" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#units> .

<https://w3id.org/openim/shapes/FO-04Shape/valuation_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "valuation_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-04#valuation_date> .

<https://w3id.org/openim/shapes/FO-05Shape/class_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "class_currency" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#class_currency> .

<https://w3id.org/openim/shapes/FO-05Shape/declaration_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "declaration_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#declaration_date> .

<https://w3id.org/openim/shapes/FO-05Shape/distribution_event_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "distribution_event_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#distribution_event_id> .

<https://w3id.org/openim/shapes/FO-05Shape/distribution_per_unit> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "distribution_per_unit" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#distribution_per_unit> .

<https://w3id.org/openim/shapes/FO-05Shape/distribution_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "distribution_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#distribution_type> .

<https://w3id.org/openim/shapes/FO-05Shape/equalisation_method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "equalisation_method" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#equalisation_method> .

<https://w3id.org/openim/shapes/FO-05Shape/equalisation_per_unit> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "equalisation_per_unit" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#equalisation_per_unit> .

<https://w3id.org/openim/shapes/FO-05Shape/ex_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "ex_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#ex_date> .

<https://w3id.org/openim/shapes/FO-05Shape/ex_date_nav_per_unit> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "ex_date_nav_per_unit" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#ex_date_nav_per_unit> .

<https://w3id.org/openim/shapes/FO-05Shape/pay_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "pay_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#pay_date> .

<https://w3id.org/openim/shapes/FO-05Shape/record_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "record_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#record_date> .

<https://w3id.org/openim/shapes/FO-05Shape/share_class_id> a sh:PropertyShape ;
    sh:class openim:FO-02 ;
    sh:maxCount 1 ;
    sh:name "share_class_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-05#share_class_id> .

<https://w3id.org/openim/shapes/FO-06Shape/accrued_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "accrued_amount" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#accrued_amount> .

<https://w3id.org/openim/shapes/FO-06Shape/asset_class> a sh:PropertyShape ;
    sh:class openim:E-09 ;
    sh:maxCount 1 ;
    sh:name "asset_class" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#asset_class> .

<https://w3id.org/openim/shapes/FO-06Shape/crystallisation_trigger> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "crystallisation_trigger" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#crystallisation_trigger> .

<https://w3id.org/openim/shapes/FO-06Shape/crystallised_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "crystallised_amount" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#crystallised_amount> .

<https://w3id.org/openim/shapes/FO-06Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#currency> .

<https://w3id.org/openim/shapes/FO-06Shape/definition_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "definition_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#definition_type> .

<https://w3id.org/openim/shapes/FO-06Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#effective_from> .

<https://w3id.org/openim/shapes/FO-06Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#effective_to> .

<https://w3id.org/openim/shapes/FO-06Shape/fee_accrual_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "fee_accrual_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#fee_accrual_id> .

<https://w3id.org/openim/shapes/FO-06Shape/fee_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "fee_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#fee_type> .

<https://w3id.org/openim/shapes/FO-06Shape/formula_spec_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "formula_spec_ref" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#formula_spec_ref> .

<https://w3id.org/openim/shapes/FO-06Shape/fund_product_id> a sh:PropertyShape ;
    sh:class openim:FO-01 ;
    sh:maxCount 1 ;
    sh:name "fund_product_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#fund_product_id> .

<https://w3id.org/openim/shapes/FO-06Shape/hurdle_applied> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "hurdle_applied" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#hurdle_applied> .

<https://w3id.org/openim/shapes/FO-06Shape/hwm_applied> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "hwm_applied" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#hwm_applied> .

<https://w3id.org/openim/shapes/FO-06Shape/methodology_version> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "methodology_version" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#methodology_version> .

<https://w3id.org/openim/shapes/FO-06Shape/net_charge> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "net_charge" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#net_charge> .

<https://w3id.org/openim/shapes/FO-06Shape/period_end> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period_end" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#period_end> .

<https://w3id.org/openim/shapes/FO-06Shape/period_start> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period_start" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#period_start> .

<https://w3id.org/openim/shapes/FO-06Shape/provenance> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "provenance" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#provenance> .

<https://w3id.org/openim/shapes/FO-06Shape/record_created_at> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "record_created_at" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#record_created_at> .

<https://w3id.org/openim/shapes/FO-06Shape/reimbursement_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "reimbursement_amount" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#reimbursement_amount> .

<https://w3id.org/openim/shapes/FO-06Shape/share_class_id> a sh:PropertyShape ;
    sh:class openim:FO-02 ;
    sh:maxCount 1 ;
    sh:name "share_class_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#share_class_id> .

<https://w3id.org/openim/shapes/FO-06Shape/waiver_cap_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "waiver_cap_amount" ;
    sh:path <https://w3id.org/openim/ontology/FO-06#waiver_cap_amount> .

<https://w3id.org/openim/shapes/FO-07Shape/corrects_statement_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "corrects_statement_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#corrects_statement_id> .

<https://w3id.org/openim/shapes/FO-07Shape/cost_basis_reported> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "cost_basis_reported" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#cost_basis_reported> .

<https://w3id.org/openim/shapes/FO-07Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#currency> .

<https://w3id.org/openim/shapes/FO-07Shape/filing_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "filing_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#filing_date> .

<https://w3id.org/openim/shapes/FO-07Shape/filing_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "filing_status" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#filing_status> .

<https://w3id.org/openim/shapes/FO-07Shape/form_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "form_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#form_type> .

<https://w3id.org/openim/shapes/FO-07Shape/fund_product_id> a sh:PropertyShape ;
    sh:class openim:FO-01 ;
    sh:maxCount 1 ;
    sh:name "fund_product_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#fund_product_id> .

<https://w3id.org/openim/shapes/FO-07Shape/investor_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "investor_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#investor_entity_id> .

<https://w3id.org/openim/shapes/FO-07Shape/issued_at> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "issued_at" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#issued_at> .

<https://w3id.org/openim/shapes/FO-07Shape/record_created_at> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "record_created_at" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#record_created_at> .

<https://w3id.org/openim/shapes/FO-07Shape/submission_reference> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "submission_reference" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#submission_reference> .

<https://w3id.org/openim/shapes/FO-07Shape/tax_classification> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "tax_classification" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#tax_classification> .

<https://w3id.org/openim/shapes/FO-07Shape/tax_statement_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "tax_statement_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#tax_statement_id> .

<https://w3id.org/openim/shapes/FO-07Shape/tax_year> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "tax_year" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#tax_year> .

<https://w3id.org/openim/shapes/FO-07Shape/total_capital_gain> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "total_capital_gain" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#total_capital_gain> .

<https://w3id.org/openim/shapes/FO-07Shape/total_ordinary_income> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "total_ordinary_income" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#total_ordinary_income> .

<https://w3id.org/openim/shapes/FO-07Shape/total_qualified_income> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "total_qualified_income" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#total_qualified_income> .

<https://w3id.org/openim/shapes/FO-07Shape/unitholding_id> a sh:PropertyShape ;
    sh:class openim:FO-03 ;
    sh:maxCount 1 ;
    sh:name "unitholding_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#unitholding_id> .

<https://w3id.org/openim/shapes/FO-07Shape/withholding_reported> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "withholding_reported" ;
    sh:path <https://w3id.org/openim/ontology/FO-07#withholding_reported> .

<https://w3id.org/openim/shapes/FO-08Shape/appointed_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "appointed_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-08#appointed_date> .

<https://w3id.org/openim/shapes/FO-08Shape/appointment_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "appointment_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-08#appointment_id> .

<https://w3id.org/openim/shapes/FO-08Shape/delegates_to_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "delegates_to_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-08#delegates_to_entity_id> .

<https://w3id.org/openim/shapes/FO-08Shape/fund_product_id> a sh:PropertyShape ;
    sh:class openim:FO-01 ;
    sh:maxCount 1 ;
    sh:name "fund_product_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-08#fund_product_id> .

<https://w3id.org/openim/shapes/FO-08Shape/provider_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "provider_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-08#provider_entity_id> .

<https://w3id.org/openim/shapes/FO-08Shape/role> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "role" ;
    sh:path <https://w3id.org/openim/ontology/FO-08#role> .

<https://w3id.org/openim/shapes/FO-08Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/FO-08#status> .

<https://w3id.org/openim/shapes/FO-08Shape/terminated_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "terminated_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-08#terminated_date> .

<https://w3id.org/openim/shapes/FO-09Shape/account_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "account_status" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#account_status> .

<https://w3id.org/openim/shapes/FO-09Shape/closed_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "closed_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#closed_date> .

<https://w3id.org/openim/shapes/FO-09Shape/definition_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "definition_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#definition_type> .

<https://w3id.org/openim/shapes/FO-09Shape/fee_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "fee_basis" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#fee_basis> .

<https://w3id.org/openim/shapes/FO-09Shape/fee_effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "fee_effective_from" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#fee_effective_from> .

<https://w3id.org/openim/shapes/FO-09Shape/fee_effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "fee_effective_to" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#fee_effective_to> .

<https://w3id.org/openim/shapes/FO-09Shape/formula_spec_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "formula_spec_ref" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#formula_spec_ref> .

<https://w3id.org/openim/shapes/FO-09Shape/fund_product_id> a sh:PropertyShape ;
    sh:class openim:FO-01 ;
    sh:maxCount 1 ;
    sh:name "fund_product_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#fund_product_id> .

<https://w3id.org/openim/shapes/FO-09Shape/intermediary_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "intermediary_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#intermediary_entity_id> .

<https://w3id.org/openim/shapes/FO-09Shape/look_through_arrangement_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "look_through_arrangement_ref" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#look_through_arrangement_ref> .

<https://w3id.org/openim/shapes/FO-09Shape/look_through_available> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "look_through_available" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#look_through_available> .

<https://w3id.org/openim/shapes/FO-09Shape/omnibus_account_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "omnibus_account_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#omnibus_account_id> .

<https://w3id.org/openim/shapes/FO-09Shape/opened_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "opened_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#opened_date> .

<https://w3id.org/openim/shapes/FO-09Shape/register_account_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "register_account_ref" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#register_account_ref> .

<https://w3id.org/openim/shapes/FO-09Shape/servicing_fee_rate> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "servicing_fee_rate" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#servicing_fee_rate> .

<https://w3id.org/openim/shapes/FO-09Shape/servicing_fee_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "servicing_fee_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#servicing_fee_type> .

<https://w3id.org/openim/shapes/FO-09Shape/share_class_id> a sh:PropertyShape ;
    sh:class openim:FO-02 ;
    sh:maxCount 1 ;
    sh:name "share_class_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-09#share_class_id> .

<https://w3id.org/openim/shapes/FO-10Shape/ap_agreement_id> a sh:PropertyShape ;
    sh:class openim:FO-12 ;
    sh:maxCount 1 ;
    sh:name "ap_agreement_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#ap_agreement_id> .

<https://w3id.org/openim/shapes/FO-10Shape/ap_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "ap_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#ap_entity_id> .

<https://w3id.org/openim/shapes/FO-10Shape/basket_id> a sh:PropertyShape ;
    sh:class openim:FO-11 ;
    sh:maxCount 1 ;
    sh:name "basket_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#basket_id> .

<https://w3id.org/openim/shapes/FO-10Shape/basket_leg_settlement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "basket_leg_settlement_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#basket_leg_settlement_date> .

<https://w3id.org/openim/shapes/FO-10Shape/basket_leg_settlement_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "basket_leg_settlement_status" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#basket_leg_settlement_status> .

<https://w3id.org/openim/shapes/FO-10Shape/cash_in_lieu_names> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "cash_in_lieu_names" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#cash_in_lieu_names> .

<https://w3id.org/openim/shapes/FO-10Shape/cash_residual> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "cash_residual" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#cash_residual> .

<https://w3id.org/openim/shapes/FO-10Shape/creation_redemption_order_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "creation_redemption_order_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#creation_redemption_order_id> .

<https://w3id.org/openim/shapes/FO-10Shape/creation_unit_size> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "creation_unit_size" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#creation_unit_size> .

<https://w3id.org/openim/shapes/FO-10Shape/inav_ref> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "inav_ref" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#inav_ref> .

<https://w3id.org/openim/shapes/FO-10Shape/num_creation_units> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "num_creation_units" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#num_creation_units> .

<https://w3id.org/openim/shapes/FO-10Shape/order_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "order_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#order_date> .

<https://w3id.org/openim/shapes/FO-10Shape/order_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "order_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#order_type> .

<https://w3id.org/openim/shapes/FO-10Shape/partial_settlement_flag> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "partial_settlement_flag" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#partial_settlement_flag> .

<https://w3id.org/openim/shapes/FO-10Shape/settlement_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "settlement_basis" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#settlement_basis> .

<https://w3id.org/openim/shapes/FO-10Shape/settlement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "settlement_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#settlement_date> .

<https://w3id.org/openim/shapes/FO-10Shape/share_class_id> a sh:PropertyShape ;
    sh:class openim:FO-02 ;
    sh:maxCount 1 ;
    sh:name "share_class_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#share_class_id> .

<https://w3id.org/openim/shapes/FO-10Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#status> .

<https://w3id.org/openim/shapes/FO-10Shape/struck_nav_per_unit> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "struck_nav_per_unit" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#struck_nav_per_unit> .

<https://w3id.org/openim/shapes/FO-10Shape/total_shares> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "total_shares" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#total_shares> .

<https://w3id.org/openim/shapes/FO-10Shape/units_leg_settlement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "units_leg_settlement_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#units_leg_settlement_date> .

<https://w3id.org/openim/shapes/FO-10Shape/units_leg_settlement_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "units_leg_settlement_status" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#units_leg_settlement_status> .

<https://w3id.org/openim/shapes/FO-10Shape/valuation_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "valuation_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-10#valuation_date> .

<https://w3id.org/openim/shapes/FO-11Shape/ap_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "ap_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#ap_entity_id> .

<https://w3id.org/openim/shapes/FO-11Shape/basket_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "basket_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#basket_id> .

<https://w3id.org/openim/shapes/FO-11Shape/basket_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "basket_type" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#basket_type> .

<https://w3id.org/openim/shapes/FO-11Shape/cash_component> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "cash_component" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#cash_component> .

<https://w3id.org/openim/shapes/FO-11Shape/cash_component_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cash_component_currency" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#cash_component_currency> .

<https://w3id.org/openim/shapes/FO-11Shape/creation_unit_size> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "creation_unit_size" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#creation_unit_size> .

<https://w3id.org/openim/shapes/FO-11Shape/dealing_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "dealing_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#dealing_date> .

<https://w3id.org/openim/shapes/FO-11Shape/estimated_cash> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "estimated_cash" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#estimated_cash> .

<https://w3id.org/openim/shapes/FO-11Shape/fund_product_id> a sh:PropertyShape ;
    sh:class openim:FO-01 ;
    sh:maxCount 1 ;
    sh:name "fund_product_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#fund_product_id> .

<https://w3id.org/openim/shapes/FO-11Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#instrument_id> .

<https://w3id.org/openim/shapes/FO-11Shape/market> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "market" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#market> .

<https://w3id.org/openim/shapes/FO-11Shape/published_at> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "published_at" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#published_at> .

<https://w3id.org/openim/shapes/FO-11Shape/quantity_per_creation_unit> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "quantity_per_creation_unit" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#quantity_per_creation_unit> .

<https://w3id.org/openim/shapes/FO-11Shape/share_class_id> a sh:PropertyShape ;
    sh:class openim:FO-02 ;
    sh:maxCount 1 ;
    sh:name "share_class_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#share_class_id> .

<https://w3id.org/openim/shapes/FO-11Shape/total_basket_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "total_basket_value" ;
    sh:path <https://w3id.org/openim/ontology/FO-11#total_basket_value> .

<https://w3id.org/openim/shapes/FO-12Shape/ap_agreement_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "ap_agreement_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#ap_agreement_id> .

<https://w3id.org/openim/shapes/FO-12Shape/ap_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "ap_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#ap_entity_id> .

<https://w3id.org/openim/shapes/FO-12Shape/authorised_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "authorised_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#authorised_date> .

<https://w3id.org/openim/shapes/FO-12Shape/creation_fee_basis_points> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "creation_fee_basis_points" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#creation_fee_basis_points> .

<https://w3id.org/openim/shapes/FO-12Shape/credit_standing> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "credit_standing" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#credit_standing> .

<https://w3id.org/openim/shapes/FO-12Shape/fail_fee_basis_points> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "fail_fee_basis_points" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#fail_fee_basis_points> .

<https://w3id.org/openim/shapes/FO-12Shape/fund_product_id> a sh:PropertyShape ;
    sh:class openim:FO-01 ;
    sh:maxCount 1 ;
    sh:name "fund_product_id" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#fund_product_id> .

<https://w3id.org/openim/shapes/FO-12Shape/permitted_settlement_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "permitted_settlement_basis" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#permitted_settlement_basis> .

<https://w3id.org/openim/shapes/FO-12Shape/redemption_fee_basis_points> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "redemption_fee_basis_points" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#redemption_fee_basis_points> .

<https://w3id.org/openim/shapes/FO-12Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#status> .

<https://w3id.org/openim/shapes/FO-12Shape/terminated_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "terminated_date" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#terminated_date> .

<https://w3id.org/openim/shapes/FO-12Shape/trading_limit_creation_units> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "trading_limit_creation_units" ;
    sh:path <https://w3id.org/openim/ontology/FO-12#trading_limit_creation_units> .

<https://w3id.org/openim/shapes/PB-01Shape/country_of_incorporation> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "country_of_incorporation" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#country_of_incorporation> .

<https://w3id.org/openim/shapes/PB-01Shape/cusip> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cusip" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#cusip> .

<https://w3id.org/openim/shapes/PB-01Shape/figi> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "figi" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#figi> .

<https://w3id.org/openim/shapes/PB-01Shape/free_float_pct> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "free_float_pct" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#free_float_pct> .

<https://w3id.org/openim/shapes/PB-01Shape/gics_sector> a sh:PropertyShape ;
    sh:class openim:E-11 ;
    sh:maxCount 1 ;
    sh:name "gics_sector" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#gics_sector> .

<https://w3id.org/openim/shapes/PB-01Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#instrument_id> .

<https://w3id.org/openim/shapes/PB-01Shape/isin> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "isin" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#isin> .

<https://w3id.org/openim/shapes/PB-01Shape/issuer_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "issuer_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#issuer_entity_id> .

<https://w3id.org/openim/shapes/PB-01Shape/local_code> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "local_code" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#local_code> .

<https://w3id.org/openim/shapes/PB-01Shape/primary_listing_mic> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "primary_listing_mic" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#primary_listing_mic> .

<https://w3id.org/openim/shapes/PB-01Shape/sedol> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "sedol" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#sedol> .

<https://w3id.org/openim/shapes/PB-01Shape/share_class> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "share_class" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#share_class> .

<https://w3id.org/openim/shapes/PB-01Shape/shares_outstanding> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "shares_outstanding" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#shares_outstanding> .

<https://w3id.org/openim/shapes/PB-01Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#status> .

<https://w3id.org/openim/shapes/PB-01Shape/trading_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "trading_currency" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#trading_currency> .

<https://w3id.org/openim/shapes/PB-01Shape/voting_rights_per_share> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "voting_rights_per_share" ;
    sh:path <https://w3id.org/openim/ontology/PB-01#voting_rights_per_share> .

<https://w3id.org/openim/shapes/PB-02Shape/amortising> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "amortising" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#amortising> .

<https://w3id.org/openim/shapes/PB-02Shape/callable> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "callable" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#callable> .

<https://w3id.org/openim/shapes/PB-02Shape/coupon_frequency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "coupon_frequency" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#coupon_frequency> .

<https://w3id.org/openim/shapes/PB-02Shape/coupon_rate> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "coupon_rate" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#coupon_rate> .

<https://w3id.org/openim/shapes/PB-02Shape/coupon_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "coupon_type" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#coupon_type> .

<https://w3id.org/openim/shapes/PB-02Shape/credit_rating> a sh:PropertyShape ;
    sh:class openim:E-11 ;
    sh:maxCount 1 ;
    sh:name "credit_rating" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#credit_rating> .

<https://w3id.org/openim/shapes/PB-02Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#currency> .

<https://w3id.org/openim/shapes/PB-02Shape/cusip> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cusip" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#cusip> .

<https://w3id.org/openim/shapes/PB-02Shape/day_count_convention> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "day_count_convention" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#day_count_convention> .

<https://w3id.org/openim/shapes/PB-02Shape/debt_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "debt_type" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#debt_type> .

<https://w3id.org/openim/shapes/PB-02Shape/face_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "face_value" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#face_value> .

<https://w3id.org/openim/shapes/PB-02Shape/figi> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "figi" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#figi> .

<https://w3id.org/openim/shapes/PB-02Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#instrument_id> .

<https://w3id.org/openim/shapes/PB-02Shape/isin> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "isin" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#isin> .

<https://w3id.org/openim/shapes/PB-02Shape/issue_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "issue_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#issue_date> .

<https://w3id.org/openim/shapes/PB-02Shape/issuer_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "issuer_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#issuer_entity_id> .

<https://w3id.org/openim/shapes/PB-02Shape/maturity_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "maturity_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#maturity_date> .

<https://w3id.org/openim/shapes/PB-02Shape/reference_rate> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "reference_rate" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#reference_rate> .

<https://w3id.org/openim/shapes/PB-02Shape/seniority> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "seniority" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#seniority> .

<https://w3id.org/openim/shapes/PB-02Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/PB-02#status> .

<https://w3id.org/openim/shapes/PB-03Shape/broker_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "broker_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#broker_entity_id> .

<https://w3id.org/openim/shapes/PB-03Shape/execution_venue> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "execution_venue" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#execution_venue> .

<https://w3id.org/openim/shapes/PB-03Shape/filled_quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "filled_quantity" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#filled_quantity> .

<https://w3id.org/openim/shapes/PB-03Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#instrument_id> .

<https://w3id.org/openim/shapes/PB-03Shape/limit_price> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "limit_price" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#limit_price> .

<https://w3id.org/openim/shapes/PB-03Shape/order_datetime> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "order_datetime" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#order_datetime> .

<https://w3id.org/openim/shapes/PB-03Shape/order_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "order_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#order_id> .

<https://w3id.org/openim/shapes/PB-03Shape/order_quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "order_quantity" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#order_quantity> .

<https://w3id.org/openim/shapes/PB-03Shape/order_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "order_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#order_status> .

<https://w3id.org/openim/shapes/PB-03Shape/order_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "order_type" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#order_type> .

<https://w3id.org/openim/shapes/PB-03Shape/parent_order_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "parent_order_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#parent_order_id> .

<https://w3id.org/openim/shapes/PB-03Shape/portfolio_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#portfolio_id> .

<https://w3id.org/openim/shapes/PB-03Shape/pre_trade_compliance_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "pre_trade_compliance_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#pre_trade_compliance_status> .

<https://w3id.org/openim/shapes/PB-03Shape/side> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "side" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#side> .

<https://w3id.org/openim/shapes/PB-03Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#source> .

<https://w3id.org/openim/shapes/PB-03Shape/time_in_force> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "time_in_force" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#time_in_force> .

<https://w3id.org/openim/shapes/PB-03Shape/transaction_id> a sh:PropertyShape ;
    sh:class openim:E-05 ;
    sh:maxCount 1 ;
    sh:name "transaction_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-03#transaction_id> .

<https://w3id.org/openim/shapes/PB-04Shape/accrued_interest> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "accrued_interest" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#accrued_interest> .

<https://w3id.org/openim/shapes/PB-04Shape/broker_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "broker_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#broker_entity_id> .

<https://w3id.org/openim/shapes/PB-04Shape/commission> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "commission" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#commission> .

<https://w3id.org/openim/shapes/PB-04Shape/executed_price> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "executed_price" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#executed_price> .

<https://w3id.org/openim/shapes/PB-04Shape/executed_quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "executed_quantity" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#executed_quantity> .

<https://w3id.org/openim/shapes/PB-04Shape/execution_capacity> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "execution_capacity" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#execution_capacity> .

<https://w3id.org/openim/shapes/PB-04Shape/execution_datetime> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "execution_datetime" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#execution_datetime> .

<https://w3id.org/openim/shapes/PB-04Shape/execution_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "execution_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#execution_id> .

<https://w3id.org/openim/shapes/PB-04Shape/execution_venue> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "execution_venue" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#execution_venue> .

<https://w3id.org/openim/shapes/PB-04Shape/gross_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "gross_amount" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#gross_amount> .

<https://w3id.org/openim/shapes/PB-04Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#instrument_id> .

<https://w3id.org/openim/shapes/PB-04Shape/last_liquidity_indicator> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "last_liquidity_indicator" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#last_liquidity_indicator> .

<https://w3id.org/openim/shapes/PB-04Shape/net_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "net_amount" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#net_amount> .

<https://w3id.org/openim/shapes/PB-04Shape/order_id> a sh:PropertyShape ;
    sh:class openim:PB-03 ;
    sh:maxCount 1 ;
    sh:name "order_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#order_id> .

<https://w3id.org/openim/shapes/PB-04Shape/settlement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "settlement_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#settlement_date> .

<https://w3id.org/openim/shapes/PB-04Shape/side> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "side" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#side> .

<https://w3id.org/openim/shapes/PB-04Shape/taxes_and_fees> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "taxes_and_fees" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#taxes_and_fees> .

<https://w3id.org/openim/shapes/PB-04Shape/trade_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "trade_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-04#trade_date> .

<https://w3id.org/openim/shapes/PB-05Shape/allocated_quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "allocated_quantity" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#allocated_quantity> .

<https://w3id.org/openim/shapes/PB-05Shape/allocation_datetime> a sh:PropertyShape ;
    sh:datatype xsd:dateTime ;
    sh:maxCount 1 ;
    sh:name "allocation_datetime" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#allocation_datetime> .

<https://w3id.org/openim/shapes/PB-05Shape/allocation_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "allocation_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#allocation_id> .

<https://w3id.org/openim/shapes/PB-05Shape/allocation_method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "allocation_method" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#allocation_method> .

<https://w3id.org/openim/shapes/PB-05Shape/allocation_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "allocation_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#allocation_status> .

<https://w3id.org/openim/shapes/PB-05Shape/average_price> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "average_price" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#average_price> .

<https://w3id.org/openim/shapes/PB-05Shape/commission> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "commission" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#commission> .

<https://w3id.org/openim/shapes/PB-05Shape/custodian_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "custodian_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#custodian_entity_id> .

<https://w3id.org/openim/shapes/PB-05Shape/gross_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "gross_amount" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#gross_amount> .

<https://w3id.org/openim/shapes/PB-05Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#instrument_id> .

<https://w3id.org/openim/shapes/PB-05Shape/net_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "net_amount" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#net_amount> .

<https://w3id.org/openim/shapes/PB-05Shape/order_id> a sh:PropertyShape ;
    sh:class openim:PB-03 ;
    sh:maxCount 1 ;
    sh:name "order_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#order_id> .

<https://w3id.org/openim/shapes/PB-05Shape/portfolio_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#portfolio_id> .

<https://w3id.org/openim/shapes/PB-05Shape/side> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "side" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#side> .

<https://w3id.org/openim/shapes/PB-05Shape/taxes_and_fees> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "taxes_and_fees" ;
    sh:path <https://w3id.org/openim/ontology/PB-05#taxes_and_fees> .

<https://w3id.org/openim/shapes/PB-06Shape/actual_settlement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "actual_settlement_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#actual_settlement_date> .

<https://w3id.org/openim/shapes/PB-06Shape/allocation_id> a sh:PropertyShape ;
    sh:class openim:PB-05 ;
    sh:maxCount 1 ;
    sh:name "allocation_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#allocation_id> .

<https://w3id.org/openim/shapes/PB-06Shape/contractual_settlement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "contractual_settlement_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#contractual_settlement_date> .

<https://w3id.org/openim/shapes/PB-06Shape/counterparty_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "counterparty_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#counterparty_entity_id> .

<https://w3id.org/openim/shapes/PB-06Shape/custodian_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "custodian_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#custodian_entity_id> .

<https://w3id.org/openim/shapes/PB-06Shape/direction> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "direction" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#direction> .

<https://w3id.org/openim/shapes/PB-06Shape/fail_reason> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "fail_reason" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#fail_reason> .

<https://w3id.org/openim/shapes/PB-06Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#instrument_id> .

<https://w3id.org/openim/shapes/PB-06Shape/place_of_settlement> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "place_of_settlement" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#place_of_settlement> .

<https://w3id.org/openim/shapes/PB-06Shape/portfolio_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#portfolio_id> .

<https://w3id.org/openim/shapes/PB-06Shape/quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "quantity" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#quantity> .

<https://w3id.org/openim/shapes/PB-06Shape/settlement_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "settlement_amount" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#settlement_amount> .

<https://w3id.org/openim/shapes/PB-06Shape/settlement_currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "settlement_currency" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#settlement_currency> .

<https://w3id.org/openim/shapes/PB-06Shape/settlement_instruction_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "settlement_instruction_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#settlement_instruction_id> .

<https://w3id.org/openim/shapes/PB-06Shape/settlement_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "settlement_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#settlement_status> .

<https://w3id.org/openim/shapes/PB-06Shape/settlement_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "settlement_type" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#settlement_type> .

<https://w3id.org/openim/shapes/PB-06Shape/ssi_reference> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "ssi_reference" ;
    sh:path <https://w3id.org/openim/ontology/PB-06#ssi_reference> .

<https://w3id.org/openim/shapes/PB-07Shape/announcement_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "announcement_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#announcement_date> .

<https://w3id.org/openim/shapes/PB-07Shape/cash_rate> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "cash_rate" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#cash_rate> .

<https://w3id.org/openim/shapes/PB-07Shape/corporate_action_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "corporate_action_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#corporate_action_id> .

<https://w3id.org/openim/shapes/PB-07Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#currency> .

<https://w3id.org/openim/shapes/PB-07Shape/election_deadline> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "election_deadline" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#election_deadline> .

<https://w3id.org/openim/shapes/PB-07Shape/event_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "event_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#event_status> .

<https://w3id.org/openim/shapes/PB-07Shape/event_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "event_type" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#event_type> .

<https://w3id.org/openim/shapes/PB-07Shape/ex_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "ex_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#ex_date> .

<https://w3id.org/openim/shapes/PB-07Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#instrument_id> .

<https://w3id.org/openim/shapes/PB-07Shape/mandatory_voluntary> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "mandatory_voluntary" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#mandatory_voluntary> .

<https://w3id.org/openim/shapes/PB-07Shape/payment_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "payment_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#payment_date> .

<https://w3id.org/openim/shapes/PB-07Shape/record_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "record_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#record_date> .

<https://w3id.org/openim/shapes/PB-07Shape/resulting_instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "resulting_instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#resulting_instrument_id> .

<https://w3id.org/openim/shapes/PB-07Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#source> .

<https://w3id.org/openim/shapes/PB-07Shape/terms_ratio> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "terms_ratio" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#terms_ratio> .

<https://w3id.org/openim/shapes/PB-07Shape/transaction_id> a sh:PropertyShape ;
    sh:class openim:E-05 ;
    sh:maxCount 1 ;
    sh:name "transaction_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-07#transaction_id> .

<https://w3id.org/openim/shapes/PB-08Shape/amount_per_unit> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "amount_per_unit" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#amount_per_unit> .

<https://w3id.org/openim/shapes/PB-08Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#currency> .

<https://w3id.org/openim/shapes/PB-08Shape/income_schedule_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "income_schedule_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#income_schedule_id> .

<https://w3id.org/openim/shapes/PB-08Shape/income_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "income_type" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#income_type> .

<https://w3id.org/openim/shapes/PB-08Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#instrument_id> .

<https://w3id.org/openim/shapes/PB-08Shape/is_projected> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "is_projected" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#is_projected> .

<https://w3id.org/openim/shapes/PB-08Shape/period_end_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period_end_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#period_end_date> .

<https://w3id.org/openim/shapes/PB-08Shape/period_start_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period_start_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#period_start_date> .

<https://w3id.org/openim/shapes/PB-08Shape/rate> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "rate" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#rate> .

<https://w3id.org/openim/shapes/PB-08Shape/reset_rate_observed> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "reset_rate_observed" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#reset_rate_observed> .

<https://w3id.org/openim/shapes/PB-08Shape/schedule_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "schedule_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#schedule_status> .

<https://w3id.org/openim/shapes/PB-08Shape/scheduled_payment_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "scheduled_payment_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-08#scheduled_payment_date> .

<https://w3id.org/openim/shapes/PB-09Shape/benchmark_id> a sh:PropertyShape ;
    sh:class openim:E-10 ;
    sh:maxCount 1 ;
    sh:name "benchmark_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#benchmark_id> .

<https://w3id.org/openim/shapes/PB-09Shape/capping_applied> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "capping_applied" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#capping_applied> .

<https://w3id.org/openim/shapes/PB-09Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#effective_from> .

<https://w3id.org/openim/shapes/PB-09Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#effective_to> .

<https://w3id.org/openim/shapes/PB-09Shape/inclusion_event> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "inclusion_event" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#inclusion_event> .

<https://w3id.org/openim/shapes/PB-09Shape/index_constituent_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "index_constituent_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#index_constituent_id> .

<https://w3id.org/openim/shapes/PB-09Shape/index_weight> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "index_weight" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#index_weight> .

<https://w3id.org/openim/shapes/PB-09Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#instrument_id> .

<https://w3id.org/openim/shapes/PB-09Shape/provider> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "provider" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#provider> .

<https://w3id.org/openim/shapes/PB-09Shape/shares_in_index> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "shares_in_index" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#shares_in_index> .

<https://w3id.org/openim/shapes/PB-09Shape/weight_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "weight_basis" ;
    sh:path <https://w3id.org/openim/ontology/PB-09#weight_basis> .

<https://w3id.org/openim/shapes/PB-10Shape/borrower_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "borrower_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#borrower_entity_id> .

<https://w3id.org/openim/shapes/PB-10Shape/collateral_position_id> a sh:PropertyShape ;
    sh:class openim:E-26 ;
    sh:maxCount 1 ;
    sh:name "collateral_position_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#collateral_position_id> .

<https://w3id.org/openim/shapes/PB-10Shape/fee_rate> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "fee_rate" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#fee_rate> .

<https://w3id.org/openim/shapes/PB-10Shape/instrument_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:name "instrument_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#instrument_id> .

<https://w3id.org/openim/shapes/PB-10Shape/lent_quantity> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "lent_quantity" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#lent_quantity> .

<https://w3id.org/openim/shapes/PB-10Shape/loan_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "loan_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#loan_id> .

<https://w3id.org/openim/shapes/PB-10Shape/loan_start_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "loan_start_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#loan_start_date> .

<https://w3id.org/openim/shapes/PB-10Shape/loan_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "loan_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#loan_status> .

<https://w3id.org/openim/shapes/PB-10Shape/master_agreement_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "master_agreement_ref" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#master_agreement_ref> .

<https://w3id.org/openim/shapes/PB-10Shape/position_id> a sh:PropertyShape ;
    sh:class openim:E-04 ;
    sh:maxCount 1 ;
    sh:name "position_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#position_id> .

<https://w3id.org/openim/shapes/PB-10Shape/recall_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "recall_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#recall_status> .

<https://w3id.org/openim/shapes/PB-10Shape/revenue_accrued> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "revenue_accrued" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#revenue_accrued> .

<https://w3id.org/openim/shapes/PB-10Shape/term> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "term" ;
    sh:path <https://w3id.org/openim/ontology/PB-10#term> .

<https://w3id.org/openim/shapes/PB-11Shape/cast_vote> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "cast_vote" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#cast_vote> .

<https://w3id.org/openim/shapes/PB-11Shape/confirmation_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "confirmation_status" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#confirmation_status> .

<https://w3id.org/openim/shapes/PB-11Shape/conflict_flag> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "conflict_flag" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#conflict_flag> .

<https://w3id.org/openim/shapes/PB-11Shape/holding_qty_at_record_date> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "holding_qty_at_record_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#holding_qty_at_record_date> .

<https://w3id.org/openim/shapes/PB-11Shape/lodged_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "lodged_date" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#lodged_date> .

<https://w3id.org/openim/shapes/PB-11Shape/meeting_id> a sh:PropertyShape ;
    sh:class openim:PB-07 ;
    sh:maxCount 1 ;
    sh:name "meeting_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#meeting_id> .

<https://w3id.org/openim/shapes/PB-11Shape/policy_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "policy_basis" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#policy_basis> .

<https://w3id.org/openim/shapes/PB-11Shape/portfolio_id> a sh:PropertyShape ;
    sh:class openim:E-03 ;
    sh:maxCount 1 ;
    sh:name "portfolio_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#portfolio_id> .

<https://w3id.org/openim/shapes/PB-11Shape/proxy_adviser_rec> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "proxy_adviser_rec" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#proxy_adviser_rec> .

<https://w3id.org/openim/shapes/PB-11Shape/rationale> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "rationale" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#rationale> .

<https://w3id.org/openim/shapes/PB-11Shape/recommended_vote> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "recommended_vote" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#recommended_vote> .

<https://w3id.org/openim/shapes/PB-11Shape/resolution_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "resolution_ref" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#resolution_ref> .

<https://w3id.org/openim/shapes/PB-11Shape/vote_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "vote_id" ;
    sh:path <https://w3id.org/openim/ontology/PB-11#vote_id> .

<https://w3id.org/openim/shapes/PM-01Shape/administrator_id> a sh:PropertyShape ;
    sh:class openim:PM-03 ;
    sh:maxCount 1 ;
    sh:name "administrator_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#administrator_id> .

<https://w3id.org/openim/shapes/PM-01Shape/asset_class> a sh:PropertyShape ;
    sh:class openim:E-09 ;
    sh:maxCount 1 ;
    sh:name "asset_class" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#asset_class> .

<https://w3id.org/openim/shapes/PM-01Shape/committed_capital_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "committed_capital_usd" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#committed_capital_usd> .

<https://w3id.org/openim/shapes/PM-01Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#currency> .

<https://w3id.org/openim/shapes/PM-01Shape/domicile> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "domicile" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#domicile> .

<https://w3id.org/openim/shapes/PM-01Shape/external_ids> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "external_ids" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#external_ids> .

<https://w3id.org/openim/shapes/PM-01Shape/family_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "family_name" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#family_name> .

<https://w3id.org/openim/shapes/PM-01Shape/fund_family_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "fund_family_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#fund_family_id> .

<https://w3id.org/openim/shapes/PM-01Shape/fund_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#fund_id> .

<https://w3id.org/openim/shapes/PM-01Shape/fund_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "fund_name" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#fund_name> .

<https://w3id.org/openim/shapes/PM-01Shape/fund_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "fund_status" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#fund_status> .

<https://w3id.org/openim/shapes/PM-01Shape/gp_id> a sh:PropertyShape ;
    sh:class openim:PM-02 ;
    sh:maxCount 1 ;
    sh:name "gp_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#gp_id> .

<https://w3id.org/openim/shapes/PM-01Shape/known_aliases> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "known_aliases" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#known_aliases> .

<https://w3id.org/openim/shapes/PM-01Shape/last_reviewed_at> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "last_reviewed_at" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#last_reviewed_at> .

<https://w3id.org/openim/shapes/PM-01Shape/lei> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lei" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#lei> .

<https://w3id.org/openim/shapes/PM-01Shape/strategy> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "strategy" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#strategy> .

<https://w3id.org/openim/shapes/PM-01Shape/total_committed_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "total_committed_usd" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#total_committed_usd> .

<https://w3id.org/openim/shapes/PM-01Shape/vehicle_count> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "vehicle_count" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#vehicle_count> .

<https://w3id.org/openim/shapes/PM-01Shape/vehicle_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "vehicle_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#vehicle_type> .

<https://w3id.org/openim/shapes/PM-01Shape/vintage_year> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "vintage_year" ;
    sh:path <https://w3id.org/openim/ontology/PM-01#vintage_year> .

<https://w3id.org/openim/shapes/PM-02Shape/domicile> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "domicile" ;
    sh:path <https://w3id.org/openim/ontology/PM-02#domicile> .

<https://w3id.org/openim/shapes/PM-02Shape/external_ids> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "external_ids" ;
    sh:path <https://w3id.org/openim/ontology/PM-02#external_ids> .

<https://w3id.org/openim/shapes/PM-02Shape/gp_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "gp_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-02#gp_id> .

<https://w3id.org/openim/shapes/PM-02Shape/gp_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "gp_name" ;
    sh:path <https://w3id.org/openim/ontology/PM-02#gp_name> .

<https://w3id.org/openim/shapes/PM-02Shape/known_aliases> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "known_aliases" ;
    sh:path <https://w3id.org/openim/ontology/PM-02#known_aliases> .

<https://w3id.org/openim/shapes/PM-02Shape/lei> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lei" ;
    sh:path <https://w3id.org/openim/ontology/PM-02#lei> .

<https://w3id.org/openim/shapes/PM-02Shape/relationship_start_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "relationship_start_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-02#relationship_start_date> .

<https://w3id.org/openim/shapes/PM-03Shape/admin_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "admin_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-03#admin_id> .

<https://w3id.org/openim/shapes/PM-03Shape/admin_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "admin_name" ;
    sh:path <https://w3id.org/openim/ontology/PM-03#admin_name> .

<https://w3id.org/openim/shapes/PM-03Shape/data_quality_tier> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "data_quality_tier" ;
    sh:path <https://w3id.org/openim/ontology/PM-03#data_quality_tier> .

<https://w3id.org/openim/shapes/PM-03Shape/delivery_method> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "delivery_method" ;
    sh:path <https://w3id.org/openim/ontology/PM-03#delivery_method> .

<https://w3id.org/openim/shapes/PM-03Shape/funds_administered> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "funds_administered" ;
    sh:path <https://w3id.org/openim/ontology/PM-03#funds_administered> .

<https://w3id.org/openim/shapes/PM-03Shape/notes> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "notes" ;
    sh:path <https://w3id.org/openim/ontology/PM-03#notes> .

<https://w3id.org/openim/shapes/PM-03Shape/primary_contact> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "primary_contact" ;
    sh:path <https://w3id.org/openim/ontology/PM-03#primary_contact> .

<https://w3id.org/openim/shapes/PM-04Shape/company_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "company_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#company_id> .

<https://w3id.org/openim/shapes/PM-04Shape/company_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "company_name" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#company_name> .

<https://w3id.org/openim/shapes/PM-04Shape/country> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "country" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#country> .

<https://w3id.org/openim/shapes/PM-04Shape/external_ids> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "external_ids" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#external_ids> .

<https://w3id.org/openim/shapes/PM-04Shape/first_seen_at> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "first_seen_at" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#first_seen_at> .

<https://w3id.org/openim/shapes/PM-04Shape/gp_relationships> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "gp_relationships" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#gp_relationships> .

<https://w3id.org/openim/shapes/PM-04Shape/known_aliases> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "known_aliases" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#known_aliases> .

<https://w3id.org/openim/shapes/PM-04Shape/last_reviewed_at> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "last_reviewed_at" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#last_reviewed_at> .

<https://w3id.org/openim/shapes/PM-04Shape/lei> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lei" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#lei> .

<https://w3id.org/openim/shapes/PM-04Shape/reviewed_by> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "reviewed_by" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#reviewed_by> .

<https://w3id.org/openim/shapes/PM-04Shape/sector> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "sector" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#sector> .

<https://w3id.org/openim/shapes/PM-04Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#status> .

<https://w3id.org/openim/shapes/PM-04Shape/sub_sector> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "sub_sector" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#sub_sector> .

<https://w3id.org/openim/shapes/PM-04Shape/successor_company_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "successor_company_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-04#successor_company_id> .

<https://w3id.org/openim/shapes/PM-05Shape/incorporation_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "incorporation_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-05#incorporation_date> .

<https://w3id.org/openim/shapes/PM-05Shape/investment_id> a sh:PropertyShape ;
    sh:class openim:PM-09 ;
    sh:maxCount 1 ;
    sh:name "investment_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-05#investment_id> .

<https://w3id.org/openim/shapes/PM-05Shape/jurisdiction> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "jurisdiction" ;
    sh:path <https://w3id.org/openim/ontology/PM-05#jurisdiction> .

<https://w3id.org/openim/shapes/PM-05Shape/lei> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lei" ;
    sh:path <https://w3id.org/openim/ontology/PM-05#lei> .

<https://w3id.org/openim/shapes/PM-05Shape/vehicle_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "vehicle_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-05#vehicle_id> .

<https://w3id.org/openim/shapes/PM-05Shape/vehicle_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "vehicle_name" ;
    sh:path <https://w3id.org/openim/ontology/PM-05#vehicle_name> .

<https://w3id.org/openim/shapes/PM-05Shape/vehicle_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "vehicle_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-05#vehicle_type> .

<https://w3id.org/openim/shapes/PM-06Shape/commitment_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "commitment_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-06#commitment_date> .

<https://w3id.org/openim/shapes/PM-06Shape/commitment_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "commitment_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-06#commitment_id> .

<https://w3id.org/openim/shapes/PM-06Shape/committed_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "committed_usd" ;
    sh:path <https://w3id.org/openim/ontology/PM-06#committed_usd> .

<https://w3id.org/openim/shapes/PM-06Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/PM-06#currency> .

<https://w3id.org/openim/shapes/PM-06Shape/fund_id> a sh:PropertyShape ;
    sh:class openim:PM-01 ;
    sh:maxCount 1 ;
    sh:name "fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-06#fund_id> .

<https://w3id.org/openim/shapes/PM-06Shape/lp_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "lp_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-06#lp_entity_id> .

<https://w3id.org/openim/shapes/PM-07Shape/amount_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "amount_usd" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#amount_usd> .

<https://w3id.org/openim/shapes/PM-07Shape/call_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "call_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#call_date> .

<https://w3id.org/openim/shapes/PM-07Shape/call_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "call_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#call_id> .

<https://w3id.org/openim/shapes/PM-07Shape/call_number> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "call_number" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#call_number> .

<https://w3id.org/openim/shapes/PM-07Shape/commitment_id> a sh:PropertyShape ;
    sh:class openim:PM-06 ;
    sh:maxCount 1 ;
    sh:name "commitment_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#commitment_id> .

<https://w3id.org/openim/shapes/PM-07Shape/cumulative_called_pct> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "cumulative_called_pct" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#cumulative_called_pct> .

<https://w3id.org/openim/shapes/PM-07Shape/due_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "due_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#due_date> .

<https://w3id.org/openim/shapes/PM-07Shape/fund_id> a sh:PropertyShape ;
    sh:class openim:PM-01 ;
    sh:maxCount 1 ;
    sh:name "fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#fund_id> .

<https://w3id.org/openim/shapes/PM-07Shape/purpose> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "purpose" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#purpose> .

<https://w3id.org/openim/shapes/PM-07Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/PM-07#source> .

<https://w3id.org/openim/shapes/PM-08Shape/amount_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "amount_usd" ;
    sh:path <https://w3id.org/openim/ontology/PM-08#amount_usd> .

<https://w3id.org/openim/shapes/PM-08Shape/commitment_id> a sh:PropertyShape ;
    sh:class openim:PM-06 ;
    sh:maxCount 1 ;
    sh:name "commitment_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-08#commitment_id> .

<https://w3id.org/openim/shapes/PM-08Shape/dist_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "dist_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-08#dist_date> .

<https://w3id.org/openim/shapes/PM-08Shape/dist_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "dist_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-08#dist_id> .

<https://w3id.org/openim/shapes/PM-08Shape/dist_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "dist_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-08#dist_type> .

<https://w3id.org/openim/shapes/PM-08Shape/fund_id> a sh:PropertyShape ;
    sh:class openim:PM-01 ;
    sh:maxCount 1 ;
    sh:name "fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-08#fund_id> .

<https://w3id.org/openim/shapes/PM-08Shape/recallable> a sh:PropertyShape ;
    sh:datatype xsd:boolean ;
    sh:maxCount 1 ;
    sh:name "recallable" ;
    sh:path <https://w3id.org/openim/ontology/PM-08#recallable> .

<https://w3id.org/openim/shapes/PM-08Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/PM-08#source> .

<https://w3id.org/openim/shapes/PM-09Shape/entry_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "entry_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#entry_date> .

<https://w3id.org/openim/shapes/PM-09Shape/exit_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "exit_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#exit_date> .

<https://w3id.org/openim/shapes/PM-09Shape/exit_route> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "exit_route" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#exit_route> .

<https://w3id.org/openim/shapes/PM-09Shape/fund_id> a sh:PropertyShape ;
    sh:class openim:PM-01 ;
    sh:maxCount 1 ;
    sh:name "fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#fund_id> .

<https://w3id.org/openim/shapes/PM-09Shape/gross_irr> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "gross_irr" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#gross_irr> .

<https://w3id.org/openim/shapes/PM-09Shape/holding_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "holding_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#holding_type> .

<https://w3id.org/openim/shapes/PM-09Shape/invested_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "invested_usd" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#invested_usd> .

<https://w3id.org/openim/shapes/PM-09Shape/investment_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "investment_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#investment_id> .

<https://w3id.org/openim/shapes/PM-09Shape/investment_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "investment_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#investment_type> .

<https://w3id.org/openim/shapes/PM-09Shape/moic> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "moic" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#moic> .

<https://w3id.org/openim/shapes/PM-09Shape/realised_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "realised_usd" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#realised_usd> .

<https://w3id.org/openim/shapes/PM-09Shape/target_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "target_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#target_id> .

<https://w3id.org/openim/shapes/PM-09Shape/unrealised_nav_usd> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "unrealised_nav_usd" ;
    sh:path <https://w3id.org/openim/ontology/PM-09#unrealised_nav_usd> .

<https://w3id.org/openim/shapes/PM-10Shape/definition_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "definition_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#definition_type> .

<https://w3id.org/openim/shapes/PM-10Shape/effective_from> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_from" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#effective_from> .

<https://w3id.org/openim/shapes/PM-10Shape/effective_to> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_to" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#effective_to> .

<https://w3id.org/openim/shapes/PM-10Shape/fixed_rate> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "fixed_rate" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#fixed_rate> .

<https://w3id.org/openim/shapes/PM-10Shape/formula_spec> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "formula_spec" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#formula_spec> .

<https://w3id.org/openim/shapes/PM-10Shape/fund_id> a sh:PropertyShape ;
    sh:class openim:PM-01 ;
    sh:maxCount 1 ;
    sh:name "fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#fund_id> .

<https://w3id.org/openim/shapes/PM-10Shape/hurdle_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "hurdle_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#hurdle_id> .

<https://w3id.org/openim/shapes/PM-10Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#source> .

<https://w3id.org/openim/shapes/PM-10Shape/terms_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "terms_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#terms_id> .

<https://w3id.org/openim/shapes/PM-10Shape/version> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "version" ;
    sh:path <https://w3id.org/openim/ontology/PM-10#version> .

<https://w3id.org/openim/shapes/PM-11Shape/effective_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "effective_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-11#effective_date> .

<https://w3id.org/openim/shapes/PM-11Shape/event_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "event_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-11#event_type> .

<https://w3id.org/openim/shapes/PM-11Shape/predecessor_gp_id> a sh:PropertyShape ;
    sh:class openim:PM-02 ;
    sh:maxCount 1 ;
    sh:name "predecessor_gp_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-11#predecessor_gp_id> .

<https://w3id.org/openim/shapes/PM-11Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/PM-11#source> .

<https://w3id.org/openim/shapes/PM-11Shape/succession_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "succession_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-11#succession_id> .

<https://w3id.org/openim/shapes/PM-11Shape/successor_gp_id> a sh:PropertyShape ;
    sh:class openim:PM-02 ;
    sh:maxCount 1 ;
    sh:name "successor_gp_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-11#successor_gp_id> .

<https://w3id.org/openim/shapes/PM-12Shape/asset_class> a sh:PropertyShape ;
    sh:class openim:E-09 ;
    sh:maxCount 1 ;
    sh:name "asset_class" ;
    sh:path <https://w3id.org/openim/ontology/PM-12#asset_class> .

<https://w3id.org/openim/shapes/PM-12Shape/benchmark_id> a sh:PropertyShape ;
    sh:class openim:E-10 ;
    sh:maxCount 1 ;
    sh:name "benchmark_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-12#benchmark_id> .

<https://w3id.org/openim/shapes/PM-12Shape/cross_reference_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "cross_reference_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-12#cross_reference_id> .

<https://w3id.org/openim/shapes/PM-12Shape/fund_id> a sh:PropertyShape ;
    sh:class openim:PM-01 ;
    sh:maxCount 1 ;
    sh:name "fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-12#fund_id> .

<https://w3id.org/openim/shapes/PM-12Shape/provider> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "provider" ;
    sh:path <https://w3id.org/openim/ontology/PM-12#provider> .

<https://w3id.org/openim/shapes/PM-12Shape/provider_fund_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "provider_fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-12#provider_fund_id> .

<https://w3id.org/openim/shapes/PM-12Shape/vintage_year> a sh:PropertyShape ;
    sh:datatype xsd:integer ;
    sh:maxCount 1 ;
    sh:name "vintage_year" ;
    sh:path <https://w3id.org/openim/ontology/PM-12#vintage_year> .

<https://w3id.org/openim/shapes/PM-13Shape/allocated_gain> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "allocated_gain" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#allocated_gain> .

<https://w3id.org/openim/shapes/PM-13Shape/allocated_income> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "allocated_income" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#allocated_income> .

<https://w3id.org/openim/shapes/PM-13Shape/capital_account_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "capital_account_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#capital_account_id> .

<https://w3id.org/openim/shapes/PM-13Shape/carried_interest> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "carried_interest" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#carried_interest> .

<https://w3id.org/openim/shapes/PM-13Shape/closing_balance> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "closing_balance" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#closing_balance> .

<https://w3id.org/openim/shapes/PM-13Shape/contributions> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "contributions" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#contributions> .

<https://w3id.org/openim/shapes/PM-13Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#currency> .

<https://w3id.org/openim/shapes/PM-13Shape/distributions> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "distributions" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#distributions> .

<https://w3id.org/openim/shapes/PM-13Shape/fund_id> a sh:PropertyShape ;
    sh:class openim:PM-01 ;
    sh:maxCount 1 ;
    sh:name "fund_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#fund_id> .

<https://w3id.org/openim/shapes/PM-13Shape/investor_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "investor_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#investor_entity_id> .

<https://w3id.org/openim/shapes/PM-13Shape/management_fee> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "management_fee" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#management_fee> .

<https://w3id.org/openim/shapes/PM-13Shape/opening_balance> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "opening_balance" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#opening_balance> .

<https://w3id.org/openim/shapes/PM-13Shape/period> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period" ;
    sh:path <https://w3id.org/openim/ontology/PM-13#period> .

<https://w3id.org/openim/shapes/PM-14Shape/borrower_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "borrower_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#borrower_entity_id> .

<https://w3id.org/openim/shapes/PM-14Shape/collateral_pool_ref> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "collateral_pool_ref" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#collateral_pool_ref> .

<https://w3id.org/openim/shapes/PM-14Shape/covenants> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "covenants" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#covenants> .

<https://w3id.org/openim/shapes/PM-14Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#currency> .

<https://w3id.org/openim/shapes/PM-14Shape/direct_loan_id> a sh:PropertyShape ;
    sh:class openim:E-02 ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "direct_loan_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#direct_loan_id> .

<https://w3id.org/openim/shapes/PM-14Shape/drawn_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "drawn_amount" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#drawn_amount> .

<https://w3id.org/openim/shapes/PM-14Shape/facility_commitment_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "facility_commitment_amount" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#facility_commitment_amount> .

<https://w3id.org/openim/shapes/PM-14Shape/facility_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "facility_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#facility_type> .

<https://w3id.org/openim/shapes/PM-14Shape/interest_rate_structure> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "interest_rate_structure" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#interest_rate_structure> .

<https://w3id.org/openim/shapes/PM-14Shape/maturity_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "maturity_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#maturity_date> .

<https://w3id.org/openim/shapes/PM-14Shape/originator_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "originator_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#originator_entity_id> .

<https://w3id.org/openim/shapes/PM-14Shape/payment_schedule> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "payment_schedule" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#payment_schedule> .

<https://w3id.org/openim/shapes/PM-14Shape/recovery_estimate> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "recovery_estimate" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#recovery_estimate> .

<https://w3id.org/openim/shapes/PM-14Shape/seniority_rank> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "seniority_rank" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#seniority_rank> .

<https://w3id.org/openim/shapes/PM-14Shape/undrawn_amount> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "undrawn_amount" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#undrawn_amount> .

<https://w3id.org/openim/shapes/PM-14Shape/workout_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "workout_status" ;
    sh:path <https://w3id.org/openim/ontology/PM-14#workout_status> .

<https://w3id.org/openim/shapes/PM-15Shape/converted_record_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "converted_record_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#converted_record_id> .

<https://w3id.org/openim/shapes/PM-15Shape/converted_record_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "converted_record_type" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#converted_record_type> .

<https://w3id.org/openim/shapes/PM-15Shape/deal_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "deal_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#deal_id> .

<https://w3id.org/openim/shapes/PM-15Shape/deal_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "deal_name" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#deal_name> .

<https://w3id.org/openim/shapes/PM-15Shape/originating_team> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "originating_team" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#originating_team> .

<https://w3id.org/openim/shapes/PM-15Shape/source_channel> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source_channel" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#source_channel> .

<https://w3id.org/openim/shapes/PM-15Shape/sourced_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "sourced_date" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#sourced_date> .

<https://w3id.org/openim/shapes/PM-15Shape/strategy> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "strategy" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#strategy> .

<https://w3id.org/openim/shapes/PM-15Shape/structure> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "structure" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#structure> .

<https://w3id.org/openim/shapes/PM-15Shape/target_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "target_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/PM-15#target_entity_id> .

<https://w3id.org/openim/shapes/RA-01Shape/acquisition_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "acquisition_date" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#acquisition_date> .

<https://w3id.org/openim/shapes/RA-01Shape/asset_category> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "asset_category" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#asset_category> .

<https://w3id.org/openim/shapes/RA-01Shape/asset_name> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "asset_name" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#asset_name> .

<https://w3id.org/openim/shapes/RA-01Shape/asset_subtype> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "asset_subtype" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#asset_subtype> .

<https://w3id.org/openim/shapes/RA-01Shape/country> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "country" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#country> .

<https://w3id.org/openim/shapes/RA-01Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#currency> .

<https://w3id.org/openim/shapes/RA-01Shape/external_ids> a sh:PropertyShape ;
    sh:datatype rdfs:Literal ;
    sh:name "external_ids" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#external_ids> .

<https://w3id.org/openim/shapes/RA-01Shape/holding_vehicle_id> a sh:PropertyShape ;
    sh:class openim:PM-05 ;
    sh:maxCount 1 ;
    sh:name "holding_vehicle_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#holding_vehicle_id> .

<https://w3id.org/openim/shapes/RA-01Shape/lifecycle_stage> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lifecycle_stage" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#lifecycle_stage> .

<https://w3id.org/openim/shapes/RA-01Shape/location> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "location" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#location> .

<https://w3id.org/openim/shapes/RA-01Shape/ownership_pct> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "ownership_pct" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#ownership_pct> .

<https://w3id.org/openim/shapes/RA-01Shape/physical_size> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "physical_size" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#physical_size> .

<https://w3id.org/openim/shapes/RA-01Shape/real_asset_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "real_asset_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#real_asset_id> .

<https://w3id.org/openim/shapes/RA-01Shape/size_unit> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "size_unit" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#size_unit> .

<https://w3id.org/openim/shapes/RA-01Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#status> .

<https://w3id.org/openim/shapes/RA-01Shape/tenure> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "tenure" ;
    sh:path <https://w3id.org/openim/ontology/RA-01#tenure> .

<https://w3id.org/openim/shapes/RA-02Shape/availability_pct> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "availability_pct" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#availability_pct> .

<https://w3id.org/openim/shapes/RA-02Shape/capacity_utilisation> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "capacity_utilisation" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#capacity_utilisation> .

<https://w3id.org/openim/shapes/RA-02Shape/capex_incurred> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "capex_incurred" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#capex_incurred> .

<https://w3id.org/openim/shapes/RA-02Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#currency> .

<https://w3id.org/openim/shapes/RA-02Shape/gross_income> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "gross_income" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#gross_income> .

<https://w3id.org/openim/shapes/RA-02Shape/net_operating_income> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "net_operating_income" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#net_operating_income> .

<https://w3id.org/openim/shapes/RA-02Shape/occupancy_rate> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "occupancy_rate" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#occupancy_rate> .

<https://w3id.org/openim/shapes/RA-02Shape/operating_expense> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "operating_expense" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#operating_expense> .

<https://w3id.org/openim/shapes/RA-02Shape/operating_record_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "operating_record_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#operating_record_id> .

<https://w3id.org/openim/shapes/RA-02Shape/period_end> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period_end" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#period_end> .

<https://w3id.org/openim/shapes/RA-02Shape/period_start> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "period_start" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#period_start> .

<https://w3id.org/openim/shapes/RA-02Shape/real_asset_id> a sh:PropertyShape ;
    sh:class openim:RA-01 ;
    sh:maxCount 1 ;
    sh:name "real_asset_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#real_asset_id> .

<https://w3id.org/openim/shapes/RA-02Shape/revenue_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "revenue_basis" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#revenue_basis> .

<https://w3id.org/openim/shapes/RA-02Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#source> .

<https://w3id.org/openim/shapes/RA-02Shape/throughput> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "throughput" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#throughput> .

<https://w3id.org/openim/shapes/RA-02Shape/throughput_unit> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "throughput_unit" ;
    sh:path <https://w3id.org/openim/ontology/RA-02#throughput_unit> .

<https://w3id.org/openim/shapes/RA-03Shape/break_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "break_date" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#break_date> .

<https://w3id.org/openim/shapes/RA-03Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#currency> .

<https://w3id.org/openim/shapes/RA-03Shape/demised_area> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "demised_area" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#demised_area> .

<https://w3id.org/openim/shapes/RA-03Shape/lease_expiry> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "lease_expiry" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#lease_expiry> .

<https://w3id.org/openim/shapes/RA-03Shape/lease_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "lease_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#lease_id> .

<https://w3id.org/openim/shapes/RA-03Shape/lease_start> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "lease_start" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#lease_start> .

<https://w3id.org/openim/shapes/RA-03Shape/lease_status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lease_status" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#lease_status> .

<https://w3id.org/openim/shapes/RA-03Shape/lease_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "lease_type" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#lease_type> .

<https://w3id.org/openim/shapes/RA-03Shape/next_review_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "next_review_date" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#next_review_date> .

<https://w3id.org/openim/shapes/RA-03Shape/passing_rent> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "passing_rent" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#passing_rent> .

<https://w3id.org/openim/shapes/RA-03Shape/real_asset_id> a sh:PropertyShape ;
    sh:class openim:RA-01 ;
    sh:maxCount 1 ;
    sh:name "real_asset_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#real_asset_id> .

<https://w3id.org/openim/shapes/RA-03Shape/rent_review_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "rent_review_basis" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#rent_review_basis> .

<https://w3id.org/openim/shapes/RA-03Shape/source> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "source" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#source> .

<https://w3id.org/openim/shapes/RA-03Shape/tenant_covenant> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "tenant_covenant" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#tenant_covenant> .

<https://w3id.org/openim/shapes/RA-03Shape/tenant_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "tenant_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-03#tenant_entity_id> .

<https://w3id.org/openim/shapes/RA-04Shape/actual_completion> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "actual_completion" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#actual_completion> .

<https://w3id.org/openim/shapes/RA-04Shape/concession_end> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "concession_end" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#concession_end> .

<https://w3id.org/openim/shapes/RA-04Shape/concession_grantor_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "concession_grantor_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#concession_grantor_id> .

<https://w3id.org/openim/shapes/RA-04Shape/concession_start> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "concession_start" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#concession_start> .

<https://w3id.org/openim/shapes/RA-04Shape/construction_start> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "construction_start" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#construction_start> .

<https://w3id.org/openim/shapes/RA-04Shape/contractor_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "contractor_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#contractor_entity_id> .

<https://w3id.org/openim/shapes/RA-04Shape/cost_incurred_to_date> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "cost_incurred_to_date" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#cost_incurred_to_date> .

<https://w3id.org/openim/shapes/RA-04Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#currency> .

<https://w3id.org/openim/shapes/RA-04Shape/development_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "development_type" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#development_type> .

<https://w3id.org/openim/shapes/RA-04Shape/project_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "project_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#project_id> .

<https://w3id.org/openim/shapes/RA-04Shape/project_phase> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "project_phase" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#project_phase> .

<https://w3id.org/openim/shapes/RA-04Shape/real_asset_id> a sh:PropertyShape ;
    sh:class openim:RA-01 ;
    sh:maxCount 1 ;
    sh:name "real_asset_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#real_asset_id> .

<https://w3id.org/openim/shapes/RA-04Shape/revenue_model> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "revenue_model" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#revenue_model> .

<https://w3id.org/openim/shapes/RA-04Shape/status> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "status" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#status> .

<https://w3id.org/openim/shapes/RA-04Shape/target_completion> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "target_completion" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#target_completion> .

<https://w3id.org/openim/shapes/RA-04Shape/total_development_cost> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "total_development_cost" ;
    sh:path <https://w3id.org/openim/ontology/RA-04#total_development_cost> .

<https://w3id.org/openim/shapes/RA-05Shape/appraisal_id> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "appraisal_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#appraisal_id> .

<https://w3id.org/openim/shapes/RA-05Shape/appraised_value> a sh:PropertyShape ;
    sh:datatype xsd:decimal ;
    sh:maxCount 1 ;
    sh:name "appraised_value" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#appraised_value> .

<https://w3id.org/openim/shapes/RA-05Shape/basis_of_value> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "basis_of_value" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#basis_of_value> .

<https://w3id.org/openim/shapes/RA-05Shape/confidence_score> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "confidence_score" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#confidence_score> .

<https://w3id.org/openim/shapes/RA-05Shape/currency> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "currency" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#currency> .

<https://w3id.org/openim/shapes/RA-05Shape/discount_rate> a sh:PropertyShape ;
    sh:datatype xsd:double ;
    sh:maxCount 1 ;
    sh:name "discount_rate" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#discount_rate> .

<https://w3id.org/openim/shapes/RA-05Shape/inspection_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "inspection_date" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#inspection_date> .

<https://w3id.org/openim/shapes/RA-05Shape/real_asset_id> a sh:PropertyShape ;
    sh:class openim:RA-01 ;
    sh:maxCount 1 ;
    sh:name "real_asset_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#real_asset_id> .

<https://w3id.org/openim/shapes/RA-05Shape/reporting_basis> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "reporting_basis" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#reporting_basis> .

<https://w3id.org/openim/shapes/RA-05Shape/valuation_approach> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "valuation_approach" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#valuation_approach> .

<https://w3id.org/openim/shapes/RA-05Shape/valuation_date> a sh:PropertyShape ;
    sh:datatype xsd:date ;
    sh:maxCount 1 ;
    sh:name "valuation_date" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#valuation_date> .

<https://w3id.org/openim/shapes/RA-05Shape/valuation_standard> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "valuation_standard" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#valuation_standard> .

<https://w3id.org/openim/shapes/RA-05Shape/valuer_entity_id> a sh:PropertyShape ;
    sh:class openim:E-01 ;
    sh:maxCount 1 ;
    sh:name "valuer_entity_id" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#valuer_entity_id> .

<https://w3id.org/openim/shapes/RA-05Shape/valuer_type> a sh:PropertyShape ;
    sh:datatype xsd:string ;
    sh:maxCount 1 ;
    sh:name "valuer_type" ;
    sh:path <https://w3id.org/openim/ontology/RA-05#valuer_type> .

