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

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

<https://orcid.org/0000-0002-4166-7093> schema:knowsLanguage [ a schema:Role ;
            schema:description "B1-, certified by Maastricht University, Oct 2023"@en ;
            schema:knowsLanguage <http://id.loc.gov/vocabulary/iso639-1/nl> ] .

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

