3. G. Antoniou, D. Billington, G. Governatori and M.J. Maher. A exible framework

Size: px
Start display at page:

Download "3. G. Antoniou, D. Billington, G. Governatori and M.J. Maher. A exible framework"

Transcription

1 3. G. Antoniou, D. Billington, G. Governatori and M.J. Maher. A exible framework for defeasible logics. In Proc. 17th American National Conference on Articial Intelligence (AAAI-2000), G. Antoniou, D. Billington, G. Governatori and M.J. Maher. Representation results for defeasible logic. ACM Transactions on Computational Logic 2 (2001): 255{ D. Billington. Defeasible Logic is Stable. Journal of Logic and Computation 3 (1993): 370{ G. Brewka. On the Relationship between Defeasible Logic and Well-Founded Semantics. In Proc. Logic Programming and Nonmonotonic Reasoning Conference, LNCS 2173, 2001, 121{ J.P. Delgrande, T Schaub and H. Tompits. Logic Programs with Compiled Preferences. In Proc. ECAI'2000, 464{ M. Gelfond and V. Lifschitz. The stable model semantics for logic programming. In Proc. International Conference on Logic Programming, MIT Press 1988, 1070{ M. Gelfond and V. Lifschitz. Classical negation in logic programs and deductive databases. New Generation Computing 9 (1991): 365{ G. Governatori, A. ter Hofstede and P. Oaks. Defeasible Logic for Automated Negotiation. In Proc. Fifth CollECTeR Conference on Electronic Commerce, Brisbane B.N. Grosof. Prioritized conict handling for logic programs. In Proc. International Logic Programming Symposium, MIT Press 1997, 197{ B.N. Grosof, Y. Labrou and H.Y. Chan. A Declarative Approach to Business Rules in Contracts: Courteous Logic Programs in XML. In Proc. 1st ACM Conference on Electronic Commerce (EC-99), ACM Press K. Kunen. Negation in Logic Programming. Journal of Logic Programming 4 (1987): 289{ M.J. Maher. A Denotational Semantics for Defeasible Logic. In Proc. First International Conference on Computational Logic, LNAI 1861, Springer, 2000, M.J. Maher. Propositional Defeasible Logic has Linear Complexity. Theory and Practice of Logic Programming, 1 (6), 691{711, M. Maher and G. Governatori. A Semantic Decomposition of Defeasible Logics. In Proc. American National Conference on Articial Intelligence (AAAI-99), AAAI/MIT Press 1999, 299{ M.J. Maher, A. Rock, G. Antoniou, D. Billington and T. Miller. Ecient Defeasible Reasoning Systems. In Proc. 12th IEEE International Conference on Tools with Articial Intelligence (ICTAI 2000), IEEE 2000, V. Marek and M. Truszczynski. Nonmonotonic Logic. Springer L. Morgenstern. Inheritance Comes of Age: Applying Nonmonotonic Techniques to Problems in Industry. Articial Intelligence, 103 (1998): 1{ D. Nute. Defeasible Logic. In D.M. Gabbay, C.J. Hogger and J.A. Robinson (eds.): Handbook of Logic in Articial Intelligence and Logic Programming Vol. 3, Oxford University Press 1994, 353{ H. Prakken. Logical Tools for Modelling Legal Argument: A Study of Defeasible Reasoning in Law. Kluwer Academic Publishers D.M. Reeves, B.N. Grosof, M.P. Wellman, and H.Y. Chan. Towards a Declarative Language for Negotiating Executable Contracts, Proceedings of the AAAI- 99 Workshop on Articial Intelligence in Electronic Commerce (AIEC-99), AAAI Press / MIT Press, 1999.

2 (c) If D is decisive then the implications (a) and (b) are also true in the opposite direction. That is, if D is decisive, then the stable model semantics of P (D) corresponds to the provability in defeasible logic. However part (c) is not true in the general case, as the following example shows. Example 5. Consider the defeasible theory r 1 : ) :p r 2 : p ) p In defeasible logic, +@:p cannot be proven because we cannot derive?@p. However, blocked(r 2 ) is included in the only stable model of P (D), so def-:p is a sceptical conclusion of P (D) under stable model semantics. If we wish to have an equivalence result without the condition of decisiveness, then we must use a dierent logic programming semantics, namely Kunen semantics. Theorem 3. (a) D ` +p, P (D) `K strict-p. (b) D `?p, P (D) `K not strict-p. (c) D ` +@p, P (D) `K def-p. (d) D `?@p, P (D) `K not def-p. 6 Conclusion We motivated and presented a translation of defeasible theories into logic programs, such that the defeasible conclusions of the former correspond exactly with the sceptical conclusions of the latter under the stable model semantics, if a condition of decisiveness is satised. If decisiveness is not satised, we have to use Kunen semantics instead. This paper closes an important gap in the theory of nonmonotonic reasoning, in that it relates defeasible logic with mainstream semantics of logic programming. This result is particularly important, since defeasible reasoning is one of the most successful nonmonotonic reasoning paradigms in applications. References 1. G. Antoniou, D. Billington and M.J. Maher. On the analysis of regulations using defeasible rules. In Proc. 32nd Hawaii International Conference on Systems Science, G. Antoniou, M.J. Maher and D. Billington. Defeasible Logic versus Logic Programming without Negation as Failure, Journal of Logic Programming, 42 (2000):

3 d 1 (r 1 ) : def-p not strict-:p; ok(r 1 ): d 2 (r 1 ) : ok(r 1 ) ok 0 (r 1 ; r 2 ): d 3 (r 1 ) : ok 0 (r 1 ; r 2 ) blocked(r 2 ): d 1 (r 2 ) : def-:p not strict-p; ok(r 2 ): d 2 (r 2 ) : ok(r 2 ) ok 0 (r 2 ; r 1 ): d 3 (r 2 ) : ok 0 (r 2 ; r 1 ) blocked(r 1 ): d 1 (r 3 ) : def-q not strict-:q; ok(r 3 ): d 2 (r 3 ) : ok(r 3 ) ok 0 (r 3 ; r 4 ): d 3 (r 3 ) : ok 0 (r 3 ; r 4 ) blocked(r 4 ): d 1 (r 4 ) : def-:q def-p; not strict-q; ok(r 4 ): d 2 (r 4 ) : ok(r 4 ) ok 0 (r 4 ; r 3 ): d 3 (r 4 ) : ok 0 (r 4 ; r 3 ) blocked(r 3 ): d 4 (r 4 ) : blocked(r 4 ) not def-p: fblocked(r 4 ); ok 0 (r 3 ; r 4 ); ok(r 3 ); def-qg is the only stable model. 5 Properties of the Translation We begin with an observation on the size of the translation. By the size of a defeasible theory, we mean the number of rules. Proposition 1. The size of P (D) is bound by L + n (3 + L) + n 2, where n is the number of rules in D and L the number of literals occurring in D. Next we establish relationships between D and its translation P (D). To do so we must select appropriate logic program semantics to interpret not. First we consider stable model semantics. Theorem 1. (a) D ` +p, strict-p is included in all stable models of P (D). (b) D `?p ) strict-p is not included in any stable model of P (D). (c) If D is decisive on denite conclusions then the implication (b) is also true in the opposite direction. A defeasible theory D is decisive on denite conclusions if, for every literal p, either D ` +p or D `?p. Recall that D is decisive if, for every literal p, either D ` +@p or D `?@p. Theorem 2. Suppose D is decisive on denite conclusions. (a) D ` +@p ) def-p is included in all stable models of P (D). (b) D `?@p ) def-p is not included in any stable model of P (D).

4 b(p) : def-p strict-p for every literal p. Intuitively, strict-p means that p is strictly provable, and defp that p is defeasibly provable. And the clause b(p) corresponds to the condition (1) in the +@ inference condition: a literal p is defeasibly provable if it is strictly provable. Next we turn our attention to defeasible rules and consider r : fq 1 ; : : : ; q n g ) p r is translated into the following set of clauses: d 1 (r) : def-p def-q 1 ; : : : ; def-q n ; not strict- p; ok(r): d 2 (r) : ok(r) ok 0 (r; s 1 ); : : : ; ok 0 (r; s m ), where R[ p] = fs 1 ; : : : ; s m g. d 3 (r; s) : ok 0 (r; s) blocked(s), for all s 2 R[ p]. d 4 (r; q i ) : blocked(r) not def-q i, for all i 2 f1; : : :; ng. In the above, the predicates ok; ok 0 and blocked are new and pairwise disjoint. { d 1 (r) says that to prove p defeasibly by applying r, we must prove all the antecedents of r, the negation of p should not be strictly provable, and it must be ok to apply r. { The clause d 2 (r) says when it is ok to apply a rule r with head p: we must check that it is ok to apply r w.r.t. every rule with head p. { d 3 (r; s) says that it is ok to apply r w.r.t. s if s is blocked. Obviously this clause would look more complicated if we had considered priorities, instead of compiling them into the defeasible theory prior to the translation. Indeed, in the present framework we could have used a somewhat simpler translation, replacing d 1, d 2, and d 3 by def-p def-q 1 ; : : : ; def-q n ; not strict- p; blocked(s 1 ); : : : ; blocked(s m ) but chose to maintain the intuitive nature of the translation in its present form. { Finally, d 4 species the only way a rule r can be blocked: it must be impossible to prove one of its antecedents. For a defeasible theory D we dene P (D) to be the union of all clauses a(r); b(p); d 1 (r); d 2 (r); d 3 (r; s) and d 4 (r; q i ). Example 4. We consider the defeasible theory from Example 1: r 1 : ) p r 2 : ) :p r 3 : ) q r 4 : p ) :q Its translation looks as follows:

5 Finally, there is a aw in the use of explicit (or classical) negation in the translated program to represent explicit negation in the defeasible theory. Logic programs, under the answer set semantics, react to an inconsistency by inferring all literals whereas defeasible logic is paraconsistent. As a consequence, the translated program does not reect the behavior of defeasible logic when an inconsistency is involved, as in the following example. Example 3. Consider the defeasible theory! p! :p! q The translation is p :p q The only answer set of this program is fp; :p; q; :qg which does not agree with defeasible logic: the literal :q is included in the answer set but is not strictly provable in defeasible logic. 4.2 A Translation Using Control Literals Above we outlined the reasons why a direct translation of a defeasible theory into a logic program must fail. Here we propose a dierent translation which uses \control literals" that carry meaning regarding the applicability status of rules. First we translate strict rules. In defeasible logic, strict rules play a twofold role: on one hand they can be used to derive undisputed conclusions if all their antecedents have been strictly proved. And on the other hand they can be used essentially as defeasible rules, if their antecedents are defeasibly provable. These two roles can be clearly seen in the inference condition +@ is section 2. To capture both uses we introduce mutually disjoint copies strict-p and defp, for all literals p. Note that this way the logic program we get does not have classical negation, as in the previous section. Among others, this solution avoids the problem illustrated by Example 3. Given a strict rule r : fq 1 ; : : : ; q n g! p we translate it into the program clause a(r) : strict-p strict-q 1 ; : : : ; strict-q n. Additionally, we introduce the clause

6 p q 1 ; : : :; q n ; not p. Unfortunately this translation does not lead to a correspondence between the defeasible conclusions and the sceptical conclusions in answer set semantics, as the following example demonstrates. Example 1. Consider the defeasible theory ) p ) :p ) q p ) :q Here q is defeasibly provable because the only rule with head :q is not applicable, because?@p. However, the translated logic program p not :p: :p not p: q not :q: :q p; not q: has three answer sets, fp; qg, fp; :qg and f:p; qg. Thus none of p; :p; q; :q is included in all stable models. The example above demonstrates that the translation does not capture the ambiguity blocking behaviour of defeasible logic (ambiguity of p is not propagated to the dependent atom q). But even if we try to overcome this problem by considering an ambiguity propagating defeasible logic instead [3], there remains the problem of oating conclusions, as the following example demonstrates. Example 2. Consider the defeasible theory ) p ) :p p ) q :p ) q In defeasible logic, q is not defeasibly provable because neither p nor :p are defeasibly provable. However, the translation p not :p: :p not p: q p; not :q: q :p; not :q: has two answer sets, fp; qg and f:p; qg, so q is a sceptical conclusion under the answer set semantics.

7 3.2 Kunen Semantics Kunen semantics [13] is a 3-valued semantics for logic programs. An interpretation is a mapping from ground atoms to one of the three truth values t, f and u, which denote true, false and unknown, respectively. This mapping can be extended to arbitrary formulas using Kleene's 3-valued logic. Kleene's truth tables can be summarized as follows. If ' is a boolean combination of atoms with truth values t, f or u, its truth value is t i all possible ways of putting t or f for the various u-values lead to a value t being computed in ordinary (2-valued) logic; ' gets the value f i not ' gets the value t; and ' gets the value u otherwise. These truth values can be extended in the obvious way to predicate logic, thinking of the quantiers as innite conjunctions or disjunctions. The Kunen semantics of a program P is obtained from a sequence fi n g of interpretations, dened as follows: 1. I 0 () = u for every atom. 2. I n+1 () = t i for some clause ' in the program, I n (') = t. 3. I n+1 () = f i for all clauses ' in the program, I n (') = f. 4. I n+1 () = u if neither 2. nor 3. applies. We shall say that the Kunen semantics of P supports, written P `K, i there is an interpretation I n, for some nite n, such that I n () = t. 4 A Translation of Defeasible Theories into Logic Programs 4.1 A Direct Translation that Fails Here we consider the most natural translation of a defeasible theory into logic programs. Since in defeasible logic both positive and negative literals are used, the translation in this section yields an extended logic program. We will consider the answer set semantics for extended logic programs [9], which is a generalisation of the stable model semantics. A natural translation of a defeasible theory into a logic program would look as follows. A strict rule fq 1 ; : : : ; q n g! p is translated into the program clause p q 1 ; : : :; q n. And a defeasible rule fq 1 ; : : : ; q n g ) p is translated into

8 If P (i + 1) = +@q then either (1) +q 2 P (1::i) or (2) (2.1) 9r 2 R[q] 8a 2 A(r) : +@a 2 P (1::i) and (2.2)? q 2 P (1::i) and (2.3) 8s 2 R[ q]9a 2 A(s) :?@a 2 P (1::i) Let us illustrate this denition. To show that q is provable defeasibly we have two choices: (1) We show that q is already denitely provable; or (2) we need to argue using the defeasible part of D as well. In particular, we require that there must be a strict or defeasible rule with head q which can be applied (2.1). But now we need to consider possible \counterattacks", that is, reasoning chains in support of q. To be more specic: to prove q defeasibly we must show that q is not denitely provable (2.2). Also (2.3) we must consider the set of all rules which are not known to be inapplicable and which have head q. Essentially each such rule s attacks the conclusion q. For q to be provable, each such rule s must have been established as non-applicable. A defeasible theory D is called decisive i for every literal p, either D `?@p or D ` +@p. Not every defeasible theory satises this property. For example, in the theory consisting of the single rule p ) p neither?@p nor +@p is provable. However, decisiveness is guaranteed in defeasible theories with an acyclic atom dependency graph [5]. 3 Semantics of Logic Programs A logic program P is a nite set of program clauses. A program clause r has the form A B 1 ; : : : ; B n ; not C 1 ; : : : ; not C m where A; B 1 ; : : : B n ; C 1 ; : : : ; C m are positive literals. 3.1 Stable Model Semantics Let M be a subset of the Herbrand base. We call a ground program clause A B 1 ; : : : ; B n ; not C 1 ; : : : ; not C m irrelevant w.r.t. M if at least one C i is included in M. Given a logic program P, we dene the reduct of P w.r.t. M, denoted by P M, to be the logic program obtained from ground(p ) by 1. removing all clauses that are irrelevant w.r.t. M, and 2. removing all premises not C i from all remaining program clauses. Note that the reduct P M is a denite logic program, and we are no longer faced with the problem of assigning semantics to negation, but can use the least Herbrand model instead. M is a stable model of P i M = M P M.

9 A rule r : A(r),! C(r) consists of its unique label r, its antecedent A(r) (A(r) may be omitted if it is the empty set) which is a nite set of literals, an arrow,! (which is a placeholder for concrete arrows to be introduced in a moment), and its head (or consequent) C(r) which is a literal. In writing rules often we omit set notation for antecedents and sometimes we omit the label when it is not relevant for the context. There are two kinds of rules, each represented by a dierent arrow. Strict rules use! and defeasible rules use ). Given a set R of rules, we denote the set of all strict rules in R by R s, and the set of defeasible rules in R by R d. R[q] denotes the set of rules in R with consequent q. A defeasible theory D is a nite set of rules R. 2.3 Proof Theory A conclusion of a defeasible theory D is a tagged literal. A conclusion has one of the following four forms: { +q, which is intended to mean that the literal q is denitely provable, using only strict rules. {?q, which is intended to mean that q is provably not strictly provable (nite failure). { +@q, which is intended to mean that q is defeasibly provable in D. {?@q which is intended to mean that we have proved that q is not defeasibly provable in D. Provability is dened below. It is based on the concept of a derivation (or proof) in D = R. A derivation is a nite sequence P = P (1); : : :; P (n) of tagged literals satisfying the following conditions. The conditions are essentially inference rules phrased as conditions on proofs. P (1::i) denotes the initial part of the sequence P of length i. +: If P (i + 1) = +q then 9r 2 R s [q] 8a 2 A(r) : +a 2 P (1::i) That means, to prove +q we need to establish a proof for q using strict rules only. This is a deduction in the classical sense { no proofs for the negation of q need to be considered (in contrast to defeasible provability below, where opposing chains of reasoning must be taken into account, too).?: If P (i + 1) =?q then 8r 2 R s [q] 9a 2 A(r) :?a 2 P (1::i) The denition of? is the so-called strong negation of +: normal negation rules like De-Morgan rules are applied to the denition, + is replaced by?, and vice versa. Therefore in the following we may omit giving inference conditions of both + and?.

10 Strict rules are rules in the classical sense: whenever the premises are indisputable (e.g. facts) then so is the conclusion. An example of a strict rule is \Emus are birds". Written formally: emu(x)! bird(x): Defeasible rules are rules that can be defeated by contrary evidence. An example of such a rule is \Birds typically y"; written formally: bird(x) ) flies(x): The idea is that if we know that something is a bird, then we may conclude that it ies, unless there is other, not inferior, evidence suggesting that it may not y. The superiority relation among rules is used to dene priorities among rules, that is, where one rule may override the conclusion of another rule. For example, given the defeasible rules r : bird(x) ) flies(x) r 0 : brokenw ing(x) ) :flies(x) which contradict one another, no conclusive decision can be made about whether a bird with broken wings can y. But if we introduce a superiority relation > with r 0 > r, with the intended meaning that r 0 is strictly stronger than r, then we can indeed conclude that the bird cannot y. It is worth noting that, in defeasible logic, priorities are local in the following sense: Two rules are considered to be competing with one another only if they have complementary heads. Thus, since the superiority relation is used to resolve conicts among competing rules, it is only used to compare rules with complementary heads; the information r > r 0 for rules r; r 0 without complementary heads may be part of the superiority relation, but has no eect on the proof theory. [4] showed that there is a constructive, conclusion-preserving transformation which takes an arbitrary defeasible theory and translates it into a theory which has only strict rules and defeasible rules. For the sake of simplicity, we will assume in this paper that indeed a defeasible theory consists only of strict rules and defeasible rules. 2.2 Formal Denition In this paper we restrict attention to essentially propositional defeasible logic. Rules with free variables are interpreted as rule schemas, that is, as the set of all ground instances; in such cases we assume that the Herbrand universe is nite. We assume that the reader is familiar with the notation and basic notions of propositional logic. If q is a literal, q denotes the complementary literal (if q is a positive literal p then q is :p; and if q is :p, then q is p). Rules are dened over a language (or signature), the set of propositions (atoms) and labels that may be used in the rule.

11 Markup Language and for current W3C activities on rules. Therefore defeasible reasoning is arguably the most successful subarea in nonmonotonic reasoning as far as applications and integration to mainstram IT is concerned. Recent theoretical work on defeasible logics has: (i) established some relationships to other logic programming approaches without negation as failure [2]; (ii) analysed the formal properties of these logics [4, 14, 15], and (iii) has delivered ecient implementations [17]. However the problem remains that defeasible logic is not rmly linked to the mainstream of nonmonotonic reasoning, in particular the semantics of logic programs. This paper aims at resolving this problem. Our initial approach is to consider answer set semantics of logic programs [9] and use a natural, direct translation (defeasible rules translated into \normal defaults"). We discuss why this translation cannot be successful. Then we dene a second translation which makes use of control literals, similar to those used in [7]. Under this translation of a defeasible theory D into a logic program P (D) we can show that p is defeasibly provable in D () p is included in all stable models of P (D). () However this result can only be shown under the additional condition of decisiveness: for every literal q, either +@q or?@q can be derived. A sucient condition for decisiveness is the absence of cycles in the atom dependency graph. If we wish to drop decisiveness, () holds only in one direction, from left to right. We show that if we wish the equivalence in the general case, we need to use another semantics for logic programs, namely Kunen semantics [13]. There is previous work relating defeasible logic and logic programs. [16] showed that the notion of failure in defeasible logic corresponds to Kunen semantics. That work used a metaprogram to express defeasible logic in logic programming terms. The translation we present here is more direct. [6] provided a translation of a dierent defeasible logic to logic programs with well-founded semantics, but that translation does not provide a characterization of the defeasible logic. The paper is organised as follows. Sections 2 and 3 present the basics of defeasible logic and logic programming semantics, respectively. Section 4 presents our translation and its ideas, while section 5 contains the main results. 2 Defeasible Logic 2.1 A Language for Defeasible Reasoning A defeasible theory (a knowledge base in defeasible logic) consists of three dierent kinds of knowledge: strict rules, defeasible rules, and a superiority relation. (Fuller versions of defeasible logic also have facts and defeaters, but [4] shows that they can be simulated by the other ingredients).

12 Embedding Defeasible Logic into Logic Programs G. Antoniou 1 and M.J. Maher 2 1 Department of Computer Science, University of Bremen ga@tzi.de 2 Department of Mathematical and Computer Sciences, Loyola University Chicago mjm@math.luc.edu Abstract. Defeasible reasoning is a simple but ecient approach to nonmonotonic reasoning that has recently attracted considerable interest and that has found various applications. Defeasible logic and its variants are an important family of defeasible reasoning methods. So far no relationship has been established between defeasible logic and mainstream nonmonotonic reasoning approaches. In this paper we establish close links to known semantics of extended logic programs. In particular, we give a translation of a defeasible theory D into a program P (D). We show that under a condition of decisiveness, the defeasible consequences of D correspond exactly to the sceptical conclusions of P (D) under the stable model semantics. Without decisiveness, the result holds only in one direction (all defeasible consequences of D are included in all stable models of P (D)). If we wish a complete embedding for the general case, we need to use the Kunen semantics of P (D), instead. 1 Introduction Defeasible reasoning is a nonmonotonic reasoning [18] approach in which the gaps due to incomplete information are closed through the use of defeasible rules that are usually appropriate. Defeasible logics were introduced and developed by Nute over several years [20]. These logics perform defeasible reasoning, where a conclusion supported by a rule might be overturned by the eect of another rule. Roughly, a proposition p can be defeasibly proved (+@p) only when a rule supports it, and it has been demonstrated that no applicable rule supports :p; this demonstration makes use of statements?@q which mean intuitively that an attempt to prove q defeasibly has failed nitely. These logics also have a monotonic reasoning component, and a priority on rules. One advantage of Nute's design was that it was aimed at supporting ecient reasoning, and in our work we follow that philosophy. Defeasible reasoning has recently attracted considerable interest. Its use in various application domains has been advocated, including the modelling of regulations and business rules [19, 12, 1], modelling of contracts [22], legal reasoning [21] and agent negotiations [10]. In fact, defeasible reasoning (in the form of courteous logic programs [11]) provides a foundation for IBM's Business Rules

Argumentation Semantics for Defeasible Logics

Argumentation Semantics for Defeasible Logics Argumentation Semantics for Defeasible Logics G. Governatori 1, M.J. Maher 2, G. Antoniou 2, and D. Billington 2 1 School of Information Systems, Queensland University of Technology, GPO Box 2434 Brisbane,

More information

A Comparison of Sceptical NAF-Free Logic Programming Approaches

A Comparison of Sceptical NAF-Free Logic Programming Approaches A Comparison of Sceptical NAF-Free Logic Programming Approaches G. Antoniou, M.J. Maher, Billington, G. Governatori CIT, Griffith University Nathan, QLD 4111, Australia {ga,mjm,db,guido}@cit.gu.edu.au

More information

A Semantic Decomposition of Defeasible Logics

A Semantic Decomposition of Defeasible Logics From: AAAI-99 Proceedings. Copyright 1999, AAAI (www.aaai.org). All rights reserved. A Semantic Decomposition of Defeasible Logics M.J. Maher and G. Governatori School of Computing and Information Technology,

More information

Graphical Representation of Defeasible Logic Rules Using Digraphs

Graphical Representation of Defeasible Logic Rules Using Digraphs Graphical Representation of Defeasible Logic Rules Using Digraphs Efstratios Kontopoulos and Nick Bassiliades Department of Informatics, Aristotle University of Thessaloniki, GR-54124 Thessaloniki, Greece

More information

Argumentation Semantics for Defeasible Logic

Argumentation Semantics for Defeasible Logic Argumentation Semantics for Defeasible Logic Guido Governatori School of Information Technology and Electrical Engineering, The University of Queensland, Brisbane, QLD 4072, Australia email: guido@itee.uq.edu.au

More information

A Flexible Framework for Defeasible Logics

A Flexible Framework for Defeasible Logics From: AAAI-00 Proceedings. Copyright 2000, AAAI (www.aaai.org). All rights reserved. A Flexible Framework for Defeasible Logics G. Antoniou and D. Billington and G. Governatori and M.J. Maher School of

More information

Dialogue Games in Defeasible Logic

Dialogue Games in Defeasible Logic Dialogue Games in Defeasible Logic S. Thakur 1, G. Governatori 1, V. Padmanabhan 2 and J. Eriksson Lundström 3 1 School of Information Technology and Electrical Engineering The University of Queensland,

More information

A System for Nonmonotonic Rules on the Web

A System for Nonmonotonic Rules on the Web A System for Nonmonotonic Rules on the Web Grigoris Antoniou and Antonis Bikakis Computer Science Department, University of Crete, Greece Institute of Computer Science, FORTH, Greece {ga,bikakis}@csd.uoc.gr

More information

Relating Concrete Argumentation Formalisms and Abstract Argumentation

Relating Concrete Argumentation Formalisms and Abstract Argumentation Technical Communications of ICLP 2015. Copyright with the Authors. 1 Relating Concrete Argumentation Formalisms and Abstract Argumentation Michael J. Maher School of Engineering and Information Technology

More information

Defeasible Logic for Automated Negotiation

Defeasible Logic for Automated Negotiation Defeasible Logic for Automated Negotiation Guido Governatori, Arthur HM ter Hofstede and Phillipa Oaks Centre for Cooperative Information Systems Faculty of Information Technology Queensland University

More information

Strong and Default Negation in Defeasible Logic Programming

Strong and Default Negation in Defeasible Logic Programming 1 Introduction Strong and Default Negation in Defeasible Logic Programming Alejandro J. García Guillermo R. Simari {ccgarcia, grs}@criba.edu.ar 1 Defeasible Logic Programming [8] (DLP) is an extension

More information

Visualization of Proofs in Defeasible Logic

Visualization of Proofs in Defeasible Logic Visualization of Proofs in Defeasible Logic Ioannis Avguleas 1,2, Katerina Gkirtzou 1,2, Sofia Triantafilou 1,2, Antonis Bikakis 1,2, Grigoris Antoniou 1,2, Efstratios Kontopoulos 3, and Nick Bassiliades

More information

A Knowledge Representation Language for Defeasible Argumentation 1 2

A Knowledge Representation Language for Defeasible Argumentation 1 2 A Knowledge Representation Language for Defeasible Argumentation 1 2 Guillermo R. Simari Alejandro J. García 3 Grupo de Investigación en Inteligencia Artificial (GIIA) Departamento de Ciencias de la Computación

More information

Agents, Epistemic Justification, and Defeasibility

Agents, Epistemic Justification, and Defeasibility Agents, Epistemic Justification, and Defeasibility Donald Nute Department of Philosophy and Artificial Intelligence Center The University of Georgia Athens, GA 30605, U.S.A. dnute@uga.edu Abstract. As

More information

Research Report AI Defeasible Prolog. Donald Nute. Articial Intelligence Programs. The University of Georgia

Research Report AI Defeasible Prolog. Donald Nute. Articial Intelligence Programs. The University of Georgia Research Report AI-1993-04 Defeasible Prolog Donald Nute Articial Intelligence Programs The University of Georgia Athens, Georgia 30602{7415 U.S.A. Copyright c 1993 Donald Nute Defeasible Prolog Donald

More information

Defeasible Reasoning About Beliefs and Desires

Defeasible Reasoning About Beliefs and Desires 11TH NMR WORKSHOP 5.8 Defeasible Reasoning about Beliefs and Desires Defeasible Reasoning About Beliefs and Desires Nicolás D. Rotstein and Alejandro J. García Department of Computer Science and Engineering,

More information

Defeasible Logic Graphs for Decision Support

Defeasible Logic Graphs for Decision Support Defeasible Logic Graphs for Decision Support Donald Nute Artificial Intelligence Center Department of Philosophy The University of Georgia Athens, GA 30602, U.S.A. Katrin Erk Department of Computer Science

More information

A Note on the Efficiency of Indirect Taxes in an Asymmetric Cournot Oligopoly

A Note on the Efficiency of Indirect Taxes in an Asymmetric Cournot Oligopoly Submitted on 16/Sept./2010 Article ID: 1923-7529-2011-01-53-07 Judy Hsu and Henry Wang A Note on the Efficiency of Indirect Taxes in an Asymmetric Cournot Oligopoly Judy Hsu Department of International

More information

1. Department of Decision Sciences & Information Management, Katholieke Universiteit Leuven, Belgium

1. Department of Decision Sciences & Information Management, Katholieke Universiteit Leuven, Belgium October 25-26, 2007 Orlando, Florida Specifying Process-Aware Access Control Rules in SBVR Stijn Goedertier 1, Christophe Mues 2, and Jan Vanthienen 1 1. Department of Decision Sciences & Information Management,

More information

Ad-valorem and Royalty Licensing under Decreasing Returns to Scale

Ad-valorem and Royalty Licensing under Decreasing Returns to Scale Ad-valorem and Royalty Licensing under Decreasing Returns to Scale Athanasia Karakitsiou 2, Athanasia Mavrommati 1,3 2 Department of Business Administration, Educational Techological Institute of Serres,

More information

Normative Systems. The meeting point between Jurisprudence and Information Technology? Luigi Logrippo

Normative Systems. The meeting point between Jurisprudence and Information Technology? Luigi Logrippo Normative Systems The meeting point between Jurisprudence and Information Technology? Luigi Logrippo 1 Main thesis We shall see that Jurisprudence and IT Have some commonalities of concepts and issues

More information

On the equivalence of Defeasible Deontic Logic and Temporal Defeasible Logic

On the equivalence of Defeasible Deontic Logic and Temporal Defeasible Logic On the equivalence of Defeasible Deontic Logic and Temporal Defeasible Logic Marc Allaire and Guido Governatori NICTA Queensland, Brisbane, Australia Abstract. In this paper we formally prove that compliance

More information

DR-CONTRACT: An Architecture for e-contracts in Defeasible Logic

DR-CONTRACT: An Architecture for e-contracts in Defeasible Logic DR-CONTRACT: An Architecture for e-contracts in Defeasible Logic Guido Governatori* and Duy Hoang Pham NICTA, Queensland Research Laboratory, Brisbane, Australia email: {guido.governatori,duyhoang.pham}@nicta.com.au

More information

DR-Prolog: A System for Reasoning with Rules and Ontologies on the Semantic Web

DR-Prolog: A System for Reasoning with Rules and Ontologies on the Semantic Web DR-Prolog: A System for Reasoning with Rules and Ontologies on the Semantic Web Grigoris Antoniou and Antonis Bikakis Institute of Computer Science, FO.R.T.H Vassilika Vouton, P.O. Box 1385, GR 71110,

More information

Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission.

Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission. Durability and Monopoly Author(s): R. H. Coase Source: Journal of Law and Economics, Vol. 15, No. 1 (Apr., 1972), pp. 143-149 Published by: The University of Chicago Press Stable URL: http://www.jstor.org/stable/725018

More information

Easy Legals Avoiding the costly mistakes most people make when buying a property including buyer s checklist

Easy Legals Avoiding the costly mistakes most people make when buying a property including buyer s checklist Easy Legals Avoiding the costly mistakes most people make when buying a property including buyer s checklist Our Experience is Your Advantage 1. Why is this guide important? Thank you for ordering this

More information

Grounded Consequence for Defeasible Logic

Grounded Consequence for Defeasible Logic Grounded Consequence for Defeasible Logic Antonelli applies some of the techniques developed in Kripke s approach to the paradoxes to generalize some of the most popular formalisms for non-monotonic reasoning,

More information

Building Control Regulations APPLICABILITY OF PROVISIONS OF S.I.9 OF 2014 TO HOUSE EXTENSIONS 16 January 2015 Eoin O Cofaigh

Building Control Regulations APPLICABILITY OF PROVISIONS OF S.I.9 OF 2014 TO HOUSE EXTENSIONS 16 January 2015 Eoin O Cofaigh 1 Building Control Regulations APPLICABILITY OF PROVISIONS OF S.I.9 OF 2014 TO HOUSE EXTENSIONS 16 January 2015 Eoin O Cofaigh The author is an architect in private practice and is not legally qualified.

More information

Tutorial - Part IV Applications Serena Villata

Tutorial - Part IV Applications Serena Villata Tutorial - Part IV Applications Serena Villata INRIA Sophia Antipolis, France Licenses in the Web of Data the absence of clarity for data consumers about the terms under which they can reuse a particular

More information

The Analytic Hierarchy Process. M. En C. Eduardo Bustos Farías

The Analytic Hierarchy Process. M. En C. Eduardo Bustos Farías The Analytic Hierarchy Process M. En C. Eduardo Bustos Farías Outline of Lecture Summary MADM ranking methods Examples Analytic Hierarchy Process (AHP) Examples pairwise comparisons normalization consistency

More information

Defeasible Entailment: from Rational Closure to Lexicographic Closure and Beyond

Defeasible Entailment: from Rational Closure to Lexicographic Closure and Beyond Defeasible Entailment: from Rational Closure to Lexicographic Closure and Beyond Giovanni Casini CSC, Université du Luxembourg Luxembourg giovanni.casini@uni.lu Thomas Meyer CAIR & University of Cape Town

More information

Demonstration Properties for the TAUREAN Residential Valuation System

Demonstration Properties for the TAUREAN Residential Valuation System Demonstration Properties for the TAUREAN Residential Valuation System Taurean has provided a set of four sample subject properties to demonstrate many of the valuation system s features and capabilities.

More information

Defeasible Logic on an Embedded Microcontroller

Defeasible Logic on an Embedded Microcontroller Applied Intelligence 13, 259 264, 2000 c 2000 Kluwer Academic Publishers. Manufactured in The Netherlands. Defeasible Logic on an Embedded Microcontroller MICHAEL A. COVINGTON Artificial Intelligence Center,

More information

A Framework for Multiagent Deliberation Based on Dialectical Argumentation

A Framework for Multiagent Deliberation Based on Dialectical Argumentation A Framework for Multiagent Deliberation Based on Dialectical Argumentation A. G. Stankevicius G. R. Simari Grupo de Investigación en Inteligencia Artificial (GIIA) Departamento de Ciencias de la Computación

More information

Volume 35, Issue 1. Hedonic prices, capitalization rate and real estate appraisal

Volume 35, Issue 1. Hedonic prices, capitalization rate and real estate appraisal Volume 35, Issue 1 Hedonic prices, capitalization rate and real estate appraisal Gaetano Lisi epartment of Economics and Law, University of assino and Southern Lazio Abstract Studies on real estate economics

More information

IREDELL COUNTY 2015 APPRAISAL MANUAL

IREDELL COUNTY 2015 APPRAISAL MANUAL STATISTICS AND THE APPRAISAL PROCESS INTRODUCTION Statistics offer a way for the appraiser to qualify many of the heretofore qualitative decisions which he has been forced to use in assigning values. In

More information

The Effect of Relative Size on Housing Values in Durham

The Effect of Relative Size on Housing Values in Durham TheEffectofRelativeSizeonHousingValuesinDurham 1 The Effect of Relative Size on Housing Values in Durham Durham Research Paper Michael Ni TheEffectofRelativeSizeonHousingValuesinDurham 2 Introduction Real

More information

Cube Land integration between land use and transportation

Cube Land integration between land use and transportation Cube Land integration between land use and transportation T. Vorraa Director of International Operations, Citilabs Ltd., London, United Kingdom Abstract Cube Land is a member of the Cube transportation

More information

On the Relationship between Track Geometry Defects and Development of Internal Rail Defects

On the Relationship between Track Geometry Defects and Development of Internal Rail Defects On the Relationship between Track Geometry Defects and Development of Internal Rail Defects Professor Allan M. Zarembski 1, Professor Nii Attoh-Okine 2, Daniel Einbinder 3 1 University of Delaware, Newark,

More information

DR-NEGOTIATE - A System for Automated Agent Negotiation with Defeasible Logic-Based Strategies

DR-NEGOTIATE - A System for Automated Agent Negotiation with Defeasible Logic-Based Strategies DR-NEGOTIATE - A System for Automated Agent Negotiation with Defeasible Logic-Based Strategies Thomas Skylogiannis 1 Grigoris Antoniou 2 1 Department of Computer Science, University of Crete, Greece dogjohn@csd.uoc.gr

More information

COMPARISON OF THE LONG-TERM COST OF SHELTER ALLOWANCES AND NON-PROFIT HOUSING

COMPARISON OF THE LONG-TERM COST OF SHELTER ALLOWANCES AND NON-PROFIT HOUSING COMPARISON OF THE LONG-TERM COST OF SHELTER ALLOWANCES AND NON-PROFIT HOUSING Prepared for The Fair Rental Policy Organization of Ontario By Clayton Research Associates Limited October, 1993 EXECUTIVE

More information

Concession Contracts in Romania

Concession Contracts in Romania Concession Contracts in Romania THE LEGAL REGIME OF NEWLY CREATED ASSETS IN THE CARRYING OUT OF CONCESSION CONTRACTS In Romania, a country whose Constitution specifies that public assets may be exploited

More information

CABARRUS COUNTY 2016 APPRAISAL MANUAL

CABARRUS COUNTY 2016 APPRAISAL MANUAL STATISTICS AND THE APPRAISAL PROCESS PREFACE Like many of the technical aspects of appraising, such as income valuation, you have to work with and use statistics before you can really begin to understand

More information

Village of Scarsdale

Village of Scarsdale Village of Scarsdale VILLAGE HALL / 1001 POST ROAD / SCARSDALE, NY 10583 914.722.1110 / WWW.SCARSDALE.COM Village Wide Revaluation Frequently Asked Questions Q1. How was the land value for each parcel

More information

The agent-based modeling approach to MFM: A call to join forces

The agent-based modeling approach to MFM: A call to join forces The agent-based modeling approach to MFM: A call to join forces Macroeconomic Financial Modeling meeting Sept. 14, 2012, New York City J. Doyne Farmer Mathematics Department and Institute for New Economic

More information

The capitalization rate is essential to any analysis through the income

The capitalization rate is essential to any analysis through the income FEATURES An Argument for Establishing a Standard Method of Capitalization Derivation by Eric T. Reenstierna, MAI The capitalization rate is essential to any analysis through the income capitalization approach.

More information

From: AAAI Technical Report FS Compilation copyright 1993, AAAI ( All rights reserved.

From: AAAI Technical Report FS Compilation copyright 1993, AAAI (  All rights reserved. Defeasible Prolog Donald Nute Artificial Intelligence Programs and Department of Philosophy" The University" of Georgia, Athens, GA 30602, U.S.A dnute@ai.uga.edu d-prolog is a nonmonotonic extension of

More information

Sincerity Among Landlords & Tenants

Sincerity Among Landlords & Tenants Sincerity Among Landlords & Tenants By Mark Alexander, founder of "The Landlords Union" Several people who are looking to rent a property want to stay for the long term, especially when they have children

More information

Architects Accreditation Council of Australia New Zealand Institute of Architects (Inc) New Zealand Ministry for Business, Innovation and Employment

Architects Accreditation Council of Australia New Zealand Institute of Architects (Inc) New Zealand Ministry for Business, Innovation and Employment From: To: CC: Subject: New Zealand Registered Architects Board Australian Productivity Commission mutual.recognition@pc.gov.au Architects Accreditation Council of Australia New Zealand Institute of Architects

More information

In several chapters we have discussed goodness-of-fit tests to assess the

In several chapters we have discussed goodness-of-fit tests to assess the The Basics of Financial Econometrics: Tools, Concepts, and Asset Management Applications. Frank J. Fabozzi, Sergio M. Focardi, Svetlozar T. Rachev and Bala G. Arshanapalli. 2014 John Wiley & Sons, Inc.

More information

arxiv: v2 [cs.ai] 7 Apr 2018

arxiv: v2 [cs.ai] 7 Apr 2018 Under consideration for publication in Theory and Practice of Logic Programming 1 Enabling Reasoning with LegalRuleML arxiv:1711.06128v2 [cs.ai] 7 Apr 2018 HO-PUN LAM and MUSTAFA HASHMI Data61, CSIRO,

More information

Law of Property Study Notes: Real Rights 2014 AfriConsult Group Page 1

Law of Property Study Notes: Real Rights 2014 AfriConsult Group Page 1 LAW OF PROPERTY Real Rights Property law distinguishes between personal rights (also known as creditor s rights and real rights). Real rights refer to a right to an object/thing, whether corporeal or incorporeal

More information

ARIZONA TAX COURT TX /18/2006 HONORABLE MARK W. ARMSTRONG

ARIZONA TAX COURT TX /18/2006 HONORABLE MARK W. ARMSTRONG HONORABLE MARK W. ARMSTRONG CLERK OF THE COURT L. Slaughter Deputy FILED: CAMELBACK ESPLANADE ASSOCIATION, THE JIM L WRIGHT v. MARICOPA COUNTY JERRY A FRIES PAUL J MOONEY PAUL MOORE UNDER ADVISEMENT RULING

More information

Mass appraisal Educational offerings and Designation Requirements. designations provide a portable measurement of your capabilities

Mass appraisal Educational offerings and Designation Requirements. designations provide a portable measurement of your capabilities Mass appraisal Educational offerings and Designation Requirements designations provide a portable measurement of your capabilities WE are IAAO International Association of Assessing Officers We re a professional

More information

DR-NEGOTIATE A System for Automated Agent Negotiation with Defeasible Logic-Based Strategies

DR-NEGOTIATE A System for Automated Agent Negotiation with Defeasible Logic-Based Strategies DR-NEGOTIATE A System for Automated Agent Negotiation with Defeasible Logic-Based Strategies Thomas Skylogiannis 1 Grigoris Antoniou 2 1 Department of Computer Science, University of Crete, Greece dogjohn@csd.uoc.gr

More information

Data Verification. Professional Excellence Bulletin [PP-14-E] February 1995

Data Verification. Professional Excellence Bulletin [PP-14-E] February 1995 Professional Excellence Bulletin [PP-14-E] February 1995 Although obviously a cornerstone of appraisal practice, data verification has not been considered a major problem to real estate appraisers in the

More information

Goods and Services Tax and Mortgage Costs of Australian Credit Unions

Goods and Services Tax and Mortgage Costs of Australian Credit Unions Goods and Services Tax and Mortgage Costs of Australian Credit Unions Author Liu, Benjamin, Huang, Allen Published 2012 Journal Title The Empirical Economics Letters Copyright Statement 2012 Rajshahi University.

More information

Fulfilment of the contract depends on the use of an identified asset; and

Fulfilment of the contract depends on the use of an identified asset; and ANNEXE ANSWERS TO SPECIFIC QUESTIONS Question 1: identifying a lease This revised Exposure Draft defines a lease as a contract that conveys the right to use an asset (the underlying asset) for a period

More information

property even if the parties have no lease arrangement. This is often called an option contract.

property even if the parties have no lease arrangement. This is often called an option contract. In the farming community, lease-to-own refers to certain methods to achieve land ownership. Purchasing a farm with conventional financing is simply not an option (or the best option) for many. Lease-to-own

More information

Groupe de Recherche en Économie et Développement International. Cahier de recherche / Working Paper 04-06

Groupe de Recherche en Économie et Développement International. Cahier de recherche / Working Paper 04-06 Groupe de Recherche en Économie et Développement International Cahier de recherche / Working Paper 4-6 Can Risk Averse Private Entrepreneurs Efficiently Produce Low Income Housing Paul Makdissi Quentin

More information

Change. By Blake Hegeman and Andrew Kantor

Change. By Blake Hegeman and Andrew Kantor Change By Blake Hegeman and Andrew Kantor On July 1, Virginia s real estate agency law changes this is the law that governs how Realtors and their clients do business together. The changes are far from

More information

Viability and the Planning System: The Relationship between Economic Viability Testing, Land Values and Affordable Housing in London

Viability and the Planning System: The Relationship between Economic Viability Testing, Land Values and Affordable Housing in London Viability and the Planning System: The Relationship between Economic Viability Testing, Land Values and Affordable Housing in London Executive Summary & Key Findings A changed planning environment in which

More information

OPINION OF SENIOR COUNSEL FOR GLASGOW ADVICE AGENCY (HOUSING BENEFIT AMENDMENTS

OPINION OF SENIOR COUNSEL FOR GLASGOW ADVICE AGENCY (HOUSING BENEFIT AMENDMENTS OPINION OF SENIOR COUNSEL FOR GLASGOW ADVICE AGENCY (HOUSING BENEFIT AMENDMENTS 1. By email instructions of 9 February 2013, I am asked for my opinion on questions relative to the imminent introduction

More information

Univalent multisets. V through the eyes of the identity type. Håkon Robbestad Gylterud. August 2014

Univalent multisets. V through the eyes of the identity type. Håkon Robbestad Gylterud. August 2014 Univalent multisets V through the eyes of the identity type Håkon Robbestad Gylterud August 2014 Håkon Robbestad Gylterud Univalent multisets Stockholm University 1 / 25 Outline of the talk 1 Present common

More information

Mr Hans Hoogervorst Chairman of the International Accounting Standards Board 30 Cannon Street London EC4M 6XH United Kingdom

Mr Hans Hoogervorst Chairman of the International Accounting Standards Board 30 Cannon Street London EC4M 6XH United Kingdom FO U N D A TI O N «NATI O N A L N O N -G O V E R NM E N T S TA N D A R D -S E TTER «ACCOUNTI NG M E TH O D O LOG I C A L C E N TRE» Moscow, 12 October 2017 4OБ-IASB/2017 Mr Hans Hoogervorst Chairman of

More information

19 Remarkable Secrets For An Effective Listing Presentation!

19 Remarkable Secrets For An Effective Listing Presentation! 19 Remarkable Secrets For An Effective Listing Presentation! Top Listing Agents Never Use The Typical Listing Presentation... 2 Instead They Use A Buyer Focused Listing Presentation. They They actually

More information

Final Project Spring 2008 Carl Leonard Info 510

Final Project Spring 2008 Carl Leonard Info 510 Entry 1: Final Project Spring 2008 Carl Leonard Info 510 Wu, Ko-Chiu; Shyh-Meng; Mao, Kuo-Chen. (2006). Design Information Seeking for Architects, Using Memory Accessibility and Diagnosis. Journal of Architectural

More information

On the Disutility and Discounting of Imprisonment and the Theory of Deterrence

On the Disutility and Discounting of Imprisonment and the Theory of Deterrence Journal of Legal Studies, forthcoming January 1999. On the Disutility and Discounting of Imprisonment and the Theory of Deterrence A. Mitchell Polinsky and Steven Shavell * Abstract: This article studies

More information

MODULE 5-A: LISTING AND SALES CONTRACTS

MODULE 5-A: LISTING AND SALES CONTRACTS MODULE 5-A: LISTING AND SALES CONTRACTS LEARNING OBJECTIVES The contractual relationships between brokers and clients are established through the use of a series of contracts. The listing contract is the

More information

Hunting the Elusive Within-person and Between-person Effects in Random Coefficients Growth Models

Hunting the Elusive Within-person and Between-person Effects in Random Coefficients Growth Models Hunting the Elusive Within-person and Between-person Effects in Random Coefficients Growth Models Patrick J. Curran University of North Carolina at Chapel Hill Introduction Going to try to summarize work

More information

Analysing lessee financial statements and Non-GAAP performance measures

Analysing lessee financial statements and Non-GAAP performance measures February 2019 IFRS Foundation The Essentials Issue No. 5 Analysing lessee financial statements and Non-GAAP performance measures Introduction Investors and company managers generally view free cash flow

More information

Provost v. Moulton, No. S CnC (Katz, J., Dec. 29, 2003)

Provost v. Moulton, No. S CnC (Katz, J., Dec. 29, 2003) Provost v. Moulton, No. S409-03 CnC (Katz, J., Dec. 29, 2003) [The text of this Vermont trial court opinion is unofficial. It has been reformatted from the original. The accuracy of the text and the accompanying

More information

Economic and monetary developments

Economic and monetary developments Box 4 House prices and the rent component of the HICP in the euro area According to the residential property price indicator, euro area house prices decreased by.% year on year in the first quarter of

More information

Acquisition and accessioning

Acquisition and accessioning Acquisition and accessioning PRIMARY PROCEDURE Definition Taking legal ownership of objects, especially (but not always) to add to your longterm collection through the process of accessioning: the formal

More information

Common Errors and Issues in Review

Common Errors and Issues in Review Common Errors and Issues in Review February 1, 2018 Copyright 2018 Appraisal Institute. All rights reserved. Printed in the United States of America. No part of this publication may be reproduced, stored

More information

Objectives of Housing Task Force: Some Background

Objectives of Housing Task Force: Some Background 2 nd Meeting of the Housing Task Force March 12, 2018 World Bank, Washington, DC Objectives of Housing Task Force: Some Background Background What are the goals of ICP comparisons of housing services?

More information

Optimal Apartment Cleaning by Harried College Students: A Game-Theoretic Analysis

Optimal Apartment Cleaning by Harried College Students: A Game-Theoretic Analysis MPRA Munich Personal RePEc Archive Optimal Apartment Cleaning by Harried College Students: A Game-Theoretic Analysis Amitrajeet Batabyal Department of Economics, Rochester Institute of Technology 12 June

More information

AICPA Valuation Services VS Section Statements on Standards for Valuation Services VS Section 100 Valuation of a Business, Business Ownership

AICPA Valuation Services VS Section Statements on Standards for Valuation Services VS Section 100 Valuation of a Business, Business Ownership AICPA Valuation Services VS Section Statements on Standards for Valuation Services VS Section 100 Valuation of a Business, Business Ownership Interest, Security, or Intangible Asset Calculation Engagements

More information

Part 1. Introduction to the Fundamentals of Separating Real Property, Personal Property, and Intangible Business Assets. Preview...

Part 1. Introduction to the Fundamentals of Separating Real Property, Personal Property, and Intangible Business Assets. Preview... Table of Contents Overview... ix Course Schedule... xiii SECTION 1 Part 1. Introduction to the Fundamentals of Separating Real Property, Personal Property, and Intangible Business Assets Preview... 1 Course

More information

Housing market and finance

Housing market and finance Housing market and finance Q: What is a market? A: Let s play a game Motivation THE APPLE MARKET The class is divided at random into two groups: buyers and sellers Rules: Buyers: Each buyer receives a

More information

Principles of Real Estate Chapter 17-Leases And Property Management

Principles of Real Estate Chapter 17-Leases And Property Management Principles of Real Estate Chapter 17-Leases And Property Management This chapter will explain the elements needed for a valid lease, the different rights ascribed to tenants and property owners, and the

More information

Cost-Free Royalties --- Where Valuation Begins and Post-Production Cost Deductions End

Cost-Free Royalties --- Where Valuation Begins and Post-Production Cost Deductions End Cost-Free Royalties --- Where Valuation Begins and Post-Production Cost Deductions End By: Celia C. Flowers and Melanie S. Reyes Texas jurisprudence has long held that the royalty stick of the mineral

More information

Volume Title: Well Worth Saving: How the New Deal Safeguarded Home Ownership

Volume Title: Well Worth Saving: How the New Deal Safeguarded Home Ownership This PDF is a selection from a published volume from the National Bureau of Economic Research Volume Title: Well Worth Saving: How the New Deal Safeguarded Home Ownership Volume Author/Editor: Price V.

More information

BPO Best Practices Guide

BPO Best Practices Guide BPO Best Practices Guide A Step by Step Guide for Completing BPO Reports Version: 1.0.0 Published: 03/01/2011 Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA 19446 2014, All Rights Reserved. Table

More information

Study on Compensation for Real Estate Registration Errors. Dibing Xie1, Ming Luo2

Study on Compensation for Real Estate Registration Errors. Dibing Xie1, Ming Luo2 International Conference on Education, Sports, Arts and Management Engineering (ICESAME 2016) Study on Compensation for Real Estate Registration Errors Dibing Xie1, Ming Luo2 1 Jiangxi College of Applied

More information

Extending the Right to Buy

Extending the Right to Buy Memorandum for the House of Commons Committee of Public Accounts Department for Communities and Local Government Extending the Right to Buy MARCH 2016 4 Key facts Extending the Right to Buy Key facts 1.8m

More information

Case 3:10-cv MO Document 123 Filed 08/02/11 Page 1 of 9 Page ID#: 1439

Case 3:10-cv MO Document 123 Filed 08/02/11 Page 1 of 9 Page ID#: 1439 Case 3:10-cv-00523-MO Document 123 Filed 08/02/11 Page 1 of 9 Page ID#: 1439 IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF OREGON PORTLAND DIVISION JON CHARLES BEYER and SHELLEY RENEE BEYER,

More information

CLTS seminar 24 January 2014

CLTS seminar 24 January 2014 Workshop International perspective on property right regimes Department of Landscape Architecture and Spatial Planning Section of Land Management Norwegian University of Life Science Norway Dr Barbara

More information

DOWNTOWN BEAUMONT CENTRE-VILLE: PARKING MANAGEMENT REPORT

DOWNTOWN BEAUMONT CENTRE-VILLE: PARKING MANAGEMENT REPORT DOWNTOWN BEAUMONT CENTRE-VILLE: PARKING MANAGEMENT REPORT Prepared for: Prepared by: Town of Beaumont Planning & Development Services WATT Consulting Group Our File: 3364.T01 Date: October 5, 2016 1.0

More information

Using rules for assessing and improving data quality: A case study for the Norwegian State of Estate report

Using rules for assessing and improving data quality: A case study for the Norwegian State of Estate report Using rules for assessing and improving data quality: A case study for the Norwegian State of Estate report Ling Shi 1 and Dumitru Roman 2 1 Statsbygg, Pb. 8106 Dep, 0032 Oslo, Norway ling.shi@statsbygg.no

More information

WHEN A PUBLIC AGENCY IS INTERESTED IN ACQUIRING AN EASEMENT

WHEN A PUBLIC AGENCY IS INTERESTED IN ACQUIRING AN EASEMENT Form 6-H When a Public Agency is interested in Acquiring an Easement Booklet WHEN A PUBLIC AGENCY IS INTERESTED IN ACQUIRING AN EASEMENT Introduction This booklet describes important features of the Uniform

More information

Reforming negative gearing to solve our housing affordability crisis additional research.

Reforming negative gearing to solve our housing affordability crisis additional research. Reforming negative gearing to solve our housing affordability crisis additional research. February 2016 About the McKell Institute The McKell Institute is an independent, not-for-profit, public policy

More information

POSITION PAPER ON THE TOPIC OF DIRECT SUPERVISION BY A LICENSED ARCHITECT

POSITION PAPER ON THE TOPIC OF DIRECT SUPERVISION BY A LICENSED ARCHITECT POSITION PAPER ON THE TOPIC OF DIRECT SUPERVISION BY A LICENSED ARCHITECT The Act The Architects Act of 2008 makes reference to direct supervision under Part 35, Clause (c) wherein it states that: Nothing

More information

Economic justification of non-commercial buildings renovation or substitutional construction

Economic justification of non-commercial buildings renovation or substitutional construction Economic justification of non-commercial buildings renovation or substitutional construction Sašo Kovačec, (email: sasokovacec11@gmail.com) Faculty of Civil Engineering, University of Maribor, Smetanova

More information

SCOTTISH GOVERNMENT RESPONSE TO PRIVATE RENTED HOUSING (SCOTLAND) BILL STAGE 1 REPORT

SCOTTISH GOVERNMENT RESPONSE TO PRIVATE RENTED HOUSING (SCOTLAND) BILL STAGE 1 REPORT SCOTTISH GOVERNMENT RESPONSE TO PRIVATE RENTED HOUSING (SCOTLAND) BILL STAGE 1 REPORT I am writing in response to the Local Government and Communities Committee s Stage 1 Report on the Private Rented Housing

More information

BOUNDARIES & SQUATTER S RIGHTS

BOUNDARIES & SQUATTER S RIGHTS BOUNDARIES & SQUATTER S RIGHTS Odd Results? The general boundary rule can have results that seem odd - for example the Land Registry s Practice Guides make it clear that they may regard you as owning land

More information

Estimating National Levels of Home Improvement and Repair Spending by Rental Property Owners

Estimating National Levels of Home Improvement and Repair Spending by Rental Property Owners Joint Center for Housing Studies Harvard University Estimating National Levels of Home Improvement and Repair Spending by Rental Property Owners Abbe Will October 2010 N10-2 2010 by Abbe Will. All rights

More information

THE SALE OF GOODS ACT 1979

THE SALE OF GOODS ACT 1979 THE SALE OF GOODS ACT 1979 1. Contracts for the sale of goods are governed by the SALE OF GOODS ACT 1979 (SGA). Not just Consumer Contracts. 2. Recently been amended by the Sale and Supply of Goods to

More information

Chapter 35. The Appraiser's Sales Comparison Approach INTRODUCTION

Chapter 35. The Appraiser's Sales Comparison Approach INTRODUCTION Chapter 35 The Appraiser's Sales Comparison Approach INTRODUCTION The most commonly used appraisal technique is the sales comparison approach. The fundamental concept underlying this approach is that market

More information

Initial sales ratio to determine the current overall level of value. Number of sales vacant and improved, by neighborhood.

Initial sales ratio to determine the current overall level of value. Number of sales vacant and improved, by neighborhood. Introduction The International Association of Assessing Officers (IAAO) defines the market approach: In its broadest use, it might denote any valuation procedure intended to produce an estimate of market

More information