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

<https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-hal-00987395v1> a dcat:Dataset ;
    dct:description """
              Debugging is a resource-consuming activity of software development. Some bugs are deeply rooted in the domain logic but others are independent of the specificity of the application being debugged. The latter are "crowd-bugs": unexpected and incorrect output or behavior resulting from a common and intuitive usage of an API. On the contrary, project-specific bugs are related to the misunderstanding or incorrect implementation of domain concepts or logics. We propose a debugging approach for crowd bugs, that is based on matching the piece of code being debugged against related pieces of code on a Q&A website (Stackoverflow). Based on the empirical study of Stackoverflow's data, we show that this approach can help developers to fix crowd bugs.
            """ ;
    dct:identifier "Report N°: hal-00987395" ;
    dct:issued "2026-05-05T12:05:41.670443"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2026-05-05T12:05:41.670448"^^xsd:dateTime ;
    dct:publisher <https://rec.harvest-normandie.data4citizen.com/organization/cce9db95-46d9-4dc2-84b6-764215d0a002> ;
    dct:title "Debugging with the Crowd: a Debug Recommendation System based on Stackoverflow" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "CCSD" ] ;
    dcat:distribution <https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-hal-00987395v1/resource/62138724-94fc-4e2f-8ceb-695ec2921e99> ;
    dcat:keyword "infoeu-reposemanticsreport",
        "infoinfo-secomputer-science-cssoftware-engineering-csse",
        "reports" ;
    dcat:landingPage <https://hal.science/hal-00987395> .

<https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-hal-00987395v1/resource/62138724-94fc-4e2f-8ceb-695ec2921e99> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2026-05-05T12:05:41.673005"^^xsd:dateTime ;
    dct:modified "2026-05-05T12:05:41.665423"^^xsd:dateTime ;
    dct:title "Debugging with the Crowd: a Debug Recommendation System based on Stackoverflow" ;
    dcat:accessURL <https://hal.science/hal-00987395> .

<https://rec.harvest-normandie.data4citizen.com/organization/cce9db95-46d9-4dc2-84b6-764215d0a002> a foaf:Agent ;
    foaf:name "test_moissonnage_selune" .

<https://hal.science/hal-00987395> a foaf:Document .

