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

<https://jmillanacosta.github.io/courses/problem-based-learning-pbl-tutoring/> a schema:AboutPage ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Problem-based learning (PBL) tutoring"@en .

[] a schema:Course ;
    schema:hasCourseInstance [ a schema:CourseInstance ;
            schema:description "Facilitate small-group learning, supporting students as they explore problems, formulate learning questions, and discuss findings from independent study. UM’s PBL approach."@en ;
            schema:instructor <https://orcid.org/0000-0002-4166-7093> ;
            schema:mentions <https://www.maastrichtuniversity.nl/pbl> ] ;
    schema:name "Problem-based learning (PBL) tutoring"@en ;
    schema:provider <https://ror.org/02jz4aj89> .

