SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 41
ONTOLOGY DEVELOPMENT FOR WHEAT INFORMATION SYSTEM
Sumit Kumar Mishra1
, V.K. Singh2
, Gaurav Kant Shankhdhar3
1
Pursuing M.Tech, Department of Software Engineering, Babu Banarasi Das University, Lucknow, UP, India,
2
Assoc. Prof. & Head - I.T., Babu Banarasi Das National Institute of Technology & Management, Lucknow. India
3
Assistant Professor, School of Computer Application, BBDU
Abstract
Ontology Development For Wheat Information System makes use of the semantic web and it used for valid Wheat information
retrieve which help for agriculture Insurance policies and other information like time of harvesting, condition of soil is
appropriate for wheat farming or not. In this way we can better prepare himself with similar cases of wheat species .the role of
web semantics here is that we introduced intelligent matching of wheat information. The search is not only through but also
accurate and precise to the maximum level of attainment with the use of ontology designed exclusively for this purpose. the
project Ontology development for wheat information helps the machine to take appropriate decision regarding symptoms also.
Keywords -RDF, SPARQL, Web Semantic, Wheat Diseases
--------------------------------------------------------------------***------------------------------------------------------------------
1. INTRODUCTION
In India basically two most important food Wheat and rice
but wheat is primary food for India. Wheat normally needs
between 110 and 130 days between Sowing and harvesting
depending upon climate, seed type, soil conditions etc. In
Ontology development for Wheat Information System we
develop Wheat ontology and apply this ontology to
information retrieval mechanism as a knowledge base for
retrieving and managing acquaintance in a field of
agriculture.[1]
1.1 Wheat Classification
There are 6 wheat classification are given below
a) Hard Red Winter
b) Hard Red Spring
c) Soft Red Winter
d) Durum(Hard)
e) Hard White
f) Soft White Wheat[2]
1.2 Wheat Diseases
Wheat diseases are classified in 4 types:
 Bacterial
 Fungal
 Viral
 Phytoplasmal [3]
1.3 Proposed System
The Proposed System primarily consists of the classes,
properties or the predicates in connection to the RDF and
the individuals that are the objects instantiated through
classes. The Wheat Ontology is built in Protégé 4.3. This
ontology provides for the framework of the Wheat ontology
System. DotNetRDF which is a RDF API used in Microsoft
Visual Studio for implementing Semantic Web Solution is
extensively exploited over here. A SPARQL query is
submitted to the DotNetRDF API which in conjunction with
ASP.NET provides results as queried by the SPARQL
interface. So the request and response is handled by the
system.
2. WHEAT CASE ONTOLOGY DESIGN
Wheat case ontology is based on two combination model
that is dependent and independent semantics .Basically
ontology consists 4 tuples <C,I,R,A> to design basic
ontology we define all tuples.[4,5]
 Class(C)
 Instances (I)
 Relationship(R)
 Axioms(A)
2.1 Classes and Properties of Wheat Ontology
A class provides an abstraction mechanism for grouping
resources with same type characteristics [6], whilst a
property is often used to identify the non hierarchical
relationships between domain and range (denoted as R
(domain, range)).OWL defines two types of properties: data
property and object property. Data property is an alias of
attribute while object property is a binary relationship
between two classes.
2.2 Classes of Wheat Ontology
Wheat ontology shown relationship between super class and
subclass and Things represent the main wheat information
system. In given diagram Wheat crop is super class this
super class linked with given some sub class that is:
Table1. Wheat Sub Class
Wheat_ Classification
Scientific _classification
Harvesting
Production_ technology
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 42
Species
Soil
Climate
Marketing
Wheat_ diseases
Economics
2.3 Properties
Properties are instances of the class rdf:Property. In the RDF
graph, the property represents the predicate and describes a
relation between subject resources and object resources.[7,8]
Fig.1 Object Properties of Wheat Ontology
3. CLASS HIERARCHY OF WHEAT
ONTOLOGY SYSTEM
In this ontology we provide basic hierarchy between super
class and sub class.[9,10] theses classes linked with other
subclass , In RDF graph theses class describes basic
ontology features and connection to other subclass or sibling
class. In Wheat ontology one is super class i.e. parent class
of all classes. This class known as Thing Class.
Fig 2 Thing class
4. WHEAT ONTOLOGY INDIVIDUALS
the individuals that are the objects instantiated through
classes. In Wheat Ontology Individuals Role is most
important with the help of these Individuals we retrieve
information in any wheat species Wheat Individuals we use
basic names of wheat
Ex. H.P.1731,NARENDRA Wheat etc.
Fig .3 Class Hierarchy Of Wheat Ontology
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 43
Fig.4 Wheat Individuals
5. SPARQL
SPARQL is used to query the RDF file. It is quite similar to
SQL which is used to query RDBMSs. RDF provides great
ways to model and store data, and the Linked Data
infrastructure offers tons of data to play with. As long as
RDF has been around, there have been programming
libraries that let you load triples into the data structures of
popular programming languages so that you could build
applications around that data. As the relational database and
XML worlds have shown, though, a straightforward query
language that requires no compiling of code to execute
makes it much easier for people (including part-time
developers dabbling in the technology) to quickly assemble
applications.[11]
5.1 SPARQL Query for related to Wheat Ontology
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-
ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT *
where {
?element
<http://www.semanticweb.org/rs/ontologies/2014/9/Wheat
case-25#hasSpeciesNum> ?SPC_NUM.
?element
<http://www.semanticweb.org/rs/ontologies/2014/9/WheatC
ase-25#hasSectionID> ?Related_Sec_ID.
{ SELECT ?Related_Sec_ID
where
{
?element
<http://www.semanticweb.org/rs/ontologies/2014/9/WheatC
ase-25#hasRelatedSEC_ID> ?Related_Sec_ID.
?element
<http://www.semanticweb.org/rs/ontologies/2014/9/WheatC
ase-25#hasSpeciesNum>
<http://www.semanticweb.org/rs/ontologies/2014/9/WheatC
ase-25#3>.
}
}
}
Fig 5 Wheat Registration Information Page
6. RDF FILE CODE FOR WHEAT
INFORMATION SYSTEM
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-
ns#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
]>
<rdf:RDF xmlns:rdfs="http://www.w3.org/2000/01/rdf-
schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 44
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-
ns#">
<rdf:Description
rdf:about="http://www.semanticweb.org/dell/ontologies/201
5/0/untitled_ontology-6#SpeciesIdafa14055-6a5a-45f2-
b233-7c95d5f3ca74">
<ns0:Classification
xmlns:ns0="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-6#">fungal</ns0:Classification>
<ns1:Climate
xmlns:ns1="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-6#">lowsoil</ns1:Climate>
<ns2:DieasesName
xmlns:ns2="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-6#">redWheat</ns2:DieasesName>
<ns3:Economics
xmlns:ns3="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-6#">manual</ns3:Economics>
<ns4:Harvesting
xmlns:ns4="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-6#">orbit</ns4:Harvesting>
<ns5:ProductionTechnology
xmlns:ns5="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-
6#">lesstype</ns5:ProductionTechnology>
<ns6:Soil
xmlns:ns6="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-6#">manual</ns6:Soil>
<ns7:SpeciesId
xmlns:ns7="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-6#">afa14055-6a5a-45f2-b233-
7c95d5f3ca74</ns7:SpeciesId>
<ns8:TypeOfDieases
xmlns:ns8="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-
6#">beactirial</ns8:TypeOfDieases>
<ns9:WheatSeasion
xmlns:ns9="http://www.semanticweb.org/dell/ontologies/20
15/0/untitled_ontology-6#">1</ns9:WheatSeasion>
<ns10:species
xmlns:ns10="http://www.semanticweb.org/dell/ontologies/2
015/0/untitled_ontology-6#">winteroctum</ns10:species>
</rdf:Description>
</rdf:RDF>
7. WORKING OF SOFTWARE
The interface looks like a search engine in which comma
separated values are entered. The semantic, meaning is
extracted from the search terms and a semantic search is
performed where result is prepared on the basis of the
logical meaning of the search terms. Like if somebody
searches for “NARENDRA WHEAT”, also gets results
consisting of searches like “SOIL TYPE” , “HARVESTING
Information” and more information of wheat.
8. CONCLUSION AND FUTURE SCOPE
The future scope of our work is to apply the potential of
Knowledge Representation[12,13,14] along with reasoning
in the Web context. The use of semantic web in crop Wheat
Information System helps the machine to take the
appropriate decision regarding symptoms and cure. In future
scope we develop an prototype Wheat ontology that
integrate agriculture domain and semantic web. With the
help of this ontology farmer retrieve information and check
proper condition for harvesting and climate.
REFERENCES
[1]. Sumit Kumar mishra, Dr. V.K. Singh Anurag
Tiwari“Ontology development for agriculture research a
case study of wheat “ journal of basic and applied
engineering research.
[2]. Six Basic Classes of Wheat Minnesota Association of
Wheat Growers.
[3]. Chalkley , D,(2010), ” Invasive Fungi: Alternaria leaf
blight of Wheat –Alternaria triticina”. Systematic mycology
and Microbiology laboratory , Agricultural Research
Service. Unfitted States Department Of Agriculture
Archived From the original on 29 October 2014.
[4]. Natalya F. Noy and Deborah L. McGuinness,
Ontology Development 101: A Guide for Creating Your
First Ontology.
[5]. Toby Segaran, Colin Evans, and Jamie Taylor,
―Programming the Semantic Web.
[6]. Gómez-Pérez, A., Fernández-López, M., Corcho, O.
Ontological Engineering, with examples from the areas of
Knowledge Management, e-Commerce and the Semantic
Web. Springer, London, Berlin (2003)
[7]. Opijnen, Marc van, The European Legal Semantic Web:
Completed Building Blocks and Future Work (November
22, 2012). European Legal Access Conference, November
2012.
[8]. Amit Sheth,Cartic Ramakrishnan, and Christopher
Thomas, 'Semantics for The Semantic Web: the Implicit, the
Formal and the Powerful',International Journal on Semantic
Web & Information Systems, 1 (no. 1), 2005, pp. 1-18.
[9]. 3. Brachman , R.J., McGuinness, D.L., Patel-Schneider,
P.F., Resnick, L.A. and Borgida, A. (1991). Living with
CLASSIC: When and how to use KL-ONE-like language.
Principles of Semantic Networks. J. F. Sowa, editor, Morgan
Kaufmann: 401-456
[10]. Legal Semantic Web- A Recommendation System
Gaurav Kant, V.K.Singh, M. Darbari, D. Yagyasen4
,P.K.
Shukla International journal ICANI
[11]. Bob DuCharme, Learning SPARQL, O’REILLY,2011.
[12]. Gómez-Pérez, A., Fernández-López, M., Corcho, O.
Ontological Engineering, with examples from the areas of
Knowledge Management, e-Commerce and the Semantic
Web. Springer, London, Berlin (2003)
[13]. D Yagyasen, M Darbari, P K Shukla, V K
Singh,(2013). “Diversity and Convergence Issues in
Evolutionary Multi- objective Optimization: Application to
Agriculture Science”, IERI Procedia, Elsevier.
[14]. D Yagyasen, M Darbari, H Ahmed, (2013).
“Transforming Non-Living to Living: A Case on Changing
Business Environment”, 2013, IERI Procedia, Elsevier.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 45
BIOGRAPHIES
Sumit Kumar Mishra received his B.Tech degree from
G.B.T.U. in 2013. Currently he is pursuing M.Tech in
Software engineering from Babu Banarasi Das University,
Lucknow Uttar Pradesh, India.
Dr. V.K. Singh Assoc. Prof. & Head - I.T., Babu Banarasi
Das National Institute of Technology &
Management,Lucknow. India.
Gaurav Kant Shankhdhar Assistant Professor, School of
Computer Application, BBDU.

More Related Content

Similar to Ontology development for wheat information system

Approaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
Approaching Rules Induction CN2 Algorithm in Categorizing of BiodiversityApproaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
Approaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
ijtsrd
 
Data-Mining-Techniques-A-Tool-For-Knowledge-Management-System-In-Agriculture.pdf
Data-Mining-Techniques-A-Tool-For-Knowledge-Management-System-In-Agriculture.pdfData-Mining-Techniques-A-Tool-For-Knowledge-Management-System-In-Agriculture.pdf
Data-Mining-Techniques-A-Tool-For-Knowledge-Management-System-In-Agriculture.pdf
GabiiGarcia7
 

Similar to Ontology development for wheat information system (20)

A consistent and efficient graphical User Interface Design and Querying Organ...
A consistent and efficient graphical User Interface Design and Querying Organ...A consistent and efficient graphical User Interface Design and Querying Organ...
A consistent and efficient graphical User Interface Design and Querying Organ...
 
Article06
Article06Article06
Article06
 
Approaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
Approaching Rules Induction CN2 Algorithm in Categorizing of BiodiversityApproaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
Approaching Rules Induction CN2 Algorithm in Categorizing of Biodiversity
 
Data-Mining-Techniques-A-Tool-For-Knowledge-Management-System-In-Agriculture.pdf
Data-Mining-Techniques-A-Tool-For-Knowledge-Management-System-In-Agriculture.pdfData-Mining-Techniques-A-Tool-For-Knowledge-Management-System-In-Agriculture.pdf
Data-Mining-Techniques-A-Tool-For-Knowledge-Management-System-In-Agriculture.pdf
 
Implementation of Semantic Network Dictionary System for Global Observation ...
Implementation of Semantic Network Dictionary System for Global Observation ...Implementation of Semantic Network Dictionary System for Global Observation ...
Implementation of Semantic Network Dictionary System for Global Observation ...
 
Implementation of semantic network dictionary system
Implementation of semantic network dictionary system Implementation of semantic network dictionary system
Implementation of semantic network dictionary system
 
Linked sensor data
Linked sensor dataLinked sensor data
Linked sensor data
 
Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database  Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database
 
Semantic Web Query on e-Governance Data and Designing Ontology for Agricultur...
Semantic Web Query on e-Governance Data and Designing Ontology for Agricultur...Semantic Web Query on e-Governance Data and Designing Ontology for Agricultur...
Semantic Web Query on e-Governance Data and Designing Ontology for Agricultur...
 
97320630009588
9732063000958897320630009588
97320630009588
 
Survey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for FarmersSurvey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for Farmers
 
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...
IRJET- An Efficient Energy Consumption Minimizing Based on Genetic and Power ...
 
Community profiling for social networks
Community profiling for social networksCommunity profiling for social networks
Community profiling for social networks
 
Accessing database using nlp
Accessing database using nlpAccessing database using nlp
Accessing database using nlp
 
Web Based Agriculture Information System
Web Based Agriculture Information SystemWeb Based Agriculture Information System
Web Based Agriculture Information System
 
Modern Association Rule Mining Methods
Modern Association Rule Mining MethodsModern Association Rule Mining Methods
Modern Association Rule Mining Methods
 
Introduction to Big data
Introduction to Big dataIntroduction to Big data
Introduction to Big data
 
SEMANTIC WEB QUERY ON EGOVERNANCE DATA AND DESIGNING ONTOLOGY FOR AGRICULTURE...
SEMANTIC WEB QUERY ON EGOVERNANCE DATA AND DESIGNING ONTOLOGY FOR AGRICULTURE...SEMANTIC WEB QUERY ON EGOVERNANCE DATA AND DESIGNING ONTOLOGY FOR AGRICULTURE...
SEMANTIC WEB QUERY ON EGOVERNANCE DATA AND DESIGNING ONTOLOGY FOR AGRICULTURE...
 
A THROUGHPUT ANALYSIS OF TCP IN ADHOC NETWORKS
A THROUGHPUT ANALYSIS OF TCP IN ADHOC NETWORKS A THROUGHPUT ANALYSIS OF TCP IN ADHOC NETWORKS
A THROUGHPUT ANALYSIS OF TCP IN ADHOC NETWORKS
 
Semantic web query on e governance data and designing ontology for agricultur...
Semantic web query on e governance data and designing ontology for agricultur...Semantic web query on e governance data and designing ontology for agricultur...
Semantic web query on e governance data and designing ontology for agricultur...
 

More from eSAT Journals

Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
mikehavy0
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
c3384a92eb32
 
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
AshwaniAnuragi1
 

Recently uploaded (20)

NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
 
Databricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdfDatabricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdf
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Presentation on Slab, Beam, Column, and Foundation/Footing
Presentation on Slab,  Beam, Column, and Foundation/FootingPresentation on Slab,  Beam, Column, and Foundation/Footing
Presentation on Slab, Beam, Column, and Foundation/Footing
 
CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference Modal
 
Geometric constructions Engineering Drawing.pdf
Geometric constructions Engineering Drawing.pdfGeometric constructions Engineering Drawing.pdf
Geometric constructions Engineering Drawing.pdf
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.ppt
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
What is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsWhat is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, Functions
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
 
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 

Ontology development for wheat information system

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 41 ONTOLOGY DEVELOPMENT FOR WHEAT INFORMATION SYSTEM Sumit Kumar Mishra1 , V.K. Singh2 , Gaurav Kant Shankhdhar3 1 Pursuing M.Tech, Department of Software Engineering, Babu Banarasi Das University, Lucknow, UP, India, 2 Assoc. Prof. & Head - I.T., Babu Banarasi Das National Institute of Technology & Management, Lucknow. India 3 Assistant Professor, School of Computer Application, BBDU Abstract Ontology Development For Wheat Information System makes use of the semantic web and it used for valid Wheat information retrieve which help for agriculture Insurance policies and other information like time of harvesting, condition of soil is appropriate for wheat farming or not. In this way we can better prepare himself with similar cases of wheat species .the role of web semantics here is that we introduced intelligent matching of wheat information. The search is not only through but also accurate and precise to the maximum level of attainment with the use of ontology designed exclusively for this purpose. the project Ontology development for wheat information helps the machine to take appropriate decision regarding symptoms also. Keywords -RDF, SPARQL, Web Semantic, Wheat Diseases --------------------------------------------------------------------***------------------------------------------------------------------ 1. INTRODUCTION In India basically two most important food Wheat and rice but wheat is primary food for India. Wheat normally needs between 110 and 130 days between Sowing and harvesting depending upon climate, seed type, soil conditions etc. In Ontology development for Wheat Information System we develop Wheat ontology and apply this ontology to information retrieval mechanism as a knowledge base for retrieving and managing acquaintance in a field of agriculture.[1] 1.1 Wheat Classification There are 6 wheat classification are given below a) Hard Red Winter b) Hard Red Spring c) Soft Red Winter d) Durum(Hard) e) Hard White f) Soft White Wheat[2] 1.2 Wheat Diseases Wheat diseases are classified in 4 types:  Bacterial  Fungal  Viral  Phytoplasmal [3] 1.3 Proposed System The Proposed System primarily consists of the classes, properties or the predicates in connection to the RDF and the individuals that are the objects instantiated through classes. The Wheat Ontology is built in Protégé 4.3. This ontology provides for the framework of the Wheat ontology System. DotNetRDF which is a RDF API used in Microsoft Visual Studio for implementing Semantic Web Solution is extensively exploited over here. A SPARQL query is submitted to the DotNetRDF API which in conjunction with ASP.NET provides results as queried by the SPARQL interface. So the request and response is handled by the system. 2. WHEAT CASE ONTOLOGY DESIGN Wheat case ontology is based on two combination model that is dependent and independent semantics .Basically ontology consists 4 tuples <C,I,R,A> to design basic ontology we define all tuples.[4,5]  Class(C)  Instances (I)  Relationship(R)  Axioms(A) 2.1 Classes and Properties of Wheat Ontology A class provides an abstraction mechanism for grouping resources with same type characteristics [6], whilst a property is often used to identify the non hierarchical relationships between domain and range (denoted as R (domain, range)).OWL defines two types of properties: data property and object property. Data property is an alias of attribute while object property is a binary relationship between two classes. 2.2 Classes of Wheat Ontology Wheat ontology shown relationship between super class and subclass and Things represent the main wheat information system. In given diagram Wheat crop is super class this super class linked with given some sub class that is: Table1. Wheat Sub Class Wheat_ Classification Scientific _classification Harvesting Production_ technology
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 42 Species Soil Climate Marketing Wheat_ diseases Economics 2.3 Properties Properties are instances of the class rdf:Property. In the RDF graph, the property represents the predicate and describes a relation between subject resources and object resources.[7,8] Fig.1 Object Properties of Wheat Ontology 3. CLASS HIERARCHY OF WHEAT ONTOLOGY SYSTEM In this ontology we provide basic hierarchy between super class and sub class.[9,10] theses classes linked with other subclass , In RDF graph theses class describes basic ontology features and connection to other subclass or sibling class. In Wheat ontology one is super class i.e. parent class of all classes. This class known as Thing Class. Fig 2 Thing class 4. WHEAT ONTOLOGY INDIVIDUALS the individuals that are the objects instantiated through classes. In Wheat Ontology Individuals Role is most important with the help of these Individuals we retrieve information in any wheat species Wheat Individuals we use basic names of wheat Ex. H.P.1731,NARENDRA Wheat etc. Fig .3 Class Hierarchy Of Wheat Ontology
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 43 Fig.4 Wheat Individuals 5. SPARQL SPARQL is used to query the RDF file. It is quite similar to SQL which is used to query RDBMSs. RDF provides great ways to model and store data, and the Linked Data infrastructure offers tons of data to play with. As long as RDF has been around, there have been programming libraries that let you load triples into the data structures of popular programming languages so that you could build applications around that data. As the relational database and XML worlds have shown, though, a straightforward query language that requires no compiling of code to execute makes it much easier for people (including part-time developers dabbling in the technology) to quickly assemble applications.[11] 5.1 SPARQL Query for related to Wheat Ontology PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax- ns#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * where { ?element <http://www.semanticweb.org/rs/ontologies/2014/9/Wheat case-25#hasSpeciesNum> ?SPC_NUM. ?element <http://www.semanticweb.org/rs/ontologies/2014/9/WheatC ase-25#hasSectionID> ?Related_Sec_ID. { SELECT ?Related_Sec_ID where { ?element <http://www.semanticweb.org/rs/ontologies/2014/9/WheatC ase-25#hasRelatedSEC_ID> ?Related_Sec_ID. ?element <http://www.semanticweb.org/rs/ontologies/2014/9/WheatC ase-25#hasSpeciesNum> <http://www.semanticweb.org/rs/ontologies/2014/9/WheatC ase-25#3>. } } } Fig 5 Wheat Registration Information Page 6. RDF FILE CODE FOR WHEAT INFORMATION SYSTEM <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE rdf:RDF [ <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax- ns#'> <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'> <!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'> ]> <rdf:RDF xmlns:rdfs="http://www.w3.org/2000/01/rdf- schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 44 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax- ns#"> <rdf:Description rdf:about="http://www.semanticweb.org/dell/ontologies/201 5/0/untitled_ontology-6#SpeciesIdafa14055-6a5a-45f2- b233-7c95d5f3ca74"> <ns0:Classification xmlns:ns0="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology-6#">fungal</ns0:Classification> <ns1:Climate xmlns:ns1="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology-6#">lowsoil</ns1:Climate> <ns2:DieasesName xmlns:ns2="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology-6#">redWheat</ns2:DieasesName> <ns3:Economics xmlns:ns3="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology-6#">manual</ns3:Economics> <ns4:Harvesting xmlns:ns4="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology-6#">orbit</ns4:Harvesting> <ns5:ProductionTechnology xmlns:ns5="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology- 6#">lesstype</ns5:ProductionTechnology> <ns6:Soil xmlns:ns6="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology-6#">manual</ns6:Soil> <ns7:SpeciesId xmlns:ns7="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology-6#">afa14055-6a5a-45f2-b233- 7c95d5f3ca74</ns7:SpeciesId> <ns8:TypeOfDieases xmlns:ns8="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology- 6#">beactirial</ns8:TypeOfDieases> <ns9:WheatSeasion xmlns:ns9="http://www.semanticweb.org/dell/ontologies/20 15/0/untitled_ontology-6#">1</ns9:WheatSeasion> <ns10:species xmlns:ns10="http://www.semanticweb.org/dell/ontologies/2 015/0/untitled_ontology-6#">winteroctum</ns10:species> </rdf:Description> </rdf:RDF> 7. WORKING OF SOFTWARE The interface looks like a search engine in which comma separated values are entered. The semantic, meaning is extracted from the search terms and a semantic search is performed where result is prepared on the basis of the logical meaning of the search terms. Like if somebody searches for “NARENDRA WHEAT”, also gets results consisting of searches like “SOIL TYPE” , “HARVESTING Information” and more information of wheat. 8. CONCLUSION AND FUTURE SCOPE The future scope of our work is to apply the potential of Knowledge Representation[12,13,14] along with reasoning in the Web context. The use of semantic web in crop Wheat Information System helps the machine to take the appropriate decision regarding symptoms and cure. In future scope we develop an prototype Wheat ontology that integrate agriculture domain and semantic web. With the help of this ontology farmer retrieve information and check proper condition for harvesting and climate. REFERENCES [1]. Sumit Kumar mishra, Dr. V.K. Singh Anurag Tiwari“Ontology development for agriculture research a case study of wheat “ journal of basic and applied engineering research. [2]. Six Basic Classes of Wheat Minnesota Association of Wheat Growers. [3]. Chalkley , D,(2010), ” Invasive Fungi: Alternaria leaf blight of Wheat –Alternaria triticina”. Systematic mycology and Microbiology laboratory , Agricultural Research Service. Unfitted States Department Of Agriculture Archived From the original on 29 October 2014. [4]. Natalya F. Noy and Deborah L. McGuinness, Ontology Development 101: A Guide for Creating Your First Ontology. [5]. Toby Segaran, Colin Evans, and Jamie Taylor, ―Programming the Semantic Web. [6]. Gómez-Pérez, A., Fernández-López, M., Corcho, O. Ontological Engineering, with examples from the areas of Knowledge Management, e-Commerce and the Semantic Web. Springer, London, Berlin (2003) [7]. Opijnen, Marc van, The European Legal Semantic Web: Completed Building Blocks and Future Work (November 22, 2012). European Legal Access Conference, November 2012. [8]. Amit Sheth,Cartic Ramakrishnan, and Christopher Thomas, 'Semantics for The Semantic Web: the Implicit, the Formal and the Powerful',International Journal on Semantic Web & Information Systems, 1 (no. 1), 2005, pp. 1-18. [9]. 3. Brachman , R.J., McGuinness, D.L., Patel-Schneider, P.F., Resnick, L.A. and Borgida, A. (1991). Living with CLASSIC: When and how to use KL-ONE-like language. Principles of Semantic Networks. J. F. Sowa, editor, Morgan Kaufmann: 401-456 [10]. Legal Semantic Web- A Recommendation System Gaurav Kant, V.K.Singh, M. Darbari, D. Yagyasen4 ,P.K. Shukla International journal ICANI [11]. Bob DuCharme, Learning SPARQL, O’REILLY,2011. [12]. Gómez-Pérez, A., Fernández-López, M., Corcho, O. Ontological Engineering, with examples from the areas of Knowledge Management, e-Commerce and the Semantic Web. Springer, London, Berlin (2003) [13]. D Yagyasen, M Darbari, P K Shukla, V K Singh,(2013). “Diversity and Convergence Issues in Evolutionary Multi- objective Optimization: Application to Agriculture Science”, IERI Procedia, Elsevier. [14]. D Yagyasen, M Darbari, H Ahmed, (2013). “Transforming Non-Living to Living: A Case on Changing Business Environment”, 2013, IERI Procedia, Elsevier.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 45 BIOGRAPHIES Sumit Kumar Mishra received his B.Tech degree from G.B.T.U. in 2013. Currently he is pursuing M.Tech in Software engineering from Babu Banarasi Das University, Lucknow Uttar Pradesh, India. Dr. V.K. Singh Assoc. Prof. & Head - I.T., Babu Banarasi Das National Institute of Technology & Management,Lucknow. India. Gaurav Kant Shankhdhar Assistant Professor, School of Computer Application, BBDU.