@prefix theia_ozcar_thesaurus: <https://w3id.org/ozcar-theia/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

theia_ozcar_thesaurus:c_28a283f1 skos:definition theia_ozcar_thesaurus:def_1fb34bdc .
theia_ozcar_thesaurus:def_1fb34bdc
  rdf:value "Flazasulfuron is an organic compound that is used as a herbicide. It is classified as a sulfonylurea, because it contains that functional group. The mode of action of flazasulfuron is the inhibition of the enzyme acetolactate synthase (ALS), which results in the inhibition of amino acid synthesis, cell division and ultimately plant growth."@en ;
  dc:source <https://en.wikipedia.org/wiki/Flazasulfuron> .

rdf:value
  rdfs:label "value" ;
  rdfs:comment "Idiomatic property used for structured values." .

dc:source
  rdfs:label "Source"@en ;
  rdfs:comment "A related resource from which the described resource is derived."@en ;
  rdfs:subPropertyOf dc:relation, dc11:source .

