@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/ozcar-theia/c_c2c513c5>
  skos:prefLabel "Chemical entity"@en ;
  a skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_ee473bb7> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_ee473bb7>
  skos:broader <https://w3id.org/ozcar-theia/c_c2c513c5> ;
  skos:definition "[Wikipedia] Simazine is a herbicide of the triazine class. The compound is used to control broad-leaved weeds and annual grasses."@en, """[ChEBI]  	A diamino-1,3,5-triazine that is N,N'-diethyl-1,3,5-triazine-2,4-diamine substituted by a chloro group at position 6."""@en ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Simazine"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

