@prefix wt: <http://w3id.org/write/thesaurus/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

wt:chicos
  a skos:Collection ;
  skos:prefLabel "Chinese Concepts"@en ;
  skos:member wt:junzi .

wt:junzi
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "君子"@zh, "gentleman"@en ;
  dc:source <https://www.britannica.com/topic/junzi>, <https://en.wikipedia.org/wiki/Junzi> ;
  skos:definition "This concept in Chinese philosophy, represents a person whose humane conduct makes him a moral exemplar. The term is often translated as 'gentleman', 'superior person', or 'noble man'. He has always represented the ideal for Chinese literati."@en ;
  skos:prefLabel "君子"@zh, "junzi"@en ;
  a skos:Concept .

