@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.circl.lu/catalog.ttl?page=1> a hydra:PagedCollection ;
    hydra:first "https://data.circl.lu/catalog.ttl?page=1" ;
    hydra:firstPage "https://data.circl.lu/catalog.ttl?page=1" ;
    hydra:itemsPerPage 100 ;
    hydra:last "https://data.circl.lu/catalog.ttl?page=1" ;
    hydra:lastPage "https://data.circl.lu/catalog.ttl?page=1" ;
    hydra:totalItems 1 .

<https://data.circl.lu> a dcat:Catalog ;
    dct:language "en" ;
    dct:modified "2026-07-03T14:56:53.295395"^^xsd:dateTime ;
    dct:title "CKAN" ;
    dcat:dataset <https://data.circl.lu/dataset/77d57c38-6043-4440-821e-9584617c0189> ;
    foaf:homepage <https://data.circl.lu> .

<https://data.circl.lu/dataset/77d57c38-6043-4440-821e-9584617c0189> a dcat:Dataset ;
    dct:description " Vulnerability advisories automatically enriched (AI-Assisted and VL metadata) " ;
    dct:identifier "77d57c38-6043-4440-821e-9584617c0189" ;
    dct:issued "2026-07-03T14:52:12.890992"^^xsd:dateTime ;
    dct:modified "2026-07-03T14:56:53.295395"^^xsd:dateTime ;
    dct:publisher <https://data.circl.lu/organization/f954ae9c-1f14-4baf-a112-76e414942595> ;
    dct:title "GCVE Enriched Dumps" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "GCVE" ;
            vcard:hasEmail <mailto:info@gcve.eu> ] ;
    dcat:distribution <https://data.circl.lu/dataset/77d57c38-6043-4440-821e-9584617c0189/resource/9eb760fc-57d6-4329-ba13-1059d0444f2d> ;
    dcat:keyword "cybersecurity",
        "vulnerability-information" .

<https://data.circl.lu/dataset/77d57c38-6043-4440-821e-9584617c0189/resource/9eb760fc-57d6-4329-ba13-1059d0444f2d> a dcat:Distribution ;
    dct:description "This repository provides enriched CVE JSON records derived from the upstream CVEProject/cvelistV5 repository." ;
    dct:format "JSON" ;
    dct:issued "2026-07-03T14:52:42.276140"^^xsd:dateTime ;
    dct:modified "2026-07-03T14:52:42.265677"^^xsd:dateTime ;
    dct:title "GCVE Enriched Dumps Repository" ;
    dcat:accessURL <https://github.com/gcve-eu/gcve-enriched-dumps> .

<https://data.circl.lu/organization/f954ae9c-1f14-4baf-a112-76e414942595> a foaf:Agent ;
    foaf:name "GCVE" .

