@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://bluehub.jrc.ec.europa.eu/dataset/dg-echo> a dcat:Dataset ;
    dct:description "The main mission of the Directorate-General for European Civil Protection and Humanitarian Aid Operations is to preserve lives, prevent and alleviate human suffering and safeguard the integrity and dignity of populations affected by natural disasters and man-made crises. Headquartered in Brussels with a global network of field offices, DG ECHO ensures rapid and effective delivery of EU relief assistance." ;
    dct:identifier "dg-echo" ;
    dct:issued "2018-10-03T07:49:00.447534"^^xsd:dateTime ;
    dct:modified "2018-10-03T07:49:00.447542"^^xsd:dateTime ;
    dct:publisher <https://bluehub.jrc.ec.europa.eu/organization/dg-echo> ;
    dct:title "DG ECHO - DG for European Civil Protection and Humanitarian Aid Operations" ;
    dcat:distribution <https://bluehub.jrc.ec.europa.eu/dataset/dg-echo/resource/dg-echo> ;
    dcat:keyword "Emergency",
        "Forced_displacement",
        "Humanitarian_aid",
        "IDPs",
        "Refugee",
        "Social_inclusion",
        "Socio-economic_inclusion",
        "Victims" .

<https://bluehub.jrc.ec.europa.eu/dataset/dg-echo/resource/dg-echo> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:title "Website" ;
    dcat:accessURL <https://ec.europa.eu/echo/> .

<https://bluehub.jrc.ec.europa.eu/organization/dg-echo> a foaf:Organization ;
    foaf:name "DG ECHO" .

