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

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

PrefixNamespace IRI
n7http://dbkwik.webdatacommons.org/resource/rTV_CwzKvBwV5N0HQUtn8w==
n12http://dbkwik.webdatacommons.org/ontology/
dctermshttp://purl.org/dc/terms/
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n6http://dbkwik.webdatacommons.org/freespeech/property/
n5http://dbkwik.webdatacommons.org/resource/C31F1d3u_SN-fA3JI57mAg==
owlhttp://www.w3.org/2002/07/owl#
n4http://dbkwik.webdatacommons.org/resource/tSQlKR5NKLQQFbg3o2Sl2A==
n11http://dbkwik.webdatacommons.org/resource/WBfHYOZJE645yFcmILZjcw==
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://dbkwik.webdatacommons.org/resource/p1MOwjqN4gkLw8wfudLCTg==
dbrhttp://dbpedia.org/resource/
Subject Item
n2:
rdfs:label
EXtensible Server Pages
rdfs:comment
eXtensible servers Pages (XSP) is an XML-based language, which offers the possibility of dynamically arranged Java code into XML documents. It was developed by the Apache Software Foundation for the Web Publishing Framework Cocoon. The focus of XSP is the separation of content, logic and presentation. The Java program code is in its own XML section that can either occur within or outside of the root element (). XSP pages are transformed into Cocoon producers, typically as Java classes, though any scripting language for which a Java-based processor exists could also be used.
owl:sameAs
dbr:EXtensible_Server_Pages
dcterms:subject
n4: n5: n11:
n6:wikiPageUsesTemplate
n7:
n12:abstract
eXtensible servers Pages (XSP) is an XML-based language, which offers the possibility of dynamically arranged Java code into XML documents. It was developed by the Apache Software Foundation for the Web Publishing Framework Cocoon. The focus of XSP is the separation of content, logic and presentation. The Java program code is in its own XML section that can either occur within or outside of the root element (). The Java code is compiled with the first call. These directives are replaced by the generated content so that the resulting, augmented XML document can be subject to further processing with XSL Transformations. XSP pages are transformed into Cocoon producers, typically as Java classes, though any scripting language for which a Java-based processor exists could also be used. Directives can be either XSP built-in processing tags or user-defined library tags. XSP built-in tags are used to embed procedural logic, substitute expressions and dynamically build XML nodes. User-defined library tags act as templates that dictate how program code is generated from information encoded in each dynamic tag.