@mindflight/mindbrain-personal-studio 0.6.1 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -8
- package/build/client/_app/immutable/chunks/CIErFlYG.js +1 -0
- package/build/client/_app/immutable/chunks/CIErFlYG.js.br +0 -0
- package/build/client/_app/immutable/chunks/CIErFlYG.js.gz +0 -0
- package/build/client/_app/immutable/entry/{app.CVz6aYsT.js → app.mURYm8o_.js} +2 -2
- package/build/client/_app/immutable/entry/app.mURYm8o_.js.br +0 -0
- package/build/client/_app/immutable/entry/app.mURYm8o_.js.gz +0 -0
- package/build/client/_app/immutable/entry/start.D4M9ZeGO.js +1 -0
- package/build/client/_app/immutable/entry/start.D4M9ZeGO.js.br +2 -0
- package/build/client/_app/immutable/entry/start.D4M9ZeGO.js.gz +0 -0
- package/build/client/_app/immutable/nodes/{1.BBtxY46Q.js → 1.DHKtMeFI.js} +1 -1
- package/build/client/_app/immutable/nodes/1.DHKtMeFI.js.br +1 -0
- package/build/client/_app/immutable/nodes/1.DHKtMeFI.js.gz +0 -0
- package/build/client/_app/version.json +1 -1
- package/build/client/_app/version.json.br +0 -0
- package/build/client/_app/version.json.gz +0 -0
- package/build/handler.js +4 -4
- package/build/index.js +4 -4
- package/build/server/chunks/chunks/{internal.js-D8EA_he2.js → internal.js-C3tV0XXj.js} +2 -2
- package/build/server/chunks/chunks/{internal.js-D8EA_he2.js.map → internal.js-C3tV0XXj.js.map} +1 -1
- package/build/server/chunks/entries/endpoints/api/graph/schema-registry/{_server.ts.js-Dyfsc-VA.js → _server.ts.js-CAsXxBRq.js} +7 -2
- package/build/server/chunks/entries/endpoints/api/graph/schema-registry/_server.ts.js-CAsXxBRq.js.map +1 -0
- package/build/server/chunks/{handler-BjXBCd1c.js → handler-DlaCCnxx.js} +3 -3
- package/build/server/chunks/{handler-BjXBCd1c.js.map → handler-DlaCCnxx.js.map} +1 -1
- package/build/server/chunks/{index.js-BJYcV8V7.js → index.js-BGfKWHak.js} +2 -2
- package/build/server/chunks/{index.js-BJYcV8V7.js.map → index.js-BGfKWHak.js.map} +1 -1
- package/build/server/chunks/{manifest.js-Ddaot0P4.js → manifest.js-CnmaNf5D.js} +4 -4
- package/build/server/chunks/{manifest.js-Ddaot0P4.js.map → manifest.js-CnmaNf5D.js.map} +1 -1
- package/build/server/chunks/nodes/{1.js-BRigw_9J.js → 1.js-BypjwBYB.js} +2 -2
- package/build/server/chunks/nodes/{1.js-BRigw_9J.js.map → 1.js-BypjwBYB.js.map} +1 -1
- package/examples/immeuble/ACCEPTANCE.yaml +82 -0
- package/examples/immeuble/BIM_LITE.md +15 -0
- package/examples/immeuble/CHECKLIST.md +128 -0
- package/examples/immeuble/README.md +121 -0
- package/examples/immeuble/bundle/immeuble.bundle.json +22786 -0
- package/examples/immeuble/contracts/answer_artifacts.seed.jsonl +34 -0
- package/examples/immeuble/contracts/business_capabilities.seed.jsonl +25 -0
- package/examples/immeuble/contracts/consumer_contract.yaml +131 -0
- package/examples/immeuble/contracts/immeuble_structured_import_model.json +310 -0
- package/examples/immeuble/contracts/mapping_external_to_canonical.json +375 -0
- package/examples/immeuble/contracts/mapping_external_to_canonical.yaml +55 -0
- package/examples/immeuble/contracts/mapping_external_to_canonical_ws.json +65 -0
- package/examples/immeuble/contracts/model_contract.json +943 -0
- package/examples/immeuble/contracts/projection_catalog.yaml +366 -0
- package/examples/immeuble/contracts/scenarios.yaml +27 -0
- package/examples/immeuble/contracts/semantic_proposal.golden.json +1 -0
- package/examples/immeuble/contracts/source_profile.yaml +38 -0
- package/examples/immeuble/fake_data/DeltaFinding.csv +20 -0
- package/examples/immeuble/fake_data/ProjectionResult.csv +13 -0
- package/examples/immeuble/fake_data/ag_meeting.csv +4 -0
- package/examples/immeuble/fake_data/agenda_item.csv +4 -0
- package/examples/immeuble/fake_data/architect.csv +3 -0
- package/examples/immeuble/fake_data/architecture_firm.csv +2 -0
- package/examples/immeuble/fake_data/bank_account.csv +3 -0
- package/examples/immeuble/fake_data/billing_group.csv +41 -0
- package/examples/immeuble/fake_data/block.csv +10 -0
- package/examples/immeuble/fake_data/budget_line.csv +3 -0
- package/examples/immeuble/fake_data/building.csv +6 -0
- package/examples/immeuble/fake_data/cellar.csv +41 -0
- package/examples/immeuble/fake_data/change_order.csv +2 -0
- package/examples/immeuble/fake_data/charge_call.csv +58 -0
- package/examples/immeuble/fake_data/claim.csv +4 -0
- package/examples/immeuble/fake_data/coda_entry.csv +49 -0
- package/examples/immeuble/fake_data/compliance_certificate.csv +10 -0
- package/examples/immeuble/fake_data/contractor.csv +4 -0
- package/examples/immeuble/fake_data/decision.csv +5 -0
- package/examples/immeuble/fake_data/defect_reserve.csv +3 -0
- package/examples/immeuble/fake_data/household.csv +41 -0
- package/examples/immeuble/fake_data/inspection.csv +3 -0
- package/examples/immeuble/fake_data/insurance_policy.csv +4 -0
- package/examples/immeuble/fake_data/intervention.csv +13 -0
- package/examples/immeuble/fake_data/invoice.csv +3 -0
- package/examples/immeuble/fake_data/lease_contract.csv +12 -0
- package/examples/immeuble/fake_data/maintenance_ticket.csv +13 -0
- package/examples/immeuble/fake_data/meter.csv +4 -0
- package/examples/immeuble/fake_data/meter_reading.csv +19 -0
- package/examples/immeuble/fake_data/milestone.csv +3 -0
- package/examples/immeuble/fake_data/organization.csv +12 -0
- package/examples/immeuble/fake_data/parking_space.csv +8 -0
- package/examples/immeuble/fake_data/permit.csv +3 -0
- package/examples/immeuble/fake_data/person.csv +85 -0
- package/examples/immeuble/fake_data/private_garden.csv +7 -0
- package/examples/immeuble/fake_data/progress_event.csv +2 -0
- package/examples/immeuble/fake_data/quote.csv +3 -0
- package/examples/immeuble/fake_data/receipt.csv +2 -0
- package/examples/immeuble/fake_data/reminder.csv +11 -0
- package/examples/immeuble/fake_data/service_contract.csv +4 -0
- package/examples/immeuble/fake_data/shared_equipment.csv +8 -0
- package/examples/immeuble/fake_data/shared_space.csv +10 -0
- package/examples/immeuble/fake_data/unit.csv +41 -0
- package/examples/immeuble/fake_data/work_package.csv +4 -0
- package/examples/immeuble/fake_data/worksite_project.csv +3 -0
- package/examples/immeuble/gap-rules/L0-patrimoine.json +57 -0
- package/examples/immeuble/gap-rules/L1-syndic-naive.json +36 -0
- package/examples/immeuble/gap-rules/L1-syndic.json +61 -0
- package/examples/immeuble/gap-rules/L2-chantier.json +87 -0
- package/examples/immeuble/gap-rules/L2-exploitation.json +87 -0
- package/examples/immeuble/gap-rules/L2-finance.json +48 -0
- package/examples/immeuble/gap-rules/L2-maintenance.json +107 -0
- package/examples/immeuble/gap-rules/L2-syndic-filtered.json +39 -0
- package/examples/immeuble/gap-rules/L3-full.json +332 -0
- package/examples/immeuble/gap-rules/closed-world-contract.md +76 -0
- package/examples/immeuble/gap-rules/demo.json +51 -0
- package/examples/immeuble/gap-rules/expected-findings.yaml +100 -0
- package/examples/immeuble/gap-rules/gap-scenarios.yaml +79 -0
- package/examples/immeuble/gap-rules/motifs.json +38 -0
- package/examples/immeuble/gap-rules/syndic.json +40 -0
- package/examples/immeuble/import_manifest.yaml +25 -0
- package/examples/immeuble/import_ready/graph_edges_import.csv +848 -0
- package/examples/immeuble/import_ready/mfo_facets_import.csv +559 -0
- package/examples/immeuble/index.md +140 -0
- package/examples/immeuble/model/immeuble_model.json +418 -0
- package/examples/immeuble/reports/01-model.validation.json +56 -0
- package/examples/immeuble/reports/02-mapping.validation.json +9 -0
- package/examples/immeuble/reports/acceptance.validation.json +161 -0
- package/examples/immeuble/reports/consumer_contract.validation.json +162 -0
- package/examples/immeuble/reports/graph_edges.jsonl +847 -0
- package/examples/immeuble/reports/graph_nodes.jsonl +558 -0
- package/examples/immeuble/reports/hybrid-compare.json +144 -0
- package/examples/immeuble/reports/immeuble-import-scenario.json +233 -0
- package/examples/immeuble/reports/live-artifacts-refresh.validation.json +51 -0
- package/examples/immeuble/reports/pipeline_audit.json +59 -0
- package/examples/immeuble/reports/projection_audit.json +69 -0
- package/examples/immeuble/reports/projection_audit_immeuble.json +257 -0
- package/examples/immeuble/reports/projection_audit_immeuble.md +122 -0
- package/examples/immeuble/reports/projection_candidates.json +1596 -0
- package/examples/immeuble/reports/projection_candidates.md +117 -0
- package/examples/immeuble/reports/projection_model_validation.md +115 -0
- package/examples/immeuble/reports/reindex.json +4 -0
- package/examples/immeuble/reports/reset-immeuble-workspace.json +32 -0
- package/examples/immeuble/reports/schema-id-prefix-check.json +5 -0
- package/examples/immeuble/scripts/audit-immeuble-projections.mjs +254 -0
- package/examples/immeuble/scripts/build-immeuble-model.mjs +308 -0
- package/examples/immeuble/scripts/compare-immeuble-snapshots.sh +227 -0
- package/examples/immeuble/scripts/enrich-immeuble-demo.mjs +1135 -0
- package/examples/immeuble/scripts/reset-immeuble-workspace.mjs +139 -0
- package/examples/immeuble/scripts/run-immeuble-backend.sh +164 -0
- package/examples/immeuble/scripts/run-immeuble-import.mjs +232 -0
- package/examples/immeuble/scripts/run-immeuble-live-lab.sh +439 -0
- package/examples/immeuble/scripts/seed-immeuble-gap-rules.mjs +69 -0
- package/examples/immeuble/scripts/start-immeuble-demo.sh +52 -0
- package/examples/immeuble/scripts/starterkit/analysis-lenses.mjs +181 -0
- package/examples/immeuble/scripts/starterkit/analyze-projection-candidates.mjs +714 -0
- package/examples/immeuble/scripts/starterkit/audit-ghostcrab-projections.mjs +674 -0
- package/examples/immeuble/scripts/starterkit/facet-prefix.mjs +166 -0
- package/examples/immeuble/scripts/starterkit/sqlite-utils.mjs +131 -0
- package/examples/immeuble/scripts/verify-immeuble-acceptance.mjs +284 -0
- package/examples/immeuble/scripts/verify-immeuble-live-artifacts.mjs +140 -0
- package/examples/immeuble/scripts/yaml-lite.mjs +96 -0
- package/examples/immeuble/sources/agent-prompts/prompts/00-prerequisites-immo-mcp.md +161 -0
- package/examples/immeuble/sources/agent-prompts/prompts/00-prerequisites.md +39 -0
- package/examples/immeuble/sources/agent-prompts/prompts/01-discovery-and-model-proposal.md +42 -0
- package/examples/immeuble/sources/agent-prompts/prompts/02-ontology-register.md +44 -0
- package/examples/immeuble/sources/agent-prompts/prompts/03-gap-rules-design.md +44 -0
- package/examples/immeuble/sources/agent-prompts/prompts/04-document-ingest.md +40 -0
- package/examples/immeuble/sources/agent-prompts/prompts/05-graph-extraction.md +44 -0
- package/examples/immeuble/sources/agent-prompts/prompts/06-validate-and-compare-immo-mcp.md +109 -0
- package/examples/immeuble/sources/agent-prompts/prompts/06-validate-and-compare-test-immo-mcp3.md +30 -0
- package/examples/immeuble/sources/agent-prompts/prompts/06-validate-and-compare.md +63 -0
- package/examples/immeuble/sources/checklists/gap-rules-checklist.md +42 -0
- package/examples/immeuble/sources/checklists/ontology-checklist.md +54 -0
- package/examples/immeuble/sources/documents/README.md +42 -0
- package/examples/immeuble/sources/documents/annexes-caves-garages-jardins.md +8 -0
- package/examples/immeuble/sources/documents/annexes-jardins-garages.md +1 -0
- package/examples/immeuble/sources/documents/baux-erables.md +1 -0
- package/examples/immeuble/sources/documents/baux-locatifs.md +11 -0
- package/examples/immeuble/sources/documents/coda-janvier-2026.md +10 -0
- package/examples/immeuble/sources/documents/composition-menages.md +1 -0
- package/examples/immeuble/sources/documents/composition-occupants.md +18 -0
- package/examples/immeuble/sources/documents/expected-coverage.json +70 -0
- package/examples/immeuble/sources/documents/extrait-coda-janvier-2026.md +1 -0
- package/examples/immeuble/sources/documents/groupes-facturation.md +30 -0
- package/examples/immeuble/sources/documents/manifest.json +79 -0
- package/examples/immeuble/sources/documents/note-architecte-chantier-erables.md +3 -0
- package/examples/immeuble/sources/documents/permis-urbanisme-erables.md +3 -0
- package/examples/immeuble/sources/documents/procedures-operationnelles.md +3 -0
- package/examples/immeuble/sources/documents/pv-ag-budget-2026.md +1 -0
- package/examples/immeuble/sources/documents/pv-reception-reserves-erables.md +3 -0
- package/examples/immeuble/sources/documents/registre-coproprietaires.md +24 -0
- package/examples/immeuble/sources/documents/reglement-copropriete-tilleuls.md +1 -0
- package/examples/immeuble/sources/documents/statuts-erables.md +22 -0
- package/examples/immeuble/sources/documents/statuts-tilleuls.md +19 -0
- package/examples/immeuble/sources/documents/succession-jean-dupont.md +3 -0
- package/examples/immeuble/sources/documents/titre-propriete-tilleuls-a3.md +1 -0
- package/examples/immeuble/sources/documents/trous-pedagogiques.md +3 -0
- package/examples/immeuble/sources/ontology/README.md +1 -0
- package/examples/immeuble/sources/ontology/core.yaml +444 -0
- package/examples/immeuble/success-criteria.yaml +35 -0
- package/fixtures/immeuble-demo.sqlite +0 -0
- package/package.json +16 -3
- package/scripts/lib/sqlite-runtime.mjs +1 -1
- package/scripts/load-immeuble-demo.sh +103 -0
- package/scripts/seed-immeuble-projections.mjs +75 -148
- package/scripts/verify-immeuble-demo-sources.mjs +93 -0
- package/scripts/verify-immeuble-demo.mjs +69 -0
- package/build/client/_app/immutable/chunks/BmeSanva.js +0 -1
- package/build/client/_app/immutable/chunks/BmeSanva.js.br +0 -0
- package/build/client/_app/immutable/chunks/BmeSanva.js.gz +0 -0
- package/build/client/_app/immutable/entry/app.CVz6aYsT.js.br +0 -0
- package/build/client/_app/immutable/entry/app.CVz6aYsT.js.gz +0 -0
- package/build/client/_app/immutable/entry/start.Bt5tVOz8.js +0 -1
- package/build/client/_app/immutable/entry/start.Bt5tVOz8.js.br +0 -2
- package/build/client/_app/immutable/entry/start.Bt5tVOz8.js.gz +0 -0
- package/build/client/_app/immutable/nodes/1.BBtxY46Q.js.br +0 -0
- package/build/client/_app/immutable/nodes/1.BBtxY46Q.js.gz +0 -0
- package/build/server/chunks/entries/endpoints/api/graph/schema-registry/_server.ts.js-Dyfsc-VA.js.map +0 -1
- package/scripts/build-serenity-v6-concept-review-pack.mjs +0 -493
- package/scripts/build-serenity-v6-review-pack.mjs +0 -479
- package/scripts/create-serenity-production-v6.mjs +0 -627
- package/scripts/export-serenity-v6-backup.mjs +0 -178
- package/scripts/import-serenity-v6-user-decisions.mjs +0 -543
- package/scripts/materialize-serenity-v6-snapshots.mjs +0 -675
|
@@ -0,0 +1,559 @@
|
|
|
1
|
+
content,facets,schema_id,source_ref,workspace_id
|
|
2
|
+
Résidence Les Tilleuls,"{""name"":""Résidence Les Tilleuls"",""entity_type"":""building"",""entity_id"":""1"",""confidence"":1,""address"":""12 rue des Tilleuls, 5000 Namur"",""quota_basis"":1000,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:building,building:building:1,immeuble
|
|
3
|
+
Résidence Les Érables,"{""name"":""Résidence Les Érables"",""entity_type"":""building"",""entity_id"":""2"",""confidence"":1,""address"":""8 avenue des Érables, 1300 Wavre"",""quota_basis"":1000,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:building,building:building:2,immeuble
|
|
4
|
+
Residence Les Platanes,"{""name"":""Residence Les Platanes"",""entity_type"":""building"",""entity_id"":""2000"",""confidence"":1,""address"":""4 avenue des Platanes, 1300 Wavre"",""city"":""Wavre"",""quota_basis"":1000,""portfolio_segment"":""medium_demo"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:building,building:building:2000,immeuble
|
|
5
|
+
Residence Le Canal,"{""name"":""Residence Le Canal"",""entity_type"":""building"",""entity_id"":""2123"",""confidence"":1,""address"":""18 quai du Canal, 1000 Bruxelles"",""city"":""Bruxelles"",""quota_basis"":1000,""portfolio_segment"":""medium_demo"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:building,building:building:2123,immeuble
|
|
6
|
+
Residence Saint-Lambert,"{""name"":""Residence Saint-Lambert"",""entity_type"":""building"",""entity_id"":""2246"",""confidence"":1,""address"":""7 rue Saint-Lambert, 4000 Liege"",""city"":""Liege"",""quota_basis"":1000,""portfolio_segment"":""medium_demo"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:building,building:building:2246,immeuble
|
|
7
|
+
Tilleuls Bloc A,"{""name"":""Tilleuls Bloc A"",""entity_type"":""block"",""entity_id"":""10"",""confidence"":1,""building_id"":1,""building"":""Résidence Les Tilleuls"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:10,immeuble
|
|
8
|
+
Érables Bloc A,"{""name"":""Érables Bloc A"",""entity_type"":""block"",""entity_id"":""20"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:20,immeuble
|
|
9
|
+
Érables Bloc B,"{""name"":""Érables Bloc B"",""entity_type"":""block"",""entity_id"":""21"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:21,immeuble
|
|
10
|
+
Residence Les Platanes Bloc A,"{""name"":""Residence Les Platanes Bloc A"",""entity_type"":""block"",""entity_id"":""2002"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block"":""A"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:2002,immeuble
|
|
11
|
+
Residence Les Platanes Bloc B,"{""name"":""Residence Les Platanes Bloc B"",""entity_type"":""block"",""entity_id"":""2003"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block"":""B"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:2003,immeuble
|
|
12
|
+
Residence Le Canal Bloc A,"{""name"":""Residence Le Canal Bloc A"",""entity_type"":""block"",""entity_id"":""2125"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block"":""A"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:2125,immeuble
|
|
13
|
+
Residence Le Canal Bloc B,"{""name"":""Residence Le Canal Bloc B"",""entity_type"":""block"",""entity_id"":""2126"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block"":""B"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:2126,immeuble
|
|
14
|
+
Residence Saint-Lambert Bloc A,"{""name"":""Residence Saint-Lambert Bloc A"",""entity_type"":""block"",""entity_id"":""2248"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block"":""A"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:2248,immeuble
|
|
15
|
+
Residence Saint-Lambert Bloc B,"{""name"":""Residence Saint-Lambert Bloc B"",""entity_type"":""block"",""entity_id"":""2249"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block"":""B"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:block,block:block:2249,immeuble
|
|
16
|
+
Tilleuls Hall commun,"{""name"":""Tilleuls Hall commun"",""entity_type"":""shared_space"",""entity_id"":""30"",""confidence"":1,""building_id"":1,""category"":""circulation"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:30,immeuble
|
|
17
|
+
Tilleuls Buanderie commune,"{""name"":""Tilleuls Buanderie commune"",""entity_type"":""shared_space"",""entity_id"":""31"",""confidence"":1,""building_id"":1,""category"":""laundry"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:31,immeuble
|
|
18
|
+
Tilleuls Jardin commun,"{""name"":""Tilleuls Jardin commun"",""entity_type"":""shared_space"",""entity_id"":""32"",""confidence"":1,""building_id"":1,""category"":""garden"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:32,immeuble
|
|
19
|
+
Érables Jardin commun,"{""name"":""Érables Jardin commun"",""entity_type"":""shared_space"",""entity_id"":""33"",""confidence"":1,""building_id"":2,""category"":""garden"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:33,immeuble
|
|
20
|
+
Érables Local vélos,"{""name"":""Érables Local vélos"",""entity_type"":""shared_space"",""entity_id"":""34"",""confidence"":1,""building_id"":2,""category"":""bike_room"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:34,immeuble
|
|
21
|
+
Érables Chaufferie,"{""name"":""Érables Chaufferie"",""entity_type"":""shared_space"",""entity_id"":""35"",""confidence"":1,""building_id"":2,""category"":""technical"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:35,immeuble
|
|
22
|
+
Residence Les Platanes Local technique,"{""name"":""Residence Les Platanes Local technique"",""entity_type"":""shared_space"",""entity_id"":""2004"",""confidence"":1,""building_id"":2000,""usage"":""technical_room"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:2004,immeuble
|
|
23
|
+
Residence Le Canal Local technique,"{""name"":""Residence Le Canal Local technique"",""entity_type"":""shared_space"",""entity_id"":""2127"",""confidence"":1,""building_id"":2123,""usage"":""technical_room"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:2127,immeuble
|
|
24
|
+
Residence Saint-Lambert Local technique,"{""name"":""Residence Saint-Lambert Local technique"",""entity_type"":""shared_space"",""entity_id"":""2250"",""confidence"":1,""building_id"":2246,""usage"":""technical_room"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_space,shared_space:shared_space:2250,immeuble
|
|
25
|
+
Tilleuls Machine à laver 1,"{""name"":""Tilleuls Machine à laver 1"",""entity_type"":""shared_equipment"",""entity_id"":""40"",""confidence"":1,""building_id"":1,""equipment_type"":""washing_machine"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_equipment,shared_equipment:shared_equipment:40,immeuble
|
|
26
|
+
Tilleuls Sèche-linge 1,"{""name"":""Tilleuls Sèche-linge 1"",""entity_type"":""shared_equipment"",""entity_id"":""41"",""confidence"":1,""building_id"":1,""equipment_type"":""dryer"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_equipment,shared_equipment:shared_equipment:41,immeuble
|
|
27
|
+
Érables Machine à laver A,"{""name"":""Érables Machine à laver A"",""entity_type"":""shared_equipment"",""entity_id"":""42"",""confidence"":1,""building_id"":2,""equipment_type"":""washing_machine"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_equipment,shared_equipment:shared_equipment:42,immeuble
|
|
28
|
+
Érables Machine à laver B,"{""name"":""Érables Machine à laver B"",""entity_type"":""shared_equipment"",""entity_id"":""43"",""confidence"":1,""building_id"":2,""equipment_type"":""washing_machine"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_equipment,shared_equipment:shared_equipment:43,immeuble
|
|
29
|
+
Residence Les Platanes Chaufferie collective,"{""name"":""Residence Les Platanes Chaufferie collective"",""entity_type"":""shared_equipment"",""entity_id"":""2005"",""confidence"":1,""building_id"":2000,""equipment_type"":""heating"",""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_equipment,shared_equipment:shared_equipment:2005,immeuble
|
|
30
|
+
Residence Le Canal Chaufferie collective,"{""name"":""Residence Le Canal Chaufferie collective"",""entity_type"":""shared_equipment"",""entity_id"":""2128"",""confidence"":1,""building_id"":2123,""equipment_type"":""heating"",""status"":""maintenance_due"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_equipment,shared_equipment:shared_equipment:2128,immeuble
|
|
31
|
+
Residence Saint-Lambert Chaufferie collective,"{""name"":""Residence Saint-Lambert Chaufferie collective"",""entity_type"":""shared_equipment"",""entity_id"":""2251"",""confidence"":1,""building_id"":2246,""equipment_type"":""heating"",""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:shared_equipment,shared_equipment:shared_equipment:2251,immeuble
|
|
32
|
+
Tilleuls Appartement A1,"{""name"":""Tilleuls Appartement A1"",""entity_type"":""unit"",""entity_id"":""100"",""confidence"":1,""building_id"":1,""building"":""Résidence Les Tilleuls"",""block_id"":10,""block"":""A"",""floor"":0,""lot"":""A1"",""door_label"":""A-00-01"",""bedrooms"":2,""tantiemes"":190,""quota_basis"":1000,""usage_status"":""owner_occupied"",""external_id"":""dtT-kEOEnk5F1_NmLXhIL"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:100,immeuble
|
|
33
|
+
Tilleuls Appartement A2,"{""name"":""Tilleuls Appartement A2"",""entity_type"":""unit"",""entity_id"":""101"",""confidence"":1,""building_id"":1,""building"":""Résidence Les Tilleuls"",""block_id"":10,""block"":""A"",""floor"":0,""lot"":""A2"",""door_label"":""A-00-02"",""bedrooms"":1,""tantiemes"":180,""quota_basis"":1000,""usage_status"":""owner_occupied"",""external_id"":""vmXYu4GFh8qN3byIj28KP"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:101,immeuble
|
|
34
|
+
Tilleuls Appartement A3,"{""name"":""Tilleuls Appartement A3"",""entity_type"":""unit"",""entity_id"":""102"",""confidence"":1,""building_id"":1,""building"":""Résidence Les Tilleuls"",""block_id"":10,""block"":""A"",""floor"":1,""lot"":""A3"",""door_label"":""A-01-01"",""bedrooms"":3,""tantiemes"":220,""quota_basis"":1000,""usage_status"":""owner_occupied"",""external_id"":""3KnMKciQQPmOBvkEs023K"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:102,immeuble
|
|
35
|
+
Tilleuls Appartement A4,"{""name"":""Tilleuls Appartement A4"",""entity_type"":""unit"",""entity_id"":""103"",""confidence"":1,""building_id"":1,""building"":""Résidence Les Tilleuls"",""block_id"":10,""block"":""A"",""floor"":1,""lot"":""A4"",""door_label"":""A-01-02"",""bedrooms"":1,""tantiemes"":190,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""external_id"":""xIJUDMOPEVFHcv-z8AG2I"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:103,immeuble
|
|
36
|
+
Tilleuls Appartement A5,"{""name"":""Tilleuls Appartement A5"",""entity_type"":""unit"",""entity_id"":""104"",""confidence"":1,""building_id"":1,""building"":""Résidence Les Tilleuls"",""block_id"":10,""block"":""A"",""floor"":2,""lot"":""A5"",""door_label"":""A-02-01"",""bedrooms"":3,""tantiemes"":220,""quota_basis"":1000,""usage_status"":""owner_occupied"",""external_id"":""7SRKffKR419-V_SskpfjP"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:104,immeuble
|
|
37
|
+
Érables Appartement A1,"{""name"":""Érables Appartement A1"",""entity_type"":""unit"",""entity_id"":""110"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""block_id"":20,""block"":""A"",""floor"":0,""lot"":""A1"",""door_label"":""A-00-01"",""bedrooms"":2,""tantiemes"":120,""quota_basis"":1000,""usage_status"":""owner_occupied"",""external_id"":""fgFQMnVpB1TxFXV8FZL2P"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:110,immeuble
|
|
38
|
+
Érables Appartement A2,"{""name"":""Érables Appartement A2"",""entity_type"":""unit"",""entity_id"":""111"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""block_id"":20,""block"":""A"",""floor"":0,""lot"":""A2"",""door_label"":""A-00-02"",""bedrooms"":2,""tantiemes"":125,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""external_id"":""A3psvxH96t1DIOYB9Z--0"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:111,immeuble
|
|
39
|
+
Érables Appartement A3,"{""name"":""Érables Appartement A3"",""entity_type"":""unit"",""entity_id"":""112"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""block_id"":20,""block"":""A"",""floor"":1,""lot"":""A3"",""door_label"":""A-01-01"",""bedrooms"":1,""tantiemes"":125,""quota_basis"":1000,""usage_status"":""owner_occupied"",""external_id"":""xuXi4JSAIwE1QJo_vWC03"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:112,immeuble
|
|
40
|
+
Érables Appartement A4,"{""name"":""Érables Appartement A4"",""entity_type"":""unit"",""entity_id"":""113"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""block_id"":20,""block"":""A"",""floor"":1,""lot"":""A4"",""door_label"":""A-01-02"",""bedrooms"":3,""tantiemes"":130,""quota_basis"":1000,""usage_status"":""vacant_works"",""external_id"":""ZIU4SLPLwZWsjvlyMQo7q"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:113,immeuble
|
|
41
|
+
Érables Appartement B1,"{""name"":""Érables Appartement B1"",""entity_type"":""unit"",""entity_id"":""120"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""block_id"":21,""block"":""B"",""floor"":0,""lot"":""B1"",""door_label"":""B-00-01"",""bedrooms"":2,""tantiemes"":120,""quota_basis"":1000,""usage_status"":""owner_occupied"",""external_id"":""DXEhBrXtcBCwj5ghx8GZZ"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:120,immeuble
|
|
42
|
+
Érables Appartement B2,"{""name"":""Érables Appartement B2"",""entity_type"":""unit"",""entity_id"":""121"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""block_id"":21,""block"":""B"",""floor"":0,""lot"":""B2"",""door_label"":""B-00-02"",""bedrooms"":2,""tantiemes"":125,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""external_id"":""8pw_ZQiMzudKKUbgpKUEr"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:121,immeuble
|
|
43
|
+
Érables Appartement B3,"{""name"":""Érables Appartement B3"",""entity_type"":""unit"",""entity_id"":""122"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""block_id"":21,""block"":""B"",""floor"":1,""lot"":""B3"",""door_label"":""B-01-01"",""bedrooms"":2,""tantiemes"":125,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""external_id"":""oI_mcy_jYCmw_ZW2JlVH1"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:122,immeuble
|
|
44
|
+
Érables Appartement B4,"{""name"":""Érables Appartement B4"",""entity_type"":""unit"",""entity_id"":""123"",""confidence"":1,""building_id"":2,""building"":""Résidence Les Érables"",""block_id"":21,""block"":""B"",""floor"":1,""lot"":""B4"",""door_label"":""B-01-02"",""bedrooms"":4,""tantiemes"":130,""quota_basis"":1000,""usage_status"":""owner_abroad_tenant"",""external_id"":""1_nBrCoZqSUOUxV8_QM9N"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:123,immeuble
|
|
45
|
+
Residence Les Platanes Appartement A1,"{""name"":""Residence Les Platanes Appartement A1"",""entity_type"":""unit"",""entity_id"":""2010"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2002,""block"":""A"",""floor"":0,""lot"":""A1"",""door_label"":""A1-2026"",""bedrooms"":1,""tantiemes"":120,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2010,immeuble
|
|
46
|
+
Residence Les Platanes Appartement A2,"{""name"":""Residence Les Platanes Appartement A2"",""entity_type"":""unit"",""entity_id"":""2021"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2002,""block"":""A"",""floor"":0,""lot"":""A2"",""door_label"":""A2-2026"",""bedrooms"":2,""tantiemes"":110,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2021,immeuble
|
|
47
|
+
Residence Les Platanes Appartement A3,"{""name"":""Residence Les Platanes Appartement A3"",""entity_type"":""unit"",""entity_id"":""2031"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2002,""block"":""A"",""floor"":1,""lot"":""A3"",""door_label"":""A3-2026"",""bedrooms"":3,""tantiemes"":115,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2031,immeuble
|
|
48
|
+
Residence Les Platanes Appartement A4,"{""name"":""Residence Les Platanes Appartement A4"",""entity_type"":""unit"",""entity_id"":""2041"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2002,""block"":""A"",""floor"":1,""lot"":""A4"",""door_label"":""A4-2026"",""bedrooms"":1,""tantiemes"":105,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2041,immeuble
|
|
49
|
+
Residence Les Platanes Appartement A5,"{""name"":""Residence Les Platanes Appartement A5"",""entity_type"":""unit"",""entity_id"":""2051"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2002,""block"":""A"",""floor"":2,""lot"":""A5"",""door_label"":""A5-2026"",""bedrooms"":2,""tantiemes"":120,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2051,immeuble
|
|
50
|
+
Residence Les Platanes Appartement B6,"{""name"":""Residence Les Platanes Appartement B6"",""entity_type"":""unit"",""entity_id"":""2061"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2003,""block"":""B"",""floor"":2,""lot"":""B6"",""door_label"":""B6-2026"",""bedrooms"":3,""tantiemes"":110,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2061,immeuble
|
|
51
|
+
Residence Les Platanes Appartement B7,"{""name"":""Residence Les Platanes Appartement B7"",""entity_type"":""unit"",""entity_id"":""2072"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2003,""block"":""B"",""floor"":3,""lot"":""B7"",""door_label"":""B7-2026"",""bedrooms"":1,""tantiemes"":115,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2072,immeuble
|
|
52
|
+
Residence Les Platanes Appartement B8,"{""name"":""Residence Les Platanes Appartement B8"",""entity_type"":""unit"",""entity_id"":""2082"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2003,""block"":""B"",""floor"":3,""lot"":""B8"",""door_label"":""B8-2026"",""bedrooms"":2,""tantiemes"":105,""quota_basis"":1000,""usage_status"":""vacant_works"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2082,immeuble
|
|
53
|
+
Residence Les Platanes Appartement B9,"{""name"":""Residence Les Platanes Appartement B9"",""entity_type"":""unit"",""entity_id"":""2092"",""confidence"":1,""building_id"":2000,""building"":""Residence Les Platanes"",""block_id"":2003,""block"":""B"",""floor"":4,""lot"":""B9"",""door_label"":""B9-2026"",""bedrooms"":3,""tantiemes"":100,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2092,immeuble
|
|
54
|
+
Residence Le Canal Appartement A1,"{""name"":""Residence Le Canal Appartement A1"",""entity_type"":""unit"",""entity_id"":""2133"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2125,""block"":""A"",""floor"":0,""lot"":""A1"",""door_label"":""A1-2026"",""bedrooms"":1,""tantiemes"":115,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2133,immeuble
|
|
55
|
+
Residence Le Canal Appartement A2,"{""name"":""Residence Le Canal Appartement A2"",""entity_type"":""unit"",""entity_id"":""2144"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2125,""block"":""A"",""floor"":0,""lot"":""A2"",""door_label"":""A2-2026"",""bedrooms"":2,""tantiemes"":115,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2144,immeuble
|
|
56
|
+
Residence Le Canal Appartement A3,"{""name"":""Residence Le Canal Appartement A3"",""entity_type"":""unit"",""entity_id"":""2154"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2125,""block"":""A"",""floor"":1,""lot"":""A3"",""door_label"":""A3-2026"",""bedrooms"":3,""tantiemes"":110,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2154,immeuble
|
|
57
|
+
Residence Le Canal Appartement A4,"{""name"":""Residence Le Canal Appartement A4"",""entity_type"":""unit"",""entity_id"":""2164"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2125,""block"":""A"",""floor"":1,""lot"":""A4"",""door_label"":""A4-2026"",""bedrooms"":1,""tantiemes"":110,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2164,immeuble
|
|
58
|
+
Residence Le Canal Appartement A5,"{""name"":""Residence Le Canal Appartement A5"",""entity_type"":""unit"",""entity_id"":""2174"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2125,""block"":""A"",""floor"":2,""lot"":""A5"",""door_label"":""A5-2026"",""bedrooms"":2,""tantiemes"":115,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2174,immeuble
|
|
59
|
+
Residence Le Canal Appartement B6,"{""name"":""Residence Le Canal Appartement B6"",""entity_type"":""unit"",""entity_id"":""2184"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2126,""block"":""B"",""floor"":2,""lot"":""B6"",""door_label"":""B6-2026"",""bedrooms"":3,""tantiemes"":115,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2184,immeuble
|
|
60
|
+
Residence Le Canal Appartement B7,"{""name"":""Residence Le Canal Appartement B7"",""entity_type"":""unit"",""entity_id"":""2195"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2126,""block"":""B"",""floor"":3,""lot"":""B7"",""door_label"":""B7-2026"",""bedrooms"":1,""tantiemes"":110,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2195,immeuble
|
|
61
|
+
Residence Le Canal Appartement B8,"{""name"":""Residence Le Canal Appartement B8"",""entity_type"":""unit"",""entity_id"":""2205"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2126,""block"":""B"",""floor"":3,""lot"":""B8"",""door_label"":""B8-2026"",""bedrooms"":2,""tantiemes"":110,""quota_basis"":1000,""usage_status"":""vacant_works"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2205,immeuble
|
|
62
|
+
Residence Le Canal Appartement B9,"{""name"":""Residence Le Canal Appartement B9"",""entity_type"":""unit"",""entity_id"":""2215"",""confidence"":1,""building_id"":2123,""building"":""Residence Le Canal"",""block_id"":2126,""block"":""B"",""floor"":4,""lot"":""B9"",""door_label"":""B9-2026"",""bedrooms"":3,""tantiemes"":100,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2215,immeuble
|
|
63
|
+
Residence Saint-Lambert Appartement A1,"{""name"":""Residence Saint-Lambert Appartement A1"",""entity_type"":""unit"",""entity_id"":""2256"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2248,""block"":""A"",""floor"":0,""lot"":""A1"",""door_label"":""A1-2026"",""bedrooms"":1,""tantiemes"":125,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2256,immeuble
|
|
64
|
+
Residence Saint-Lambert Appartement A2,"{""name"":""Residence Saint-Lambert Appartement A2"",""entity_type"":""unit"",""entity_id"":""2267"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2248,""block"":""A"",""floor"":0,""lot"":""A2"",""door_label"":""A2-2026"",""bedrooms"":2,""tantiemes"":105,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2267,immeuble
|
|
65
|
+
Residence Saint-Lambert Appartement A3,"{""name"":""Residence Saint-Lambert Appartement A3"",""entity_type"":""unit"",""entity_id"":""2277"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2248,""block"":""A"",""floor"":1,""lot"":""A3"",""door_label"":""A3-2026"",""bedrooms"":3,""tantiemes"":120,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2277,immeuble
|
|
66
|
+
Residence Saint-Lambert Appartement A4,"{""name"":""Residence Saint-Lambert Appartement A4"",""entity_type"":""unit"",""entity_id"":""2287"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2248,""block"":""A"",""floor"":1,""lot"":""A4"",""door_label"":""A4-2026"",""bedrooms"":1,""tantiemes"":100,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2287,immeuble
|
|
67
|
+
Residence Saint-Lambert Appartement A5,"{""name"":""Residence Saint-Lambert Appartement A5"",""entity_type"":""unit"",""entity_id"":""2297"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2248,""block"":""A"",""floor"":2,""lot"":""A5"",""door_label"":""A5-2026"",""bedrooms"":2,""tantiemes"":125,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2297,immeuble
|
|
68
|
+
Residence Saint-Lambert Appartement B6,"{""name"":""Residence Saint-Lambert Appartement B6"",""entity_type"":""unit"",""entity_id"":""2307"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2249,""block"":""B"",""floor"":2,""lot"":""B6"",""door_label"":""B6-2026"",""bedrooms"":3,""tantiemes"":105,""quota_basis"":1000,""usage_status"":""tenant_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2307,immeuble
|
|
69
|
+
Residence Saint-Lambert Appartement B7,"{""name"":""Residence Saint-Lambert Appartement B7"",""entity_type"":""unit"",""entity_id"":""2318"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2249,""block"":""B"",""floor"":3,""lot"":""B7"",""door_label"":""B7-2026"",""bedrooms"":1,""tantiemes"":120,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2318,immeuble
|
|
70
|
+
Residence Saint-Lambert Appartement B8,"{""name"":""Residence Saint-Lambert Appartement B8"",""entity_type"":""unit"",""entity_id"":""2328"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2249,""block"":""B"",""floor"":3,""lot"":""B8"",""door_label"":""B8-2026"",""bedrooms"":2,""tantiemes"":100,""quota_basis"":1000,""usage_status"":""vacant_works"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2328,immeuble
|
|
71
|
+
Residence Saint-Lambert Appartement B9,"{""name"":""Residence Saint-Lambert Appartement B9"",""entity_type"":""unit"",""entity_id"":""2338"",""confidence"":1,""building_id"":2246,""building"":""Residence Saint-Lambert"",""block_id"":2249,""block"":""B"",""floor"":4,""lot"":""B9"",""door_label"":""B9-2026"",""bedrooms"":3,""tantiemes"":100,""quota_basis"":1000,""usage_status"":""owner_occupied"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:unit,unit:unit:2338,immeuble
|
|
72
|
+
Tilleuls Appartement A1 Cave,"{""name"":""Tilleuls Appartement A1 Cave"",""entity_type"":""cellar"",""entity_id"":""500"",""confidence"":1,""building_id"":1,""lot"":""A1"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:500,immeuble
|
|
73
|
+
Tilleuls Appartement A2 Cave,"{""name"":""Tilleuls Appartement A2 Cave"",""entity_type"":""cellar"",""entity_id"":""501"",""confidence"":1,""building_id"":1,""lot"":""A2"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:501,immeuble
|
|
74
|
+
Tilleuls Appartement A3 Cave,"{""name"":""Tilleuls Appartement A3 Cave"",""entity_type"":""cellar"",""entity_id"":""502"",""confidence"":1,""building_id"":1,""lot"":""A3"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:502,immeuble
|
|
75
|
+
Tilleuls Appartement A4 Cave,"{""name"":""Tilleuls Appartement A4 Cave"",""entity_type"":""cellar"",""entity_id"":""503"",""confidence"":1,""building_id"":1,""lot"":""A4"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:503,immeuble
|
|
76
|
+
Tilleuls Appartement A5 Cave,"{""name"":""Tilleuls Appartement A5 Cave"",""entity_type"":""cellar"",""entity_id"":""504"",""confidence"":1,""building_id"":1,""lot"":""A5"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:504,immeuble
|
|
77
|
+
Érables Appartement A1 Cave,"{""name"":""Érables Appartement A1 Cave"",""entity_type"":""cellar"",""entity_id"":""505"",""confidence"":1,""building_id"":2,""lot"":""A1"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:505,immeuble
|
|
78
|
+
Érables Appartement A2 Cave,"{""name"":""Érables Appartement A2 Cave"",""entity_type"":""cellar"",""entity_id"":""506"",""confidence"":1,""building_id"":2,""lot"":""A2"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:506,immeuble
|
|
79
|
+
Érables Appartement A3 Cave,"{""name"":""Érables Appartement A3 Cave"",""entity_type"":""cellar"",""entity_id"":""507"",""confidence"":1,""building_id"":2,""lot"":""A3"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:507,immeuble
|
|
80
|
+
Érables Appartement A4 Cave,"{""name"":""Érables Appartement A4 Cave"",""entity_type"":""cellar"",""entity_id"":""508"",""confidence"":1,""building_id"":2,""lot"":""A4"",""block"":""A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:508,immeuble
|
|
81
|
+
Érables Appartement B1 Cave,"{""name"":""Érables Appartement B1 Cave"",""entity_type"":""cellar"",""entity_id"":""509"",""confidence"":1,""building_id"":2,""lot"":""B1"",""block"":""B"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:509,immeuble
|
|
82
|
+
Érables Appartement B2 Cave,"{""name"":""Érables Appartement B2 Cave"",""entity_type"":""cellar"",""entity_id"":""510"",""confidence"":1,""building_id"":2,""lot"":""B2"",""block"":""B"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:510,immeuble
|
|
83
|
+
Érables Appartement B3 Cave,"{""name"":""Érables Appartement B3 Cave"",""entity_type"":""cellar"",""entity_id"":""511"",""confidence"":1,""building_id"":2,""lot"":""B3"",""block"":""B"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:511,immeuble
|
|
84
|
+
Érables Appartement B4 Cave,"{""name"":""Érables Appartement B4 Cave"",""entity_type"":""cellar"",""entity_id"":""512"",""confidence"":1,""building_id"":2,""lot"":""B4"",""block"":""B"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:512,immeuble
|
|
85
|
+
Residence Les Platanes Cave A1,"{""name"":""Residence Les Platanes Cave A1"",""entity_type"":""cellar"",""entity_id"":""2011"",""confidence"":1,""building_id"":2000,""lot"":""A1"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2011,immeuble
|
|
86
|
+
Residence Les Platanes Cave A2,"{""name"":""Residence Les Platanes Cave A2"",""entity_type"":""cellar"",""entity_id"":""2022"",""confidence"":1,""building_id"":2000,""lot"":""A2"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2022,immeuble
|
|
87
|
+
Residence Les Platanes Cave A3,"{""name"":""Residence Les Platanes Cave A3"",""entity_type"":""cellar"",""entity_id"":""2032"",""confidence"":1,""building_id"":2000,""lot"":""A3"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2032,immeuble
|
|
88
|
+
Residence Les Platanes Cave A4,"{""name"":""Residence Les Platanes Cave A4"",""entity_type"":""cellar"",""entity_id"":""2042"",""confidence"":1,""building_id"":2000,""lot"":""A4"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2042,immeuble
|
|
89
|
+
Residence Les Platanes Cave A5,"{""name"":""Residence Les Platanes Cave A5"",""entity_type"":""cellar"",""entity_id"":""2052"",""confidence"":1,""building_id"":2000,""lot"":""A5"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2052,immeuble
|
|
90
|
+
Residence Les Platanes Cave B6,"{""name"":""Residence Les Platanes Cave B6"",""entity_type"":""cellar"",""entity_id"":""2062"",""confidence"":1,""building_id"":2000,""lot"":""B6"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2062,immeuble
|
|
91
|
+
Residence Les Platanes Cave B7,"{""name"":""Residence Les Platanes Cave B7"",""entity_type"":""cellar"",""entity_id"":""2073"",""confidence"":1,""building_id"":2000,""lot"":""B7"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2073,immeuble
|
|
92
|
+
Residence Les Platanes Cave B8,"{""name"":""Residence Les Platanes Cave B8"",""entity_type"":""cellar"",""entity_id"":""2083"",""confidence"":1,""building_id"":2000,""lot"":""B8"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2083,immeuble
|
|
93
|
+
Residence Les Platanes Cave B9,"{""name"":""Residence Les Platanes Cave B9"",""entity_type"":""cellar"",""entity_id"":""2093"",""confidence"":1,""building_id"":2000,""lot"":""B9"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2093,immeuble
|
|
94
|
+
Residence Le Canal Cave A1,"{""name"":""Residence Le Canal Cave A1"",""entity_type"":""cellar"",""entity_id"":""2134"",""confidence"":1,""building_id"":2123,""lot"":""A1"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2134,immeuble
|
|
95
|
+
Residence Le Canal Cave A2,"{""name"":""Residence Le Canal Cave A2"",""entity_type"":""cellar"",""entity_id"":""2145"",""confidence"":1,""building_id"":2123,""lot"":""A2"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2145,immeuble
|
|
96
|
+
Residence Le Canal Cave A3,"{""name"":""Residence Le Canal Cave A3"",""entity_type"":""cellar"",""entity_id"":""2155"",""confidence"":1,""building_id"":2123,""lot"":""A3"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2155,immeuble
|
|
97
|
+
Residence Le Canal Cave A4,"{""name"":""Residence Le Canal Cave A4"",""entity_type"":""cellar"",""entity_id"":""2165"",""confidence"":1,""building_id"":2123,""lot"":""A4"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2165,immeuble
|
|
98
|
+
Residence Le Canal Cave A5,"{""name"":""Residence Le Canal Cave A5"",""entity_type"":""cellar"",""entity_id"":""2175"",""confidence"":1,""building_id"":2123,""lot"":""A5"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2175,immeuble
|
|
99
|
+
Residence Le Canal Cave B6,"{""name"":""Residence Le Canal Cave B6"",""entity_type"":""cellar"",""entity_id"":""2185"",""confidence"":1,""building_id"":2123,""lot"":""B6"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2185,immeuble
|
|
100
|
+
Residence Le Canal Cave B7,"{""name"":""Residence Le Canal Cave B7"",""entity_type"":""cellar"",""entity_id"":""2196"",""confidence"":1,""building_id"":2123,""lot"":""B7"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2196,immeuble
|
|
101
|
+
Residence Le Canal Cave B8,"{""name"":""Residence Le Canal Cave B8"",""entity_type"":""cellar"",""entity_id"":""2206"",""confidence"":1,""building_id"":2123,""lot"":""B8"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2206,immeuble
|
|
102
|
+
Residence Le Canal Cave B9,"{""name"":""Residence Le Canal Cave B9"",""entity_type"":""cellar"",""entity_id"":""2216"",""confidence"":1,""building_id"":2123,""lot"":""B9"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2216,immeuble
|
|
103
|
+
Residence Saint-Lambert Cave A1,"{""name"":""Residence Saint-Lambert Cave A1"",""entity_type"":""cellar"",""entity_id"":""2257"",""confidence"":1,""building_id"":2246,""lot"":""A1"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2257,immeuble
|
|
104
|
+
Residence Saint-Lambert Cave A2,"{""name"":""Residence Saint-Lambert Cave A2"",""entity_type"":""cellar"",""entity_id"":""2268"",""confidence"":1,""building_id"":2246,""lot"":""A2"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2268,immeuble
|
|
105
|
+
Residence Saint-Lambert Cave A3,"{""name"":""Residence Saint-Lambert Cave A3"",""entity_type"":""cellar"",""entity_id"":""2278"",""confidence"":1,""building_id"":2246,""lot"":""A3"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2278,immeuble
|
|
106
|
+
Residence Saint-Lambert Cave A4,"{""name"":""Residence Saint-Lambert Cave A4"",""entity_type"":""cellar"",""entity_id"":""2288"",""confidence"":1,""building_id"":2246,""lot"":""A4"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2288,immeuble
|
|
107
|
+
Residence Saint-Lambert Cave A5,"{""name"":""Residence Saint-Lambert Cave A5"",""entity_type"":""cellar"",""entity_id"":""2298"",""confidence"":1,""building_id"":2246,""lot"":""A5"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2298,immeuble
|
|
108
|
+
Residence Saint-Lambert Cave B6,"{""name"":""Residence Saint-Lambert Cave B6"",""entity_type"":""cellar"",""entity_id"":""2308"",""confidence"":1,""building_id"":2246,""lot"":""B6"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2308,immeuble
|
|
109
|
+
Residence Saint-Lambert Cave B7,"{""name"":""Residence Saint-Lambert Cave B7"",""entity_type"":""cellar"",""entity_id"":""2319"",""confidence"":1,""building_id"":2246,""lot"":""B7"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2319,immeuble
|
|
110
|
+
Residence Saint-Lambert Cave B8,"{""name"":""Residence Saint-Lambert Cave B8"",""entity_type"":""cellar"",""entity_id"":""2329"",""confidence"":1,""building_id"":2246,""lot"":""B8"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2329,immeuble
|
|
111
|
+
Residence Saint-Lambert Cave B9,"{""name"":""Residence Saint-Lambert Cave B9"",""entity_type"":""cellar"",""entity_id"":""2339"",""confidence"":1,""building_id"":2246,""lot"":""B9"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:cellar,cellar:cellar:2339,immeuble
|
|
112
|
+
Tilleuls Appartement A1 Garage,"{""name"":""Tilleuls Appartement A1 Garage"",""entity_type"":""parking_space"",""entity_id"":""600"",""confidence"":1,""building_id"":1,""lot"":""A1"",""block"":""A"",""parking_kind"":""garage_box"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:parking_space,parking_space:parking_space:600,immeuble
|
|
113
|
+
Tilleuls Appartement A3 Garage,"{""name"":""Tilleuls Appartement A3 Garage"",""entity_type"":""parking_space"",""entity_id"":""602"",""confidence"":1,""building_id"":1,""lot"":""A3"",""block"":""A"",""parking_kind"":""garage_box"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:parking_space,parking_space:parking_space:602,immeuble
|
|
114
|
+
Tilleuls Appartement A5 Garage,"{""name"":""Tilleuls Appartement A5 Garage"",""entity_type"":""parking_space"",""entity_id"":""604"",""confidence"":1,""building_id"":1,""lot"":""A5"",""block"":""A"",""parking_kind"":""garage_box"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:parking_space,parking_space:parking_space:604,immeuble
|
|
115
|
+
Érables Appartement A1 Garage,"{""name"":""Érables Appartement A1 Garage"",""entity_type"":""parking_space"",""entity_id"":""605"",""confidence"":1,""building_id"":2,""lot"":""A1"",""block"":""A"",""parking_kind"":""garage_box"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:parking_space,parking_space:parking_space:605,immeuble
|
|
116
|
+
Érables Appartement A4 Garage,"{""name"":""Érables Appartement A4 Garage"",""entity_type"":""parking_space"",""entity_id"":""608"",""confidence"":1,""building_id"":2,""lot"":""A4"",""block"":""A"",""parking_kind"":""garage_box"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:parking_space,parking_space:parking_space:608,immeuble
|
|
117
|
+
Érables Appartement B1 Garage,"{""name"":""Érables Appartement B1 Garage"",""entity_type"":""parking_space"",""entity_id"":""609"",""confidence"":1,""building_id"":2,""lot"":""B1"",""block"":""B"",""parking_kind"":""garage_box"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:parking_space,parking_space:parking_space:609,immeuble
|
|
118
|
+
Érables Appartement B4 Garage,"{""name"":""Érables Appartement B4 Garage"",""entity_type"":""parking_space"",""entity_id"":""612"",""confidence"":1,""building_id"":2,""lot"":""B4"",""block"":""B"",""parking_kind"":""garage_box"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:parking_space,parking_space:parking_space:612,immeuble
|
|
119
|
+
Tilleuls Appartement A1 Jardin privatif,"{""name"":""Tilleuls Appartement A1 Jardin privatif"",""entity_type"":""private_garden"",""entity_id"":""700"",""confidence"":1,""building_id"":1,""lot"":""A1"",""block"":""A"",""exclusive_use"":true,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:private_garden,private_garden:private_garden:700,immeuble
|
|
120
|
+
Tilleuls Appartement A2 Jardin privatif,"{""name"":""Tilleuls Appartement A2 Jardin privatif"",""entity_type"":""private_garden"",""entity_id"":""701"",""confidence"":1,""building_id"":1,""lot"":""A2"",""block"":""A"",""exclusive_use"":true,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:private_garden,private_garden:private_garden:701,immeuble
|
|
121
|
+
Érables Appartement A1 Jardin privatif,"{""name"":""Érables Appartement A1 Jardin privatif"",""entity_type"":""private_garden"",""entity_id"":""705"",""confidence"":1,""building_id"":2,""lot"":""A1"",""block"":""A"",""exclusive_use"":true,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:private_garden,private_garden:private_garden:705,immeuble
|
|
122
|
+
Érables Appartement A2 Jardin privatif,"{""name"":""Érables Appartement A2 Jardin privatif"",""entity_type"":""private_garden"",""entity_id"":""706"",""confidence"":1,""building_id"":2,""lot"":""A2"",""block"":""A"",""exclusive_use"":true,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:private_garden,private_garden:private_garden:706,immeuble
|
|
123
|
+
Érables Appartement B1 Jardin privatif,"{""name"":""Érables Appartement B1 Jardin privatif"",""entity_type"":""private_garden"",""entity_id"":""709"",""confidence"":1,""building_id"":2,""lot"":""B1"",""block"":""B"",""exclusive_use"":true,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:private_garden,private_garden:private_garden:709,immeuble
|
|
124
|
+
Érables Appartement B2 Jardin privatif,"{""name"":""Érables Appartement B2 Jardin privatif"",""entity_type"":""private_garden"",""entity_id"":""710"",""confidence"":1,""building_id"":2,""lot"":""B2"",""block"":""B"",""exclusive_use"":true,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:private_garden,private_garden:private_garden:710,immeuble
|
|
125
|
+
Syndic Horizon Gestion,"{""name"":""Syndic Horizon Gestion"",""entity_type"":""organization"",""entity_id"":""200"",""confidence"":1,""role"":""syndic"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:200,immeuble
|
|
126
|
+
ACP Résidence Les Tilleuls,"{""name"":""ACP Résidence Les Tilleuls"",""entity_type"":""organization"",""entity_id"":""201"",""confidence"":1,""role"":""association_coproprietaires"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:201,immeuble
|
|
127
|
+
ACP Résidence Les Érables,"{""name"":""ACP Résidence Les Érables"",""entity_type"":""organization"",""entity_id"":""202"",""confidence"":1,""role"":""association_coproprietaires"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:202,immeuble
|
|
128
|
+
Immo Invest SRL,"{""name"":""Immo Invest SRL"",""entity_type"":""organization"",""entity_id"":""203"",""confidence"":1,""role"":""investor_landlord"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:203,immeuble
|
|
129
|
+
Patrimoine Nord SRL,"{""name"":""Patrimoine Nord SRL"",""entity_type"":""organization"",""entity_id"":""204"",""confidence"":1,""role"":""investor_landlord"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:204,immeuble
|
|
130
|
+
ACP Residence Les Platanes,"{""name"":""ACP Residence Les Platanes"",""entity_type"":""organization"",""entity_id"":""2001"",""confidence"":1,""role"":""association_coproprietaires"",""building_id"":2000,""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:2001,immeuble
|
|
131
|
+
Maintenance Wavre Services,"{""name"":""Maintenance Wavre Services"",""entity_type"":""organization"",""entity_id"":""2008"",""confidence"":1,""role"":""maintenance_provider"",""city"":""Wavre"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:2008,immeuble
|
|
132
|
+
ACP Residence Le Canal,"{""name"":""ACP Residence Le Canal"",""entity_type"":""organization"",""entity_id"":""2124"",""confidence"":1,""role"":""association_coproprietaires"",""building_id"":2123,""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:2124,immeuble
|
|
133
|
+
Maintenance Bruxelles Services,"{""name"":""Maintenance Bruxelles Services"",""entity_type"":""organization"",""entity_id"":""2131"",""confidence"":1,""role"":""maintenance_provider"",""city"":""Bruxelles"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:2131,immeuble
|
|
134
|
+
ACP Residence Saint-Lambert,"{""name"":""ACP Residence Saint-Lambert"",""entity_type"":""organization"",""entity_id"":""2247"",""confidence"":1,""role"":""association_coproprietaires"",""building_id"":2246,""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:2247,immeuble
|
|
135
|
+
Maintenance Liege Services,"{""name"":""Maintenance Liege Services"",""entity_type"":""organization"",""entity_id"":""2254"",""confidence"":1,""role"":""maintenance_provider"",""city"":""Liege"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:organization,organization:organization:2254,immeuble
|
|
136
|
+
Marie Lambert,"{""name"":""Marie Lambert"",""entity_type"":""person"",""entity_id"":""210"",""confidence"":1,""role"":""comptable"",""age_band"":""40-49"",""external_id"":""X7KkmZgkst1XwsvPIg-MG"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:210,immeuble
|
|
137
|
+
Henri Dupont,"{""name"":""Henri Dupont"",""entity_type"":""person"",""entity_id"":""211"",""confidence"":1,""age_band"":""75-84"",""household_role"":""conjoint"",""external_id"":""2D60GDt6y8b8O9mcYBtNT"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:211,immeuble
|
|
138
|
+
Madeleine Dupont,"{""name"":""Madeleine Dupont"",""entity_type"":""person"",""entity_id"":""212"",""confidence"":1,""age_band"":""75-84"",""household_role"":""conjoint"",""external_id"":""nSy1zdKLkQ958E4W1_W7A"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:212,immeuble
|
|
139
|
+
Nicolas Dupont,"{""name"":""Nicolas Dupont"",""entity_type"":""person"",""entity_id"":""213"",""confidence"":1,""age_band"":""45-54"",""household_role"":""parent"",""external_id"":""05KWFvM7LKa_RGYHl8IEo"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:213,immeuble
|
|
140
|
+
Pauline Dupont,"{""name"":""Pauline Dupont"",""entity_type"":""person"",""entity_id"":""214"",""confidence"":1,""age_band"":""45-54"",""household_role"":""parent"",""external_id"":""ncIoD7jCVe5pN-dE4nyEk"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:214,immeuble
|
|
141
|
+
Lina Dupont,"{""name"":""Lina Dupont"",""entity_type"":""person"",""entity_id"":""215"",""confidence"":1,""age_band"":""10-17"",""household_role"":""enfant"",""external_id"":""vbqG9x0tykjc7pX7F7o3B"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:215,immeuble
|
|
142
|
+
Tom Dupont,"{""name"":""Tom Dupont"",""entity_type"":""person"",""entity_id"":""216"",""confidence"":1,""age_band"":""6-9"",""household_role"":""enfant"",""external_id"":""yfc2viE5ZdI_PTgOb6-0m"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:216,immeuble
|
|
143
|
+
Sofia Martin,"{""name"":""Sofia Martin"",""entity_type"":""person"",""entity_id"":""217"",""confidence"":1,""age_band"":""30-39"",""household_role"":""single"",""external_id"":""VGPn1XBMYeOSv4MSKzAPA"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:217,immeuble
|
|
144
|
+
Karim Benali,"{""name"":""Karim Benali"",""entity_type"":""person"",""entity_id"":""218"",""confidence"":1,""age_band"":""30-39"",""household_role"":""single"",""external_id"":""opTm2eaf8XczBjlIQIP37"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:218,immeuble
|
|
145
|
+
Lena Peeters,"{""name"":""Lena Peeters"",""entity_type"":""person"",""entity_id"":""219"",""confidence"":1,""age_band"":""35-44"",""household_role"":""parent"",""external_id"":""HEYQaoeGTgQ00-STMC562"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:219,immeuble
|
|
146
|
+
Noah De Smet,"{""name"":""Noah De Smet"",""entity_type"":""person"",""entity_id"":""220"",""confidence"":1,""age_band"":""35-44"",""household_role"":""parent"",""external_id"":""mTIlRXrhbep1tQYkaTZNm"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:220,immeuble
|
|
147
|
+
Mila De Smet,"{""name"":""Mila De Smet"",""entity_type"":""person"",""entity_id"":""221"",""confidence"":1,""age_band"":""0-5"",""household_role"":""enfant"",""external_id"":""W9a9QrEHhVj7AqeXvGheV"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:221,immeuble
|
|
148
|
+
Alice Bernard,"{""name"":""Alice Bernard"",""entity_type"":""person"",""entity_id"":""222"",""confidence"":1,""age_band"":""55-64"",""household_role"":""single"",""external_id"":""ERcWPojZzTDboi6_nEfju"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:222,immeuble
|
|
149
|
+
Marc Legrand,"{""name"":""Marc Legrand"",""entity_type"":""person"",""entity_id"":""223"",""confidence"":1,""age_band"":""40-49"",""household_role"":""parent"",""external_id"":""IAeZtBDZ887MQrnK6dcio"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:223,immeuble
|
|
150
|
+
Eva Legrand,"{""name"":""Eva Legrand"",""entity_type"":""person"",""entity_id"":""224"",""confidence"":1,""age_band"":""40-49"",""household_role"":""parent"",""external_id"":""roF0UhYuTqkm9SkF-EqRf"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:224,immeuble
|
|
151
|
+
Nora Legrand,"{""name"":""Nora Legrand"",""entity_type"":""person"",""entity_id"":""225"",""confidence"":1,""age_band"":""10-17"",""household_role"":""enfant"",""external_id"":""SV2zNjPCWRH-Mo6z8_IdJ"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:225,immeuble
|
|
152
|
+
Victor Moreau,"{""name"":""Victor Moreau"",""entity_type"":""person"",""entity_id"":""226"",""confidence"":1,""age_band"":""30-39"",""household_role"":""single"",""external_id"":""VgKIcvYiLx8ZDl9LlO_8-"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:226,immeuble
|
|
153
|
+
Claire Dubois,"{""name"":""Claire Dubois"",""entity_type"":""person"",""entity_id"":""227"",""confidence"":1,""age_band"":""30-39"",""household_role"":""single"",""external_id"":""-JqJfp8w67gQrNcAu2EWb"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:227,immeuble
|
|
154
|
+
Fatima El Idrissi,"{""name"":""Fatima El Idrissi"",""entity_type"":""person"",""entity_id"":""228"",""confidence"":1,""age_band"":""35-44"",""household_role"":""parent"",""external_id"":""Y-9BOeXohcU87Qv6vfC2n"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:228,immeuble
|
|
155
|
+
Samir El Idrissi,"{""name"":""Samir El Idrissi"",""entity_type"":""person"",""entity_id"":""229"",""confidence"":1,""age_band"":""35-44"",""household_role"":""parent"",""external_id"":""t_hrPJLAfbEHpAoZQKlZm"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:229,immeuble
|
|
156
|
+
Yanis El Idrissi,"{""name"":""Yanis El Idrissi"",""entity_type"":""person"",""entity_id"":""230"",""confidence"":1,""age_band"":""6-9"",""household_role"":""enfant"",""external_id"":""8sydsl2uzyCYS0umtGZE3"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:230,immeuble
|
|
157
|
+
Amel El Idrissi,"{""name"":""Amel El Idrissi"",""entity_type"":""person"",""entity_id"":""231"",""confidence"":1,""age_band"":""0-5"",""household_role"":""enfant"",""external_id"":""otZGubeyxocs2qu7bbk7y"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:231,immeuble
|
|
158
|
+
Olivier Renard,"{""name"":""Olivier Renard"",""entity_type"":""person"",""entity_id"":""232"",""confidence"":1,""age_band"":""45-54"",""household_role"":""usufruitier"",""external_id"":""RpBX13G9bbkKKjYqHtpMS"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:232,immeuble
|
|
159
|
+
Julie Renard,"{""name"":""Julie Renard"",""entity_type"":""person"",""entity_id"":""233"",""confidence"":1,""age_band"":""18-24"",""household_role"":""nu_proprietaire"",""external_id"":""zlaoEs7LmUQAXTu6-UoaY"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:233,immeuble
|
|
160
|
+
Marta Rossi,"{""name"":""Marta Rossi"",""entity_type"":""person"",""entity_id"":""234"",""confidence"":1,""age_band"":""65-74"",""household_role"":""owner_abroad"",""external_id"":""z-VEg_SAKSufP8GPe-DAd"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:234,immeuble
|
|
161
|
+
Thomas Klein,"{""name"":""Thomas Klein"",""entity_type"":""person"",""entity_id"":""235"",""confidence"":1,""age_band"":""35-44"",""household_role"":""tenant"",""external_id"":""7D-E8sJPMupsjxZB5XG7U"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:235,immeuble
|
|
162
|
+
Sarah Klein,"{""name"":""Sarah Klein"",""entity_type"":""person"",""entity_id"":""236"",""confidence"":1,""age_band"":""35-44"",""household_role"":""tenant"",""external_id"":""bMyXsIGZ4CnV8rK2E-69a"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:236,immeuble
|
|
163
|
+
Eliott Klein,"{""name"":""Eliott Klein"",""entity_type"":""person"",""entity_id"":""237"",""confidence"":1,""age_band"":""6-9"",""household_role"":""enfant"",""external_id"":""tN1G-PBsAFGTfaYAG9hFw"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:237,immeuble
|
|
164
|
+
Camille Laurent,"{""name"":""Camille Laurent"",""entity_type"":""person"",""entity_id"":""238"",""confidence"":1,""age_band"":""25-34"",""household_role"":""tenant"",""external_id"":""dutLeMqM2oKI56jlPMxoK"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:238,immeuble
|
|
165
|
+
Jonas Vermeulen,"{""name"":""Jonas Vermeulen"",""entity_type"":""person"",""entity_id"":""239"",""confidence"":1,""age_band"":""25-34"",""household_role"":""tenant"",""external_id"":""1tuazwVfvXxQJ55hbuel0"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:239,immeuble
|
|
166
|
+
Anne Mercier,"{""name"":""Anne Mercier"",""entity_type"":""person"",""entity_id"":""2014"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2014,immeuble
|
|
167
|
+
Maya Petit,"{""name"":""Maya Petit"",""entity_type"":""person"",""entity_id"":""2015"",""confidence"":1,""role"":""locataire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2015,immeuble
|
|
168
|
+
Karim Simon,"{""name"":""Karim Simon"",""entity_type"":""person"",""entity_id"":""2025"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2025,immeuble
|
|
169
|
+
Karim Simon,"{""name"":""Karim Simon"",""entity_type"":""person"",""entity_id"":""2026"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2026,immeuble
|
|
170
|
+
Lucie Lambert,"{""name"":""Lucie Lambert"",""entity_type"":""person"",""entity_id"":""2035"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2035,immeuble
|
|
171
|
+
Lucie Lambert,"{""name"":""Lucie Lambert"",""entity_type"":""person"",""entity_id"":""2036"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2036,immeuble
|
|
172
|
+
Noah Petit,"{""name"":""Noah Petit"",""entity_type"":""person"",""entity_id"":""2045"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2045,immeuble
|
|
173
|
+
Noah Petit,"{""name"":""Noah Petit"",""entity_type"":""person"",""entity_id"":""2046"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2046,immeuble
|
|
174
|
+
Maya Dubois,"{""name"":""Maya Dubois"",""entity_type"":""person"",""entity_id"":""2055"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2055,immeuble
|
|
175
|
+
Maya Dubois,"{""name"":""Maya Dubois"",""entity_type"":""person"",""entity_id"":""2056"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2056,immeuble
|
|
176
|
+
Thomas Nguyen,"{""name"":""Thomas Nguyen"",""entity_type"":""person"",""entity_id"":""2065"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2065,immeuble
|
|
177
|
+
Nora Colin,"{""name"":""Nora Colin"",""entity_type"":""person"",""entity_id"":""2066"",""confidence"":1,""role"":""locataire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2066,immeuble
|
|
178
|
+
Sofia Rossi,"{""name"":""Sofia Rossi"",""entity_type"":""person"",""entity_id"":""2076"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2076,immeuble
|
|
179
|
+
Sofia Rossi,"{""name"":""Sofia Rossi"",""entity_type"":""person"",""entity_id"":""2077"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2077,immeuble
|
|
180
|
+
Hugo Peeters,"{""name"":""Hugo Peeters"",""entity_type"":""person"",""entity_id"":""2086"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2086,immeuble
|
|
181
|
+
Hugo Peeters,"{""name"":""Hugo Peeters"",""entity_type"":""person"",""entity_id"":""2087"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2087,immeuble
|
|
182
|
+
Lina Colin,"{""name"":""Lina Colin"",""entity_type"":""person"",""entity_id"":""2096"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2096,immeuble
|
|
183
|
+
Lina Colin,"{""name"":""Lina Colin"",""entity_type"":""person"",""entity_id"":""2097"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2097,immeuble
|
|
184
|
+
Noah Simon,"{""name"":""Noah Simon"",""entity_type"":""person"",""entity_id"":""2137"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2137,immeuble
|
|
185
|
+
Nora Nguyen,"{""name"":""Nora Nguyen"",""entity_type"":""person"",""entity_id"":""2138"",""confidence"":1,""role"":""locataire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2138,immeuble
|
|
186
|
+
Maya Lambert,"{""name"":""Maya Lambert"",""entity_type"":""person"",""entity_id"":""2148"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2148,immeuble
|
|
187
|
+
Maya Lambert,"{""name"":""Maya Lambert"",""entity_type"":""person"",""entity_id"":""2149"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2149,immeuble
|
|
188
|
+
Thomas Petit,"{""name"":""Thomas Petit"",""entity_type"":""person"",""entity_id"":""2158"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2158,immeuble
|
|
189
|
+
Thomas Petit,"{""name"":""Thomas Petit"",""entity_type"":""person"",""entity_id"":""2159"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2159,immeuble
|
|
190
|
+
Sofia Dubois,"{""name"":""Sofia Dubois"",""entity_type"":""person"",""entity_id"":""2168"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2168,immeuble
|
|
191
|
+
Sofia Dubois,"{""name"":""Sofia Dubois"",""entity_type"":""person"",""entity_id"":""2169"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2169,immeuble
|
|
192
|
+
Hugo Nguyen,"{""name"":""Hugo Nguyen"",""entity_type"":""person"",""entity_id"":""2178"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2178,immeuble
|
|
193
|
+
Hugo Nguyen,"{""name"":""Hugo Nguyen"",""entity_type"":""person"",""entity_id"":""2179"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2179,immeuble
|
|
194
|
+
Lina Rossi,"{""name"":""Lina Rossi"",""entity_type"":""person"",""entity_id"":""2188"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2188,immeuble
|
|
195
|
+
Lucie Mercier,"{""name"":""Lucie Mercier"",""entity_type"":""person"",""entity_id"":""2189"",""confidence"":1,""role"":""locataire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2189,immeuble
|
|
196
|
+
Nora Peeters,"{""name"":""Nora Peeters"",""entity_type"":""person"",""entity_id"":""2199"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2199,immeuble
|
|
197
|
+
Nora Peeters,"{""name"":""Nora Peeters"",""entity_type"":""person"",""entity_id"":""2200"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2200,immeuble
|
|
198
|
+
Elias Colin,"{""name"":""Elias Colin"",""entity_type"":""person"",""entity_id"":""2209"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2209,immeuble
|
|
199
|
+
Elias Colin,"{""name"":""Elias Colin"",""entity_type"":""person"",""entity_id"":""2210"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2210,immeuble
|
|
200
|
+
Eva Jacobs,"{""name"":""Eva Jacobs"",""entity_type"":""person"",""entity_id"":""2219"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2219,immeuble
|
|
201
|
+
Eva Jacobs,"{""name"":""Eva Jacobs"",""entity_type"":""person"",""entity_id"":""2220"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2220,immeuble
|
|
202
|
+
Sofia Lambert,"{""name"":""Sofia Lambert"",""entity_type"":""person"",""entity_id"":""2260"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2260,immeuble
|
|
203
|
+
Lucie Peeters,"{""name"":""Lucie Peeters"",""entity_type"":""person"",""entity_id"":""2261"",""confidence"":1,""role"":""locataire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2261,immeuble
|
|
204
|
+
Hugo Petit,"{""name"":""Hugo Petit"",""entity_type"":""person"",""entity_id"":""2271"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2271,immeuble
|
|
205
|
+
Hugo Petit,"{""name"":""Hugo Petit"",""entity_type"":""person"",""entity_id"":""2272"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2272,immeuble
|
|
206
|
+
Lina Dubois,"{""name"":""Lina Dubois"",""entity_type"":""person"",""entity_id"":""2281"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2281,immeuble
|
|
207
|
+
Lina Dubois,"{""name"":""Lina Dubois"",""entity_type"":""person"",""entity_id"":""2282"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2282,immeuble
|
|
208
|
+
Nora Nguyen,"{""name"":""Nora Nguyen"",""entity_type"":""person"",""entity_id"":""2291"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2291,immeuble
|
|
209
|
+
Nora Nguyen,"{""name"":""Nora Nguyen"",""entity_type"":""person"",""entity_id"":""2292"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2292,immeuble
|
|
210
|
+
Elias Rossi,"{""name"":""Elias Rossi"",""entity_type"":""person"",""entity_id"":""2301"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2301,immeuble
|
|
211
|
+
Elias Rossi,"{""name"":""Elias Rossi"",""entity_type"":""person"",""entity_id"":""2302"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2302,immeuble
|
|
212
|
+
Eva Peeters,"{""name"":""Eva Peeters"",""entity_type"":""person"",""entity_id"":""2311"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2311,immeuble
|
|
213
|
+
Hugo Lambert,"{""name"":""Hugo Lambert"",""entity_type"":""person"",""entity_id"":""2312"",""confidence"":1,""role"":""locataire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2312,immeuble
|
|
214
|
+
Anne Colin,"{""name"":""Anne Colin"",""entity_type"":""person"",""entity_id"":""2322"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""45-64"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2322,immeuble
|
|
215
|
+
Anne Colin,"{""name"":""Anne Colin"",""entity_type"":""person"",""entity_id"":""2323"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2323,immeuble
|
|
216
|
+
Karim Jacobs,"{""name"":""Karim Jacobs"",""entity_type"":""person"",""entity_id"":""2332"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2332,immeuble
|
|
217
|
+
Karim Jacobs,"{""name"":""Karim Jacobs"",""entity_type"":""person"",""entity_id"":""2333"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2333,immeuble
|
|
218
|
+
Lucie Mercier,"{""name"":""Lucie Mercier"",""entity_type"":""person"",""entity_id"":""2342"",""confidence"":1,""role"":""coproprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2342,immeuble
|
|
219
|
+
Lucie Mercier,"{""name"":""Lucie Mercier"",""entity_type"":""person"",""entity_id"":""2343"",""confidence"":1,""role"":""occupant_proprietaire"",""age_band"":""25-44"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:person,person:person:2343,immeuble
|
|
220
|
+
Ménage Dupont seniors,"{""name"":""Ménage Dupont seniors"",""entity_type"":""household"",""entity_id"":""300"",""confidence"":1,""unit_id"":100,""household_status"":""owner_occupant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:300,immeuble
|
|
221
|
+
Ménage Sofia Martin,"{""name"":""Ménage Sofia Martin"",""entity_type"":""household"",""entity_id"":""301"",""confidence"":1,""unit_id"":101,""household_status"":""owner_occupant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:301,immeuble
|
|
222
|
+
Ménage Nicolas Dupont,"{""name"":""Ménage Nicolas Dupont"",""entity_type"":""household"",""entity_id"":""302"",""confidence"":1,""unit_id"":102,""household_status"":""owner_occupant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:302,immeuble
|
|
223
|
+
Ménage Karim Benali,"{""name"":""Ménage Karim Benali"",""entity_type"":""household"",""entity_id"":""303"",""confidence"":1,""unit_id"":103,""household_status"":""tenant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:303,immeuble
|
|
224
|
+
Ménage Peeters-De Smet,"{""name"":""Ménage Peeters-De Smet"",""entity_type"":""household"",""entity_id"":""304"",""confidence"":1,""unit_id"":104,""household_status"":""owner_occupant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:304,immeuble
|
|
225
|
+
Ménage Alice Bernard,"{""name"":""Ménage Alice Bernard"",""entity_type"":""household"",""entity_id"":""305"",""confidence"":1,""unit_id"":110,""household_status"":""owner_occupant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:305,immeuble
|
|
226
|
+
Ménage Legrand,"{""name"":""Ménage Legrand"",""entity_type"":""household"",""entity_id"":""306"",""confidence"":1,""unit_id"":111,""household_status"":""tenant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:306,immeuble
|
|
227
|
+
Ménage Victor Moreau,"{""name"":""Ménage Victor Moreau"",""entity_type"":""household"",""entity_id"":""307"",""confidence"":1,""unit_id"":112,""household_status"":""owner_occupant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:307,immeuble
|
|
228
|
+
Lot Érables A4 vacant travaux,"{""name"":""Lot Érables A4 vacant travaux"",""entity_type"":""household"",""entity_id"":""308"",""confidence"":1,""unit_id"":113,""household_status"":""vacant_works"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:308,immeuble
|
|
229
|
+
Ménage succession Renard,"{""name"":""Ménage succession Renard"",""entity_type"":""household"",""entity_id"":""309"",""confidence"":1,""unit_id"":120,""household_status"":""owner_occupant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:309,immeuble
|
|
230
|
+
Ménage El Idrissi,"{""name"":""Ménage El Idrissi"",""entity_type"":""household"",""entity_id"":""310"",""confidence"":1,""unit_id"":121,""household_status"":""tenant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:310,immeuble
|
|
231
|
+
Ménage Klein,"{""name"":""Ménage Klein"",""entity_type"":""household"",""entity_id"":""311"",""confidence"":1,""unit_id"":122,""household_status"":""tenant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:311,immeuble
|
|
232
|
+
Ménage colocation Laurent-Vermeulen,"{""name"":""Ménage colocation Laurent-Vermeulen"",""entity_type"":""household"",""entity_id"":""312"",""confidence"":1,""unit_id"":123,""household_status"":""tenant"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:312,immeuble
|
|
233
|
+
Menage Maya Petit A1,"{""name"":""Menage Maya Petit A1"",""entity_type"":""household"",""entity_id"":""2013"",""confidence"":1,""unit_id"":2010,""household_type"":""tenant"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2013,immeuble
|
|
234
|
+
Menage Karim Simon A2,"{""name"":""Menage Karim Simon A2"",""entity_type"":""household"",""entity_id"":""2024"",""confidence"":1,""unit_id"":2021,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2024,immeuble
|
|
235
|
+
Menage Lucie Lambert A3,"{""name"":""Menage Lucie Lambert A3"",""entity_type"":""household"",""entity_id"":""2034"",""confidence"":1,""unit_id"":2031,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2034,immeuble
|
|
236
|
+
Menage Noah Petit A4,"{""name"":""Menage Noah Petit A4"",""entity_type"":""household"",""entity_id"":""2044"",""confidence"":1,""unit_id"":2041,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2044,immeuble
|
|
237
|
+
Menage Maya Dubois A5,"{""name"":""Menage Maya Dubois A5"",""entity_type"":""household"",""entity_id"":""2054"",""confidence"":1,""unit_id"":2051,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2054,immeuble
|
|
238
|
+
Menage Nora Colin B6,"{""name"":""Menage Nora Colin B6"",""entity_type"":""household"",""entity_id"":""2064"",""confidence"":1,""unit_id"":2061,""household_type"":""tenant"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2064,immeuble
|
|
239
|
+
Menage Sofia Rossi B7,"{""name"":""Menage Sofia Rossi B7"",""entity_type"":""household"",""entity_id"":""2075"",""confidence"":1,""unit_id"":2072,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2075,immeuble
|
|
240
|
+
Menage Hugo Peeters B8,"{""name"":""Menage Hugo Peeters B8"",""entity_type"":""household"",""entity_id"":""2085"",""confidence"":1,""unit_id"":2082,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2085,immeuble
|
|
241
|
+
Menage Lina Colin B9,"{""name"":""Menage Lina Colin B9"",""entity_type"":""household"",""entity_id"":""2095"",""confidence"":1,""unit_id"":2092,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2095,immeuble
|
|
242
|
+
Menage Nora Nguyen A1,"{""name"":""Menage Nora Nguyen A1"",""entity_type"":""household"",""entity_id"":""2136"",""confidence"":1,""unit_id"":2133,""household_type"":""tenant"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2136,immeuble
|
|
243
|
+
Menage Maya Lambert A2,"{""name"":""Menage Maya Lambert A2"",""entity_type"":""household"",""entity_id"":""2147"",""confidence"":1,""unit_id"":2144,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2147,immeuble
|
|
244
|
+
Menage Thomas Petit A3,"{""name"":""Menage Thomas Petit A3"",""entity_type"":""household"",""entity_id"":""2157"",""confidence"":1,""unit_id"":2154,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2157,immeuble
|
|
245
|
+
Menage Sofia Dubois A4,"{""name"":""Menage Sofia Dubois A4"",""entity_type"":""household"",""entity_id"":""2167"",""confidence"":1,""unit_id"":2164,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2167,immeuble
|
|
246
|
+
Menage Hugo Nguyen A5,"{""name"":""Menage Hugo Nguyen A5"",""entity_type"":""household"",""entity_id"":""2177"",""confidence"":1,""unit_id"":2174,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2177,immeuble
|
|
247
|
+
Menage Lucie Mercier B6,"{""name"":""Menage Lucie Mercier B6"",""entity_type"":""household"",""entity_id"":""2187"",""confidence"":1,""unit_id"":2184,""household_type"":""tenant"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2187,immeuble
|
|
248
|
+
Menage Nora Peeters B7,"{""name"":""Menage Nora Peeters B7"",""entity_type"":""household"",""entity_id"":""2198"",""confidence"":1,""unit_id"":2195,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2198,immeuble
|
|
249
|
+
Menage Elias Colin B8,"{""name"":""Menage Elias Colin B8"",""entity_type"":""household"",""entity_id"":""2208"",""confidence"":1,""unit_id"":2205,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2208,immeuble
|
|
250
|
+
Menage Eva Jacobs B9,"{""name"":""Menage Eva Jacobs B9"",""entity_type"":""household"",""entity_id"":""2218"",""confidence"":1,""unit_id"":2215,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2218,immeuble
|
|
251
|
+
Menage Lucie Peeters A1,"{""name"":""Menage Lucie Peeters A1"",""entity_type"":""household"",""entity_id"":""2259"",""confidence"":1,""unit_id"":2256,""household_type"":""tenant"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2259,immeuble
|
|
252
|
+
Menage Hugo Petit A2,"{""name"":""Menage Hugo Petit A2"",""entity_type"":""household"",""entity_id"":""2270"",""confidence"":1,""unit_id"":2267,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2270,immeuble
|
|
253
|
+
Menage Lina Dubois A3,"{""name"":""Menage Lina Dubois A3"",""entity_type"":""household"",""entity_id"":""2280"",""confidence"":1,""unit_id"":2277,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2280,immeuble
|
|
254
|
+
Menage Nora Nguyen A4,"{""name"":""Menage Nora Nguyen A4"",""entity_type"":""household"",""entity_id"":""2290"",""confidence"":1,""unit_id"":2287,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2290,immeuble
|
|
255
|
+
Menage Elias Rossi A5,"{""name"":""Menage Elias Rossi A5"",""entity_type"":""household"",""entity_id"":""2300"",""confidence"":1,""unit_id"":2297,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2300,immeuble
|
|
256
|
+
Menage Hugo Lambert B6,"{""name"":""Menage Hugo Lambert B6"",""entity_type"":""household"",""entity_id"":""2310"",""confidence"":1,""unit_id"":2307,""household_type"":""tenant"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2310,immeuble
|
|
257
|
+
Menage Anne Colin B7,"{""name"":""Menage Anne Colin B7"",""entity_type"":""household"",""entity_id"":""2321"",""confidence"":1,""unit_id"":2318,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2321,immeuble
|
|
258
|
+
Menage Karim Jacobs B8,"{""name"":""Menage Karim Jacobs B8"",""entity_type"":""household"",""entity_id"":""2331"",""confidence"":1,""unit_id"":2328,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2331,immeuble
|
|
259
|
+
Menage Lucie Mercier B9,"{""name"":""Menage Lucie Mercier B9"",""entity_type"":""household"",""entity_id"":""2341"",""confidence"":1,""unit_id"":2338,""household_type"":""owner"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:household,household:household:2341,immeuble
|
|
260
|
+
Groupe facturation Tilleuls A1,"{""name"":""Groupe facturation Tilleuls A1"",""entity_type"":""billing_group"",""entity_id"":""400"",""confidence"":1,""unit_id"":100,""status"":""active"",""split"":""50/50"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:400,immeuble
|
|
261
|
+
Groupe facturation Tilleuls A2,"{""name"":""Groupe facturation Tilleuls A2"",""entity_type"":""billing_group"",""entity_id"":""401"",""confidence"":1,""unit_id"":101,""status"":""active"",""split"":""single"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:401,immeuble
|
|
262
|
+
Groupe facturation Tilleuls A3,"{""name"":""Groupe facturation Tilleuls A3"",""entity_type"":""billing_group"",""entity_id"":""402"",""confidence"":1,""unit_id"":102,""status"":""active"",""split"":""50/50"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:402,immeuble
|
|
263
|
+
Groupe facturation Tilleuls A4 bailleur,"{""name"":""Groupe facturation Tilleuls A4 bailleur"",""entity_type"":""billing_group"",""entity_id"":""403"",""confidence"":1,""unit_id"":103,""status"":""active"",""split"":""landlord"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:403,immeuble
|
|
264
|
+
Groupe facturation Tilleuls A5,"{""name"":""Groupe facturation Tilleuls A5"",""entity_type"":""billing_group"",""entity_id"":""404"",""confidence"":1,""unit_id"":104,""status"":""active"",""split"":""50/50"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:404,immeuble
|
|
265
|
+
Groupe facturation Érables A1,"{""name"":""Groupe facturation Érables A1"",""entity_type"":""billing_group"",""entity_id"":""405"",""confidence"":1,""unit_id"":110,""status"":""active"",""split"":""single"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:405,immeuble
|
|
266
|
+
Groupe facturation Érables A2 bailleur,"{""name"":""Groupe facturation Érables A2 bailleur"",""entity_type"":""billing_group"",""entity_id"":""406"",""confidence"":1,""unit_id"":111,""status"":""active"",""split"":""landlord"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:406,immeuble
|
|
267
|
+
Groupe facturation Érables A3,"{""name"":""Groupe facturation Érables A3"",""entity_type"":""billing_group"",""entity_id"":""407"",""confidence"":1,""unit_id"":112,""status"":""active"",""split"":""single"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:407,immeuble
|
|
268
|
+
Groupe facturation Érables A4 travaux,"{""name"":""Groupe facturation Érables A4 travaux"",""entity_type"":""billing_group"",""entity_id"":""408"",""confidence"":1,""unit_id"":113,""status"":""active"",""split"":""works"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:408,immeuble
|
|
269
|
+
Groupe facturation Érables B1 succession,"{""name"":""Groupe facturation Érables B1 succession"",""entity_type"":""billing_group"",""entity_id"":""409"",""confidence"":1,""unit_id"":120,""status"":""active"",""split"":""usufruit_nue_propriete"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:409,immeuble
|
|
270
|
+
Groupe facturation Érables B2 bailleur,"{""name"":""Groupe facturation Érables B2 bailleur"",""entity_type"":""billing_group"",""entity_id"":""410"",""confidence"":1,""unit_id"":121,""status"":""active"",""split"":""landlord"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:410,immeuble
|
|
271
|
+
Groupe facturation Érables B3 bailleur,"{""name"":""Groupe facturation Érables B3 bailleur"",""entity_type"":""billing_group"",""entity_id"":""411"",""confidence"":1,""unit_id"":122,""status"":""active"",""split"":""landlord"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:411,immeuble
|
|
272
|
+
Groupe facturation Érables B4 mandataire,"{""name"":""Groupe facturation Érables B4 mandataire"",""entity_type"":""billing_group"",""entity_id"":""412"",""confidence"":1,""unit_id"":123,""status"":""active"",""split"":""owner_abroad"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:412,immeuble
|
|
273
|
+
Groupe facturation Residence Les Platanes A1,"{""name"":""Groupe facturation Residence Les Platanes A1"",""entity_type"":""billing_group"",""entity_id"":""2012"",""confidence"":1,""unit_id"":2010,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2012,immeuble
|
|
274
|
+
Groupe facturation Residence Les Platanes A2,"{""name"":""Groupe facturation Residence Les Platanes A2"",""entity_type"":""billing_group"",""entity_id"":""2023"",""confidence"":1,""unit_id"":2021,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2023,immeuble
|
|
275
|
+
Groupe facturation Residence Les Platanes A3,"{""name"":""Groupe facturation Residence Les Platanes A3"",""entity_type"":""billing_group"",""entity_id"":""2033"",""confidence"":1,""unit_id"":2031,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2033,immeuble
|
|
276
|
+
Groupe facturation Residence Les Platanes A4,"{""name"":""Groupe facturation Residence Les Platanes A4"",""entity_type"":""billing_group"",""entity_id"":""2043"",""confidence"":1,""unit_id"":2041,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2043,immeuble
|
|
277
|
+
Groupe facturation Residence Les Platanes A5,"{""name"":""Groupe facturation Residence Les Platanes A5"",""entity_type"":""billing_group"",""entity_id"":""2053"",""confidence"":1,""unit_id"":2051,""status"":""missing_recipient"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2053,immeuble
|
|
278
|
+
Groupe facturation Residence Les Platanes B6,"{""name"":""Groupe facturation Residence Les Platanes B6"",""entity_type"":""billing_group"",""entity_id"":""2063"",""confidence"":1,""unit_id"":2061,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2063,immeuble
|
|
279
|
+
Groupe facturation Residence Les Platanes B7,"{""name"":""Groupe facturation Residence Les Platanes B7"",""entity_type"":""billing_group"",""entity_id"":""2074"",""confidence"":1,""unit_id"":2072,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2074,immeuble
|
|
280
|
+
Groupe facturation Residence Les Platanes B8,"{""name"":""Groupe facturation Residence Les Platanes B8"",""entity_type"":""billing_group"",""entity_id"":""2084"",""confidence"":1,""unit_id"":2082,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2084,immeuble
|
|
281
|
+
Groupe facturation Residence Les Platanes B9,"{""name"":""Groupe facturation Residence Les Platanes B9"",""entity_type"":""billing_group"",""entity_id"":""2094"",""confidence"":1,""unit_id"":2092,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2094,immeuble
|
|
282
|
+
Groupe facturation Residence Le Canal A1,"{""name"":""Groupe facturation Residence Le Canal A1"",""entity_type"":""billing_group"",""entity_id"":""2135"",""confidence"":1,""unit_id"":2133,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2135,immeuble
|
|
283
|
+
Groupe facturation Residence Le Canal A2,"{""name"":""Groupe facturation Residence Le Canal A2"",""entity_type"":""billing_group"",""entity_id"":""2146"",""confidence"":1,""unit_id"":2144,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2146,immeuble
|
|
284
|
+
Groupe facturation Residence Le Canal A3,"{""name"":""Groupe facturation Residence Le Canal A3"",""entity_type"":""billing_group"",""entity_id"":""2156"",""confidence"":1,""unit_id"":2154,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2156,immeuble
|
|
285
|
+
Groupe facturation Residence Le Canal A4,"{""name"":""Groupe facturation Residence Le Canal A4"",""entity_type"":""billing_group"",""entity_id"":""2166"",""confidence"":1,""unit_id"":2164,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2166,immeuble
|
|
286
|
+
Groupe facturation Residence Le Canal A5,"{""name"":""Groupe facturation Residence Le Canal A5"",""entity_type"":""billing_group"",""entity_id"":""2176"",""confidence"":1,""unit_id"":2174,""status"":""missing_recipient"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2176,immeuble
|
|
287
|
+
Groupe facturation Residence Le Canal B6,"{""name"":""Groupe facturation Residence Le Canal B6"",""entity_type"":""billing_group"",""entity_id"":""2186"",""confidence"":1,""unit_id"":2184,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2186,immeuble
|
|
288
|
+
Groupe facturation Residence Le Canal B7,"{""name"":""Groupe facturation Residence Le Canal B7"",""entity_type"":""billing_group"",""entity_id"":""2197"",""confidence"":1,""unit_id"":2195,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2197,immeuble
|
|
289
|
+
Groupe facturation Residence Le Canal B8,"{""name"":""Groupe facturation Residence Le Canal B8"",""entity_type"":""billing_group"",""entity_id"":""2207"",""confidence"":1,""unit_id"":2205,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2207,immeuble
|
|
290
|
+
Groupe facturation Residence Le Canal B9,"{""name"":""Groupe facturation Residence Le Canal B9"",""entity_type"":""billing_group"",""entity_id"":""2217"",""confidence"":1,""unit_id"":2215,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2217,immeuble
|
|
291
|
+
Groupe facturation Residence Saint-Lambert A1,"{""name"":""Groupe facturation Residence Saint-Lambert A1"",""entity_type"":""billing_group"",""entity_id"":""2258"",""confidence"":1,""unit_id"":2256,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2258,immeuble
|
|
292
|
+
Groupe facturation Residence Saint-Lambert A2,"{""name"":""Groupe facturation Residence Saint-Lambert A2"",""entity_type"":""billing_group"",""entity_id"":""2269"",""confidence"":1,""unit_id"":2267,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2269,immeuble
|
|
293
|
+
Groupe facturation Residence Saint-Lambert A3,"{""name"":""Groupe facturation Residence Saint-Lambert A3"",""entity_type"":""billing_group"",""entity_id"":""2279"",""confidence"":1,""unit_id"":2277,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2279,immeuble
|
|
294
|
+
Groupe facturation Residence Saint-Lambert A4,"{""name"":""Groupe facturation Residence Saint-Lambert A4"",""entity_type"":""billing_group"",""entity_id"":""2289"",""confidence"":1,""unit_id"":2287,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2289,immeuble
|
|
295
|
+
Groupe facturation Residence Saint-Lambert A5,"{""name"":""Groupe facturation Residence Saint-Lambert A5"",""entity_type"":""billing_group"",""entity_id"":""2299"",""confidence"":1,""unit_id"":2297,""status"":""missing_recipient"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2299,immeuble
|
|
296
|
+
Groupe facturation Residence Saint-Lambert B6,"{""name"":""Groupe facturation Residence Saint-Lambert B6"",""entity_type"":""billing_group"",""entity_id"":""2309"",""confidence"":1,""unit_id"":2307,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2309,immeuble
|
|
297
|
+
Groupe facturation Residence Saint-Lambert B7,"{""name"":""Groupe facturation Residence Saint-Lambert B7"",""entity_type"":""billing_group"",""entity_id"":""2320"",""confidence"":1,""unit_id"":2318,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2320,immeuble
|
|
298
|
+
Groupe facturation Residence Saint-Lambert B8,"{""name"":""Groupe facturation Residence Saint-Lambert B8"",""entity_type"":""billing_group"",""entity_id"":""2330"",""confidence"":1,""unit_id"":2328,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2330,immeuble
|
|
299
|
+
Groupe facturation Residence Saint-Lambert B9,"{""name"":""Groupe facturation Residence Saint-Lambert B9"",""entity_type"":""billing_group"",""entity_id"":""2340"",""confidence"":1,""unit_id"":2338,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:billing_group,billing_group:billing_group:2340,immeuble
|
|
300
|
+
Bail Tilleuls A4 - Karim Benali,"{""name"":""Bail Tilleuls A4 - Karim Benali"",""entity_type"":""lease_contract"",""entity_id"":""800"",""confidence"":1,""unit_id"":103,""landlord_id"":203,""household_id"":303,""validFrom"":""2025-09-01"",""monthly_rent"":835,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:800,immeuble
|
|
301
|
+
Bail Érables A2 - Famille Legrand,"{""name"":""Bail Érables A2 - Famille Legrand"",""entity_type"":""lease_contract"",""entity_id"":""801"",""confidence"":1,""unit_id"":111,""landlord_id"":204,""household_id"":306,""validFrom"":""2024-07-01"",""monthly_rent"":1120,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:801,immeuble
|
|
302
|
+
Bail Érables B2 - Famille El Idrissi,"{""name"":""Bail Érables B2 - Famille El Idrissi"",""entity_type"":""lease_contract"",""entity_id"":""802"",""confidence"":1,""unit_id"":121,""landlord_id"":203,""household_id"":310,""validFrom"":""2025-02-01"",""monthly_rent"":1040,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:802,immeuble
|
|
303
|
+
Bail Érables B3 - Famille Klein,"{""name"":""Bail Érables B3 - Famille Klein"",""entity_type"":""lease_contract"",""entity_id"":""803"",""confidence"":1,""unit_id"":122,""landlord_id"":204,""household_id"":311,""validFrom"":""2023-11-01"",""monthly_rent"":990,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:803,immeuble
|
|
304
|
+
Bail Érables B4 - Colocation,"{""name"":""Bail Érables B4 - Colocation"",""entity_type"":""lease_contract"",""entity_id"":""804"",""confidence"":1,""unit_id"":123,""landlord_id"":234,""household_id"":312,""validFrom"":""2026-01-01"",""monthly_rent"":1250,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:804,immeuble
|
|
305
|
+
Bail Residence Les Platanes Appartement A1,"{""name"":""Bail Residence Les Platanes Appartement A1"",""entity_type"":""lease_contract"",""entity_id"":""2016"",""confidence"":1,""unit_id"":2010,""validFrom"":""2025-09-01"",""validTo"":""2026-08-31"",""monthly_rent"":780,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:2016,immeuble
|
|
306
|
+
Bail Residence Les Platanes Appartement B6,"{""name"":""Bail Residence Les Platanes Appartement B6"",""entity_type"":""lease_contract"",""entity_id"":""2067"",""confidence"":1,""unit_id"":2061,""validFrom"":""2025-09-01"",""validTo"":""2028-08-31"",""monthly_rent"":905,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:2067,immeuble
|
|
307
|
+
Bail Residence Le Canal Appartement A1,"{""name"":""Bail Residence Le Canal Appartement A1"",""entity_type"":""lease_contract"",""entity_id"":""2139"",""confidence"":1,""unit_id"":2133,""validFrom"":""2025-09-01"",""validTo"":""2026-08-31"",""monthly_rent"":780,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:2139,immeuble
|
|
308
|
+
Bail Residence Le Canal Appartement B6,"{""name"":""Bail Residence Le Canal Appartement B6"",""entity_type"":""lease_contract"",""entity_id"":""2190"",""confidence"":1,""unit_id"":2184,""validFrom"":""2025-09-01"",""validTo"":""2028-08-31"",""monthly_rent"":905,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:2190,immeuble
|
|
309
|
+
Bail Residence Saint-Lambert Appartement A1,"{""name"":""Bail Residence Saint-Lambert Appartement A1"",""entity_type"":""lease_contract"",""entity_id"":""2262"",""confidence"":1,""unit_id"":2256,""validFrom"":""2025-09-01"",""validTo"":""2026-08-31"",""monthly_rent"":780,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:2262,immeuble
|
|
310
|
+
Bail Residence Saint-Lambert Appartement B6,"{""name"":""Bail Residence Saint-Lambert Appartement B6"",""entity_type"":""lease_contract"",""entity_id"":""2313"",""confidence"":1,""unit_id"":2307,""validFrom"":""2025-09-01"",""validTo"":""2028-08-31"",""monthly_rent"":905,""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:lease_contract,lease_contract:lease_contract:2313,immeuble
|
|
311
|
+
Compte CODA ACP Tilleuls,"{""name"":""Compte CODA ACP Tilleuls"",""entity_type"":""bank_account"",""entity_id"":""900"",""confidence"":1,""iban"":""BE12000000000001"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:bank_account,bank_account:bank_account:900,immeuble
|
|
312
|
+
Compte CODA ACP Érables,"{""name"":""Compte CODA ACP Érables"",""entity_type"":""bank_account"",""entity_id"":""901"",""confidence"":1,""iban"":""BE12000000000002"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:bank_account,bank_account:bank_account:901,immeuble
|
|
313
|
+
Appel charges Tilleuls janvier 2026,"{""name"":""Appel charges Tilleuls janvier 2026"",""entity_type"":""charge_call"",""entity_id"":""910"",""confidence"":1,""period"":""2026-01"",""amount"":1847.23,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:910,immeuble
|
|
314
|
+
Appel charges Érables janvier 2026,"{""name"":""Appel charges Érables janvier 2026"",""entity_type"":""charge_call"",""entity_id"":""911"",""confidence"":1,""period"":""2026-01"",""amount"":920,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:911,immeuble
|
|
315
|
+
Appel charges Tilleuls février 2026,"{""name"":""Appel charges Tilleuls février 2026"",""entity_type"":""charge_call"",""entity_id"":""912"",""confidence"":1,""period"":""2026-02"",""amount"":650,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:912,immeuble
|
|
316
|
+
Appel charges Residence Les Platanes A1 2026-01,"{""name"":""Appel charges Residence Les Platanes A1 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2017"",""confidence"":1,""unit_id"":2010,""period"":""2026-01"",""amount"":280,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2017,immeuble
|
|
317
|
+
Appel charges Residence Les Platanes A1 2026-02,"{""name"":""Appel charges Residence Les Platanes A1 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2019"",""confidence"":1,""unit_id"":2010,""period"":""2026-02"",""amount"":280,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2019,immeuble
|
|
318
|
+
Appel charges Residence Les Platanes A2 2026-01,"{""name"":""Appel charges Residence Les Platanes A2 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2027"",""confidence"":1,""unit_id"":2021,""period"":""2026-01"",""amount"":291,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2027,immeuble
|
|
319
|
+
Appel charges Residence Les Platanes A2 2026-02,"{""name"":""Appel charges Residence Les Platanes A2 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2029"",""confidence"":1,""unit_id"":2021,""period"":""2026-02"",""amount"":291,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2029,immeuble
|
|
320
|
+
Appel charges Residence Les Platanes A3 2026-01,"{""name"":""Appel charges Residence Les Platanes A3 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2037"",""confidence"":1,""unit_id"":2031,""period"":""2026-01"",""amount"":302,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2037,immeuble
|
|
321
|
+
Appel charges Residence Les Platanes A3 2026-02,"{""name"":""Appel charges Residence Les Platanes A3 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2039"",""confidence"":1,""unit_id"":2031,""period"":""2026-02"",""amount"":302,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2039,immeuble
|
|
322
|
+
Appel charges Residence Les Platanes A4 2026-01,"{""name"":""Appel charges Residence Les Platanes A4 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2047"",""confidence"":1,""unit_id"":2041,""period"":""2026-01"",""amount"":313,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2047,immeuble
|
|
323
|
+
Appel charges Residence Les Platanes A4 2026-02,"{""name"":""Appel charges Residence Les Platanes A4 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2049"",""confidence"":1,""unit_id"":2041,""period"":""2026-02"",""amount"":313,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2049,immeuble
|
|
324
|
+
Appel charges Residence Les Platanes A5 2026-01,"{""name"":""Appel charges Residence Les Platanes A5 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2057"",""confidence"":1,""unit_id"":2051,""period"":""2026-01"",""amount"":324,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2057,immeuble
|
|
325
|
+
Appel charges Residence Les Platanes A5 2026-02,"{""name"":""Appel charges Residence Les Platanes A5 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2059"",""confidence"":1,""unit_id"":2051,""period"":""2026-02"",""amount"":324,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2059,immeuble
|
|
326
|
+
Appel charges Residence Les Platanes B6 2026-01,"{""name"":""Appel charges Residence Les Platanes B6 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2068"",""confidence"":1,""unit_id"":2061,""period"":""2026-01"",""amount"":335,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2068,immeuble
|
|
327
|
+
Appel charges Residence Les Platanes B6 2026-02,"{""name"":""Appel charges Residence Les Platanes B6 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2070"",""confidence"":1,""unit_id"":2061,""period"":""2026-02"",""amount"":335,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2070,immeuble
|
|
328
|
+
Appel charges Residence Les Platanes B7 2026-01,"{""name"":""Appel charges Residence Les Platanes B7 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2078"",""confidence"":1,""unit_id"":2072,""period"":""2026-01"",""amount"":346,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2078,immeuble
|
|
329
|
+
Appel charges Residence Les Platanes B7 2026-02,"{""name"":""Appel charges Residence Les Platanes B7 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2080"",""confidence"":1,""unit_id"":2072,""period"":""2026-02"",""amount"":346,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2080,immeuble
|
|
330
|
+
Appel charges Residence Les Platanes B8 2026-01,"{""name"":""Appel charges Residence Les Platanes B8 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2088"",""confidence"":1,""unit_id"":2082,""period"":""2026-01"",""amount"":357,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2088,immeuble
|
|
331
|
+
Appel charges Residence Les Platanes B8 2026-02,"{""name"":""Appel charges Residence Les Platanes B8 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2090"",""confidence"":1,""unit_id"":2082,""period"":""2026-02"",""amount"":357,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2090,immeuble
|
|
332
|
+
Appel charges Residence Les Platanes B9 2026-01,"{""name"":""Appel charges Residence Les Platanes B9 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2098"",""confidence"":1,""unit_id"":2092,""period"":""2026-01"",""amount"":368,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2098,immeuble
|
|
333
|
+
Appel charges Residence Les Platanes B9 2026-02,"{""name"":""Appel charges Residence Les Platanes B9 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2100"",""confidence"":1,""unit_id"":2092,""period"":""2026-02"",""amount"":368,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2100,immeuble
|
|
334
|
+
Appel charges Residence Le Canal A1 2026-01,"{""name"":""Appel charges Residence Le Canal A1 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2140"",""confidence"":1,""unit_id"":2133,""period"":""2026-01"",""amount"":310,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2140,immeuble
|
|
335
|
+
Appel charges Residence Le Canal A1 2026-02,"{""name"":""Appel charges Residence Le Canal A1 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2142"",""confidence"":1,""unit_id"":2133,""period"":""2026-02"",""amount"":310,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2142,immeuble
|
|
336
|
+
Appel charges Residence Le Canal A2 2026-01,"{""name"":""Appel charges Residence Le Canal A2 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2150"",""confidence"":1,""unit_id"":2144,""period"":""2026-01"",""amount"":321,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2150,immeuble
|
|
337
|
+
Appel charges Residence Le Canal A2 2026-02,"{""name"":""Appel charges Residence Le Canal A2 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2152"",""confidence"":1,""unit_id"":2144,""period"":""2026-02"",""amount"":321,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2152,immeuble
|
|
338
|
+
Appel charges Residence Le Canal A3 2026-01,"{""name"":""Appel charges Residence Le Canal A3 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2160"",""confidence"":1,""unit_id"":2154,""period"":""2026-01"",""amount"":332,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2160,immeuble
|
|
339
|
+
Appel charges Residence Le Canal A3 2026-02,"{""name"":""Appel charges Residence Le Canal A3 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2162"",""confidence"":1,""unit_id"":2154,""period"":""2026-02"",""amount"":332,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2162,immeuble
|
|
340
|
+
Appel charges Residence Le Canal A4 2026-01,"{""name"":""Appel charges Residence Le Canal A4 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2170"",""confidence"":1,""unit_id"":2164,""period"":""2026-01"",""amount"":343,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2170,immeuble
|
|
341
|
+
Appel charges Residence Le Canal A4 2026-02,"{""name"":""Appel charges Residence Le Canal A4 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2172"",""confidence"":1,""unit_id"":2164,""period"":""2026-02"",""amount"":343,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2172,immeuble
|
|
342
|
+
Appel charges Residence Le Canal A5 2026-01,"{""name"":""Appel charges Residence Le Canal A5 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2180"",""confidence"":1,""unit_id"":2174,""period"":""2026-01"",""amount"":354,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2180,immeuble
|
|
343
|
+
Appel charges Residence Le Canal A5 2026-02,"{""name"":""Appel charges Residence Le Canal A5 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2182"",""confidence"":1,""unit_id"":2174,""period"":""2026-02"",""amount"":354,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2182,immeuble
|
|
344
|
+
Appel charges Residence Le Canal B6 2026-01,"{""name"":""Appel charges Residence Le Canal B6 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2191"",""confidence"":1,""unit_id"":2184,""period"":""2026-01"",""amount"":365,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2191,immeuble
|
|
345
|
+
Appel charges Residence Le Canal B6 2026-02,"{""name"":""Appel charges Residence Le Canal B6 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2193"",""confidence"":1,""unit_id"":2184,""period"":""2026-02"",""amount"":365,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2193,immeuble
|
|
346
|
+
Appel charges Residence Le Canal B7 2026-01,"{""name"":""Appel charges Residence Le Canal B7 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2201"",""confidence"":1,""unit_id"":2195,""period"":""2026-01"",""amount"":376,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2201,immeuble
|
|
347
|
+
Appel charges Residence Le Canal B7 2026-02,"{""name"":""Appel charges Residence Le Canal B7 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2203"",""confidence"":1,""unit_id"":2195,""period"":""2026-02"",""amount"":376,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2203,immeuble
|
|
348
|
+
Appel charges Residence Le Canal B8 2026-01,"{""name"":""Appel charges Residence Le Canal B8 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2211"",""confidence"":1,""unit_id"":2205,""period"":""2026-01"",""amount"":387,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2211,immeuble
|
|
349
|
+
Appel charges Residence Le Canal B8 2026-02,"{""name"":""Appel charges Residence Le Canal B8 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2213"",""confidence"":1,""unit_id"":2205,""period"":""2026-02"",""amount"":387,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2213,immeuble
|
|
350
|
+
Appel charges Residence Le Canal B9 2026-01,"{""name"":""Appel charges Residence Le Canal B9 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2221"",""confidence"":1,""unit_id"":2215,""period"":""2026-01"",""amount"":398,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2221,immeuble
|
|
351
|
+
Appel charges Residence Le Canal B9 2026-02,"{""name"":""Appel charges Residence Le Canal B9 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2223"",""confidence"":1,""unit_id"":2215,""period"":""2026-02"",""amount"":398,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2223,immeuble
|
|
352
|
+
Appel charges Residence Saint-Lambert A1 2026-01,"{""name"":""Appel charges Residence Saint-Lambert A1 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2263"",""confidence"":1,""unit_id"":2256,""period"":""2026-01"",""amount"":340,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2263,immeuble
|
|
353
|
+
Appel charges Residence Saint-Lambert A1 2026-02,"{""name"":""Appel charges Residence Saint-Lambert A1 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2265"",""confidence"":1,""unit_id"":2256,""period"":""2026-02"",""amount"":340,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2265,immeuble
|
|
354
|
+
Appel charges Residence Saint-Lambert A2 2026-01,"{""name"":""Appel charges Residence Saint-Lambert A2 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2273"",""confidence"":1,""unit_id"":2267,""period"":""2026-01"",""amount"":351,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2273,immeuble
|
|
355
|
+
Appel charges Residence Saint-Lambert A2 2026-02,"{""name"":""Appel charges Residence Saint-Lambert A2 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2275"",""confidence"":1,""unit_id"":2267,""period"":""2026-02"",""amount"":351,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2275,immeuble
|
|
356
|
+
Appel charges Residence Saint-Lambert A3 2026-01,"{""name"":""Appel charges Residence Saint-Lambert A3 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2283"",""confidence"":1,""unit_id"":2277,""period"":""2026-01"",""amount"":362,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2283,immeuble
|
|
357
|
+
Appel charges Residence Saint-Lambert A3 2026-02,"{""name"":""Appel charges Residence Saint-Lambert A3 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2285"",""confidence"":1,""unit_id"":2277,""period"":""2026-02"",""amount"":362,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2285,immeuble
|
|
358
|
+
Appel charges Residence Saint-Lambert A4 2026-01,"{""name"":""Appel charges Residence Saint-Lambert A4 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2293"",""confidence"":1,""unit_id"":2287,""period"":""2026-01"",""amount"":373,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2293,immeuble
|
|
359
|
+
Appel charges Residence Saint-Lambert A4 2026-02,"{""name"":""Appel charges Residence Saint-Lambert A4 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2295"",""confidence"":1,""unit_id"":2287,""period"":""2026-02"",""amount"":373,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2295,immeuble
|
|
360
|
+
Appel charges Residence Saint-Lambert A5 2026-01,"{""name"":""Appel charges Residence Saint-Lambert A5 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2303"",""confidence"":1,""unit_id"":2297,""period"":""2026-01"",""amount"":384,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2303,immeuble
|
|
361
|
+
Appel charges Residence Saint-Lambert A5 2026-02,"{""name"":""Appel charges Residence Saint-Lambert A5 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2305"",""confidence"":1,""unit_id"":2297,""period"":""2026-02"",""amount"":384,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2305,immeuble
|
|
362
|
+
Appel charges Residence Saint-Lambert B6 2026-01,"{""name"":""Appel charges Residence Saint-Lambert B6 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2314"",""confidence"":1,""unit_id"":2307,""period"":""2026-01"",""amount"":395,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2314,immeuble
|
|
363
|
+
Appel charges Residence Saint-Lambert B6 2026-02,"{""name"":""Appel charges Residence Saint-Lambert B6 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2316"",""confidence"":1,""unit_id"":2307,""period"":""2026-02"",""amount"":395,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2316,immeuble
|
|
364
|
+
Appel charges Residence Saint-Lambert B7 2026-01,"{""name"":""Appel charges Residence Saint-Lambert B7 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2324"",""confidence"":1,""unit_id"":2318,""period"":""2026-01"",""amount"":406,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2324,immeuble
|
|
365
|
+
Appel charges Residence Saint-Lambert B7 2026-02,"{""name"":""Appel charges Residence Saint-Lambert B7 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2326"",""confidence"":1,""unit_id"":2318,""period"":""2026-02"",""amount"":406,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2326,immeuble
|
|
366
|
+
Appel charges Residence Saint-Lambert B8 2026-01,"{""name"":""Appel charges Residence Saint-Lambert B8 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2334"",""confidence"":1,""unit_id"":2328,""period"":""2026-01"",""amount"":417,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2334,immeuble
|
|
367
|
+
Appel charges Residence Saint-Lambert B8 2026-02,"{""name"":""Appel charges Residence Saint-Lambert B8 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2336"",""confidence"":1,""unit_id"":2328,""period"":""2026-02"",""amount"":417,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2336,immeuble
|
|
368
|
+
Appel charges Residence Saint-Lambert B9 2026-01,"{""name"":""Appel charges Residence Saint-Lambert B9 2026-01"",""entity_type"":""charge_call"",""entity_id"":""2344"",""confidence"":1,""unit_id"":2338,""period"":""2026-01"",""amount"":428,""currency"":""EUR"",""status"":""issued"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2344,immeuble
|
|
369
|
+
Appel charges Residence Saint-Lambert B9 2026-02,"{""name"":""Appel charges Residence Saint-Lambert B9 2026-02"",""entity_type"":""charge_call"",""entity_id"":""2346"",""confidence"":1,""unit_id"":2338,""period"":""2026-02"",""amount"":428,""currency"":""EUR"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:charge_call,charge_call:charge_call:2346,immeuble
|
|
370
|
+
CODA 2026-01-05 CP LOT A3 CHGE JANV,"{""name"":""CODA 2026-01-05 CP LOT A3 CHGE JANV"",""entity_type"":""coda_entry"",""entity_id"":""920"",""confidence"":1,""amount"":1847.23,""currency"":""EUR"",""communication"":""CP LOT A3 CHGE JANV"",""status"":""matched"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:920,immeuble
|
|
371
|
+
CODA 2026-01-07 LOT B2 PARTIEL,"{""name"":""CODA 2026-01-07 LOT B2 PARTIEL"",""entity_type"":""coda_entry"",""entity_id"":""921"",""confidence"":1,""amount"":500,""currency"":""EUR"",""communication"":""LOT B2 PARTIEL"",""status"":""partial"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:921,immeuble
|
|
372
|
+
CODA 2026-01-08 VIR INCONNU,"{""name"":""CODA 2026-01-08 VIR INCONNU"",""entity_type"":""coda_entry"",""entity_id"":""922"",""confidence"":1,""amount"":650,""currency"":""EUR"",""communication"":""VIR INCONNU"",""status"":""manual_review"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:922,immeuble
|
|
373
|
+
CODA Residence Les Platanes A1 2026-01,"{""name"":""CODA Residence Les Platanes A1 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2018"",""confidence"":1,""amount"":280,""currency"":""EUR"",""communication"":""A1 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2018,immeuble
|
|
374
|
+
CODA Residence Les Platanes A2 2026-01,"{""name"":""CODA Residence Les Platanes A2 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2028"",""confidence"":1,""amount"":291,""currency"":""EUR"",""communication"":""A2 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2028,immeuble
|
|
375
|
+
CODA Residence Les Platanes A2 2026-02,"{""name"":""CODA Residence Les Platanes A2 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2030"",""confidence"":1,""amount"":291,""currency"":""EUR"",""communication"":""A2 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2030,immeuble
|
|
376
|
+
CODA Residence Les Platanes A3 2026-01,"{""name"":""CODA Residence Les Platanes A3 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2038"",""confidence"":1,""amount"":302,""currency"":""EUR"",""communication"":""A3 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2038,immeuble
|
|
377
|
+
CODA Residence Les Platanes A3 2026-02,"{""name"":""CODA Residence Les Platanes A3 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2040"",""confidence"":1,""amount"":302,""currency"":""EUR"",""communication"":""A3 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2040,immeuble
|
|
378
|
+
CODA Residence Les Platanes A4 2026-01,"{""name"":""CODA Residence Les Platanes A4 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2048"",""confidence"":1,""amount"":313,""currency"":""EUR"",""communication"":""A4 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2048,immeuble
|
|
379
|
+
CODA Residence Les Platanes A4 2026-02,"{""name"":""CODA Residence Les Platanes A4 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2050"",""confidence"":1,""amount"":313,""currency"":""EUR"",""communication"":""A4 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2050,immeuble
|
|
380
|
+
CODA Residence Les Platanes A5 2026-01,"{""name"":""CODA Residence Les Platanes A5 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2058"",""confidence"":1,""amount"":324,""currency"":""EUR"",""communication"":""A5 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2058,immeuble
|
|
381
|
+
CODA Residence Les Platanes B6 2026-01,"{""name"":""CODA Residence Les Platanes B6 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2069"",""confidence"":1,""amount"":335,""currency"":""EUR"",""communication"":""B6 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2069,immeuble
|
|
382
|
+
CODA Residence Les Platanes B6 2026-02,"{""name"":""CODA Residence Les Platanes B6 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2071"",""confidence"":1,""amount"":335,""currency"":""EUR"",""communication"":""B6 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2071,immeuble
|
|
383
|
+
CODA Residence Les Platanes B7 2026-01,"{""name"":""CODA Residence Les Platanes B7 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2079"",""confidence"":1,""amount"":346,""currency"":""EUR"",""communication"":""B7 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2079,immeuble
|
|
384
|
+
CODA Residence Les Platanes B7 2026-02,"{""name"":""CODA Residence Les Platanes B7 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2081"",""confidence"":1,""amount"":346,""currency"":""EUR"",""communication"":""B7 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2081,immeuble
|
|
385
|
+
CODA Residence Les Platanes B8 2026-01,"{""name"":""CODA Residence Les Platanes B8 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2089"",""confidence"":1,""amount"":357,""currency"":""EUR"",""communication"":""B8 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2089,immeuble
|
|
386
|
+
CODA Residence Les Platanes B8 2026-02,"{""name"":""CODA Residence Les Platanes B8 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2091"",""confidence"":1,""amount"":357,""currency"":""EUR"",""communication"":""B8 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2091,immeuble
|
|
387
|
+
CODA Residence Les Platanes B9 2026-01,"{""name"":""CODA Residence Les Platanes B9 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2099"",""confidence"":1,""amount"":368,""currency"":""EUR"",""communication"":""B9 2026-01"",""status"":""manual_review"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2099,immeuble
|
|
388
|
+
CODA Residence Le Canal A1 2026-01,"{""name"":""CODA Residence Le Canal A1 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2141"",""confidence"":1,""amount"":310,""currency"":""EUR"",""communication"":""A1 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2141,immeuble
|
|
389
|
+
CODA Residence Le Canal A2 2026-01,"{""name"":""CODA Residence Le Canal A2 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2151"",""confidence"":1,""amount"":321,""currency"":""EUR"",""communication"":""A2 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2151,immeuble
|
|
390
|
+
CODA Residence Le Canal A2 2026-02,"{""name"":""CODA Residence Le Canal A2 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2153"",""confidence"":1,""amount"":321,""currency"":""EUR"",""communication"":""A2 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2153,immeuble
|
|
391
|
+
CODA Residence Le Canal A3 2026-01,"{""name"":""CODA Residence Le Canal A3 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2161"",""confidence"":1,""amount"":332,""currency"":""EUR"",""communication"":""A3 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2161,immeuble
|
|
392
|
+
CODA Residence Le Canal A3 2026-02,"{""name"":""CODA Residence Le Canal A3 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2163"",""confidence"":1,""amount"":332,""currency"":""EUR"",""communication"":""A3 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2163,immeuble
|
|
393
|
+
CODA Residence Le Canal A4 2026-01,"{""name"":""CODA Residence Le Canal A4 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2171"",""confidence"":1,""amount"":343,""currency"":""EUR"",""communication"":""A4 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2171,immeuble
|
|
394
|
+
CODA Residence Le Canal A4 2026-02,"{""name"":""CODA Residence Le Canal A4 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2173"",""confidence"":1,""amount"":343,""currency"":""EUR"",""communication"":""A4 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2173,immeuble
|
|
395
|
+
CODA Residence Le Canal A5 2026-01,"{""name"":""CODA Residence Le Canal A5 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2181"",""confidence"":1,""amount"":354,""currency"":""EUR"",""communication"":""A5 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2181,immeuble
|
|
396
|
+
CODA Residence Le Canal B6 2026-01,"{""name"":""CODA Residence Le Canal B6 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2192"",""confidence"":1,""amount"":365,""currency"":""EUR"",""communication"":""B6 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2192,immeuble
|
|
397
|
+
CODA Residence Le Canal B6 2026-02,"{""name"":""CODA Residence Le Canal B6 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2194"",""confidence"":1,""amount"":365,""currency"":""EUR"",""communication"":""B6 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2194,immeuble
|
|
398
|
+
CODA Residence Le Canal B7 2026-01,"{""name"":""CODA Residence Le Canal B7 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2202"",""confidence"":1,""amount"":376,""currency"":""EUR"",""communication"":""B7 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2202,immeuble
|
|
399
|
+
CODA Residence Le Canal B7 2026-02,"{""name"":""CODA Residence Le Canal B7 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2204"",""confidence"":1,""amount"":376,""currency"":""EUR"",""communication"":""B7 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2204,immeuble
|
|
400
|
+
CODA Residence Le Canal B8 2026-01,"{""name"":""CODA Residence Le Canal B8 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2212"",""confidence"":1,""amount"":387,""currency"":""EUR"",""communication"":""B8 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2212,immeuble
|
|
401
|
+
CODA Residence Le Canal B8 2026-02,"{""name"":""CODA Residence Le Canal B8 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2214"",""confidence"":1,""amount"":387,""currency"":""EUR"",""communication"":""B8 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2214,immeuble
|
|
402
|
+
CODA Residence Le Canal B9 2026-01,"{""name"":""CODA Residence Le Canal B9 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2222"",""confidence"":1,""amount"":398,""currency"":""EUR"",""communication"":""B9 2026-01"",""status"":""manual_review"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2222,immeuble
|
|
403
|
+
CODA Residence Saint-Lambert A1 2026-01,"{""name"":""CODA Residence Saint-Lambert A1 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2264"",""confidence"":1,""amount"":340,""currency"":""EUR"",""communication"":""A1 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2264,immeuble
|
|
404
|
+
CODA Residence Saint-Lambert A2 2026-01,"{""name"":""CODA Residence Saint-Lambert A2 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2274"",""confidence"":1,""amount"":351,""currency"":""EUR"",""communication"":""A2 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2274,immeuble
|
|
405
|
+
CODA Residence Saint-Lambert A2 2026-02,"{""name"":""CODA Residence Saint-Lambert A2 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2276"",""confidence"":1,""amount"":351,""currency"":""EUR"",""communication"":""A2 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2276,immeuble
|
|
406
|
+
CODA Residence Saint-Lambert A3 2026-01,"{""name"":""CODA Residence Saint-Lambert A3 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2284"",""confidence"":1,""amount"":362,""currency"":""EUR"",""communication"":""A3 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2284,immeuble
|
|
407
|
+
CODA Residence Saint-Lambert A3 2026-02,"{""name"":""CODA Residence Saint-Lambert A3 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2286"",""confidence"":1,""amount"":362,""currency"":""EUR"",""communication"":""A3 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2286,immeuble
|
|
408
|
+
CODA Residence Saint-Lambert A4 2026-01,"{""name"":""CODA Residence Saint-Lambert A4 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2294"",""confidence"":1,""amount"":373,""currency"":""EUR"",""communication"":""A4 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2294,immeuble
|
|
409
|
+
CODA Residence Saint-Lambert A4 2026-02,"{""name"":""CODA Residence Saint-Lambert A4 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2296"",""confidence"":1,""amount"":373,""currency"":""EUR"",""communication"":""A4 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2296,immeuble
|
|
410
|
+
CODA Residence Saint-Lambert A5 2026-01,"{""name"":""CODA Residence Saint-Lambert A5 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2304"",""confidence"":1,""amount"":384,""currency"":""EUR"",""communication"":""A5 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2304,immeuble
|
|
411
|
+
CODA Residence Saint-Lambert B6 2026-01,"{""name"":""CODA Residence Saint-Lambert B6 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2315"",""confidence"":1,""amount"":395,""currency"":""EUR"",""communication"":""B6 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2315,immeuble
|
|
412
|
+
CODA Residence Saint-Lambert B6 2026-02,"{""name"":""CODA Residence Saint-Lambert B6 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2317"",""confidence"":1,""amount"":395,""currency"":""EUR"",""communication"":""B6 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2317,immeuble
|
|
413
|
+
CODA Residence Saint-Lambert B7 2026-01,"{""name"":""CODA Residence Saint-Lambert B7 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2325"",""confidence"":1,""amount"":406,""currency"":""EUR"",""communication"":""B7 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2325,immeuble
|
|
414
|
+
CODA Residence Saint-Lambert B7 2026-02,"{""name"":""CODA Residence Saint-Lambert B7 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2327"",""confidence"":1,""amount"":406,""currency"":""EUR"",""communication"":""B7 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2327,immeuble
|
|
415
|
+
CODA Residence Saint-Lambert B8 2026-01,"{""name"":""CODA Residence Saint-Lambert B8 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2335"",""confidence"":1,""amount"":417,""currency"":""EUR"",""communication"":""B8 2026-01"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2335,immeuble
|
|
416
|
+
CODA Residence Saint-Lambert B8 2026-02,"{""name"":""CODA Residence Saint-Lambert B8 2026-02"",""entity_type"":""coda_entry"",""entity_id"":""2337"",""confidence"":1,""amount"":417,""currency"":""EUR"",""communication"":""B8 2026-02"",""status"":""matched"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2337,immeuble
|
|
417
|
+
CODA Residence Saint-Lambert B9 2026-01,"{""name"":""CODA Residence Saint-Lambert B9 2026-01"",""entity_type"":""coda_entry"",""entity_id"":""2345"",""confidence"":1,""amount"":428,""currency"":""EUR"",""communication"":""B9 2026-01"",""status"":""manual_review"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:coda_entry,coda_entry:coda_entry:2345,immeuble
|
|
418
|
+
Quittance Tilleuls A3 janvier 2026,"{""name"":""Quittance Tilleuls A3 janvier 2026"",""entity_type"":""receipt"",""entity_id"":""930"",""confidence"":1,""amount"":1847.23,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:receipt,receipt:receipt:930,immeuble
|
|
419
|
+
Relance Érables B2 janvier 2026,"{""name"":""Relance Érables B2 janvier 2026"",""entity_type"":""reminder"",""entity_id"":""931"",""confidence"":1,""level"":1,""amount_due"":420,""currency"":""EUR"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:931,immeuble
|
|
420
|
+
Relance Residence Les Platanes A1 2026-02,"{""name"":""Relance Residence Les Platanes A1 2026-02"",""entity_type"":""reminder"",""entity_id"":""2020"",""confidence"":1,""level"":1,""amount_due"":280,""currency"":""EUR"",""status"":""missing_send_proof"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2020,immeuble
|
|
421
|
+
Relance Residence Les Platanes A5 2026-02,"{""name"":""Relance Residence Les Platanes A5 2026-02"",""entity_type"":""reminder"",""entity_id"":""2060"",""confidence"":1,""level"":1,""amount_due"":324,""currency"":""EUR"",""status"":""missing_send_proof"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2060,immeuble
|
|
422
|
+
Relance Residence Les Platanes B9 2026-02,"{""name"":""Relance Residence Les Platanes B9 2026-02"",""entity_type"":""reminder"",""entity_id"":""2101"",""confidence"":1,""level"":1,""amount_due"":368,""currency"":""EUR"",""status"":""missing_send_proof"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2101,immeuble
|
|
423
|
+
Relance Residence Le Canal A1 2026-02,"{""name"":""Relance Residence Le Canal A1 2026-02"",""entity_type"":""reminder"",""entity_id"":""2143"",""confidence"":1,""level"":1,""amount_due"":310,""currency"":""EUR"",""status"":""draft"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2143,immeuble
|
|
424
|
+
Relance Residence Le Canal A5 2026-02,"{""name"":""Relance Residence Le Canal A5 2026-02"",""entity_type"":""reminder"",""entity_id"":""2183"",""confidence"":1,""level"":1,""amount_due"":354,""currency"":""EUR"",""status"":""draft"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2183,immeuble
|
|
425
|
+
Relance Residence Le Canal B9 2026-02,"{""name"":""Relance Residence Le Canal B9 2026-02"",""entity_type"":""reminder"",""entity_id"":""2224"",""confidence"":1,""level"":1,""amount_due"":398,""currency"":""EUR"",""status"":""draft"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2224,immeuble
|
|
426
|
+
Relance Residence Saint-Lambert A1 2026-02,"{""name"":""Relance Residence Saint-Lambert A1 2026-02"",""entity_type"":""reminder"",""entity_id"":""2266"",""confidence"":1,""level"":1,""amount_due"":340,""currency"":""EUR"",""status"":""draft"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2266,immeuble
|
|
427
|
+
Relance Residence Saint-Lambert A5 2026-02,"{""name"":""Relance Residence Saint-Lambert A5 2026-02"",""entity_type"":""reminder"",""entity_id"":""2306"",""confidence"":1,""level"":1,""amount_due"":384,""currency"":""EUR"",""status"":""draft"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2306,immeuble
|
|
428
|
+
Relance Residence Saint-Lambert B9 2026-02,"{""name"":""Relance Residence Saint-Lambert B9 2026-02"",""entity_type"":""reminder"",""entity_id"":""2347"",""confidence"":1,""level"":1,""amount_due"":428,""currency"":""EUR"",""status"":""draft"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:reminder,reminder:reminder:2347,immeuble
|
|
429
|
+
Décision AG budget 2026 Tilleuls,"{""name"":""Décision AG budget 2026 Tilleuls"",""entity_type"":""decision"",""entity_id"":""940"",""confidence"":1,""date"":""2025-12-12"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:decision,decision:decision:940,immeuble
|
|
430
|
+
Decision maintenance Residence Les Platanes,"{""name"":""Decision maintenance Residence Les Platanes"",""entity_type"":""decision"",""entity_id"":""2122"",""confidence"":1,""date"":""2026-05-20"",""status"":""approved"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:decision,decision:decision:2122,immeuble
|
|
431
|
+
Decision maintenance Residence Le Canal,"{""name"":""Decision maintenance Residence Le Canal"",""entity_type"":""decision"",""entity_id"":""2245"",""confidence"":1,""date"":""2026-05-20"",""status"":""approved"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:decision,decision:decision:2245,immeuble
|
|
432
|
+
Decision maintenance Residence Saint-Lambert,"{""name"":""Decision maintenance Residence Saint-Lambert"",""entity_type"":""decision"",""entity_id"":""2368"",""confidence"":1,""date"":""2026-05-20"",""status"":""missing_action"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:decision,decision:decision:2368,immeuble
|
|
433
|
+
Chantier Érables toiture et façades,"{""name"":""Chantier Érables toiture et façades"",""entity_type"":""worksite_project"",""entity_id"":""1000"",""confidence"":1,""status"":""active"",""phase"":""execution"",""planned_start"":""2026-03-02"",""planned_end"":""2026-07-15"",""bim_lite"":true,""profile"":""construction_lite"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:worksite_project,worksite_project:worksite_project:1000,immeuble
|
|
434
|
+
Chantier Platanes ventilation parking,"{""name"":""Chantier Platanes ventilation parking"",""entity_type"":""worksite_project"",""entity_id"":""2369"",""confidence"":1,""status"":""active"",""phase"":""preparation"",""planned_start"":""2026-06-01"",""planned_end"":""2026-09-30"",""profile"":""construction_lite"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:worksite_project,worksite_project:worksite_project:2369,immeuble
|
|
435
|
+
Atelier Delvaux Architecture,"{""name"":""Atelier Delvaux Architecture"",""entity_type"":""architecture_firm"",""entity_id"":""1001"",""confidence"":1,""city"":""Namur"",""approval_ref"":""ORDRE-ARCHI-BE-1842"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:architecture_firm,architecture_firm:architecture_firm:1001,immeuble
|
|
436
|
+
Claire Delvaux,"{""name"":""Claire Delvaux"",""entity_type"":""architect"",""entity_id"":""1002"",""confidence"":1,""role"":""architecte_responsable"",""registration"":""A-BE-1842"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:architect,architect:architect:1002,immeuble
|
|
437
|
+
Nadia Claes,"{""name"":""Nadia Claes"",""entity_type"":""architect"",""entity_id"":""2370"",""confidence"":1,""role"":""architecte_responsable"",""registration"":""A-BE-2201"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:architect,architect:architect:2370,immeuble
|
|
438
|
+
Toitures Lambert SRL,"{""name"":""Toitures Lambert SRL"",""entity_type"":""contractor"",""entity_id"":""1003"",""confidence"":1,""specialty"":""toiture"",""approval"":""classe_2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:contractor,contractor:contractor:1003,immeuble
|
|
439
|
+
Façades Meunier SA,"{""name"":""Façades Meunier SA"",""entity_type"":""contractor"",""entity_id"":""1004"",""confidence"":1,""specialty"":""facade"",""approval"":""classe_3"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:contractor,contractor:contractor:1004,immeuble
|
|
440
|
+
Ventibel Techniques,"{""name"":""Ventibel Techniques"",""entity_type"":""contractor"",""entity_id"":""2372"",""confidence"":1,""specialty"":""ventilation"",""approval"":""classe_2"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:contractor,contractor:contractor:2372,immeuble
|
|
441
|
+
Lot 01 toiture Érables,"{""name"":""Lot 01 toiture Érables"",""entity_type"":""work_package"",""entity_id"":""1005"",""confidence"":1,""discipline"":""toiture"",""planned_budget_eur"":72000,""status"":""in_progress"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:work_package,work_package:work_package:1005,immeuble
|
|
442
|
+
Lot 02 façades Érables,"{""name"":""Lot 02 façades Érables"",""entity_type"":""work_package"",""entity_id"":""1006"",""confidence"":1,""discipline"":""facade"",""planned_budget_eur"":58000,""status"":""planned"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:work_package,work_package:work_package:1006,immeuble
|
|
443
|
+
Lot ventilation parking Platanes,"{""name"":""Lot ventilation parking Platanes"",""entity_type"":""work_package"",""entity_id"":""2371"",""confidence"":1,""discipline"":""ventilation"",""status"":""planned"",""planned_budget_eur"":41000,""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:work_package,work_package:work_package:2371,immeuble
|
|
444
|
+
Démarrage chantier,"{""name"":""Démarrage chantier"",""entity_type"":""milestone"",""entity_id"":""1007"",""confidence"":1,""planned_date"":""2026-03-02"",""actual_date"":""2026-03-04"",""state"":""late"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:milestone,milestone:milestone:1007,immeuble
|
|
445
|
+
Réception provisoire,"{""name"":""Réception provisoire"",""entity_type"":""milestone"",""entity_id"":""1008"",""confidence"":1,""planned_date"":""2026-07-15"",""state"":""open"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:milestone,milestone:milestone:1008,immeuble
|
|
446
|
+
Permis urbanisme Érables PU-2026-014,"{""name"":""Permis urbanisme Érables PU-2026-014"",""entity_type"":""permit"",""entity_id"":""1009"",""confidence"":1,""authority"":""Commune de Wavre"",""issued_on"":""2026-02-10"",""expires_on"":""2027-02-10"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:permit,permit:permit:1009,immeuble
|
|
447
|
+
Autorisation ventilation Platanes,"{""name"":""Autorisation ventilation Platanes"",""entity_type"":""permit"",""entity_id"":""2373"",""confidence"":1,""issued_on"":""2026-05-05"",""expires_on"":""2027-05-05"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:permit,permit:permit:2373,immeuble
|
|
448
|
+
Devis toiture Lambert DEV-2026-118,"{""name"":""Devis toiture Lambert DEV-2026-118"",""entity_type"":""quote"",""entity_id"":""1010"",""confidence"":1,""amount_eur"":72000,""accepted"":true,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:quote,quote:quote:1010,immeuble
|
|
449
|
+
Devis façades Meunier DEV-2026-042,"{""name"":""Devis façades Meunier DEV-2026-042"",""entity_type"":""quote"",""entity_id"":""1011"",""confidence"":1,""amount_eur"":58000,""accepted"":true,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:quote,quote:quote:1011,immeuble
|
|
450
|
+
Budget chantier Érables voté AG,"{""name"":""Budget chantier Érables voté AG"",""entity_type"":""budget_line"",""entity_id"":""1012"",""confidence"":1,""approved_amount_eur"":125000,""forecast_amount_eur"":132000,""status"":""over_forecast"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:budget_line,budget_line:budget_line:1012,immeuble
|
|
451
|
+
Budget ventilation Platanes,"{""name"":""Budget ventilation Platanes"",""entity_type"":""budget_line"",""entity_id"":""2375"",""confidence"":1,""approved_amount_eur"":39000,""forecast_amount_eur"":41000,""status"":""over_forecast"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:budget_line,budget_line:budget_line:2375,immeuble
|
|
452
|
+
Facture acompte toiture FAC-2026-301,"{""name"":""Facture acompte toiture FAC-2026-301"",""entity_type"":""invoice"",""entity_id"":""1013"",""confidence"":1,""amount_eur"":28000,""status"":""received"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:invoice,invoice:invoice:1013,immeuble
|
|
453
|
+
Facture acompte ventilation Platanes,"{""name"":""Facture acompte ventilation Platanes"",""entity_type"":""invoice"",""entity_id"":""2374"",""confidence"":1,""amount_eur"":15000,""status"":""received"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:invoice,invoice:invoice:2374,immeuble
|
|
454
|
+
Avenant zinguerie chéneaux,"{""name"":""Avenant zinguerie chéneaux"",""entity_type"":""change_order"",""entity_id"":""1014"",""confidence"":1,""amount_eur"":7000,""status"":""architect_review"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:change_order,change_order:change_order:1014,immeuble
|
|
455
|
+
Inspection sécurité échafaudage,"{""name"":""Inspection sécurité échafaudage"",""entity_type"":""inspection"",""entity_id"":""1015"",""confidence"":1,""date"":""2026-03-08"",""result"":""minor_reserve"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:inspection,inspection:inspection:1015,immeuble
|
|
456
|
+
Inspection ventilation Platanes,"{""name"":""Inspection ventilation Platanes"",""entity_type"":""inspection"",""entity_id"":""2376"",""confidence"":1,""date"":""2026-06-15"",""result"":""reserve"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:inspection,inspection:inspection:2376,immeuble
|
|
457
|
+
Réserve garde-corps échafaudage,"{""name"":""Réserve garde-corps échafaudage"",""entity_type"":""defect_reserve"",""entity_id"":""1016"",""confidence"":1,""severity"":""warning"",""status"":""open"",""due_date"":""2026-03-15"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:defect_reserve,defect_reserve:defect_reserve:1016,immeuble
|
|
458
|
+
Reserve gaine coupe-feu parking,"{""name"":""Reserve gaine coupe-feu parking"",""entity_type"":""defect_reserve"",""entity_id"":""2377"",""confidence"":1,""severity"":""error"",""status"":""open"",""due_date"":""2026-06-30"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:defect_reserve,defect_reserve:defect_reserve:2377,immeuble
|
|
459
|
+
Avancement toiture 35%,"{""name"":""Avancement toiture 35%"",""entity_type"":""progress_event"",""entity_id"":""1017"",""confidence"":1,""date"":""2026-04-05"",""percent_complete"":35,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:progress_event,progress_event:progress_event:1017,immeuble
|
|
460
|
+
Synthèse chantier Érables,"{""name"":""Synthèse chantier Érables"",""entity_type"":""ProjectionResult"",""entity_id"":""1018"",""confidence"":1,""projection_id"":""chantier_erables_synthese"",""collection_id"":""immeuble"",""metric"":""worksite_summary"",""summary"":""Chantier actif avec deux lots, un jalon en retard et une réserve ouverte."",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:1018,immeuble
|
|
461
|
+
Budget travaux Érables,"{""name"":""Budget travaux Érables"",""entity_type"":""ProjectionResult"",""entity_id"":""1019"",""confidence"":1,""projection_id"":""chantier_erables_budget"",""collection_id"":""immeuble"",""metric"":""worksite_budget"",""summary"":""Budget voté 125000 EUR, prévision 132000 EUR après avenant zinguerie."",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:1019,immeuble
|
|
462
|
+
Planning chantier Érables,"{""name"":""Planning chantier Érables"",""entity_type"":""ProjectionResult"",""entity_id"":""1020"",""confidence"":1,""projection_id"":""chantier_erables_planning"",""collection_id"":""immeuble"",""metric"":""worksite_schedule"",""summary"":""Démarrage réel en retard de deux jours; réception provisoire ouverte."",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:1020,immeuble
|
|
463
|
+
Réserves chantier Érables,"{""name"":""Réserves chantier Érables"",""entity_type"":""ProjectionResult"",""entity_id"":""1021"",""confidence"":1,""projection_id"":""chantier_erables_reserves"",""collection_id"":""immeuble"",""metric"":""worksite_reserves"",""summary"":""Une réserve sécurité ouverte sur garde-corps échafaudage."",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:1021,immeuble
|
|
464
|
+
Sante portefeuille,"{""name"":""Sante portefeuille"",""entity_type"":""ProjectionResult"",""entity_id"":""2378"",""confidence"":1,""projection_id"":""portfolio_health"",""collection_id"":""immeuble"",""metric"":""portfolio_health"",""summary"":""Vue consolidee portefeuille, charges, maintenance et conformite."",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:2378,immeuble
|
|
465
|
+
Trous proprietaires,"{""name"":""Trous proprietaires"",""entity_type"":""ProjectionResult"",""entity_id"":""2379"",""confidence"":1,""projection_id"":""owner_gaps"",""collection_id"":""immeuble"",""metric"":""owner_gap_count"",""summary"":""Lots sans proprietaire ou occupant detectes."",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:2379,immeuble
|
|
466
|
+
Risque finance,"{""name"":""Risque finance"",""entity_type"":""ProjectionResult"",""entity_id"":""2380"",""confidence"":1,""projection_id"":""finance_risk"",""collection_id"":""immeuble"",""metric"":""open_finance_risk"",""summary"":""Appels ouverts, relances et CODA a rapprocher."",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:2380,immeuble
|
|
467
|
+
Backlog maintenance,"{""name"":""Backlog maintenance"",""entity_type"":""ProjectionResult"",""entity_id"":""2381"",""confidence"":1,""projection_id"":""maintenance_backlog"",""collection_id"":""immeuble"",""metric"":""maintenance_backlog"",""summary"":""Tickets en retard et prestataires manquants."",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:2381,immeuble
|
|
468
|
+
Risque conformite,"{""name"":""Risque conformite"",""entity_type"":""ProjectionResult"",""entity_id"":""2382"",""confidence"":1,""projection_id"":""compliance_risk"",""collection_id"":""immeuble"",""metric"":""compliance_risk"",""summary"":""Certificats expires ou non rattaches."",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:2382,immeuble
|
|
469
|
+
Sinistres ouverts,"{""name"":""Sinistres ouverts"",""entity_type"":""ProjectionResult"",""entity_id"":""2383"",""confidence"":1,""projection_id"":""claims_open"",""collection_id"":""immeuble"",""metric"":""claims_open"",""summary"":""Sinistres sans police ou preuve documentaire."",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:2383,immeuble
|
|
470
|
+
Synthese chantier Erables,"{""name"":""Synthese chantier Erables"",""entity_type"":""ProjectionResult"",""entity_id"":""2384"",""confidence"":1,""projection_id"":""chantier_erables_synthese"",""collection_id"":""immeuble"",""metric"":""worksite_summary"",""summary"":""Chantier Erables avec budget, planning et reserves."",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:2384,immeuble
|
|
471
|
+
Budget chantier Platanes,"{""name"":""Budget chantier Platanes"",""entity_type"":""ProjectionResult"",""entity_id"":""2385"",""confidence"":1,""projection_id"":""chantier_platanes_budget"",""collection_id"":""immeuble"",""metric"":""worksite_budget"",""summary"":""Ventilation parking Platanes au-dessus du budget vote."",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ProjectionResult,ProjectionResult:ProjectionResult:2385,immeuble
|
|
472
|
+
Dépassement prévisionnel budget chantier,"{""name"":""Dépassement prévisionnel budget chantier"",""entity_type"":""DeltaFinding"",""entity_id"":""1022"",""confidence"":1,""metric"":""chantier_erables_budget"",""status"":""warning"",""expected_total"":125000,""forecast_total"":132000,""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:1022,immeuble
|
|
473
|
+
Jalon démarrage chantier en retard,"{""name"":""Jalon démarrage chantier en retard"",""entity_type"":""DeltaFinding"",""entity_id"":""1023"",""confidence"":1,""metric"":""chantier_erables_planning"",""status"":""warning"",""planned_date"":""2026-03-02"",""actual_date"":""2026-03-04"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:1023,immeuble
|
|
474
|
+
Réserve sécurité non levée,"{""name"":""Réserve sécurité non levée"",""entity_type"":""DeltaFinding"",""entity_id"":""1024"",""confidence"":1,""metric"":""chantier_erables_reserves"",""status"":""open"",""due_date"":""2026-03-15"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:1024,immeuble
|
|
475
|
+
Lot sans proprietaire,"{""name"":""Lot sans proprietaire"",""entity_type"":""DeltaFinding"",""entity_id"":""2386"",""confidence"":1,""finding_id"":""df_unit_owner_missing"",""rule_id"":""unit-has-owner"",""severity"":""error"",""expected"":""1 owner"",""observed"":""0 owner"",""procedure_id"":""procedure_proprietaires"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2386,immeuble
|
|
476
|
+
Lot occupe sans occupant,"{""name"":""Lot occupe sans occupant"",""entity_type"":""DeltaFinding"",""entity_id"":""2387"",""confidence"":1,""finding_id"":""df_unit_occupant_missing"",""rule_id"":""occupied-unit-has-occupant"",""severity"":""error"",""expected"":""1 occupant"",""observed"":""0 occupant"",""procedure_id"":""procedure_occupation"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2387,immeuble
|
|
477
|
+
Lot loue sans bail lie,"{""name"":""Lot loue sans bail lie"",""entity_type"":""DeltaFinding"",""entity_id"":""2388"",""confidence"":1,""finding_id"":""df_lease_missing"",""rule_id"":""tenant-occupied-has-lease"",""severity"":""warning"",""expected"":""1 lease"",""observed"":""0 lease"",""procedure_id"":""procedure_baux"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2388,immeuble
|
|
478
|
+
Lot sans groupe facturation,"{""name"":""Lot sans groupe facturation"",""entity_type"":""DeltaFinding"",""entity_id"":""2389"",""confidence"":1,""finding_id"":""df_billing_missing"",""rule_id"":""billing-group-bills-unit"",""severity"":""warning"",""expected"":""1 billing group"",""observed"":""0 billing group"",""procedure_id"":""procedure_finance"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2389,immeuble
|
|
479
|
+
Cave non assignee,"{""name"":""Cave non assignee"",""entity_type"":""DeltaFinding"",""entity_id"":""2390"",""confidence"":1,""finding_id"":""df_cellar_missing"",""rule_id"":""unit-one-cellar"",""severity"":""error"",""expected"":""1 cellar"",""observed"":""0 cellar"",""procedure_id"":""procedure_annexes"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2390,immeuble
|
|
480
|
+
CODA en revue manuelle,"{""name"":""CODA en revue manuelle"",""entity_type"":""DeltaFinding"",""entity_id"":""2391"",""confidence"":1,""finding_id"":""df_coda_unknown"",""rule_id"":""coda-entry-reviewed"",""severity"":""warning"",""expected"":""matched or reviewed"",""observed"":""manual_review"",""procedure_id"":""procedure_coda"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2391,immeuble
|
|
481
|
+
Relance sans preuve,"{""name"":""Relance sans preuve"",""entity_type"":""DeltaFinding"",""entity_id"":""2392"",""confidence"":1,""finding_id"":""df_reminder_missing"",""rule_id"":""open-charge-has-reminder"",""severity"":""warning"",""expected"":""sent reminder"",""observed"":""missing_send_proof"",""procedure_id"":""procedure_relances"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2392,immeuble
|
|
482
|
+
Decision AG sans action,"{""name"":""Decision AG sans action"",""entity_type"":""DeltaFinding"",""entity_id"":""2393"",""confidence"":1,""finding_id"":""df_ag_action_missing"",""rule_id"":""agenda-item-has-decision"",""severity"":""warning"",""expected"":""decision/action"",""observed"":""missing_action"",""procedure_id"":""procedure_ag"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2393,immeuble
|
|
483
|
+
Contrat sans prestataire,"{""name"":""Contrat sans prestataire"",""entity_type"":""DeltaFinding"",""entity_id"":""2394"",""confidence"":1,""finding_id"":""df_contract_provider_missing"",""rule_id"":""service-contract-has-provider"",""severity"":""error"",""expected"":""provider"",""observed"":""0 provider"",""procedure_id"":""procedure_maintenance"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2394,immeuble
|
|
484
|
+
Intervention sans prestataire,"{""name"":""Intervention sans prestataire"",""entity_type"":""DeltaFinding"",""entity_id"":""2395"",""confidence"":1,""finding_id"":""df_intervention_provider_missing"",""rule_id"":""intervention-has-provider"",""severity"":""warning"",""expected"":""provider"",""observed"":""0 provider"",""procedure_id"":""procedure_interventions"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2395,immeuble
|
|
485
|
+
Certificat incendie expire,"{""name"":""Certificat incendie expire"",""entity_type"":""DeltaFinding"",""entity_id"":""2396"",""confidence"":1,""finding_id"":""df_certificate_expired"",""rule_id"":""certificate-valid"",""severity"":""error"",""expected"":""valid certificate"",""observed"":""expired"",""procedure_id"":""procedure_conformite"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2396,immeuble
|
|
486
|
+
Sinistre sans police,"{""name"":""Sinistre sans police"",""entity_type"":""DeltaFinding"",""entity_id"":""2397"",""confidence"":1,""finding_id"":""df_claim_policy_missing"",""rule_id"":""claim-covered-by-policy"",""severity"":""error"",""expected"":""policy link"",""observed"":""0 policy"",""procedure_id"":""procedure_sinistres"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2397,immeuble
|
|
487
|
+
Budget chantier depasse,"{""name"":""Budget chantier depasse"",""entity_type"":""DeltaFinding"",""entity_id"":""2398"",""confidence"":1,""finding_id"":""df_worksite_budget_over"",""rule_id"":""worksite-has-budget-line"",""severity"":""warning"",""expected"":""forecast <= approved"",""observed"":""forecast > approved"",""procedure_id"":""procedure_chantier"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2398,immeuble
|
|
488
|
+
Facture chantier sans budget,"{""name"":""Facture chantier sans budget"",""entity_type"":""DeltaFinding"",""entity_id"":""2399"",""confidence"":1,""finding_id"":""df_invoice_budget_missing"",""rule_id"":""invoice-linked-to-work-package"",""severity"":""warning"",""expected"":""work package link"",""observed"":""partial link only"",""procedure_id"":""procedure_chantier"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2399,immeuble
|
|
489
|
+
Reserve reception ouverte,"{""name"":""Reserve reception ouverte"",""entity_type"":""DeltaFinding"",""entity_id"":""2400"",""confidence"":1,""finding_id"":""df_reserve_open"",""rule_id"":""reserve-linked-to-inspection"",""severity"":""error"",""expected"":""closed reserve"",""observed"":""open"",""procedure_id"":""procedure_chantier"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2400,immeuble
|
|
490
|
+
Releve compteur non valide,"{""name"":""Releve compteur non valide"",""entity_type"":""DeltaFinding"",""entity_id"":""2401"",""confidence"":1,""finding_id"":""df_meter_reading_unvalidated"",""rule_id"":""meter-has-recent-reading"",""severity"":""warning"",""expected"":""validated"",""observed"":""missing_validation"",""procedure_id"":""procedure_compteurs"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:DeltaFinding,DeltaFinding:DeltaFinding:2401,immeuble
|
|
491
|
+
Residence Les Platanes Compteur eau general,"{""name"":""Residence Les Platanes Compteur eau general"",""entity_type"":""meter"",""entity_id"":""2006"",""confidence"":1,""building_id"":2000,""meter_type"":""water"",""serial"":""EAU-2000"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter,meter:meter:2006,immeuble
|
|
492
|
+
Residence Le Canal Compteur eau general,"{""name"":""Residence Le Canal Compteur eau general"",""entity_type"":""meter"",""entity_id"":""2129"",""confidence"":1,""building_id"":2123,""meter_type"":""water"",""serial"":""EAU-2123"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter,meter:meter:2129,immeuble
|
|
493
|
+
Residence Saint-Lambert Compteur eau general,"{""name"":""Residence Saint-Lambert Compteur eau general"",""entity_type"":""meter"",""entity_id"":""2252"",""confidence"":1,""building_id"":2246,""meter_type"":""water"",""serial"":""EAU-2246"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter,meter:meter:2252,immeuble
|
|
494
|
+
Contrat maintenance Residence Les Platanes,"{""name"":""Contrat maintenance Residence Les Platanes"",""entity_type"":""service_contract"",""entity_id"":""2007"",""confidence"":1,""building_id"":2000,""starts_on"":""2026-01-01"",""expires_on"":""2026-05-31"",""status"":""renewal_due"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:service_contract,service_contract:service_contract:2007,immeuble
|
|
495
|
+
Contrat maintenance Residence Le Canal,"{""name"":""Contrat maintenance Residence Le Canal"",""entity_type"":""service_contract"",""entity_id"":""2130"",""confidence"":1,""building_id"":2123,""starts_on"":""2026-01-01"",""expires_on"":""2026-12-31"",""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:service_contract,service_contract:service_contract:2130,immeuble
|
|
496
|
+
Contrat maintenance Residence Saint-Lambert,"{""name"":""Contrat maintenance Residence Saint-Lambert"",""entity_type"":""service_contract"",""entity_id"":""2253"",""confidence"":1,""building_id"":2246,""starts_on"":""2026-01-01"",""expires_on"":""2026-12-31"",""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:service_contract,service_contract:service_contract:2253,immeuble
|
|
497
|
+
Police assurance Residence Les Platanes,"{""name"":""Police assurance Residence Les Platanes"",""entity_type"":""insurance_policy"",""entity_id"":""2009"",""confidence"":1,""building_id"":2000,""policy_ref"":""POL-2000-2026"",""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:insurance_policy,insurance_policy:insurance_policy:2009,immeuble
|
|
498
|
+
Police assurance Residence Le Canal,"{""name"":""Police assurance Residence Le Canal"",""entity_type"":""insurance_policy"",""entity_id"":""2132"",""confidence"":1,""building_id"":2123,""policy_ref"":""POL-2123-2026"",""status"":""active"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:insurance_policy,insurance_policy:insurance_policy:2132,immeuble
|
|
499
|
+
Police assurance Residence Saint-Lambert,"{""name"":""Police assurance Residence Saint-Lambert"",""entity_type"":""insurance_policy"",""entity_id"":""2255"",""confidence"":1,""building_id"":2246,""policy_ref"":""POL-2246-2026"",""status"":""missing_annex"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:insurance_policy,insurance_policy:insurance_policy:2255,immeuble
|
|
500
|
+
Residence Les Platanes releve eau 1,"{""name"":""Residence Les Platanes releve eau 1"",""entity_type"":""meter_reading"",""entity_id"":""2102"",""confidence"":1,""meter_id"":2006,""reading_date"":""2026-01-28"",""value_m3"":1000,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2102,immeuble
|
|
501
|
+
Residence Les Platanes releve eau 2,"{""name"":""Residence Les Platanes releve eau 2"",""entity_type"":""meter_reading"",""entity_id"":""2103"",""confidence"":1,""meter_id"":2006,""reading_date"":""2026-02-28"",""value_m3"":1018,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2103,immeuble
|
|
502
|
+
Residence Les Platanes releve eau 3,"{""name"":""Residence Les Platanes releve eau 3"",""entity_type"":""meter_reading"",""entity_id"":""2104"",""confidence"":1,""meter_id"":2006,""reading_date"":""2026-03-28"",""value_m3"":1036,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2104,immeuble
|
|
503
|
+
Residence Les Platanes releve eau 4,"{""name"":""Residence Les Platanes releve eau 4"",""entity_type"":""meter_reading"",""entity_id"":""2105"",""confidence"":1,""meter_id"":2006,""reading_date"":""2026-04-28"",""value_m3"":1054,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2105,immeuble
|
|
504
|
+
Residence Les Platanes releve eau 5,"{""name"":""Residence Les Platanes releve eau 5"",""entity_type"":""meter_reading"",""entity_id"":""2106"",""confidence"":1,""meter_id"":2006,""reading_date"":""2026-05-28"",""value_m3"":1072,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2106,immeuble
|
|
505
|
+
Residence Les Platanes releve eau 6,"{""name"":""Residence Les Platanes releve eau 6"",""entity_type"":""meter_reading"",""entity_id"":""2107"",""confidence"":1,""meter_id"":2006,""reading_date"":""2026-06-28"",""value_m3"":1090,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2107,immeuble
|
|
506
|
+
Residence Le Canal releve eau 1,"{""name"":""Residence Le Canal releve eau 1"",""entity_type"":""meter_reading"",""entity_id"":""2225"",""confidence"":1,""meter_id"":2129,""reading_date"":""2026-01-28"",""value_m3"":1200,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2225,immeuble
|
|
507
|
+
Residence Le Canal releve eau 2,"{""name"":""Residence Le Canal releve eau 2"",""entity_type"":""meter_reading"",""entity_id"":""2226"",""confidence"":1,""meter_id"":2129,""reading_date"":""2026-02-28"",""value_m3"":1218,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2226,immeuble
|
|
508
|
+
Residence Le Canal releve eau 3,"{""name"":""Residence Le Canal releve eau 3"",""entity_type"":""meter_reading"",""entity_id"":""2227"",""confidence"":1,""meter_id"":2129,""reading_date"":""2026-03-28"",""value_m3"":1236,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2227,immeuble
|
|
509
|
+
Residence Le Canal releve eau 4,"{""name"":""Residence Le Canal releve eau 4"",""entity_type"":""meter_reading"",""entity_id"":""2228"",""confidence"":1,""meter_id"":2129,""reading_date"":""2026-04-28"",""value_m3"":1254,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2228,immeuble
|
|
510
|
+
Residence Le Canal releve eau 5,"{""name"":""Residence Le Canal releve eau 5"",""entity_type"":""meter_reading"",""entity_id"":""2229"",""confidence"":1,""meter_id"":2129,""reading_date"":""2026-05-28"",""value_m3"":1272,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2229,immeuble
|
|
511
|
+
Residence Le Canal releve eau 6,"{""name"":""Residence Le Canal releve eau 6"",""entity_type"":""meter_reading"",""entity_id"":""2230"",""confidence"":1,""meter_id"":2129,""reading_date"":""2026-06-28"",""value_m3"":1290,""status"":""missing_validation"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2230,immeuble
|
|
512
|
+
Residence Saint-Lambert releve eau 1,"{""name"":""Residence Saint-Lambert releve eau 1"",""entity_type"":""meter_reading"",""entity_id"":""2348"",""confidence"":1,""meter_id"":2252,""reading_date"":""2026-01-28"",""value_m3"":1400,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2348,immeuble
|
|
513
|
+
Residence Saint-Lambert releve eau 2,"{""name"":""Residence Saint-Lambert releve eau 2"",""entity_type"":""meter_reading"",""entity_id"":""2349"",""confidence"":1,""meter_id"":2252,""reading_date"":""2026-02-28"",""value_m3"":1418,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2349,immeuble
|
|
514
|
+
Residence Saint-Lambert releve eau 3,"{""name"":""Residence Saint-Lambert releve eau 3"",""entity_type"":""meter_reading"",""entity_id"":""2350"",""confidence"":1,""meter_id"":2252,""reading_date"":""2026-03-28"",""value_m3"":1436,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2350,immeuble
|
|
515
|
+
Residence Saint-Lambert releve eau 4,"{""name"":""Residence Saint-Lambert releve eau 4"",""entity_type"":""meter_reading"",""entity_id"":""2351"",""confidence"":1,""meter_id"":2252,""reading_date"":""2026-04-28"",""value_m3"":1454,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2351,immeuble
|
|
516
|
+
Residence Saint-Lambert releve eau 5,"{""name"":""Residence Saint-Lambert releve eau 5"",""entity_type"":""meter_reading"",""entity_id"":""2352"",""confidence"":1,""meter_id"":2252,""reading_date"":""2026-05-28"",""value_m3"":1472,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2352,immeuble
|
|
517
|
+
Residence Saint-Lambert releve eau 6,"{""name"":""Residence Saint-Lambert releve eau 6"",""entity_type"":""meter_reading"",""entity_id"":""2353"",""confidence"":1,""meter_id"":2252,""reading_date"":""2026-06-28"",""value_m3"":1490,""status"":""validated"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:meter_reading,meter_reading:meter_reading:2353,immeuble
|
|
518
|
+
Residence Les Platanes ticket maintenance 1,"{""name"":""Residence Les Platanes ticket maintenance 1"",""entity_type"":""maintenance_ticket"",""entity_id"":""2108"",""confidence"":1,""building_id"":2000,""priority"":""high"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2108,immeuble
|
|
519
|
+
Residence Les Platanes ticket maintenance 2,"{""name"":""Residence Les Platanes ticket maintenance 2"",""entity_type"":""maintenance_ticket"",""entity_id"":""2110"",""confidence"":1,""building_id"":2000,""priority"":""normal"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2110,immeuble
|
|
520
|
+
Residence Les Platanes ticket maintenance 3,"{""name"":""Residence Les Platanes ticket maintenance 3"",""entity_type"":""maintenance_ticket"",""entity_id"":""2112"",""confidence"":1,""building_id"":2000,""priority"":""normal"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2112,immeuble
|
|
521
|
+
Residence Les Platanes ticket maintenance 4,"{""name"":""Residence Les Platanes ticket maintenance 4"",""entity_type"":""maintenance_ticket"",""entity_id"":""2114"",""confidence"":1,""building_id"":2000,""priority"":""normal"",""status"":""late"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2114,immeuble
|
|
522
|
+
Residence Le Canal ticket maintenance 1,"{""name"":""Residence Le Canal ticket maintenance 1"",""entity_type"":""maintenance_ticket"",""entity_id"":""2231"",""confidence"":1,""building_id"":2123,""priority"":""high"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2231,immeuble
|
|
523
|
+
Residence Le Canal ticket maintenance 2,"{""name"":""Residence Le Canal ticket maintenance 2"",""entity_type"":""maintenance_ticket"",""entity_id"":""2233"",""confidence"":1,""building_id"":2123,""priority"":""normal"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2233,immeuble
|
|
524
|
+
Residence Le Canal ticket maintenance 3,"{""name"":""Residence Le Canal ticket maintenance 3"",""entity_type"":""maintenance_ticket"",""entity_id"":""2235"",""confidence"":1,""building_id"":2123,""priority"":""normal"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2235,immeuble
|
|
525
|
+
Residence Le Canal ticket maintenance 4,"{""name"":""Residence Le Canal ticket maintenance 4"",""entity_type"":""maintenance_ticket"",""entity_id"":""2237"",""confidence"":1,""building_id"":2123,""priority"":""normal"",""status"":""late"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2237,immeuble
|
|
526
|
+
Residence Saint-Lambert ticket maintenance 1,"{""name"":""Residence Saint-Lambert ticket maintenance 1"",""entity_type"":""maintenance_ticket"",""entity_id"":""2354"",""confidence"":1,""building_id"":2246,""priority"":""high"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2354,immeuble
|
|
527
|
+
Residence Saint-Lambert ticket maintenance 2,"{""name"":""Residence Saint-Lambert ticket maintenance 2"",""entity_type"":""maintenance_ticket"",""entity_id"":""2356"",""confidence"":1,""building_id"":2246,""priority"":""normal"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2356,immeuble
|
|
528
|
+
Residence Saint-Lambert ticket maintenance 3,"{""name"":""Residence Saint-Lambert ticket maintenance 3"",""entity_type"":""maintenance_ticket"",""entity_id"":""2358"",""confidence"":1,""building_id"":2246,""priority"":""normal"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2358,immeuble
|
|
529
|
+
Residence Saint-Lambert ticket maintenance 4,"{""name"":""Residence Saint-Lambert ticket maintenance 4"",""entity_type"":""maintenance_ticket"",""entity_id"":""2360"",""confidence"":1,""building_id"":2246,""priority"":""normal"",""status"":""late"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:maintenance_ticket,maintenance_ticket:maintenance_ticket:2360,immeuble
|
|
530
|
+
Residence Les Platanes intervention 1,"{""name"":""Residence Les Platanes intervention 1"",""entity_type"":""intervention"",""entity_id"":""2109"",""confidence"":1,""planned_on"":""2026-04-10"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2109,immeuble
|
|
531
|
+
Residence Les Platanes intervention 2,"{""name"":""Residence Les Platanes intervention 2"",""entity_type"":""intervention"",""entity_id"":""2111"",""confidence"":1,""planned_on"":""2026-04-11"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2111,immeuble
|
|
532
|
+
Residence Les Platanes intervention 3,"{""name"":""Residence Les Platanes intervention 3"",""entity_type"":""intervention"",""entity_id"":""2113"",""confidence"":1,""planned_on"":""2026-04-12"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2113,immeuble
|
|
533
|
+
Residence Les Platanes intervention 4,"{""name"":""Residence Les Platanes intervention 4"",""entity_type"":""intervention"",""entity_id"":""2115"",""confidence"":1,""planned_on"":""2026-04-13"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2115,immeuble
|
|
534
|
+
Residence Le Canal intervention 1,"{""name"":""Residence Le Canal intervention 1"",""entity_type"":""intervention"",""entity_id"":""2232"",""confidence"":1,""planned_on"":""2026-04-10"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2232,immeuble
|
|
535
|
+
Residence Le Canal intervention 2,"{""name"":""Residence Le Canal intervention 2"",""entity_type"":""intervention"",""entity_id"":""2234"",""confidence"":1,""planned_on"":""2026-04-11"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2234,immeuble
|
|
536
|
+
Residence Le Canal intervention 3,"{""name"":""Residence Le Canal intervention 3"",""entity_type"":""intervention"",""entity_id"":""2236"",""confidence"":1,""planned_on"":""2026-04-12"",""status"":""provider_missing"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2236,immeuble
|
|
537
|
+
Residence Le Canal intervention 4,"{""name"":""Residence Le Canal intervention 4"",""entity_type"":""intervention"",""entity_id"":""2238"",""confidence"":1,""planned_on"":""2026-04-13"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2238,immeuble
|
|
538
|
+
Residence Saint-Lambert intervention 1,"{""name"":""Residence Saint-Lambert intervention 1"",""entity_type"":""intervention"",""entity_id"":""2355"",""confidence"":1,""planned_on"":""2026-04-10"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2355,immeuble
|
|
539
|
+
Residence Saint-Lambert intervention 2,"{""name"":""Residence Saint-Lambert intervention 2"",""entity_type"":""intervention"",""entity_id"":""2357"",""confidence"":1,""planned_on"":""2026-04-11"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2357,immeuble
|
|
540
|
+
Residence Saint-Lambert intervention 3,"{""name"":""Residence Saint-Lambert intervention 3"",""entity_type"":""intervention"",""entity_id"":""2359"",""confidence"":1,""planned_on"":""2026-04-12"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2359,immeuble
|
|
541
|
+
Residence Saint-Lambert intervention 4,"{""name"":""Residence Saint-Lambert intervention 4"",""entity_type"":""intervention"",""entity_id"":""2361"",""confidence"":1,""planned_on"":""2026-04-13"",""status"":""planned"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:intervention,intervention:intervention:2361,immeuble
|
|
542
|
+
Sinistre infiltration Residence Les Platanes,"{""name"":""Sinistre infiltration Residence Les Platanes"",""entity_type"":""claim"",""entity_id"":""2116"",""confidence"":1,""building_id"":2000,""status"":""open"",""declared_on"":""2026-03-18"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:claim,claim:claim:2116,immeuble
|
|
543
|
+
Sinistre infiltration Residence Le Canal,"{""name"":""Sinistre infiltration Residence Le Canal"",""entity_type"":""claim"",""entity_id"":""2239"",""confidence"":1,""building_id"":2123,""status"":""open"",""declared_on"":""2026-03-18"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:claim,claim:claim:2239,immeuble
|
|
544
|
+
Sinistre infiltration Residence Saint-Lambert,"{""name"":""Sinistre infiltration Residence Saint-Lambert"",""entity_type"":""claim"",""entity_id"":""2362"",""confidence"":1,""building_id"":2246,""status"":""missing_policy_link"",""declared_on"":""2026-03-18"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:claim,claim:claim:2362,immeuble
|
|
545
|
+
Residence Les Platanes certificat electricite,"{""name"":""Residence Les Platanes certificat electricite"",""entity_type"":""compliance_certificate"",""entity_id"":""2117"",""confidence"":1,""building_id"":2000,""certificate_type"":""electricite"",""expires_on"":""2027-12-31"",""status"":""valid"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2117,immeuble
|
|
546
|
+
Residence Les Platanes certificat incendie,"{""name"":""Residence Les Platanes certificat incendie"",""entity_type"":""compliance_certificate"",""entity_id"":""2118"",""confidence"":1,""building_id"":2000,""certificate_type"":""incendie"",""expires_on"":""2026-02-15"",""status"":""expired"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2118,immeuble
|
|
547
|
+
Residence Les Platanes certificat ascenseur,"{""name"":""Residence Les Platanes certificat ascenseur"",""entity_type"":""compliance_certificate"",""entity_id"":""2119"",""confidence"":1,""building_id"":2000,""certificate_type"":""ascenseur"",""expires_on"":""2027-12-31"",""status"":""valid"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2119,immeuble
|
|
548
|
+
Residence Le Canal certificat electricite,"{""name"":""Residence Le Canal certificat electricite"",""entity_type"":""compliance_certificate"",""entity_id"":""2240"",""confidence"":1,""building_id"":2123,""certificate_type"":""electricite"",""expires_on"":""2027-12-31"",""status"":""valid"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2240,immeuble
|
|
549
|
+
Residence Le Canal certificat incendie,"{""name"":""Residence Le Canal certificat incendie"",""entity_type"":""compliance_certificate"",""entity_id"":""2241"",""confidence"":1,""building_id"":2123,""certificate_type"":""incendie"",""expires_on"":""2027-12-31"",""status"":""valid"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2241,immeuble
|
|
550
|
+
Residence Le Canal certificat ascenseur,"{""name"":""Residence Le Canal certificat ascenseur"",""entity_type"":""compliance_certificate"",""entity_id"":""2242"",""confidence"":1,""building_id"":2123,""certificate_type"":""ascenseur"",""expires_on"":""2027-12-31"",""status"":""valid"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2242,immeuble
|
|
551
|
+
Residence Saint-Lambert certificat electricite,"{""name"":""Residence Saint-Lambert certificat electricite"",""entity_type"":""compliance_certificate"",""entity_id"":""2363"",""confidence"":1,""building_id"":2246,""certificate_type"":""electricite"",""expires_on"":""2027-12-31"",""status"":""valid"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2363,immeuble
|
|
552
|
+
Residence Saint-Lambert certificat incendie,"{""name"":""Residence Saint-Lambert certificat incendie"",""entity_type"":""compliance_certificate"",""entity_id"":""2364"",""confidence"":1,""building_id"":2246,""certificate_type"":""incendie"",""expires_on"":""2027-12-31"",""status"":""valid"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2364,immeuble
|
|
553
|
+
Residence Saint-Lambert certificat ascenseur,"{""name"":""Residence Saint-Lambert certificat ascenseur"",""entity_type"":""compliance_certificate"",""entity_id"":""2365"",""confidence"":1,""building_id"":2246,""certificate_type"":""ascenseur"",""expires_on"":""2027-12-31"",""status"":""valid"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:compliance_certificate,compliance_certificate:compliance_certificate:2365,immeuble
|
|
554
|
+
AG ordinaire Residence Les Platanes 2026,"{""name"":""AG ordinaire Residence Les Platanes 2026"",""entity_type"":""ag_meeting"",""entity_id"":""2120"",""confidence"":1,""held_on"":""2026-05-20"",""status"":""scheduled"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ag_meeting,ag_meeting:ag_meeting:2120,immeuble
|
|
555
|
+
AG ordinaire Residence Le Canal 2026,"{""name"":""AG ordinaire Residence Le Canal 2026"",""entity_type"":""ag_meeting"",""entity_id"":""2243"",""confidence"":1,""held_on"":""2026-05-20"",""status"":""scheduled"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ag_meeting,ag_meeting:ag_meeting:2243,immeuble
|
|
556
|
+
AG ordinaire Residence Saint-Lambert 2026,"{""name"":""AG ordinaire Residence Saint-Lambert 2026"",""entity_type"":""ag_meeting"",""entity_id"":""2366"",""confidence"":1,""held_on"":""2026-05-20"",""status"":""scheduled"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:ag_meeting,ag_meeting:ag_meeting:2366,immeuble
|
|
557
|
+
Point AG maintenance Residence Les Platanes,"{""name"":""Point AG maintenance Residence Les Platanes"",""entity_type"":""agenda_item"",""entity_id"":""2121"",""confidence"":1,""topic"":""maintenance"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:agenda_item,agenda_item:agenda_item:2121,immeuble
|
|
558
|
+
Point AG maintenance Residence Le Canal,"{""name"":""Point AG maintenance Residence Le Canal"",""entity_type"":""agenda_item"",""entity_id"":""2244"",""confidence"":1,""topic"":""maintenance"",""status"":""open"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:agenda_item,agenda_item:agenda_item:2244,immeuble
|
|
559
|
+
Point AG maintenance Residence Saint-Lambert,"{""name"":""Point AG maintenance Residence Saint-Lambert"",""entity_type"":""agenda_item"",""entity_id"":""2367"",""confidence"":1,""topic"":""maintenance"",""status"":""without_decision"",""generated_by"":""portfolio_v2"",""source"":""fake_data"",""ontology"":""core""}",immeuble:core:agenda_item,agenda_item:agenda_item:2367,immeuble
|