This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3f23d5fe3 Update tdb2_fuseki.md
3f23d5fe3 is described below
commit 3f23d5fe33e34b04815a18a4e909193ae8ad0b99
Author: Erich Bremer <[email protected]>
AuthorDate: Thu May 22 13:48:33 2025 -0400
Update tdb2_fuseki.md
removed spurious <b> tags in two locations
---
source/documentation/tdb2/tdb2_fuseki.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/documentation/tdb2/tdb2_fuseki.md
b/source/documentation/tdb2/tdb2_fuseki.md
index f9c875257..edb0177a1 100644
--- a/source/documentation/tdb2/tdb2_fuseki.md
+++ b/source/documentation/tdb2/tdb2_fuseki.md
@@ -43,7 +43,7 @@ PREFIX ja: <http://jena.hpl.hp.com/2005/11/Assembler#>
fuseki:dataset <#tdb_dataset_readwrite> ;
.
-<#tdb_dataset_readwrite> rdf:type <b>tdb2:DatasetTDB2</b> ;
+<#tdb_dataset_readwrite> rdf:type tdb2:DatasetTDB2 ;
<b>tdb2:location</b> "TDB2" ;
## This is supported: tdb2:unionDefaultGraph true ;
.
@@ -79,7 +79,7 @@ PREFIX ja: <http://jena.hpl.hp.com/2005/11/Assembler#>
fuseki:dataset <#tdb_dataset_readwrite> ;
.
-<#tdb_dataset_readwrite> rdf:type <b>tdb2:DatasetTDB2</b> ;
+<#tdb_dataset_readwrite> rdf:type tdb2:DatasetTDB2 ;
<b>tdb2:location</b> "TDB2" ;
## tdb2:unionDefaultGraph true ;
.