Difference between revisions of "Manuals/calci/DBPEDIA"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
*DBpedia allows users to semantically query relationships and properties of Wikipedia resources, including links to other related datasets. | *DBpedia allows users to semantically query relationships and properties of Wikipedia resources, including links to other related datasets. | ||
*Zcubes will display all the information including area,temperature,birth place and Death place etc. | *Zcubes will display all the information including area,temperature,birth place and Death place etc. | ||
− | *For Example,DBPEDIA("Jaipur") gives Semantic Web info about the term Jaipur | + | *This is same as THINK(). |
− | + | *For Example,DBPEDIA("Jaipur") gives Semantic Web info about the term Jaipur. | |
==Example== | ==Example== | ||
DBPEDIA("Trivandrum") | DBPEDIA("Trivandrum") | ||
− | [File:Dbpedia.png] | + | |
+ | [[File:Dbpedia.png]] | ||
==See Also== | ==See Also== | ||
+ | *[[Manuals/calci/DIAG | DIAG]] | ||
+ | *[[Manuals/calci/DSUM | DSUM]] | ||
+ | *[[Manuals/calci/DSTDEV | DSTDEV]] | ||
+ | |||
+ | ==References== | ||
+ | [https://en.wikipedia.org/wiki/DBpedia DBPedia] | ||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] | ||
==References== | ==References== | ||
[https://en.wikipedia.org/wiki/DBpedia DBPedia] | [https://en.wikipedia.org/wiki/DBpedia DBPedia] |
Latest revision as of 03:32, 10 March 2020
DBPEDIA(Topic,SubTopic,DoRecalcFlag,WithDisplay)
- is any topic to get information.
Description
- This function will give the all the information about the given topic.
- In DBPEDIA,DB stands for Database.
- DBPEDIA is a project aiming to extract structured content from the information created in the Wikipedia project.
- This structured information is made available on the World Wide Web.
- DBpedia allows users to semantically query relationships and properties of Wikipedia resources, including links to other related datasets.
- Zcubes will display all the information including area,temperature,birth place and Death place etc.
- This is same as THINK().
- For Example,DBPEDIA("Jaipur") gives Semantic Web info about the term Jaipur.
Example
DBPEDIA("Trivandrum")
See Also
References