@prefix dct: . @prefix pav: . @prefix rdf: . @prefix skos: . @prefix vars: . a skos:ConceptScheme; dct:creator , , ; dct:description "Potato Blight disease observation"@en; dct:rights ; dct:title "Agro Ontology"@en; pav:createdOn "2022-06-01T19:03:28Z"@en; pav:lastUpdatedOn "2022-06-02T19: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 . 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, vars:PotatoMIK, vars:PotatoSecondMIK; 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 . vars:PotatoMIK a skos:Concept; skos:broader vars:Disease; skos:definition "Potato disease just made up by MIK in order to experiment new vocab"@en; skos:inScheme ; skos:prefLabel "PotatoMIK"@en . vars:PotatoSecondMIK a skos:Concept; dct:source ; skos:broader vars:Disease; skos:definition "Yet another potato disease, poor potato"@en; skos:inScheme ; skos:prefLabel "SecondMIKPotato"@en . a skos:Concept; skos:inScheme ; skos:topConceptOf .