@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix freq: <http://purl.org/cld/freq/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.public.lu/datasets/5707631632cc223774da4bcd/> a dcat:Dataset ;
    dct:accrualPeriodicity freq:continuous ;
    dct:description """BGP Ranking is a public service developed and operated by CIRCL starting from 2012 until today with the ranking of malicious activities seen per BGP AS number (e.g. ISP, Hosting companies). The historical data can be queried using the following format:
```
http://bgpranking.circl.lu/csv/<ASN>.
```
As an example, to download the historical data for AS6661 use the following format: 
[http://bgpranking.circl.lu/csv/6661](http://bgpranking.circl.lu/csv/6661)""" ;
    dct:identifier "5707631632cc223774da4bcd" ;
    dct:issued "2016-04-08T09:51:50.515000"^^xsd:dateTime ;
    dct:modified "2016-04-08T09:53:01.747000"^^xsd:dateTime ;
    dct:title "BGP RANKING" ;
    dcat:distribution <https://data.public.lu/datasets/5707631632cc223774da4bcd/#resource-27138c41-7f60-459d-8d9a-cc265d405a0f> ;
    dcat:keyword "security" .

<https://data.public.lu/datasets/5707631632cc223774da4bcd/#resource-27138c41-7f60-459d-8d9a-cc265d405a0f> a dcat:Distribution ;
    dct:description """The historical data can be queried using the following format:
```
http://bgpranking.circl.lu/csv/<ASN>
```
As an example, to download the historical data for AS6661 use the following format: [http://bgpranking.circl.lu/csv/6661](http://bgpranking.circl.lu/csv/6661)""" ;
    dct:identifier "27138c41-7f60-459d-8d9a-cc265d405a0f" ;
    dct:issued "2016-04-08T00:00:00"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2016-04-08T09:53:01.665000"^^xsd:dateTime ;
    dct:rights "Creative Commons Attribution 4.0" ;
    dct:title "BGP RANKING DATA DUMP PER AS NUMBER" ;
    dcat:accessURL <https://data.public.lu/fr/datasets/r/27138c41-7f60-459d-8d9a-cc265d405a0f> ;
    dcat:downloadURL <http://bgpranking.circl.lu/csv/> .

