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

<https://jmillanacosta.github.io/skills/gitlab-ci/> a schema:AboutPage ;
    schema:about <https://docs.gitlab.com/ci/> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "GitLab CI"@en .

<https://orcid.org/0000-0002-4166-7093> schema:knowsAbout <https://docs.gitlab.com/ci/> .

<https://docs.gitlab.com/ci/> schema:name "GitLab CI"@en .

