@prefix schema: <https://schema.org/> .

<https://jmillanacosta.github.io/courses/programming-in-the-life-sciences/> a schema:AboutPage ;
    schema:about <https://www.maastrichtuniversity.nl/sites/default/files/2023-05/msp-course-catalogue-2022-2023.pdf#page=119> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Programming in the Life Sciences"@en .

<https://www.maastrichtuniversity.nl/sites/default/files/2023-05/msp-course-catalogue-2022-2023.pdf#page=119> a schema:Course ;
    schema:courseCode "PRA3006"@en ;
    schema:hasCourseInstance [ a schema:CourseInstance ;
            schema:description "Programming with life sciences: use web services connecting biological data and visualize results with JavaScript."@en ;
            schema:instructor <https://orcid.org/0000-0002-4166-7093> ] ;
    schema:isPartOf [ ] ;
    schema:name "Programming in the Life Sciences"@en ;
    schema:provider <https://ror.org/02jz4aj89> ;
    schema:url <https://www.maastrichtuniversity.nl/sites/default/files/2023-05/msp-course-catalogue-2022-2023.pdf#page=119> .

