@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/3be6c151-19aa-4627-94e3-696245ce3063> a dcat:Dataset ;
    dct:description "Proporciona datos sobre el tamaño y estructura de la fuerza de trabajo de la poblacion del Departamento del Cauca" ;
    dct:identifier <https://www.datos.gov.co/api/views/hvqv-jvyc> ;
    dct:issued "2018-10-15"^^xsd:date ;
    dct:modified "2018-10-15"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "www.datos.gov.co" ] ;
    dct:title "Mercado Laboral" ;
    dcat:keyword "crecimiento",
        "pib",
        "tasa" ;
    dcat:landingPage <https://www.datos.gov.co/d/hvqv-jvyc> .

<https://www.datos.gov.co/d/hvqv-jvyc> a foaf:Document .

