@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:seal
  skos:exactMatch <https://chineseiconography.org/terms/CIT0291774> ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "yinzhang"@zh-Latn ;
  dc:source <https://en.wikipedia.org/wiki/Seals_in_the_Sinosphere> ;
  skos:definition "Seal or stamp used to mark important documents, pieces of art, contracts, or any other item that requires a signature. Seals are typically carved into stone and dipped in either red ink or cinnabar paste."@en ;
  skos:prefLabel "印章"@zh, "seal"@en ;
  a skos:Concept .

wt:chivel
  a skos:Collection ;
  skos:prefLabel "Chinese Visual Elements"@en ;
  skos:member wt:seal .

