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

<https://jmillanacosta.github.io/courses/bioinformatics-tutorials/> a schema:AboutPage ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Bioinformatics tutorials"@en .

[] a schema:Course ;
    schema:courseCode "BBS"@en ;
    schema:hasCourseInstance [ a schema:CourseInstance ;
            schema:description "Practical tutorials on BLAST sequence searches, biostatistics with R and SPSS, and biological databases for biomedical science students."@en ;
            schema:instructor <https://orcid.org/0000-0002-4166-7093> ] ;
    schema:isPartOf [ ] ;
    schema:name "Bioinformatics tutorials"@en ;
    schema:provider <https://ror.org/02jz4aj89> .

