@prefix schema: <http://schema.org/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://ipt-mrbif.bebif.be#Catalog>
 a dcat:Catalog ;
dct:title "IPT ENS Nouakchott" ;
dct:description """IPT of the Mauritanian BIF, Ecole Normale Supérieure de Nouakchott.
This IPT is hosted by the Belgian Biodiversity Platform (the Belgian BIF) and physically located at Brussels.""" ;
dct:publisher <https://www.gbif.org/publisher/247e7360-5f30-11df-9ae1-b8a03c50a862#Organization> ;
foaf:homepage <https://ipt-mrbif.bebif.be> ;
dcat:themeTaxonomy <http://eurovoc.europa.eu/218403> ;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
dct:spatial [ a dct:Location ; locn:geometry "{ \"type\": \"Point\", \"coordinates\": [ 4.365428,50.825427 ] }" ] ;
dct:language <http://id.loc.gov/vocabulary/iso639-1/en> .

<http://eurovoc.europa.eu/218403> a skos:ConceptScheme ; dct:title "biodiversity"@en .


#No published public resources added to DCAT feed, a valid DCAT feed requires at least one!
<https://www.gbif.org/publisher/247e7360-5f30-11df-9ae1-b8a03c50a862#Organization> a foaf:Agent ; foaf:name "Ecole Normale Supérieure de Nouakchott" ; foaf:homepage <http://www.ens.mr/> .

