[Home] [By Thread] [By Date] [Recent Entries]
On 26 February 2012 15:11, Costello, Roger L. <costello@m...> wrote: > Hi Folks, > > Every schema language (DTD, XSD, RNG) has the notion of optional -- optional elements and optional attributes. > > But what does it mean to declare an element or attribute optional? > > Here are some possibilities: > > 1. The information that would be contained within the element or attribute is of secondary or lesser importance. This is in contrast to a mandatory element or attribute which contains information of primary importance. Thus, optionality is an indication of the importance (rather, the lack of importance) of the information contained within the element or attribute. This is analogous to the common practice in textbooks to place the core concepts first and the non-core concepts last. Under this interpretation, it would be perfectly reasonable for a consumer to ignore optional elements and attribute because they provide only non-core information. > > 2. Yesterday Jim Melton and Michael Kay beautifully described schemas as an abstraction [1][2]. That is, a schema is a determination of the information that is relevant when modeling the real world. But if a certain property is determined relevant (and thus included in the schema), then why would one turn around and make it optional? Isn't that tantamount to saying it's not relevant? Isn't that a contradiction? > > 3. A third possibility is that optional means "Hey, if you don't have the information then you can omit this element (or attribute)." > > I've listed three possible meanings of "optional": > > Â Â -- In the first meaning, it indicates: Â of-lesser-importance. > > Â Â -- In the second meaning, it indicates: Â irrelevance. > > Â Â -- In the third meaning, it indicates: Â lack-of-knowledge. > > So what does "optional" really mean? > > You may reply, "It means anything you want it to mean." If so, how can there be an effective exchange of information? Surely there must be more precision to the term than "It means anything." > > What do you think "optional" means? RDF (ever the misfit :) is more in the third category, if anything. But it's not a document format schema system, and the difference shows here. With RDF schema (and its fancier sibling, OWL) we explicitly avoided mechanisms that give schema authors any power over what must, or mustn't, be in some particular instance document. RDF schema and OWL let you define terminology, a dictionary of classes and properties, that can be used to make claims about the world. Its constraints encode observations the modeled world, not about acceptable descriptions of it (apart from avoiding contradictions etc.). So everything is optional by design; nobody forces you to say anything at all! This is both liberating and maddening; real world apps usually prefer tighter constraints. So in practice people layer those constraints on later (somewhat schematron-style) by using SPARQL queries that capture their app-specific, workflow-specific expectations of what ought to be in the data (e.g. see http://spinrdf.org/ ). But when a construct like OWL:FunctionalProperty is used on something like 'dateOfBirth' or 'age', it's saying "people have at most one date of birth; have at most one age...", rather than anything at all about what some kinds factual claim of documents should include. So a 'birthday card' app layered on this might demand such info as a basic precondition of being able to do any useful work, whereas a public Web profile management app might (for privacy reasons) advise against exposing just that same info. In this way, RDF's inbuilt lack of constraint helps bind together otherwise different apps via common definitions. cheers, Dan
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



