You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2022/07/19 18:26:13 UTC

[jena-site] branch main updated: Update rdf-input.md

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 e052ce151 Update rdf-input.md
e052ce151 is described below

commit e052ce1516acbf97373ef990c1c63bec11a92b04
Author: Andrew Berezovskyi <an...@berezovskyi.me>
AuthorDate: Tue Jul 19 19:17:05 2022 +0200

    Update rdf-input.md
    
    Add the terminating dot to the prefix declaration.
---
 source/documentation/io/rdf-input.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/io/rdf-input.md b/source/documentation/io/rdf-input.md
index dfe184527..fd82e6114 100644
--- a/source/documentation/io/rdf-input.md
+++ b/source/documentation/io/rdf-input.md
@@ -184,7 +184,7 @@ copies of import http resources).
 Location mapping files are RDF, usually written in Turtle although
 an RDF syntax can be used.
 
-    @prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#>
+    @prefix lm: <http://jena.hpl.hp.com/2004/08/location-mapping#> .
 
     [] lm:mapping
        [ lm:name "file:foo.ttl" ;      lm:altName "file:etc/foo.ttl" ] ,