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

<https://jmillanacosta.github.io/languages/english/> a schema:AboutPage ;
    schema:about <http://id.loc.gov/vocabulary/iso639-1/en> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "English"@en .

<https://orcid.org/0000-0002-4166-7093> schema:knowsLanguage [ a schema:Role ;
            schema:description "professional"@en ;
            schema:knowsLanguage <http://id.loc.gov/vocabulary/iso639-1/en> ] .

<http://id.loc.gov/vocabulary/iso639-1/en> a schema:Language ;
    schema:alternateName "en"@en ;
    schema:name "English"@en ;
    schema:sameAs <http://www.wikidata.org/entity/Q1860> .

