@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/16fc086a-3f63-442f-810d-580b107c31c2> a dcat:Dataset ;
    dct:description "Son los 100 contratos mas grandes con recursos del Presupuesto General de la Nación" ;
    dct:identifier <https://www.datos.gov.co/api/views/k4qu-tbcq> ;
    dct:issued "2016-12-13"^^xsd:date ;
    dct:modified "2020-10-08"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "www.datos.gov.co" ] ;
    dct:title "100 Contratos más Grandes" ;
    dcat:distribution <https://data.amerigeoss.org/dataset/16fc086a-3f63-442f-810d-580b107c31c2/resource/7846d53f-f709-4325-84e5-b276f8c79023> ;
    dcat:keyword "beneficiario",
        "contrato",
        "entidad",
        "pagado",
        "sector" ;
    dcat:landingPage <https://www.datos.gov.co/d/k4qu-tbcq> .

<https://data.amerigeoss.org/dataset/16fc086a-3f63-442f-810d-580b107c31c2/resource/7846d53f-f709-4325-84e5-b276f8c79023> a dcat:Distribution ;
    dct:issued "2019-08-08T18:13:43.525709"^^xsd:dateTime ;
    dct:modified "2025-10-01T18:41:00.696945"^^xsd:dateTime ;
    dcat:accessURL <http://www.pte.gov.co/WebsitePTE/ContratosMasGrandes> .

<https://www.datos.gov.co/d/k4qu-tbcq> a foaf:Document .

