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

<http://id.loc.gov/vocabulary/iso639-1/ca> a schema:Language ;
    schema:name "Catalan"@en .

<http://id.loc.gov/vocabulary/iso639-1/en> a schema:Language ;
    schema:name "English"@en .

<http://id.loc.gov/vocabulary/iso639-1/es> a schema:Language ;
    schema:name "Spanish"@en .

<http://id.loc.gov/vocabulary/iso639-1/nl> a schema:Language ;
    schema:name "Dutch"@en .

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

