diff --git a/EnvThes/30283.ttl b/EnvThes/30283.ttl
new file mode 100644
index 0000000..857e8d2
--- /dev/null
+++ b/EnvThes/30283.ttl
@@ -0,0 +1,66 @@
+@prefix envthes: .
+@prefix skos: .
+@prefix iadopt: .
+@prefix dc: .
+@prefix xsd: .
+@prefix rdfs: .
+@prefix owl: .
+
+envthes:10347
+ skos:prefLabel "dissolved"@en ;
+ a iadopt:Constraint, skos:Concept ;
+ iadopt:constrains envthes:20828 .
+
+envthes:20935
+ skos:prefLabel "variable"@en ;
+ a skos:Concept ;
+ skos:narrower envthes:30283 .
+
+envthes:20828
+ skos:prefLabel "plumb"@ro, "svinec"@sl, "olovo"@sk, "olovo"@hr, "olovo"@cs, "الرصاص"@ar, "lyijy"@fi, "svins"@lv, "plomb"@fr, "lead"@en, "lood"@nl, "piombo"@it, "švinas"@lt, "Олово"@bg, "Blei"@de, "bly"@sv, "bly"@no, "bly"@da, "chumbo"@pt, "plii"@et, "μόλυβδος"@el, "plomo"@es, "ołów"@pl, "ólom"@hu ;
+ a skos:Concept .
+
+envthes:30283
+ iadopt:hasMatrix envthes:30284 ;
+ dc:created "2022-03-30"^^xsd:date ;
+ skos:prefLabel "concentration of dissolved lead in river water"@en ;
+ skos:broader envthes:20935 ;
+ dc:modified "2022-03-30"^^xsd:date ;
+ iadopt:hasObjectOfInterest envthes:20828 ;
+ skos:altLabel "mass density of dissolved lead in water"@en ;
+ dc:creator ;
+ a skos:Concept ;
+ skos:narrower envthes:30285 ;
+ iadopt:hasProperty ;
+ iadopt:hasConstraint envthes:10347 ;
+ skos:inScheme envthes: .
+
+iadopt:hasProperty
+ rdfs:comment "A Variable has a Property that characterizes an Entity." ;
+ rdfs:label "hasProperty" .
+
+iadopt:hasMatrix
+ rdfs:subPropertyOf iadopt:hasContextObject ;
+ rdfs:comment "A Variable might have an Entity in which the ObjectOfInterest is contained." ;
+ rdfs:label "hasMatrix" .
+
+envthes:
+ skos:prefLabel "EnvThes"@en ;
+ a owl:Ontology, skos:ConceptScheme .
+
+iadopt:hasObjectOfInterest
+ rdfs:comment "A Variable has an Entity whose Property is observed." ;
+ rdfs:label "hasObjectOfInterest" .
+
+envthes:30284
+ skos:prefLabel "river water"@en ;
+ a skos:Concept .
+
+iadopt:hasConstraint
+ rdfs:comment "A Variable has a Constraint, that confines an Entity involved in the observation." ;
+ rdfs:label "hasConstraint" .
+
+envthes:30285
+ skos:prefLabel "monthly mean concentration of dissolved lead in river water in microgram per litre"@en ;
+ a skos:Concept ;
+ skos:broader envthes:30283 .