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

<https://wadicatalog.wascal.org> a dcat:Catalog ;
    dct:description "The WASCAL Data Portal is a platform for sharing and accessing data related to climate change, agriculture, and other environmental issues in West Africa." ;
    dct:language "en" ;
    dct:title "WASCAL Data Portal" ;
    foaf:homepage <https://wadicatalog.wascal.org> .

