@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-cel-00907297v1> a dcat:Dataset ;
    dct:description "1 Foreword 2 From C to C++ 2.1 Input/Output 2.2 New/Delete 2.3 References 2.4 Default parameters 2.5 Namespaces 2.6 Overloading 2.7 Const & inline 2.8 Mixing C and C++ 2.9 Exercises 3 Classes 3.1 Constructors 3.2 Destructor 3.3 Access control 3.4 Initialization list 3.5 Operator overloading 3.6 Friends 3.7 Exercices 4 Inheritance 4.1 Basics 4.2 Virtual methods 4.3 Abstract classes 4.4 Multiple inheritance 4.5 Exercices 5 Exceptions 5.1 The Zen of Python 5.2 Catch me if you can 5.3 Creating your own exception 5.4 Standard exceptions 5.5 Exercices 6 Streams 6.1 iostream and ios 6.2 Class input/output 6.3 Working with files 6.4 Working with strings 6.5 Exercices 7 Templates 7.1 Template parameters 7.2 Template function 7.3 Template class 7.4 Template specialization 7.5 Exercices 8 Standard Template Library 8.1 Containers 8.2 Iterators 8.3 Algorithms 8.4 Exercices 9 External links" ;
    dct:identifier "cel-00907297" ;
    dct:issued "2026-05-08T04:00:37.187994"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2026-05-08T04:00:37.187999"^^xsd:dateTime ;
    dct:publisher <https://rec.harvest-normandie.data4citizen.com/organization/cce9db95-46d9-4dc2-84b6-764215d0a002> ;
    dct:title "C++ Crash Course" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "CCSD" ] ;
    dcat:distribution <https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-cel-00907297v1/resource/e44b1bfe-9973-4e75-bd3a-a8bc93ac73d5> ;
    dcat:keyword "infocomputer-science-cs",
        "infoeu-reposemanticslecture",
        "lectures" ;
    dcat:landingPage <https://cel.hal.science/cel-00907297> .

<https://rec.harvest-normandie.data4citizen.com/dataset/oai-hal-cel-00907297v1/resource/e44b1bfe-9973-4e75-bd3a-a8bc93ac73d5> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2026-05-08T04:00:37.193909"^^xsd:dateTime ;
    dct:modified "2026-05-08T04:00:37.182630"^^xsd:dateTime ;
    dct:title "C++ Crash Course" ;
    dcat:accessURL <https://cel.hal.science/cel-00907297> .

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

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

