This HTML5 document contains 18 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n11http://dbkwik.webdatacommons.org/ontology/
dctermshttp://purl.org/dc/terms/
n20http://dbkwik.webdatacommons.org/resource/SsZ4eo1WPllKF1h_icblkg==
n13http://dbkwik.webdatacommons.org/resource/77i8JMFG-P91NYHAhytdbw==
n6http://dbkwik.webdatacommons.org/resource/Ulo2OiEC8N5SwHrlnCRWlg==
n22http://dbkwik.webdatacommons.org/resource/-_Uxq2SFMaRiNYS0gFXL9g==
n8http://dbkwik.webdatacommons.org/resource/9JKHcQeQ_cZkiGE6ZboFDw==
n19http://dbkwik.webdatacommons.org/resource/jUG2hIsKnJyOgouuf7fO6Q==
rdfshttp://www.w3.org/2000/01/rdf-schema#
n9http://dbkwik.webdatacommons.org/resource/qgWoA1YD1V3MMzVTI71wBw==
n7http://dbkwik.webdatacommons.org/resource/3gl2rDM5T-enIBW6MAo6cw==
n10http://dbkwik.webdatacommons.org/resource/IJTJepjRAEAPdUcm2cYb3Q==
n5http://dbkwik.webdatacommons.org/microsoft/property/
n18http://dbkwik.webdatacommons.org/resource/8VoPYZf5AzZy3Y_lDh5PSw==
n14http://dbkwik.webdatacommons.org/resource/FUYTdhqMyt1gT9HS1VWyOw==
n12http://dbkwik.webdatacommons.org/resource/y4VydszAxL7f9tTFhdK3dg==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n4http://dbkwik.webdatacommons.org/resource/UbS8_UO0ni4VfgxrfDjvHQ==
xsdhhttp://www.w3.org/2001/XMLSchema#
dbrhttp://dbpedia.org/resource/
n2http://dbkwik.webdatacommons.org/resource/Wn28vtkYNFamKi479r689Q==
n17http://dbkwik.webdatacommons.org/resource/cwAN5XOn403KNOYGmcmpTQ==
Subject Item
n2:
rdfs:label
Windows Presentation Foundation
rdfs:comment
The Windows Presentation Foundation is Developed by Microsoft, the Windows Presentation Foundation (or WPF) is a graphical subsystem for rendering user interfaces in Windows-based applications. WPF, previously known as "Avalon", was initially released as part of .NET Framework 3.0. Rather than relying on the older GDI subsystem, WPF utilizes DirectX. WPF attempts to provide a consistent programming model for building applications and provides a clear separation between the user interface and the business logic. As such, it bears a close resemblance to similar XML-oriented object models, such as those implemented in XUL and SVG.
owl:sameAs
dbr:Windows_Presentation_Foundation
dcterms:subject
n4: n8: n18: n20: n22:
n5:wikiPageUsesTemplate
n6: n7: n9: n10: n12: n13: n14: n17: n19:
n11:abstract
The Windows Presentation Foundation is Developed by Microsoft, the Windows Presentation Foundation (or WPF) is a graphical subsystem for rendering user interfaces in Windows-based applications. WPF, previously known as "Avalon", was initially released as part of .NET Framework 3.0. Rather than relying on the older GDI subsystem, WPF utilizes DirectX. WPF attempts to provide a consistent programming model for building applications and provides a clear separation between the user interface and the business logic. As such, it bears a close resemblance to similar XML-oriented object models, such as those implemented in XUL and SVG. WPF employs XAML, a derivative of XML, to define and link various UI elements. WPF applications can be deployed as standalone desktop programs, or hosted as an embedded object in a website. It aims to unify a number of common user interface elements, such as 2D/3D rendering, fixed and adaptive documents, typography, vector graphics, runtime animation, and pre-rendered media. These elements can then be linked and manipulated based on various events, user interactions, and data bindings. WPF runtime libraries are included with all versions of Windows since Windows Vista and Windows Server 2008. Users of Windows XP SP2/SP3 and Windows Server 2003 can optionally install the necessary libraries. Microsoft Silverlight utilizes WPF to provide embedded web controls comparable to Adobe Flash, but with more focus on a UI object model and less on animation. 3D runtime rendering is unsupported in Silverlight, but available to embedded WPF applications.