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

<https://jmillanacosta.github.io/concepts/researcher/> a schema:AboutPage ;
    schema:about <http://www.wikidata.org/entity/Q1650915> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "researcher"@en .

<https://orcid.org/0000-0002-4166-7093> schema:hasOccupation <http://www.wikidata.org/entity/Q1650915> .

<http://www.wikidata.org/entity/Q1650915> a schema:Occupation ;
    schema:name "researcher"@en .

