@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix atom:	<http://atomowl.org/ontologies/atomrdf#> .
@prefix sioct:	<http://rdfs.org/sioc/types#> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
@prefix ns4:	<https://ods-qa.openlinksw.com/dataspace/> .
@prefix ns5:	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/> .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
@prefix as:	<https://www.w3.org/ns/activitystreams#> .
@prefix ns8:	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/26/> .
@prefix ns9:	<https://ods-qa.openlinksw.com/dataspace/imitko/> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix dct:	<http://purl.org/dc/terms/> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns14:	<https://ods-qa.openlinksw.com/dataspace/person/> .

<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/26>
	rdf:type	atom:Entry , sioct:BlogPost ;
	sioc:has_creator	ns4:imitko ;
	sioc:has_container	ns5:MitkoBlog ;
	sioc:id	"ca8ff627ca67f3535cff136ec10dc86a" ;
	opl:isDescribedUsing	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/26/sioc.rdf> ;
	sioc:link	</weblog/imitko/?id=26> ;
	as:to	as:Public ;
	as:replies	ns8:replies ;
	as:cc	ns9:followers ;
	dc:title	"DPoP JWT Fields Explained" ;
	sioc:content	"<h1>DPoP JWT Fields Explained</h1>\n<p>The DPoP (Demonstration of Proof-of-Possession) JWT (JSON Web Token) includes several important fields that ensure the security and integrity of the token. Here are the key fields:</p>\n<ul>\n<li>\n  <strong>jti</strong>: A unique identifier for the JWT.</li>\n<li>\n  <strong>htm</strong>: The HTTP method of the request (e.g., GET, POST).</li>\n<li>\n  <strong>htu</strong>: The HTTP URI of the request.</li>\n<li>\n  <strong>iat</strong>: The issued-at time, indicating when the JWT was created.</li>\n</ul>\n<h2>Example DPoP JWT</h2>\n<pre><code>{\n  &quot;jti&quot;: &quot;unique-jwt-id&quot;,\n  &quot;htm&quot;: &quot;POST&quot;,\n  &quot;htu&quot;: &quot;https://api.example.com/resource&quot;,\n  &quot;iat&quot;: 1618884473\n}</code>\n</pre><p>This example shows a DPoP JWT with a unique identifier, HTTP method, URI, and issued-at time.</p>" ;
	dct:created	"2024-07-12T17:54:48.877363"^^xsd:dateTime ;
	dct:modified	"2025-08-19T08:07:11.670890"^^xsd:dateTime ;
	foaf:maker	ns14:imitko ;
	atom:author	ns14:imitko ;
	atom:published	"2024-07-12T17:54:48.877363"^^xsd:dateTime ;
	atom:source	ns5:MitkoBlog ;
	atom:updated	"2025-08-19T08:07:11.670890"^^xsd:dateTime ;
	atom:title	"DPoP JWT Fields Explained" .
ns4:imitko
	sioc:creator_of	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/26> .
ns5:MitkoBlog
	sioc:container_of	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/26> ;
	atom:contains	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/26> ;
	atom:entry	<https://ods-qa.openlinksw.com/dataspace/imitko/weblog/MitkoBlog/26> .
