==Glossary of Technical Terms== . | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X| Y | Z

.


**.NET** : Microsoft .NET is Windows-only software component that provides libraries and other tools to developers looking to rapidly build and deploy desktop applications, Web services, and other Web-based software. .NET supports multiple programming languages such as ASP.NET, VB .NET, C, C++, C#, and it supports Service Oriented Architectures (SOA), as well. See Also: %BR% %BR% **.NET CLR** : This is the .NET Common Language Runtime. It provides the means for .NET to interface with the actual operating system. The CLR is responsible for loading and executing code, converting application code to machine code, handling exceptions, and so forth. See Also: %BR% %BR% **.NET Framework** : See Also: [[http://en.wikipedia.org/wiki/.NET_Framework|Wikipedia Article]] [[http://www.microsoft.com/NET/|Home Page]]%BR% %BR%

A


**Agent Web** : A moniker for the upcoming Web 4.0 which expresses the vision of that Web as traversible by digital agents representing users. See Also: %BR% %BR% **Aggregator** : Desktop or Web-based application that gathers together updates to news feeds, blogs, and other online resources into a centralized location for convenience and ease of reading. See Also: [[http://en.wikipedia.org/wiki/Aggregator|Wikipedia Article]]%BR% %BR% **Ajax** : Acronym for Asynchronous JavaScript. See Also: [[http://en.wikipedia.org/wiki/Ajax_(programming)|Wikipedia Article]] [[http://internet-apps.blogspot.com/2005/04/ajax-hard-facts-brass-tacks-and-bad.html|Ajax, Hard Facts, Brass Tacks ... and Bad Slacks ]] [[http://www.adaptivepath.com/ideas/essays/archives/000385.php|Ajax: A New Approach to Web Applications]] [[http://ajaxian.com/|Ajaxian (Blog)]]%BR% %BR% **Ambivalence Quotient** : Denotes mixed emotions. Thought not a technical term per se, persons in the high-tech industry may experience a certain ambivalence quotient in the face of FUD (fear, uncertainty, denial) when considering whether or not to adopt new, potentially disruptive technologies. Lack of personal engagement with burgeoning technologies may also be expressed as an ambivalence quotient. See Also: %BR% %BR% **API** : API is an abbreviation for Application Programming Interface. APIs are sets of standardized function calls that developers can use to enable their code to interact with an operating system or application. See Also: [[http://en.wikipedia.org/wiki/Api|Wikipedia Article]]%BR% %BR% **ARC 2.0** : ARC is free, open source software that provides mainstream Web Developers with an RDF system comprising RDF parsers and extractors, serializers, RDF Storage, SPARQL capabilities, turtle templating, and so forth. See Also: [[http://arc.semsol.org/|ARC RDF Classes for PHP]] %BR% %BR% **ASP.NET** : Microsoft's ASP.NET is a web application development framework. It facilitates developers with the tools that they need to create web-based sites, applications and services. ASP.NET is built on the .NET CLR, which enables developers to write ASP.NET code using any of the supported .NET languages. See Also: [[http://en.wikipedia.org/wiki/ASP.NET|Wikipedia Article]] [[http://www.asp.net/|Home]]%BR% %BR% Asynchronous-JavaScript : Asynchronous JavaScript --together with XML--enables developers to use client-side development techniques to produce interactive or animated web applications. These applications pull data from the server as an asynchronous, background task. Therefore, the overall look and behavior of the existing page is never affected by data pulls. See Also: [[http://en.wikipedia.org/wiki/Ajax_(programming|Wikipedia Article]]%BR% %BR% **Atom** : This term refers to two standards; the Atom Syndication Format and the Atom Publishing Protocol. The former protocol is used to create web feeds similar to those created by RSS and is intended to be an improvement to RSS. The latter protocol is an HTTP-based protocol that facilitates the creation and subsequent modification of Web resources. See Also: [[http://en.wikipedia.org/wiki/Atom_(standard)|Wikipedia Article]] [[http://xml.coverpages.org/atom.html| Atom Publishing Format and Protocol]] [[http://www.imc.org/atom-protocol/index.html|atom-protocol mailing list]]%BR% %BR%

B


**Blog Client** : A blog client is desktop software that provide users with an interface--typically WYSIWIG--that enables them to create blog content and publish it to blog content hosting sites. See Also: [[http://en.wikipedia.org/wiki/Blog_client|Wikipedia Article]]%BR% %BR% **Blogger API** : The Blogger API enables blog client applications to view and write data to the Blogger Web site. See Also: [[http://www.blogger.com/developers/api/documentation20.html|Blogger API 2.0 documentation]] [[http://code.google.com/apis/blogger/| Blogger Data API]]%BR% %BR% **Blogging** : Blogging is the act of creating or maintaining a blog. Blogs are weblogs or diary-style web pages that consist of a single page of freqent updates ordered chronologically. See Also: [[http://en.wikipedia.org/wiki/Blogging|Wikipedia Article]] [[http://blogs.law.harvard.edu/whatmakesaweblogaweblog.html|What makes a weblog a weblog?]] [[http://www.spy.co.uk/Articles/Spiked/Weblogging/|The Future of Weblogging]] [[http://www.businessweek.com/magazine/content/05_18/b3931001_mz001.htm?campaign_id=rss_magzn|Blogs Will Change Your Business ]]%BR% %BR% **Blogosphere 2.0** : Denotes clusters of blogs that promote "Open Data Access" by making their content accessible via RDF Data Sets or Virtual RDF Data Sets. See Also: [[http://en.wikipedia.org/wiki/Blogosphere|Wikipedia Article]]%BR% %BR% **Blog Roll** : Bloggers often add blog rolls to their own blog pages. A blog roll consists of third-party blogs that the blogger wants to recommend to his or her own reader base. These 3rd-party blogs often share the interests or affiliations of the blogger who is highlighting them. See Also: %BR% %BR% **Boca** : Boca is an RDF Data Repository created by IBM Adtech. See Also: [[http://ibm-slrp.sourceforge.net/wiki/index.php/BocaUsersGuide|Boca User's Guide]] [[http://wingerz.com/blog/2007/02/06/text-indexing-and-query-in-boca/|Text indexing and query in Boca]]%BR% %BR% **Bookmark** : A bookmark is a saved link to a Web page that users create using specialized "bookmark functions' present in Web browsers. Use of these saved links enables users to recall and revisit the target Web sites in the future. See Also: [[http://en.wikipedia.org/wiki/Internet_bookmark|Wikipedia Article]]%BR% %BR% **BPEL** : BPEL is a shortened form of Business Execution Processing Language. It is a standardized, XML-based language used to define and manage interactions among disparate Web services. See Also: [[http://en.wikipedia.org/wiki/BPEL|Wikipedia Article]] %BR% %BR% **Buffer Overflow** : Buffers are temporary storage areas that programs and processes access for the purpose of writing data. Buffers are defined to store specific, finite amounts of data, and buffer overflows occur when an appliccation or process writes data that exceeds the limitations of the buffer. The excess information can spill over into other buffers, and data in the recipient buffers can be overwritten or otherwise corrupted. Buffer overflows can be caused by faulty programming or malicious exploits. See Also: [[http://en.wikipedia.org/wiki/Buffer_overflow|Wikipedia Article]]%BR% %BR%

C


**Cartesian Product** : A Cartesian Product is the result set produced when you join every row in a table with every row in another table or tables in a JOIN statement. Cartesian Product can be resource intensive and often result from malformed JOIN queries that lack a limiting WHERE clause. See Also: [[http://en.wikipedia.org/wiki/Cartesian_product|Wikipedia Article]]%BR% %BR% **Channel Roll** : See Also: %BR% %BR% **Cloud** : Acts of computing are said to occur in a "cloud", if they make use of remote, often virtualized infrastructure, platform, and software resources that are packaged as a service. The user who engages in cloud computing need have no knowledge of the underlying architecture that supports their endeavor. See Also: [[http://en.wikipedia.org/wiki/Cloud_computing|Wikipedia Article]]%BR% %BR% CommentAPI : An XML-based namespace associated with RSS feeds. This namespace enables feed readers to post commentary to items that they encounter in the feed. See Also: [[http://wellformedweb.org/story/9|The Comment API]]%BR% %BR% **Concrete Conceptual Data Model** : See Also: %BR% %BR% **Conditional Get** : HTTPConditional Gets allow a client to query a server to see if a certain document--such as an RSS feed--has changed within a certain interval of time. The document is only retrieved if it has changed. Otherwise, nothing occurs. See Also: [[http://fishbowl.pastiche.org/2002/10/21/http_conditional_get_for_rss_hackers/|HTTP Conditional Get for RSS Hackers]]%BR% %BR% **Conditional Upstreaming** : See Also: %BR% %BR% **Content Management** : See Also: [[http://en.wikipedia.org/wiki/Content_management|Wikipedia Article]]%BR% %BR% **Context** : See Also: %BR% %BR% **Context Lenses** : See Also: %BR% %BR% Controller (C) : Represents business logic in the MVC model. Used as a metaphor for Web 2.0 due to the primacy of Web Services during this iteration of the Web. See Also: %BR% %BR%

D


**Data Access by Reference** : See Also: %BR% %BR% **Data Access Focal Point** : See Also: %BR% %BR% **Data Access Middleware** : Data Access Middleware comprises a set of standards-based drivers and providers that allow third-party applications to view and issue ad hoc queries against data stored in DBMSs. ODBC, JDBC, OLE DB are examples of standards used by Data Access Middleware to communicate with target DBMSs. See Also: [[http://en.wikipedia.org/wiki/Middleware|Wikipedia Article]]%BR% %BR% **Data Dereferencing** : See Also: [[http://en.wikipedia.org/wiki/Dereference|Wikipedia Article]]%BR% %BR% **Data Dictionary** : See Also: [[http://en.wikipedia.org/wiki/Data_dictionary|Wikipedia Article]]%BR% %BR% **Data Heterogeneity** : Predicated to architectures that rely on a mix of data stored in a diversity of formats and/or stored in databass from different DBMS vendors Dta Heterogeneity presents a potential problem to system integrators who are charged with integrating or migrating data between different storage formats or different proprietary DBMS products. See Also: [[http://en.wikipedia.org/wiki/Heterogeneous_Database_System|Wikipedia Article]]%BR% %BR% **Data Junction Box** : See Also: %BR% %BR% **Data Link** : See Also: %BR% %BR% **Data Link Traversal** : See Also: %BR% %BR% **Data Object** : See Also: %BR% %BR% **Data Object Identifier** : See Also: %BR% %BR% **Data Object Identity** : See Also: %BR% %BR% **Data Pointer** : See Also: %BR% %BR% **Data Portability** : Based on the simple proposition that individuals should have the ability to reuse data with disparate applications, and they should be able to manage and control every aspect of that data See Also: [[http://en.wikipedia.org/wiki/Data_portability|Wikipedia Article]] [[http://www.mediaslate.org/wp/2008/03/29/dataportability-in-motion-podcast/|DataPortability: In-Motion Podcast]] [[http://www.slideshare.net/Cloud/data-accessibility-and-me-introducing-sioc-foaf-and-the-linked-data-web/|Data Accessibility & Me: Introducing SIOC, FOAF and the Linked Data Web]] %BR% %BR% **Data Portability Community** : Refers to individuals involved with, supporting, or otherwise interested in the DataPortability Project. The DataPortability Project consists of a workgroup comprising many technology leaders including Google, Facebook, Plaxo, Drupal, LinkedId, Twitter, Dig, Microsoft, and others. The workgroup endeavors to promote open standards with the goal of advancing a state of data portability. Supported standards include FOAF, OAuth, OpenID, RDF, etc. See Also: [[http://en.wikipedia.org/wiki/Data_portability|Wikipedia Article]] [[http://wiki.dataportability.org/display/dpmain/Home|Home]]%BR% %BR% **Data Source** : Data Source can refer to any formal or informal data repository such as a DBMS or flat file. Data Source is also an abbreviation for Data Source Name or DSN. In this context, Data Source refers to a collection of Parameter:Value pairs that helps an application connect to a data repository. These Parameter:Value pairs generally consist of hostnames, port numbers, database names, login credentials and other common attributes that help locate the data repository on a network. See Also: %BR% %BR% **Data Space** : See Also: [[http://virtuoso.openlinksw.com/wiki/main/Main/DataSpaceFAQ|Data Space FAQ]]%BR% %BR% **Data Web** : See Also: %BR% %BR% **Data-Web Browser** : See Also: %BR% %BR% **DAWG** : Denotes the W3C's RDF Data Access Working Group. The group's objective is to design a query language for RDF documents. See Also: [[http://www.w3.org/2001/sw/DataAccess/|Home Page]]%BR% %BR% **DBpedia** : See Also: [[http://en.wikipedia.org/wiki/Dbpedia|Wikipedia Article]] [[http://dbpedia.org/About|Home Page]]%BR% %BR% **Del.icio.us** : Del.icio.us is a social bookmarking service that enables users to upload, store, and annotate bookmarks and share those bookmarks with other users of the community. See Also: [[http://en.wikipedia.org/wiki/Del.icio.us|Wikipedia Article]] [[http://delicious.com/|Home Page]]%BR% %BR% **Dereference** : See Also: [[http://en.wikipedia.org/wiki/Dereference|Wikipedia Article]] [[http://www.w3.org/2001/tag/doc/httpRange-14/2007-05-31/HttpRange-14#iddiv2104118728|Dereferencing HTTP URIs ]]%BR% %BR% **Disambiguation** : Disambiguation is the act of further clarifying search terms that have multiple means. Disambiguiation can consist of presenting specialized pages or links to the searcher, which prompt that searcher to select the intended meaning. For example, Wikipedia searchers may be presented with a Madonna disambiguation page that asks the user to choose between the singer and the religious icon. Once disambiguation has occurred, the searcher canl be presented with the relevant result set. See Also: [[http://en.wikipedia.org/wiki/Disambiguation|Wikipedia Article]]%BR% %BR% **DISCO Hyperdata Browser** : A Linked Data browser. See Also: [[http://www4.wiwiss.fu-berlin.de/bizer/ng4j/disco/|Home Page]]%BR% %BR% **Disruptive Technology** : Disruptive technologies are any technology that has the potentially to radically and irrevocably change an industry because they have the ability to penetrate new markets or dramatically lower the price of a product or service. Disruptive technologies are often highly threatening to pre-existing leaders in the market from which they come. See Also: [[http://en.wikipedia.org/wiki/Disruptive_technology|Wikipedia Article]]%BR% %BR% **Distributed Conversations** : See Also: %BR% %BR% **Distributed Object Database** : See Also: %BR% %BR% **DLD** : See Also: %BR% %BR% **Document Data Object** : See Also: %BR% %BR% **Document Object Data Address** : See Also: %BR% %BR% **Document Object Identity** : See Also: %BR% %BR% **Document Web** : The Document Web characterizes the beginnings of the World Wide Web as a collection of linked, static documents or pages. See Also: %BR% %BR% **DOM** : See Also: [[http://en.wikipedia.org/wiki/Document_Object_Model|Wikipedia Article]]%BR% %BR% **Domain Definition Language** : See Also: %BR% %BR% **Drupal Content Management Platform** : Drupal is an open source platform for content management. See Also: [[http://en.wikipedia.org/wiki/Drupal|Wikipedia Article]] [[http://drupal.org/|Home Page]]%BR% %BR% **Dublin Core Metadata Initiative** : The Dublin Core Metadata Initiative (DCMI) is an open organization which endeavors to create a standard for online metadata to facilitate interoperability. See Also: [[http://en.wikipedia.org/wiki/Dublin_core|Wikipedia Article]] [[http://dublincore.org/|Home Page]]%BR% %BR% **Dynamic Linked Data Page** : See Also: %BR% %BR%

E


**EAI** : See Also: [[http://en.wikipedia.org/wiki/Enterprise_application_integration|Wikipedia Article]]%BR% %BR% **EC2 AMI** : The EC2 AMI is basically an unrestricted commercial edition of Virtuoso. See Also: %BR% %BR% **ECMA** : See Also: [[http://en.wikipedia.org/wiki/Ecma_International|Wikipedia Article]] [[http://www.ecma-international.org/|Home Page]]%BR% %BR% **ECMA-CLI** : See Also: %BR% %BR% **EII** : See Also: [[http://en.wikipedia.org/wiki/Enterprise_Information_Integration|Wikipedia Article]]%BR% %BR% **Endpoint** : See Also: [[http://en.wikipedia.org/wiki/Service-oriented_architecture|Wikipedia Article]]%BR% %BR% **Entity Set** : See Also: %BR% %BR% **eRDF** : See Also: [[http://en.wikipedia.org/wiki/Embedded_RDF|Wikipedia Article]] %BR% %BR% **Executable Web** : A characterization of Web 2.0 based on the rise of Web Services during this period of the Web's evolution. See Also: %BR% %BR%

F


**Federated DBMS** : A Federated DBMS is a front-end or client DBMS that typically maps heterogeneous join queries across multiple, backend databases from DBMS vendors. These queries would be initiated from a client application that does not normally possess the capability to execute queries against disparate databases. See Also: [[http://en.wikipedia.org/wiki/Federated_database_system|Wikipedia Article]]%BR% %BR% **Flickr** : See Also: [[http://en.wikipedia.org/wiki/Flickr|Wikipedia Article]] [[http://www.flickr.com/|Home Page]]%BR% %BR% **FOAF** : FOAF (Friend Of A Friend) describes people and relationships in a way that computers can parse. It is a schema which can represent both your personal profile meta-data and your social network, as well. Thousands of researchers use the FOAF schema in their "Semantic Web" projects to connect people in all sorts of novel ways. See Also: [[http://en.wikipedia.org/wiki/FOAF|Wikipedia Article]] [[http://www.foaf-project.org/|Home Page]] [[http://www.foafrealm.org/|FOAFRealm]] [[http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/FOAFWhitelisting|Whitelisting Email Sender with FOAF]] [[http://esw.w3.org/topic/FoafOpenid|FOAF Plus OpenID]]%BR% %BR% **FOAF Data Space** : See Also: %BR% %BR% **Folksonomy** : Denotes social tagging. Social tagging consists of creating and annoting online content with meaningful tags for the purpose of classification of that content. See Also: [[http://en.wikipedia.org/wiki/Folksonomy|Wikipedia Article]] [[http://weblog.infoworld.com/udell/2005/07/22.html#a1274|Federated folksonomy]] [[http://www.wired.com/wired/archive/13.04/view.html?pg=4|Order Out of Chaos ]] [[http://tomgruber.org/writing/ontology-of-folksonomy.htm|Ontology of Folksonomy]] [[http://www.designmills.com/2008/05/20/tagging-in-the-semantic-web/|Tagging and the Semantic Web]] [[http://novaspivack.typepad.com/nova_spivacks_weblog/2008/05/tagging-and-the.html|Tagging and the Semantic Web: Tags as Objects]]%BR% %BR% **FOR XML SQL syntax extensions** : See Also: %BR% %BR% **Free Text Search** : Search engines that employ free text search read over every word in Web-based documents in an attempt to locate the search terms provided by a user. See Also: [[http://en.wikipedia.org/wiki/Free_text_search|Wikipedia Article]]%BR% %BR% **Freebase** : See Also: [[http://en.wikipedia.org/wiki/Metaweb#Freebase|Wikipedia Article]] [[http://www.freebase.com/|Home Page]]%BR% %BR% **Fresnel** : Fresnel is a browser-independent, display language which describes how RDF graphs should be presented. Fresnel is being developed by the Semantic Web Interest Group. See Also: [[http://www.w3.org/2005/04/fresnel-info/|Fresnel - Display Vocabulary for RDF]]

G


**GData Protocol** : See Also: [[http://en.wikipedia.org/wiki/GData|Wikipedia Article]] %BR% %BR% **GData Query Service** : See Also: %BR% %BR% **Gem** : See Also: %BR% %BR% **GGG** : An Acronym denoting Giant Global Graph. Synonymous with "Linked Data Web." See Also: [[http://en.wikipedia.org/wiki/Giant_Global_Graph|Wikipedia Article]] [[http://dig.csail.mit.edu/breadcrumbs/node/215|Giant Global Graph]]%BR% %BR% Global Data Integration & Data Generation : See Also: %BR% %BR% **GPL** : See Also: [[http://en.wikipedia.org/wiki/GPL|Wikipedia Article]] [[http://www.gnu.org/copyleft/gpl.html|Home Page]]%BR% %BR% **Graph** : A graph is a collection of RDF triples. See Also: %BR% %BR% **Graph Data Model** : See Also: [[http://en.wikipedia.org/wiki/Graph_theory|Graph theory]]%BR% %BR% **GRDDL** : GRDDL (Gleaning Resource Descriptions from Dialects of Languages) is a markup format, which facilitates extraction of RDF triples from XML and XHTML documents. See Also: [[http://en.wikipedia.org/wiki/GRDDL|Wikipedia Article]] [[http://www.w3.org/TR/grddl-scenarios/|GRDDL Use Cases]]%BR% %BR%

H


**Heterogeneous Join** : A SQL join across different databases which may be hosted in same or different DBMSs. See Also: [[http://www.theopensourcery.com/wordp1/index.php?p=182|Heterogeneous Joins]]%BR% %BR% HTMLHttpRequest : Ajax-related script that uses a combination of XMLHttpRequest and its own transport layer to dynamically load remote documents for parsing and/or insertion into a current document. See Also: %BR% %BR% **HTTP-based Data Source Names** : See Also: %BR% %BR%

I


**Identity 2.0** : See Also: [[http://en.wikipedia.org/wiki/Identity_2.0|Wikipedia Article]] [[http://identity20.com/|Home Page]]%BR% %BR% **Information** : See Also: %BR% %BR% **Information Architecture** : See Also: [[http://en.wikipedia.org/wiki/Information_Architecture|Wikipedia Article]]%BR% %BR% **Information Bus** : See Also: %BR% %BR% **Information Consumer** : See Also: %BR% %BR% **Information Overload** : See Also: [[http://en.wikipedia.org/wiki/Information_overload|Wikipedia Article]]%BR% %BR% **Inner-Browsing** : See Also: %BR% %BR% **Interest Activation Threshold** : A user's interest activation threshold is akin to a personal "on/off" switch. If technology vendors fail to activate this switch, the target audience will respond to a new technology with ambivalence characterized by lack of engagement with or interest in the new product or service. Once activated, the target audience will respond with enthusiasm. See Also: [[http://weblog.infoworld.com/udell/2004/11/08.html|Cornucopia of the commons]]%BR% %BR% **Interlinked Structured Data** : See Also: %BR% %BR% **Internationalized Resource Identifiers** : See Also: [[http://en.wikipedia.org/wiki/Internationalized_Resource_Identifier|Wikipedia Article]]%BR% %BR% **Internet Point of Presence** : See Also: %BR% %BR% **iSPARQL QBE** : Denotes OpenLink Software's Interactive SPARQL By Example Utility. See Also: [[http://demo.openlinksw.com/isparql/|OpenLink iSPARQL]]%BR% %BR% **ISV** : An acronym denoting Independent Software Vendors. See Also: [[http://en.wikipedia.org/wiki/Independent_software_vendor|Wikipedia Article]]%BR% %BR%

J


**Jena** : Jena is a Java-based framework that developers may use to build Semantic Web applications. Jena comprises a development environment for RDF, RDFS, OWL, and SPARQL. It also contains its own rule-based inference engine. See Also: [[http://en.wikipedia.org/wiki/Jena_(framework)|Wikipedia Article]] [[http://jena.sourceforge.net/|Home Page]]%BR% %BR% **JSON** : See Also: [[http://en.wikipedia.org/wiki/JSON|Wikipedia Article]] [[http://www.json.org/|Home Page]]%BR% %BR% **Junction Box** : See Also: %BR% %BR%

K


**K-logs** : A term denoting corporate blogs. See Also: [[http://www.nytimes.com/2003/06/22/business/yourmoney/22EXLI.html?ex=1371614400&en=aa6f8754247627bf&ei=5007&partner=USERLAND|The Corporate Blog Is Catching On]] [[http://blogs.salon.com/0002007/2003/03/23.html#a133|A WEBLOG-BASED CONTENT ARCHITECTURE FOR BUSINESS]]%BR% %BR% **Killer Application** : This buzzword refers to an application or genre of applications that describes software that is deemed so mission critical or so highly desirable that it serves as a showcase for the larger technology which makes it possible. See Also: [[http://en.wikipedia.org/wiki/Killer_application|Wikipedia Article]]%BR% %BR% **Knowledge Economy** : See Also: %BR% %BR% **Knowledge Worker** : See Also: [[http://en.wikipedia.org/wiki/Knowledge_economy|Wikipedia Article]] [[http://www.esj.com/news/article.aspx?EditorialsID=1327|The Invisibility of Knowledge Work ]]%BR% %BR%

L


**LAMP** : LAMP refers to solutions that use a combination of Linux, Apache, MySQL, and PHP technology. See Also: [[http://en.wikipedia.org/wiki/LAMP_(software_bundle)|Wikipedia Article]] %BR% %BR% **LDAP** : LDAP is an abbreviation for Lightweight Directory Access Protocol. The tcp-based LDAP protocol is used by applications to access directory services. The directories provided by these services contain searchable and updateable tree structures that provide information pertaining to employees, organizations, and other resources. See Also: [[http://en.wikipedia.org/wiki/LDAP|Wikipedia Article]]%BR% %BR% **LDSN** : See Also: %BR% %BR% **LGPL** : See Also: [[http://en.wikipedia.org/wiki/LGPL|Wikipedia Article]] [[http://www.gnu.org/licenses/lgpl.html|Home Page]]%BR% %BR% **Linked Data** : Linked Data is a set of best practices for publishing and deploying instance and class data using the RDF data model, naming the data objects using uniform resource identifiers (URIs), and exposing the data for access via the HTTP protocol, while emphasizing data interconnections, interrelationships and context useful to both humans and machine agents. See Also: [[http://en.wikipedia.org/wiki/Linked_Data|Wikipedia Article]] [[http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData|Linking Open Data]] [[http://www.w3.org/DesignIssues/LinkedData.html|Linked Data - Design Issues]] [[http://blogs.talis.com/nodalities/2007/05/linked_data_the_real_semantic_.php|Linked Data - the real Semantic Web ?]] [[http://news.cnet.com/1606-2-6189377.html|Video: Interview: Sir Tim Berners-Lee]] [[http://blogs.sun.com/bblfish/entry/2008_the_rise_of_linked|2008: The Rise of Linked Data]] [[http://linkeddata.org/|Linked Data]] [[http://www4.wiwiss.fu-berlin.de/bizer/pub/LinkedDataTutorial/|How to Publish Linked Data on the Web]] [[http://richard.cyganiak.de/2007/10/lod/|The Linking Open Data dataset cloud]]%BR% %BR% **Linked Data Page** : See Also: %BR% %BR% **Linked Data Source Name** : See Also: %BR% %BR% **Linked Data Web** : See Also: %BR% %BR% **LINQ** : See Also: [[http://en.wikipedia.org/wiki/Linq|Wikipedia Article]] [[http://msdn.microsoft.com/en-us/netframework/aa904594.aspx|Home Page]]%BR% %BR%

M


**Mashup** : Mashups are web-based applications that combine data from two or more, external and unrelated data sources. Mashups merge the disparate data for the purpose of creating a new service. Mashups employ brute force data joins and do not adhere to the data models underlying the original data. They typically involve use of RSS which is itself characterized as tree structured data with untyped links that are devoid of any type of semantic meaning. Compare with meshup. See Also: [[http://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)|Wikipedia Article]]%BR% %BR% **Meme Map** : See Also: %BR% %BR% **Meshup** : Meshups are RDF-based applications that combine data from two or more, external and unrelated data sources. Meshups merge the disparate data for the purpose of creating a new service. Meshups employ natural data joins and adhere to the data models underlying the original, typed data. Compare with mashup. See Also: %BR% %BR% **Metadata Annotation** : See Also: %BR% %BR% **Metadata Extractor** : Denotes Virtuoso Sponger Cartridges which perform lookups via a binding layer to a wide variety of Web 2.0 APIs e.g. New York Times, Open Calais, Zemanta, Del.icio.us, and many others . See Also: %BR% %BR% MetaWeblog API : See Also: [[http://en.wikipedia.org/wiki/MetaWeblog|Wikipedia Article]] [[http://www.metaweblogapi.com/|Home Page]] [[http://www.xmlrpc.com/metaWeblogApi|RFC: MetaWeblog API]]%BR% %BR% **Microformat** : See Also: [[http://en.wikipedia.org/wiki/Microformat|Wikipedia Article]] [[http://microformats.org/wiki/faqs-for-rdf|Microformat FAQs for RDF Fans]]%BR% %BR% **Middleware** : Middleware is software that is specifically dsigned to facilitate communication between other software components such as applications, DBMSs, and operating systems. Middleware is often standards-basd and aimed at providing interoprability between products from different vendors that such the same standards. See Also: [[http://en.wikipedia.org/wiki/Middleware|Wikipedia Article]] [[http://radio.weblogs.com/0126951/2003/11/02.html#a72| The Origin (Coining) of the Term "Middleware"]]%BR% %BR% **MOAT** : See Also: [[http://moat-project.org/|Home Page]]%BR% %BR% **Moblogging** : Moblogging is the act of creating blog content using a cellphone or other portable device. See Also: [[http://en.wikipedia.org/wiki/Moblogging|Wikipedia Article]]%BR% %BR% Model (M) : Represents the data model in the MVC model. Used as a metaphor for Web 3.0 due its focus on data and an underlying, semantic data models powering the Web. See Also: %BR% %BR% **Mono** : The Mono project was an endeavor by Ximian to produce .NET-compatible develop tools for Linux and Unix operating systems. See Also: [[http://en.wikipedia.org/wiki/Mono_(software)|Wikipedia Article]] [[http://www.mono-project.com/Main_Page|Home Page]] [[http://www.mono-project.com/Mailing_Lists|Mono-list]] [[http://www.linuxinsider.com/story/34338.html|Will .Net Developers Get Mono?]]%BR% %BR% **Mono.Security** : See Also: [[http://pages.infinit.net/ctech/20031202-1004.html|Officially introducing Mono.Security]]%BR% %BR% **Movable Type** : PERL-based publishing pltform for blogs. See Also: [[http://en.wikipedia.org/wiki/Movable_Type|Wikipedia Article]] [[http://www.movabletype.org/|Home Page]] [[http://www.sixapart.com/movabletype/docs/3.2/index.html|Movable Type 3.2 user manual]]%BR% %BR% **Multi-Dimensional Data** : See Also: [[http://en.wikipedia.org/wiki/Dimensional_database|Wikipedia Article]]%BR% %BR% **Multi-Format Database** : Multi-Format Databases provide native support for some combination for structured, semi-structured, and/or unstructured data. See Also: %BR% %BR% **Multi-Homing Web Server Functionality** : See Also: %BR% %BR% **Multi-Model DBMS** : Multi-Model DBMSs are an evolution away from typical DBMS products which employ a single, underlying data model further constrained by vendor's proprietary APS. Multi-Model DBMSs often provide native data storage using any combination of object oriented, relational, hierachical, and other data models, and they provide an array of standards-based access to the data contained within. This is beneficial for developers who need flexibility in choose of underlying data models when working with applications that need to interact with and store data in different ways. See Also: %BR% %BR% **MVC** : Model–view–controller (MVC) is a paradigm in software architecture that dictates that the underlying data model (M), business logic (, and human interaction elements must be discrete such that each of the three software elements can be modified without impacting the other. See Also: [[http://en.wikipedia.org/wiki/Model-view-controller|Wikipedia Article]]%BR% %BR%

N


**N3** : Notation 3 or N3 is a human readable form of RDF serialization syntax developed by Tim Berners-Lee. See Also: [[http://en.wikipedia.org/wiki/Notation_3|Wikipedia Article]] [[http://www.w3.org/2000/10/swap/doc/#|Semantic Web Tutorial Using N3]] [[http://www.w3.org/DesignIssues/Notation3|Notation 3]]%BR% %BR% **Named Entity** : See Also: [[http://en.wikipedia.org/wiki/Named_entity|Wikipedia Article]]%BR% %BR% **Named Graph** : Named graphs are sets of triples named by a single URI. See Also: %BR% %BR% **Netscan** : Netscan is an NNTP-based data mining project conducted by Microsoft. The objective of the project is to cull statistics pertaining to user participation in newsgroup discussions. See Also: %BR% %BR% **News Aggregation** : News aggregators comprise XML-based software that reads Web-based news sources on a scheduled basis, culls new posts, and presents those posts in reverse chronological order. See Also: [[http://en.wikipedia.org/wiki/News_aggregation|Wikipedia Article]]%BR% %BR% **NNTP** : NNTP is an abbreviated form of Network News Transfer Protocol. This is the primary protocol used to manage Usenet newsgroups. See Also: [[http://en.wikipedia.org/wiki/Nntp|Wikipedia Article]]%BR% %BR%

O


**OAT** : The OpenLink Ajax Toolkit (OAT) offers a broad Javascript-based, browser-independent widget setfor building data source independent internet applications that are usable across a broad range of Ajax-capable web browsers. See Also: [[http://oat.openlinksw.com/|Home Page]] [[http://sourceforge.net/projects/oat|Sourceforge.net Project Page]] [[http://sourceforge.net/projects/oat/files|Source Code]]%BR% %BR% **OAuth** : See Also: [[http://en.wikipedia.org/wiki/OAuth|Wikipedia Article]] [[http://oauth.net/|Home Page]]%BR% %BR% **Object** : In an RDF triple, the object refers to the attribute or quality that is being predicated of the subject. See Also: %BR% %BR% **Object ID** : See Also: %BR% %BR% **Object Identifier** : See Also: %BR% %BR% **Object Oriented DBMS** : See Also: %BR% %BR% **OCS** : XML-baed Open Content Syndication (OCS) provides an RDF description of all external RSS feeds linked to a blog site. Compare with OPML. See Also: %BR% %BR% **ODBC** : ODBC or Open Database Connectivity is a standardized set of API calls that enable 3rd-party applications to submit adhoc SQL queries to relational DBMSs. ODBC was developed by Microsoft, the SQL Access Group, and X/Open Company in the early 1990s. See Also: [[http://en.wikipedia.org/wiki/ODBC|Wikipedia Article]]%BR% %BR% **ODE** : The OpenLink Data Explorer (ODE) is a browser extension currently available for Firefox with additional browser support to follow. The OpenLink Data Explorer provides a means for viewing Data Sources associated with Web Pages. See Also: [[http://ode.openlinksw.com/|Home Page]]%BR% %BR% **ODS** : ODS is about a collection of controllers (REST or SOAP based) that enable you to work with a data enclave (data space) on the Linked Data Web. See Also: %BR% %BR% **ODS Briefcase** : The OpenLink ODS Briefcase is an application layer that sits above Virtuoso's native WebDAV repository. The OpenLink Briefcase enables users to view items uploaded into the Briefcase using content type or kind (People, Business Cards, Calendars, Business Reports, Office Documents, Photos, Blog Posts, etc.). The Briefcase also includes automatic metadata extraction (where feasible) and indexing. It supports GData, URIQA, SPARQL, SQL, and WebDAV itself. See Also: [[http://virtuoso.openlinksw.com/wiki/main/Main/OdsBriefcase|Briefcase]]%BR% %BR% **ODS CRUD** : See Also: %BR% %BR% **OLAP** : See Also: [[http://en.wikipedia.org/wiki/OLAP|Wikipedia Article]]%BR% %BR% **Ontology** : Ontologies are vocabularies that embody the class and instance definitions and the predicate (property) relations that enable legacy schemas and data to be transformed into Linked Data graphs. See Also: [[http://en.wikipedia.org/wiki/Ontology_(information_science)|Wikipedia Article]]%BR% %BR% **Ontology Mapping** : This is a part of the core functionality provided by the Virtuoso cartidges. Once cartirdges extract data from a target data store, specialized ontology mappers map the extracted data to one or more ontologies/schemas, en route to producing RDF Linked Data. See Also: %BR% %BR% **Open Data Access** : See Also: [[http://en.wikipedia.org/wiki/Open_Data|Wikipedia Article]] [[http://www.opendefinition.org/|The Open Knowledge Definition]]%BR% %BR% **Open Data Access by Reference** : See Also: %BR% %BR% **Open Social-Networking** : See Also: %BR% %BR% **Open Standard** : See Also: [[http://en.wikipedia.org/wiki/Open_standard|Wikipedia Article]]%BR% %BR% OpenID : See Also: [[http://en.wikipedia.org/wiki/Openid|Wikipedia Article]] [[http://openid.net/|Home Page]] [[http://www.openidenabled.com/|OpenID Enabled]]%BR% %BR% OpenLink Ajax Toolkit : See Also: [[http://oat.openlinksw.com/|Home Page]]%BR% %BR% OpenLink Briefcase : The OpenLink ODS Briefcase is an application layer that sits above Virtuoso's native WebDAV repository. The OpenLink Briefcase enables users to view items uploaded into the Briefcase using content type or kind (People, Business Cards, Calendars, Business Reports, Office Documents, Photos, Blog Posts, etc.). The Briefcase also includes automatic metadata extraction (where feasible) and indexing. It supports GData, URIQA, SPARQL, SQL, and WebDAV itself. See Also: %BR% %BR% OpenLink Data Explorer : The OpenLink Data Explorer is a browser extension currently available for Firefox with additional browser support to follow. The OpenLink Data Explorer provides a means for viewing Data Sources associated with Web Pages. See Also: [[http://ode.openlinksw.com/|Home Page]]%BR% %BR% OpenLink Data Spaces : See Also: [[http://virtuoso.openlinksw.com/wiki/main/Main/Ods|OpenLink Data Spaces (ODS)]]%BR% %BR% OpenLink RDF Browser : See Also: %BR% %BR% OpenSearch : See Also: [[http://en.wikipedia.org/wiki/Opensearch|Wikipedia Article]] [[http://www.opensearch.org/Home|Home Page]]%BR% %BR% OpenSearch Query Service : See Also: %BR% %BR% **OPML** : Outline Processor Markup Language (OPML) is a very simple XML format for storing information in outline format. XML being inherently hierarchical, OPML constrains XML so that a wide variety of applications can build in OPML support with the comfort of knowing it will work with any other OPML tool. Type of information stored in such hierarchies are web browser bookmarks, web directories, collaborative outlines, song playlists, and even web-site content, OPML is a great balance between the wide open freedom of raw XML and the feeling of security of a formal vocabulary. Compare with OCS. See Also: [[http://en.wikipedia.org/wiki/OPML|Wikipedia Article]] [[http://www.opml.org/|Home Page]]%BR% %BR% **OWL** : See Also: [[http://en.wikipedia.org/wiki/Web_Ontology_Language|Wikipedia Article]] [[http://www.w3.org/TR/owl-guide/|OWL Web Ontology Language Guide]]%BR% %BR% **Owlgres** : Owlgres is an open source reasoner for Web Ontology Language 2 (OWL2). Owlgres comprises both Description Logic reasoning and RDBMS-like data management. Owlgres is developed using PostgreSQL, and deployment with PostgreSQL is recommended. Owlgres’s--as a service--provides conjunctive query answering via SPARQL-DL. See Also: [[http://clarkparsia.com/weblog/2008/03/23/owlgres-scalable-db/|Home Page]]%BR% %BR%

P


**Payload** : See Also: %BR% %BR% **Persisted Knowledge** : See Also: %BR% %BR% **Persistent Cube** : See Also: %BR% %BR% **Personal Data Space** : See Also: %BR% %BR% **Personal Data Space in the Clouds** : See Also: %BR% %BR% PiggyBank : Piggy Bank is a Firefox extension that enables users to extract data from disparate Web sites and use that data to create mashups. See Also: [[http://simile.mit.edu/wiki/Piggy_Bank|Home Page]] [[http://simile.mit.edu/wiki/Semantic_Bank|Semantic Bank]]%BR% %BR% **Pingback** : Pingback services are used by bloggers to announce new blog content on sites such as technorati. Pingback services use a combination of HTTP GETs and POSTs to take a blogger's blog title, url, and new content excerpt and post it to the target site. See Also: [[http://pingomatic.com/|Ping-O-Matic]]%BR% %BR% **Platform** : Denotes the combination of hardware and operating system that functions as a foundation on top of which applications and other software can execute. See Also: [[http://en.wikipedia.org/wiki/Platform_(computing)|Wikipedia Article]] [[http://www.synthesist.net/writing/software_platforms.html|The Natural History of Software Platforms ]] [[http://blog.pmarca.com/2007/09/the-three-kinds.html|The three kinds of platforms you meet on the Internet]] [[http://blog.jonudell.net/2007/09/21/the-fourth-platform/|The fourth platform]]%BR% %BR% **Point-of-Presence** : See Also: [[http://en.wikipedia.org/wiki/Point_of_presence|Wikipedia Article]]%BR% %BR% **Predicate** : See Also: [[http://en.wikipedia.org/wiki/Resource_Description_Framework|Wikipedia Article]]%BR% %BR%

Q


**Quad Store** : See Also: [[http://en.wikipedia.org/wiki/Quad_store|Wikipedia Article]]%BR% %BR% **Query Results Serialization Format** : See Also: %BR% %BR%

R


**RDB-to-XML Data Mapping** : See Also: %BR% %BR% **RDBMS to RDF Mapping** : See Also: %BR% %BR% **RDF** : See Also: [[http://en.wikipedia.org/wiki/Resource_Description_Framework|Wikipedia Article]] [[http://planetrdf.com/|Planet RDF]] [[http://www.aifb.uni-karlsruhe.de/WBS/pha/rdf-query/|A Comparison of RDF Query Languages]] [[http://www.w3.org/TR/rdf-dawg-uc/|RDF Data Access Use Cases and Requirements]] [[http://www.tbray.org/ongoing/When/200x/2003/05/21/RDFNet|The RDF.net Challenge]] [[http://www.w3.org/1999/11/11-WWWProposal/thenandnow|The WWW Proposal and RDF: Then and Now]] [[http://www.w3.org/TR/rdf-primer/|RDF Primer]]%BR% %BR% **RDF Data Management System** : See Also: %BR% %BR% **RDF Data Set** : See Also: %BR% %BR% **RDF Data Source** : See Also: %BR% %BR% **RDF Framework** : See Also: [[http://en.wikipedia.org/wiki/Resource_Description_Framework|Wikipedia Article]]%BR% %BR% **RDF Graph** : See Also: %BR% %BR% **RDF Instance Data** : See Also: %BR% %BR% **RDF Middleware** : Denotes middleware that generates RDF from non RDF Data Sources such as (X)HTML, Weblogs, Shared Bookmark Collections, Photo Galleries, Calendars, Contact Managers, Feed Subscriptions, Wikis, and other information resource collections. The Virtuoso Sponger is an example of an RDF Middleware solution from OpenLink Software. See Also: %BR% %BR% **RDF Schema** : See Also: [[http://en.wikipedia.org/wiki/Rdf_schema|Wikipedia Article]] [[http://www.w3.org/TR/rdf-schema/|RDF Vocabulary Description Language 1.0: RDF Schema]]%BR% %BR% RDF Schema / OWL Ontology Mapper : See Also: %BR% %BR% **RDF Serialization Format** : See Also: %BR% %BR% **RDF Sink** : See Also: %BR% %BR% **RDF Store** : See Also: %BR% %BR% RDF-based Entity Set : See Also: %BR% %BR% RDF/N3 : See Also: %BR% %BR% RDF/Turtle : See Also: %BR% %BR% RDF/XML : See Also: [[http://en.wikipedia.org/wiki/RDF/XML|Wikipedia Article]]%BR% %BR% **RDFa** : RDFa provides a means to express RDF triples inside XHTML through use of the span tag. This enables people to inject semantic content into today's standard Web pages. See Also: [[http://en.wikipedia.org/wiki/RDFa|Wikipedia Article]] [[http://rdfa.info/|RDFa: Interoperable Web Metadata]] [[http://ivanherman.wordpress.com/2007/09/03/yet-another-rdfa-processor%E2%80%A6/|Yet another RDFa processor…]]%BR% %BR% **RDFa Cartridge** : Virtuoso's RDFa Cartridge extras RDF data from RDFa sources. It comprises a metadata extractor and an RDF Schema / OWL Ontology mapper. See Also: %BR% %BR% **RDFization Middleware** : Denotes middleware that generates RDF from non RDF Data Sources such as (X)HTML, Weblogs, Shared Bookmark Collections, Photo Galleries, Calendars, Contact Managers, Feed Subscriptions, Wikis, and other information resource collections. The Virtuoso Sponger is an example of an RDF Middleware solution from OpenLink Software. See Also: %BR% %BR% **RDFizer** : See Also: [[http://en.wikipedia.org/wiki/SIMILE|Wikipedia Article]]%BR% %BR% **RDFS** : See Also: [[http://en.wikipedia.org/wiki/Rdf_schema|Wikipedia Article]]%BR% %BR% Record / Data Object Referencing by ID : See Also: %BR% %BR% **Redland** : Redland is a set of free software 'C' libraries that provide support for the Resource Description Framework (RDF), providing modular, object based libraries and APIs for manipulating the RDF graph, triples, URIs and Literals. Redland includes several high-level language APIs providing RDF manipulation and storage and requires the Raptor RDF parser and Rasqal RDF syntax and query library for its use. See Also: [[http://en.wikipedia.org/wiki/Redland_RDF_Application_Framework|Wikipedia Article]] [[http://librdf.org/|Home Page]]%BR% %BR% **Relational Database** : See Also: [[http://en.wikipedia.org/wiki/Relational_database|Wikipedia Article]] [[http://math.hws.edu/vaughn/cpsc/343/2003/history.html|A Short Database History]] [[http://oakleafblog.blogspot.com/2006/05/free-databases-express-vs-open-source.html|"Free" Databases: Express vs. Open-Source RDBMSs]] [[http://www.businessweek.com/technology/content/feb2006/tc20060206_918648.htm|Taking On the Database Giants]]%BR% %BR% **REST** : See Also: [[http://en.wikipedia.org/wiki/Restful|Wikipedia Article]] [[http://www.base4.net/Blog.aspx?ID=365|RDF REST and the future of Data]]%BR% %BR% **RESTful** : See Also: [[http://en.wikipedia.org/wiki/Restful|Wikipedia Article]]%BR% %BR% **RESTian** : See Also: %BR% %BR% **RIA** : See Also: [[http://en.wikipedia.org/wiki/Rich_Internet_application|Wikipedia Article]]%BR% %BR% **Rich Client** : See Also: [[http://en.wikipedia.org/wiki/Rich_client|Wikipedia Article]]%BR% %BR% **RSS** : RSS (Really Simple Syndication) is a collection of feed formats used to publish periodic updates to blog, news, and other sites that are updated frequently. See Also: [[http://en.wikipedia.org/wiki/Rss|Wikipedia Article]] [[http://cyber.law.harvard.edu/rss/rss.html|RSS 2.0 Specification]]%BR% %BR% **RSS Aggregator** : RSS aggregators consist of software that enables users to subscribe to various RSS feeds and read the content. See Also: [[http://en.wikipedia.org/wiki/Rss_Aggregator|Wikipedia Article]]%BR% %BR% **RSS Autodiscovery** : See Also: %BR% %BR% **RSS Content Syndication** : See Also: %BR% %BR% **Ruby** : An object-oriented programming language influenced by PERL and Smalltalk. See Also: [[http://en.wikipedia.org/wiki/Ruby_(programming_language)|Wikipedia Article]] [[http://www.ruby-lang.org/en/|Home Page]]%BR% %BR% **Ruby On Rails** : An open source framework that enables rapid application development using the Ruby programming language. See Also: [[http://en.wikipedia.org/wiki/Ruby_on_rails|Wikipedia Article]] [[http://www.rubyonrails.org/|Home Page]]%BR% %BR%

S


**Screen Scraping** : Method employed one application to harvest data from another application's display output. See Also: [[http://en.wikipedia.org/wiki/Screen_scraping|Wikipedia Article]]%BR% %BR% **Semantic Data Web** : Synonym for the Linked Data Web. See Also: %BR% %BR% **Semantic Radar** : Semantic Radar is a Firefox browser extension. Semantic Web pages uses RDF auto-discovery and RDFa metadata detection to identify links to semantic content within Web pages. When semantic content is detected an icon appears within the browser to alert the user. See Also: %BR% %BR% **Semantic Web** : See Also: [[http://en.wikipedia.org/wiki/Semantic_web|Wikipedia Article]] [[http://www.w3.org/2001/sw/|W3C Semantic Web Activity]] [[http://journal.dajobe.org/journal/2003/07/semblogs/|Semantic Weblogs]] [[http://www.w3.org/DesignIssues/Semantic.html|Semantic Web Road map]] [[http://www.w3.org/2005/Talks/1110-iswc-tbl/#(1)|Putting the Web back in Semantic Web]] [[http://www.w3.org/2005/Talks/1107-iswc-tbl/#(1)|Semantic Web for Industry]] [[http://www.stefandecker.org/blog/|Stefan Decker on the Semantic Web]] [[http://ebiquity.umbc.edu/resource/html/id/94/|UMBC Semantic Web Reference Card - v2]] [[http://www.w3.org/2005/Talks/1214-Trento-IH/#(1)|Tutorial on Semantic Web Technologies (Ivan Herman)]] [[http://ebiquity.umbc.edu/paper/html/id/304/Search-Engines-for-Semantic-Web-Knowledge|Search Engines for Semantic Web Knowledge]] [[http://esw.w3.org/topic/SemanticWebTools|Semantic Web Development Tools]] [[http://www.w3.org/2006/Talks/1108-swui-tbl/#(1)|Semantic Web and Web 2.0]] [[http://semanticweb.org/wiki/Main_Page|semanticweb.org]] [[http://www.w3.org/2007/Talks/0223-Bangalore-IH/Slides.html#(5)|State of the Semantic Web]] [[http://www.technologyreview.com/video/semantic|Tim Berners-Lee on the Semantic Web]] [[http://www.readwriteweb.com/archives/semantic_web_difficulties_with_classic_approach.php|Semantic Web: Difficulties with the Classic Approach]] [[http://dannyayers.com/2007/09/19/confused-about-the|Confused about the Semantic Web]] [[http://www.readwriteweb.com/archives/semantic_web_11_things_to_know.php|11 Things To Know About Semantic Web]] [[http://www.bitaplanet.com/article.php/3696281|What the Semantic Web Means For Your Business]] [[http://bnode.org/blog/2008/03/04/semantic-web-aliases|Semantic Web Aliases]] [[http://novaspivack.typepad.com/nova_spivacks_weblog/2008/05/on-the-differen.html|On the Difference Between "Semantic" and "Semantic Web"]] [[http://blogs.zdnet.com/semantic-web/?p=132|Commercialising the Semantic Web]] %BR% %BR% **Sensor Data** : See Also: %BR% %BR% **Services Orchestration** : See Also: %BR% %BR% **Sesame** : A Java-based, Open Source framework for storing, querying, and inferencing RDF data. Sesame can be instantiated as an actual Web server or a library. See Also: [[http://en.wikipedia.org/wiki/Sesame_(framework)|Wikipedia Article]] %BR% %BR% **Shared Topic** : See Also: %BR% %BR% **Shredder** : The Shredder is a generic Virtuoso Sponger Cartridge. See Also: %BR% %BR% **SIMILE project** : A project which undertakes to make disparate digital collections such as online library catalogs interoperable by resolving issues that arise from the different catalogs' ontologies, metadata, and so forth. See Also: [[http://en.wikipedia.org/wiki/SIMILE|Wikipedia Article]] [[http://simile.mit.edu/|Home Page]]%BR% %BR% **Single-Sign-On** : A security or access control paradigm that allows users to sign into one element in a software system and thereby gain access to ever other element in the software system. See Also: [[http://en.wikipedia.org/wiki/Single_sign_on|Wikipedia Article]]%BR% %BR% **SIOC** : Acronym for Semantically-Interlinked Online Communities Project. An RDF-based ontology designed to integrate blogs, discussion forums, and mailing lists. See Also: [[http://en.wikipedia.org/wiki/SIOC|Wikipedia Article]] [[http://sioc-project.org/|Home Page]] [[http://rdfs.org/sioc/spec/|SIOC Core Ontology Specification]] [[http://esw.w3.org/topic/SIOC/EnabledSites|SIOC/EnabledSites]] [[http://virtuoso.openlinksw.com/wiki/main/Main/ODSSIOCRef|ODS SIOC Reference]] [[http://www.johnbreslin.com/blog/2007/03/01/linking-personal-posted-content-across-communities/#comments|Linking personal posted content across communities]] [[http://groups.google.com/group/sioc-dev|SIOC-Dev]]%BR% %BR% **SIOC-o-sphere** : Online communities that exploit the SIOC ontology to share data. See Also: [[http://captsolo.net/info/blog_a.php/2006/09/29/sioc_o_sphere| Post details: SIOC-o-sphere]] [[http://www.johnbreslin.com/blog/2006/09/11/latest-developments-in-the-sioc-o-sphere/|Latest developments in the SIOC-o-sphere]]%BR% %BR% **SKOS** : Acronym for Simple Knowledge Organisation Systems. SKOS comprises a grouping of RDF-based languages whose purpose is to represent structured vocabularies such as are used for thesauri, taxonomies, classification systems, and so forth. See Also: [[http://en.wikipedia.org/wiki/SKOS|Wikipedia Article]] [[http://www.w3.org/2004/02/skos/|Home Page]] [[http://www.w3.org/TR/swbp-skos-core-guide|SKOS Simple Knowledge Organization System Primer (2008)]]%BR% %BR% **SOA** : Acronym for service-oriented architecture. Paradigm for systems integration and development that packages and exposes business processes as loosely-coupled interoperable services. See Also: [[http://en.wikipedia.org/wiki/Service-oriented_architecture|Wikipedia Article]]%BR% %BR% **SOAP** : Acronym formally expanded to Simple Object Access Protocol. Expanded form now deprecated. Protocol for exchange of XML-based messages using HTTP/HTTPS. See Also: [[http://en.wikipedia.org/wiki/Simple_Object_Access_Protocol|Wikipedia Article]]%BR% %BR% **Social Bookmarking** : Technology that allows Web users to store, manage, tag, and share bookmarks to Web sites. See Also: [[http://en.wikipedia.org/wiki/Social_bookmarking|Wikipedia Article]]%BR% %BR% **Social Engineering** : See Also: [[http://en.wikipedia.org/wiki/Social_engineering_(security)|Wikipedia Article]]%BR% %BR% **Social Networking** : See Also: [[http://en.wikipedia.org/wiki/Social_networking|Wikipedia Article]] [[http://www.zengestrom.com/blog/2005/04/why_some_social.html|Why some social network services work and others don't — Or: the case for object-centered sociality ]] [[http://bizcast.typepad.com/clients/2007/11/social-networks.html|Social Networks: New Age Solution to Problems of the Old Economy]] %BR% %BR% **Social Tagging** : See Also: [[http://en.wikipedia.org/wiki/Social_tagging|Wikipedia Article]]%BR% %BR% **SPARQL** : OpenLink Virtuoso supports SPARQL embedded into SQL for querying RDF data stored in Virtuoso's database. SPARQL benefits from low-level support in the engine itself, such as SPARQL-aware type-casting rules and a dedicated IRI data type. See Also: [[http://en.wikipedia.org/wiki/Sparql|Wikipedia Article]] [[http://www.dajobe.org/2005/04-sparql/|SPARQL RDF Query Language Reference]] [[http://www.w3.org/TR/sprot11/|W3C SPARQL Protocol for RDF Using WSDL 1.1]] [[http://www.hpl.hp.com/techreports/2005/HPL-2005-170.html|A relational algebra for SPARQL]] [[http://www.hpl.hp.com/techreports/2005/HPL-2005-171.html|Note on database layouts for SPARQL datastores]] [[http://thefigtrees.net/lee/sw/sparql-faq|SPARQL FAQ]] [[http://esw.w3.org/topic/SparqlImplementations|SparqlImplementations]] [[http://www.w3.org/TR/rdf-sparql-XMLres/|SPARQL Query Results XML Format]]%BR% %BR% **SPARQL Endpoint** : SPARQL endpoints are services that enable users to issue SPARQL queries against a data store. See Also: [[http://semanticweb.org/wiki/SPARQL_endpoint|SPARQL endpoint]]%BR% %BR% **SPARQL Query Service** : See Also: %BR% %BR% **SPARUL** : SPARUL (SPARQL/Update) is a language which facilitates the creation and deletion of RDF graphs, insertion and deletion of triples in graphs, and group updates in a single operation. See Also: [[http://en.wikipedia.org/wiki/SPARUL|Wikipedia Article]]%BR% %BR% **SPASQL** : SPASQL is an extension of to the SQL standard. It enables execution of SPARQL queries within SQL statements. See Also: [[http://esw.w3.org/topic/SPASQL|SPASQL]]%BR% %BR% **Sponger Cartridge** : The Virtuoso Sponger uses cartridges to extract data from non-RDF data sources and convert that data into RDF. See Also: %BR% %BR% **SQL Injection** : SQL Injections are malicious exploits that employ SQL queries to obtain unauthorized access to data in relational databases or to make harmful updates to that data. SQL Injection is often achieved by passing SQL queries in Web forms that prompt for usernames and passwords. See Also: [[http://en.wikipedia.org/wiki/Sql_injection|Wikipedia Article]] [[http://www.sqlsecurity.com/FAQs/SQLInjectionFAQ/tabid/56/Default.aspx|SQL Injection FAQ ]] [[http://www.ibmdatabasemag.com/showArticle.jhtml?articleID=18901175|Six Security Secrets Attackers Don't Want You to Know ]]%BR% %BR% **SQL to RDF Mapping** : See Also: [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSSQL2RDF|Mapping SQL Data to RDF]] %BR% %BR% **SQL-XML** : See Also: %BR% %BR% **SQL3** : An alias for the SQL:1999 specification. This revision of the SQL spec added regular expression matching, recursive queries, triggers, support for procedural and control-of-flow statements, non-scalar types, and some object-oriented features. See Also: %BR% %BR% **SQLX** : SQLX or SQL/XML is a standardized syntax for returning data produced from relational databases queries as XML. See Also: [[http://www.sqlx.org/|Home Page]]%BR% %BR% **Structured Data** : See Also: %BR% %BR% **Structured Data Object Identifier** : See Also: %BR% %BR% **Structured Tagging** : See Also: %BR% %BR% **Subject** : In RDF triples, the subject is the topic of the triple of which various qualities (objects) are attributed. See Also: %BR% %BR% **Subject Matter Concepts** : See Also: %BR% %BR% **SVG** : SVG (Scalable Vector Graphics) is an XML-based graphc file format that facilitates smooth scaling of images as they are resized to larger or smaller dimensions. See Also: [[http://en.wikipedia.org/wiki/Svg|Wikipedia Article]] [[http://www.xml.com/pub/a/2003/06/04/xslt-svg.html|Visualizing XSLT in SVG]]%BR% %BR% **SWEO** : SWEO (Semantic Web Education and Outreach) is a W3C interest group. It endeavors to promulgate the need for and benefits of Semantic Web technologies amongst the greater Web community. It also works to promote the uptake of available solutions and associated technologies. See Also: [[http://www.w3.org/blog/SWEO|Home Page]]%BR% %BR% SyncML : Enables data synchronization with Mobile Phones. See Also: [[http://en.wikipedia.org/wiki/Syncml|Wikipedia Article]] %BR% %BR% **Syndicated Web** : A characterization of Web 2.0 based on the rise of XML baed content such as RSS, RDF, OPML, OCS, and FOAF. See Also: %BR%%BR%

T


**Tabular** : See Also: %BR% %BR% **Tabulator** : A Linked Data Browser produced byTim Berners-Lee. See Also: [[http://www.w3.org/2006/Talks/1019-tab-tbl/#(1)|Home Page]]%BR% %BR% **Tag Cloud** : Tag clouds are weighted, visual maps of the subject matter or topics addressed on a Web site. Each tag denotes a topic and its font weight and size indicates the frequency with which that topic is discussed. Tags are clickable and take the user to pages that display links specific to that topic. See Also: [[http://en.wikipedia.org/wiki/Tag_cloud|Wikipedia Article]]%BR% %BR% **Tag Meaning** : See Also: %BR% %BR% **Tags Data Space** : See Also: %BR% %BR% **Taxonomy** : See Also: [[http://en.wikipedia.org/wiki/Taxonomy|Wikipedia Article]]%BR% %BR% **Topic Map** : See Also: [[http://en.wikipedia.org/wiki/Topic_map|Wikipedia Article]] [[http://www.ontopia.net/topicmaps/materials/tm-vs-thesauri.html|Metadata? Thesauri? Taxonomies? Topic Maps!]] [[http://xml.coverpages.org/topicMaps.html| (XML) Topic Maps]]%BR% %BR% **Trackback** : Trackback enables a blog author to programatically notify another blog post or article author whenever the second author's content is cited by the first. Trackback uses HTTP GET or POST to post identifying information pertaining to the citing author's blog to the article or blog post that is cited. See Also: [[http://en.wikipedia.org/wiki/Trackback|Wikipedia Article]] [[http://www.muhajabah.com/islamicblog/what-is-tb.php|What Is Trackback?]]%BR% %BR% TriG : Denotes a plain text format for serialization of RDF Named Graphs. See Also: %BR% %BR% **Triple** : An RDF triple consists of one subject, one predicate, and one object. RDF triples are analogous to simple sentences such that a predicate is always used to associate an object (quality) with a subject. See Also: %BR% %BR% **Triplestore** : Denotes a database designed to store and facilitate the retrieval of RDF metadata. See Also: [[http://en.wikipedia.org/wiki/Triple_Store|Wikipedia Article]]%BR% %BR% **Turtle** : See Also: [[http://en.wikipedia.org/wiki/Turtle_(syntax)|Wikipedia Article]] [[http://www.dajobe.org/2004/01/turtle/|Turtle - Terse RDF Triple Language]]%BR% %BR% **Twine** : See Also: [[http://www.twine.com/about|Home Page]]%BR% %BR%

U


**UBL** : See Also: [[http://en.wikipedia.org/wiki/Universal_Business_Language|Wikipedia Article]] [[http://xmlhack.com/read.php?item=1967|Bosak on Universal Business Language]]%BR% %BR% **UDDI** : See Also: [[http://en.wikipedia.org/wiki/UDDI|Wikipedia Article]] [[http://www.uddi.org/pubs/uddi_v3.htm|Home Page]]%BR% %BR% **UMBEL** : See Also: [[http://www.umbel.org/|Home Page]] [[http://www.zitgist.com/products/dataviewer/dataviewer.html|Zitgist Dataviewer]] %BR%%BR% **Unified Communities** : See Also: %BR% %BR% **Unified Storage** : See Also: %BR% %BR% **URI** : See Also: [[http://en.wikipedia.org/wiki/URI|Wikipedia Article]] [[http://www.internetnews.com/dev-news/article.php/3464501|W3C, IETF Stick with 'Web Glue' Standards]] [[http://dig.csail.mit.edu/breadcrumbs/node/71|Give yourself a URI]] [[http://www.w3.org/Provider/Style/URI|Cool URIs don't change]] [[http://www.w3.org/TR/cooluris/|Cool URIs for the Semantic Web]]%BR% %BR% **User Agent** : See Also: [[http://en.wikipedia.org/wiki/User_agent|Wikipedia Article]]%BR% %BR% **User Generated Data** : See Also: [[http://en.wikipedia.org/wiki/User-generated_content|Wikipedia Article]]%BR% %BR%

V


Viewer (V) : Represents user interaction in the MVC model. Used as a metaphor for Web 1.0 due to the focus on static, HTML documents aimed at human consumption. See Also: %BR% %BR% **Virtual Databasing** : See Also: [[http://en.wikipedia.org/wiki/Virtual_database|Wikipedia Article]]%BR% %BR% **Virtual Domain** : See Also: %BR% %BR% **Virtual Forum** : See Also: %BR% %BR% **Virtualization** : See Also: [[http://en.wikipedia.org/wiki/Virtualization|Wikipedia Article]] [[http://patrickweb.com/weblog/categories/ebusiness/ve.php|Virtually Real and Really Virtual]] [[http://www.networkworld.com/columnists/2004/111504backspin.html|Betting on virtualization]]%BR% %BR% **Virtuoso AMI** : A pre-installed edition of Virtuoso for Amazon's EC2 Cloud platform. See Also: %BR% %BR% **Virtuoso Meta Schema Language for Declaratively generating RDF Views of SQL Data** : See Also: %BR% %BR% **Virtuoso Meta Schema Language for RDF Views of SQL Data** : See Also: %BR% %BR% Virtuoso Metaschema Language for producing RDF Views over ODBC/JDBC accessible Data Sources : See Also: %BR% %BR% **Virtuoso RDBMS to RDF Mapping** : See Also: %BR% %BR% **Virtuoso Sponger** : The Virtuoso Sponger is a middleware component of Virtuoso analogous to an ODBC Driver Manager. The Sponger generates RDF Linked Data from a variety of data sources. The sponger is transparently integrated into Virtuoso's SPARQL Query Processor, where it delivers URI de-referencing functionality and data caching services. Optionally, it can be used by the Virtuoso Content Crawler to periodically build and replenish local RDF graphs. See Also: [[http://fgiasson.com/blog/index.php/2007/03/28/making-the-bridge-between-the-web-and-the-semantic-web/#comments|Making the bridge between the Web and the Semantic Web]]%BR% %BR% Virtuoso SQL Schema to RDF Ontology Mapping Language (1.0) : See Also: %BR% %BR% **Virtuoso SQL-RDF** : See Also: %BR% %BR% **VOS** : An acronym for Virtuoso Open-Source Edition. See Also: [[http://virtuoso.openlinksw.com/wiki/main/|Home Page]]%BR% %BR% **VSP** : An acroynym for "Virtuoso Scripting Pages," Virtuoso Universal Server's native scripting language. See Also: %BR% %BR% **VSPX** : VSPX is Virtuoso Universal Server's native ASP like scripting language. See Also: %BR% %BR%

W


**Walled Garden** : See Also: [[http://en.wikipedia.org/wiki/Walled_garden_(media)|Wikipedia Article]]%BR% %BR% **Web 1.0** : Web 1.0 characterizes the beginnings of the Web as a collection of linked, static documents. See Also: [[http://en.wikipedia.org/wiki/Web_1.0|Wikipedia Article]]%BR% %BR% **Web 2.0** : An evolution in the World Wide Web away from a Web of linked, static HTML-based documents towards an executable Web of Web Services and a Syndicated Web of XML content. See Also: [[http://en.wikipedia.org/wiki/Web_2.0|Wikipedia Article]] [[http://www.readwriteweb.com/archives/web_20_meme_map.php|Web 2.0 Meme Map]] [[http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html?page=1|What Is Web 2.0]] [[http://novaspivack.typepad.com/nova_spivacks_weblog/2006/11/web_me20_explod.html|Web "Me2.0" -- Exploding the Myth of Web 2.0]]%BR% %BR% **Web 3.0** : See Also: [[http://en.wikipedia.org/wiki/Web_3.0|Wikipedia Article]] [[http://www.readwriteweb.com/archives/web_30_when_web_sites_become_web_services.php|Web 3.0: When Web Sites Become Web Services]]%BR% %BR% **Web 4.0** : Touted to be the next incarnation of the World Wide Web as characterized by a Web that is traversible by digital agents representing users. See Also: %BR% %BR% **Web Data Silo** : See Also: [[http://en.wikipedia.org/wiki/Information_silo|Wikipedia Article]]%BR% %BR% **Web Data Space** : See Also: %BR% %BR% **Web of Agents** : A moniker for the upcoming Web 4.0 which expresses the vision of that Web as traversible by digital agents representing users See Also: %BR% %BR% **Web of Databases and Programs** : See Also: [[http://www.infoworld.com/article/06/05/03/77873_19OPstrategic_1.html|Accessing the web of databases]] [[http://www.w3.org/2005/Talks/0623-sb-IEEEStorConf/#(1)|Toward a Web of Data and Programs]]%BR% %BR% **Web of Documents** : This term characterizes the beginnings of the Web as a collection of linked, static documents. See Also: %BR% %BR% **Web Open Database Connectivity** : Analogous to ODBC API, Web Open Database Connectivity (WODBC) provides open data access to Web Databases or Data Spaces using HTTP-based URIs in place of Data Source Names. See Also: %BR% %BR% **Web Service** : See Also: [[http://en.wikipedia.org/wiki/Web_service|Wikipedia Article]] [[http://www.businessweek.com/technology/content/feb2005/tc2005028_8000_tc203.htm|So, What the Heck Are Web Services?]]%BR% %BR% **Web Service API** : See Also: %BR% %BR% WebDAV : Our WebDAV is a filesystem in the database. This means you can set ACLs/permissions on various parts of the filesystem, and yet browse it via HTTP in an ordinary browser, or mount it using the Finder on the Mac ors davfs2 on Linux, whatever takes your fancy. WebDAV itself uses HTTP GET and PUT and similar commands. See Also: [[http://en.wikipedia.org/wiki/Webdav|Wikipedia Article]] [[http://www.webdav.org/|Welcome to WebDAV Resources]]%BR% %BR% **Whidbey** : Code name for Visual Studio .NET 2005 during its devlopment phase. See Also: [[http://www.microsoft.com/presspass/press/2003/Jul03/07-29InnovationListPR.mspx|Microsoft Outlines Vision for Future of Visual Studio .NET And Microsoft .NET Framework ]]%BR% %BR% **Wiki** : Software that allows groups to share in the creation and editing of web pages via a Web browser. See Also: [[http://en.wikipedia.org/wiki/Wiki|Wikipedia Article]] [[http://www.pcmag.com/article2/0,4149,1071705,00.asp?kc=PCRSS02129TX1K0000530|What's a Wiki]] [[http://news.cnet.com/1200-2-5741150.html|Wiki while you work ]] [[http://news.cnet.com/1200-2-5741153.html|Getting 'wiki' with the team ]] [[http://news.cnet.com/1200-2-5741156.html|Is business waking up to wiki? ]] [[http://wiki.navigable.info/|Semantic Authoring and Retrieval within a Wiki]]%BR% %BR% **Wikipedia** : See Also: [[http://en.wikipedia.org/wiki/Wikipedia|Wikipedia Article]] [[http://www.wikipedia.org/|Home Page]]%BR% %BR% **Wine** : See Also: [[http://www.winehq.org/|Home Page]]%BR% %BR% WinFS : See Also: %BR% %BR% **Wire Protocol** : Data access products are said to be "wire protocol" products when the possess the ability to speak to a target DBMS using that DBMS's native communications protocol. See Also: %BR% %BR% **WODBC** : Analogous to ODBC API, Web Open Database Connectivity (WODBC) provides open data access to Web Databases or Data Spaces using HTTP-based URIs in place of Data Source Names. See Also: %BR% %BR% **WODBC DSN** : A WODBC DSN is a URI that provides HTTP-based data access to Web Databases and Data Spaces in a manner analogous to ODBC data access to traditional relational databases. See Also: %BR% %BR%

X


**XBRL** : An acronym for eXtensible Business Reporting Language. It is an open standard for semantic modeling business and financial data for reporting purposes. See Also: [[http://en.wikipedia.org/wiki/XBRL|Wikipedia Article]] [[http://www.xbrl.org/Home/|Home Page]] [[http://groups.google.com/group/xbrl-ontology-specification-group|XBRL Ontology Specification Group]]%BR% %BR% **XFN** : XFN is a microformat standard for representing social networks. Microformats can be inserted into any xHTML webpage. Therefore XFN makes it possible for any blog, social network page or general webpage to "contain" your social network and expose it for use by any compatible tool, service or application. See Also: [[http://en.wikipedia.org/wiki/XHTML_Friends_Network|Wikipedia Article]] [[http://gmpg.org/xfn/|Home Page]]%BR% %BR% **XHR** : Abbreviated form of XMLHttpRequest. See Also: [[http://en.wikipedia.org/wiki/Xmlhttprequest|Wikipedia Article]] %BR% %BR% **XHTML** : XHTML (Extensible Hypertext Markup Language) employs a highly restrictive subset of SGML for the purpose of providing a markup language that conforms to XML syntax yet provides the same degree of expression as HTML. This aids in automatic processing of XHTML documents by XML applications whereas pure HTML documents would require specialized parsers that allowed for less than well-formed XML. See Also: [[http://en.wikipedia.org/wiki/Xhtml|Wikipedia Article]]%BR% %BR% **Ximian** : Ximian was an independent company that produced a variety of GNOME-based, desktop software for Linux and Unix. Ximian is notable for its Mono project, which comprises production of .NET-compatible development tools also for Linux and Unix. Ximian is now a part of Novell. See Also: [[http://en.wikipedia.org/wiki/Ximian|Wikipedia Article]] [[http://www.novell.com/linux/ximian.html|Home Page]]%BR% %BR% **XML** : See Also: [[http://en.wikipedia.org/wiki/Xml|Wikipedia Article]] [[http://xml.coverpages.org/xmlAndDatabases.html|XML and Databases]] [[http://www.ibm.com/developerworks/xml/library/x-matters34.html|XML Matters: GUIs and XML configuration data]]%BR% %BR% **XML Parser** : See Also: [[http://en.wikipedia.org/wiki/Xml_parser|Wikipedia Article]]%BR% %BR% **XML Schema** : See Also: [[http://en.wikipedia.org/wiki/Xml_schema|Wikipedia Article]]%BR% %BR% **XML-RPC** : See Also: [[http://en.wikipedia.org/wiki/Xml-rpc|Wikipedia Article]]%BR% %BR% XML/SOAP : See Also: %BR% %BR% **XMLA** : XMLA (XML for Analysis) is a standardized API that enables client applications to query OLAP data sources. XMLA uses HTTP, SOAP, and XML to effect communication with the data stoe. It uses the MDX query language to actually query the target data store. See Also: [[http://en.wikipedia.org/wiki/XMLA|Wikipedia Article]]%BR% %BR% XMLHttpRequest : Object that makes it possible for JavaScript-based Ajax applications to perform GET, POST, and other HTTP requests within the Web browser itself. See Also: [[http://en.wikipedia.org/wiki/Xmlhttprequest|Wikipedia Article]]%BR% %BR% **XPath** : XPath (XML Path Language) is a query language used for selecting nodes from XML documents and for performing computations using values in XML documents. XPath was defined by the W3C See Also: [[http://en.wikipedia.org/wiki/Xpath|Wikipedia Article]] [[http://www.w3.org/TR/xpath|XML Path Language (XPath)]]%BR% %BR% **XQuery** : XQuery is a query language for XML files or other collections of XML data. See Also: [[http://en.wikipedia.org/wiki/Xquery|Wikipedia Article]] [[http://www.w3.org/TR/xquery/|XQuery 1.0: An XML Query Language]]%BR% %BR% **XSL** : XSL (Extensible Stylesheet Language) is the language used to create XSLT stylesheets. See Also: [[http://en.wikipedia.org/wiki/Xsl|Wikipedia Article]]%BR% %BR% **XSLT** : XSLT (XSL Transformation) is a language that facilitates transformation of an XML document into a different XML document, HTML, or plain text. See Also: [[http://en.wikipedia.org/wiki/Xslt|Wikipedia Article]]%BR% %BR% **XSLT Processor** : XSLT processors take xml documents and xslt stylesheets as inputs and use instructions in the stylesheets to output the original xml document in XML, HTML, or text. See Also: [[http://en.wikipedia.org/wiki/Xslt|Wikipedia Article]]%BR% %BR% **XSLT Stylesheet** : XSLT stylesheets consist of instructions and other directives that control how XSLT processors produce an output document. See Also: [[http://en.wikipedia.org/wiki/Xslt|Wikipedia Article]]%BR% %BR% **XUL** : An XML-based markup language. See Also: [[http://en.wikipedia.org/wiki/Xul|Wikipedia Article]] [[http://www.mozilla.org/projects/xul/|Home Page]] [[http://xml.coverpages.org/xul.html|Extensible User Interface Language (XUL)]]%BR% %BR%

Z


**Zitgist Data Viewer** : A product designed to expose Linked Data and the underlying data model associated with that data. See Also: [[http://www.zitgist.com/products/dataviewer/dataviewer.html|Home Page]]%BR% %BR% **Zitgist LLC** : A Linked Data Web products and services provider. See Also: [[http://www.zitgist.com/|Home Page]]%BR% %BR% **zLinks** : Browser extension or plug-in that exposes embedded links in blogs. See Also: [[http://www.zitgist.com/products/dataviewer/dataviewer.html|Home Page]]%BR% %BR%