Voorlopige indiening
This commit is contained in:
parent
130ff622c9
commit
6f1b252f52
7 changed files with 355 additions and 62 deletions
65
documentatie/bibliography.bib
Normal file
65
documentatie/bibliography.bib
Normal file
|
@ -0,0 +1,65 @@
|
|||
@book{boizumault-1993,
|
||||
author = {given-i=P, given=Patrice, family=Boizumault},
|
||||
date = {1993-12-31},
|
||||
doi = {10.1515/9781400863440},
|
||||
publisher = {Princeton University Press},
|
||||
title = {The Implementation of Prolog},
|
||||
url = {https://doi.org/10.1515/9781400863440},
|
||||
}
|
||||
|
||||
@book{toman-2008,
|
||||
author = {Toman, David},
|
||||
booktitle = {{Computational Logic}},
|
||||
title = {Chapter 9. SLD-Resolution And Logic Programming (PROLOG)},
|
||||
pages = {410--475},
|
||||
publisher = {University of Waterloo},
|
||||
year = {2008},
|
||||
url = {https://cs.uwaterloo.ca/~david/cl/}
|
||||
}
|
||||
|
||||
@book{deransart-1996,
|
||||
author = {given-i=P, given=Pierre, family=Deransart and given-i=A, given=AbdelAli, family=Ed-Dbali and given-i=L, given=Laurent, family=Cervoni},
|
||||
date = {1996-01-01},
|
||||
doi = {10.1007/978-3-642-61411-8},
|
||||
title = {Prolog: The Standard},
|
||||
url = {https://doi.org/10.1007/978-3-642-61411-8},
|
||||
}
|
||||
|
||||
@misc{enwiki:1274527056,
|
||||
author = "{Wikipedia contributors}",
|
||||
title = "Comparison of Prolog implementations --- {Wikipedia}{,} The Free Encyclopedia",
|
||||
year = "2025",
|
||||
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Comparison_of_Prolog_implementations&oldid=1274527056}",
|
||||
note = "[Online; accessed 12-May-2025]"
|
||||
}
|
||||
|
||||
@article{iso1995iec,
|
||||
title={IEC 13211-1: 1995: Information Technology—Programming Languages—Prolog—Part 1: General Core},
|
||||
author={ISO, ISO and ISO, IEC},
|
||||
journal={ISO: Geneva, Switzerland},
|
||||
pages={1--199},
|
||||
year={1995}
|
||||
}
|
||||
|
||||
@book{russell2016,
|
||||
author = {Russell, Stuart and Norvig, Peter},
|
||||
booktitle = {{Artificial Intelligence A Modern Approach, Global Edition}},
|
||||
title = {Chapter 9. Inference in First-Order Logic},
|
||||
abstract = {{For one or two-semester, undergraduate or graduate-level courses in Artificial Intelligence.
|
||||
The long-anticipated revision of this best-selling text offers the most comprehensive, up-to-date introduction to the theory and practice of artificial intelligence.
|
||||
}},
|
||||
pages = {325--345},
|
||||
publisher = {Pearson Deutschland},
|
||||
year = {2016},
|
||||
isbn = {9781292153964},
|
||||
doi = {},
|
||||
url = {https://elibrary.pearson.de/book/99.150005/9781292153971}
|
||||
}
|
||||
|
||||
@software{unknown-author-2025,
|
||||
date = {2025-04-25},
|
||||
title = {SWI-Prolog},
|
||||
type = {software},
|
||||
url = {https://www.swi-prolog.org/},
|
||||
version = {9.3.24},
|
||||
}
|
Reference in a new issue