# baseURI: https://dcat.example.org/basic-example/testing1
# imports: http://purl.org/dc/terms/
# imports: http://www.w3.org/2006/vcard/ns
# imports: https://www.w3.org/ns/dcat.ttl
# imports: https://www.w3.org/ns/legacy_adms

@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ex: <https://dcat.example.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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 sdo: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix v: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.europa.eu/88u/dataset/namurpopulationages>
  rdf:type dcat:Dataset ;
  dcterms:creator [
      rdf:type foaf:Organization ;
      foaf:homepage <https://org.belgif.be/id/CbeRegisteredEntity/0207362739> ;
      foaf:mbox <mailto:officiel.vc-namur@ville.namur.be> ;
      foaf:name "Ville de Namur" ;
    ] ;
  dcterms:description "Namur Population Breakdown of the male and female population in the municipality of Namur, by 1 years from 0 to over 100 years. Data from the previous day to 18. Specific functionality: find the number of people in the municipality of Namur between 2 ages and consult the daily age pyramids."@en ;
  dcterms:identifier "https://www.odwb.be/explore/dataset/namur-population-ages/" ;
  dcterms:issued "2020-04-28T08:20:40Z"^^xsd:dateTime ;
  dcterms:modified "2020-04-28T08:20:40Z"^^xsd:dateTime ;
  dcterms:publisher [
      rdf:type foaf:Organization ;
      foaf:homepage <https://org.belgif.be/id/CbeRegisteredEntity/0207362739> ;
      foaf:mbox <mailto:officiel.vc-namur@ville.namur.be> ;
      foaf:name "Ville de Namur" ;
    ] ;
  dcterms:spatial <https://sws.geonames.org/3337387/> ;
  dcterms:title "Namur Population structure by five-year age groups"@en ;
  dcterms:type sdo:Dataset ;
  dcat:contactPoint [
      rdf:type v:Organization ;
      v:fn "Ville de Namur" ;
      v:hasEmail <mailto:opendata@ville.namur.be> ;
    ] ;
  dcat:distribution [
      rdf:type dcat:Distribution ;
      dcterms:description "Namur Population structure by five-year age groups (jsonl)"@en-t-fr-t0-mtec ;
      dcterms:issued "2020-04-28T08:20:40Z"^^xsd:dateTime ;
      dcterms:language <http://id.loc.gov/vocabulary/iso639-1/fr> ;
      dcterms:license <http://publications.europa.eu/resource/authority/licence/CC_BY_4_0> ;
      dcterms:modified "2020-04-28T08:20:40Z"^^xsd:dateTime ;
      dcterms:title "Namur-population-ages.jsonl"@en ;
      dcat:downloadURL <https://www.odwb.be/api/explore/v2.1/catalog/datasets/namur-population-ages/exports/jsonl> ;
      dcat:mediaType <https://www.iana.org/assignments/media-types/application/json> ;
    ] ;
  dcat:distribution [
      rdf:type dcat:Distribution ;
      dcterms:description "Namur Population structure by five-year age groups (n3)"@en-t-fr-t0-mtec ;
      dcterms:issued "2020-04-28T08:20:40Z"^^xsd:dateTime ;
      dcterms:language <http://id.loc.gov/vocabulary/iso639-1/fr> ;
      dcterms:license <http://publications.europa.eu/resource/authority/licence/CC_BY_4_0> ;
      dcterms:modified "2020-04-28T08:20:40Z"^^xsd:dateTime ;
      dcterms:title "Namur-population-ages.n3"@en-t-fr-t0-mtec ;
      dcat:downloadURL <https://www.odwb.be/api/explore/v2.1/catalog/datasets/namur-population-ages/exports/n3> ;
      dcat:mediaType <https://www.iana.org/assignments/media-types/text/n3> ;
    ] ;
  dcat:keyword "Age"@fr ;
  dcat:keyword "Femme"@fr ;
  dcat:keyword "Homme"@fr ;
  dcat:keyword "Namur"@fr ;
  dcat:keyword "Population"@fr ;
  dcat:keyword "Pyramide des âges"@fr ;
  dcat:keyword "Statistique"@fr ;
  dcat:landingPage <https://www.odwb.be/explore/dataset/namur-population-ages/information/> ;
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/GOVE> ;
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/SOCI> ;
  dcat:theme <https://www.odwb.be/explore/?refine.theme=Administration+et+Services+publics> ;
.
<https://dcat.example.org/basic-example/testing1>
  rdf:type owl:Ontology ;
  owl:imports dcterms: ;
  owl:imports <http://www.w3.org/2006/vcard/ns> ;
  owl:imports <https://www.w3.org/ns/dcat.ttl> ;
  owl:imports <https://www.w3.org/ns/legacy_adms> ;
.
ex:record3-001
  rdf:type dcat:CatalogRecord ;
  dcterms:conformsTo <ex:cdif_DCAT_profile_uri> ;
  dcterms:modified "2024-07-29"^^xsd:date ;
  dcat:contactPoint [
      rdf:type v:Individual ;
      rdfs:label "Metadata Curator" ;
      v:fn "Metadata Curator" ;
      v:hasEmail <mailto:testmetadata@gmail.com> ;
    ] ;
  foaf:primaryTopic <http://data.europa.eu/88u/dataset/namurpopulationages> ;
.
