@prefix dct: . @prefix pav: . @prefix rdf: . @prefix skos: . @prefix vars: . a skos:Concept, skos:ConceptScheme; dct:creator , , , , ; dct:description "Potato Blight disease observation"@en; dct:rights ; dct:title "Agro Ontology"@en; pav:createdOn "2022-01-21T10:03:28Z"@en; pav:lastUpdatedOn "2022-01-21T10:03:28Z"@en; pav:version "0.0.1"@en; skos:hasTopConcept , vars:CountryCode, vars:CropSeasonYear, vars:Disease, vars:GrowthStageName, vars:ObservationID, vars:SampleID, vars:SeverityCategoryName; skos:inScheme ; skos:topConceptOf . vars:SampleID a skos:Concept; skos:definition "Number given to the sample after institutes nameing standard"@en; skos:inScheme ; skos:prefLabel "SampleID"@en; skos:topConceptOf . vars:ObservationID a skos:Concept; skos:definition "Running number"@en; skos:inScheme ; skos:prefLabel "ObservationID"@en; skos:topConceptOf . vars:CropSeasonYear a skos:Concept; skos:definition "4 digit number representing the year the disease was observed. Automatically created from the Blight Tracker App."@en; skos:inScheme ; skos:prefLabel "CropSeasonYear"@en; skos:topConceptOf . vars:CountryCode a skos:Concept; dct:source ; skos:definition "2 char code as defined in the ISO standard ISO 3166-1 alpha-2 codes"@en; skos:inScheme ; skos:prefLabel "CountryCode"@en; skos:topConceptOf . vars:GrowthStageName a skos:Concept; dct:source ; skos:inScheme ; skos:prefLabel "GrowthStageName"@en; skos:topConceptOf . vars:SeverityCategoryName a skos:Concept; skos:inScheme ; skos:prefLabel "SeverityCategoryName"@en; skos:topConceptOf . vars:Disease a skos:Concept; skos:definition "Crop Disease name"@en; skos:inScheme ; skos:narrower vars:PotatoEarlyBlight, vars:PotatoLateBlight; skos:prefLabel "Disease"@en; skos:topConceptOf . vars:PotatoLateBlight a skos:Concept; skos:broader vars:Disease; skos:definition "Potato disease caused by the oomycete Phytophthora infestans"@en; skos:inScheme ; skos:prefLabel "PotatoLateBlight"@en . vars:PotatoEarlyBlight a skos:Concept; skos:broader vars:Disease; skos:definition "Potato disease caused by the fungus Alternaria solani"@en; skos:inScheme ; skos:prefLabel "PotatoEarlyBlight"@en .