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
dctermshttp://purl.org/dc/terms/
n3http://dbkwik.webdatacommons.org/ontology/
n8http://dbkwik.webdatacommons.org/resource/s3fNfS8YZ8h0eZorc1futQ==
rdfshttp://www.w3.org/2000/01/rdf-schema#
n7http://dbkwik.webdatacommons.org/resource/OMqO-SbRQbJljde_FPMCpA==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n2http://dbkwik.webdatacommons.org/resource/RCSsu-WQrb5UpLq1Ufi1Lw==
owlhttp://www.w3.org/2002/07/owl#
n12http://dbkwik.webdatacommons.org/resource/vpJ70H6UWE-AHdBJh__C6w==
xsdhhttp://www.w3.org/2001/XMLSchema#
dbrhttp://dbpedia.org/resource/
n6http://dbkwik.webdatacommons.org/manga/property/
n5http://dbkwik.webdatacommons.org/resource/oRNQY52RNcVROgBQSHMcLQ==
Subject Item
n2:
rdfs:label
JHTML
rdfs:comment
JHTML stands for Java HTML. This is a page authoring system developed at Art Technology Group (ATG). Files with a ".jhtml" filename extension contain standard HTML tags in addition to proprietary tags that reference Java objects running on a special server setup to handle requests for pages of this sort.
owl:sameAs
dbr:JHTML
dcterms:subject
n5: n8:
n6:wikiPageUsesTemplate
n7: n12:
n3:abstract
JHTML stands for Java HTML. This is a page authoring system developed at Art Technology Group (ATG). Files with a ".jhtml" filename extension contain standard HTML tags in addition to proprietary tags that reference Java objects running on a special server setup to handle requests for pages of this sort. When a request is made for a JHTML page, e.g. "index.jhtml", the request for this page is forwarded from the HTTP server to another system running a Java application server. The JHTML page is compiled first into a .java file and then into a Java .class file. The application server runs the code in the .class file as a servlet whose sole function is to emit a stream of standard HTTP and HTML data back to the HTTP server and on back to the client software (the web browser, usually) that originally requested the document. The principal benefit of this system is that it allows logic running in Java on the application server to generate the HTML dynamically. Often a database is queried to accumulate the specific data needed in the page.