@prefix schema: <https://schema.org/> .
@prefix dct:    <http://purl.org/dc/terms/> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .

<https://colecia.com/#organization>
    a schema:Organization ;
    schema:name "Colecia" ;
    schema:url <https://colecia.com> ;
    schema:sameAs <https://www.linkedin.com/company/colecia/> .

<https://colecia.com/fr#page>
    a schema:WebPage ;
    schema:name "Colecia — Vos questions en décisions fiables par l'IA" ;
    schema:inLanguage "fr-FR" ;
    dct:issued "2025-01-01"^^xsd:date ;
    schema:author <https://colecia.com/#organization> ;
    schema:isPartOf <https://colecia.com> .

<https://colecia.com/en#page>
    a schema:WebPage ;
    schema:name "Colecia — AI that turns your questions into reliable decisions" ;
    schema:inLanguage "en-US" ;
    dct:issued "2025-01-01"^^xsd:date ;
    schema:author <https://colecia.com/#organization> ;
    schema:isPartOf <https://colecia.com> .
