You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/05/28 14:20:07 UTC

[jena-site] branch spaces created (now 07fde83)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch spaces
in repository https://gitbox.apache.org/repos/asf/jena-site.git.


      at 07fde83  Tabs to spaces; consistent indent

This branch includes the following new commits:

     new 07fde83  Tabs to spaces; consistent indent

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[jena-site] 01/01: Tabs to spaces; consistent indent

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch spaces
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 07fde833f7ff5a2c1bda147f997b21a2f79ab457
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Fri May 28 15:19:49 2021 +0100

    Tabs to spaces; consistent indent
---
 static/tutorials/sparql_data/vc-db-1.rdf | 22 +++++++++++-----------
 static/tutorials/sparql_data/vc-db-2.rdf | 24 ++++++++++++------------
 static/tutorials/sparql_data/vc-db-3.rdf | 10 +++++-----
 static/tutorials/sparql_data/vc-db-4.rdf | 10 +++++-----
 4 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/static/tutorials/sparql_data/vc-db-1.rdf b/static/tutorials/sparql_data/vc-db-1.rdf
index b94e435..b57eb13 100644
--- a/static/tutorials/sparql_data/vc-db-1.rdf
+++ b/static/tutorials/sparql_data/vc-db-1.rdf
@@ -1,37 +1,37 @@
 <rdf:RDF
-  xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
-  xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#'
-   >
+    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+    xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#'
+    >
 
   <rdf:Description rdf:about="http://somewhere/JohnSmith">
     <vCard:FN>John Smith</vCard:FN>
     <vCard:N rdf:parseType="Resource">
-	<vCard:Family>Smith</vCard:Family>
-	<vCard:Given>John</vCard:Given>
+	    <vCard:Family>Smith</vCard:Family>
+	    <vCard:Given>John</vCard:Given>
     </vCard:N>
   </rdf:Description>
 
   <rdf:Description rdf:about="http://somewhere/RebeccaSmith">
     <vCard:FN>Becky Smith</vCard:FN>
     <vCard:N rdf:parseType="Resource">
-	<vCard:Family>Smith</vCard:Family>
-	<vCard:Given>Rebecca</vCard:Given>
+	    <vCard:Family>Smith</vCard:Family>
+	    <vCard:Given>Rebecca</vCard:Given>
     </vCard:N>
   </rdf:Description>
 
   <rdf:Description rdf:about="http://somewhere/SarahJones">
     <vCard:FN>Sarah Jones</vCard:FN>
     <vCard:N rdf:parseType="Resource">
-	<vCard:Family>Jones</vCard:Family>
-	<vCard:Given>Sarah</vCard:Given>
+	    <vCard:Family>Jones</vCard:Family>
+	    <vCard:Given>Sarah</vCard:Given>
     </vCard:N>
   </rdf:Description>
 
   <rdf:Description rdf:about="http://somewhere/MattJones">
     <vCard:FN>Matt Jones</vCard:FN>
     <vCard:N
-	vCard:Family="Jones"
-	vCard:Given="Matthew"/>
+	      vCard:Family="Jones"
+	      vCard:Given="Matthew"/>
   </rdf:Description>
 
 </rdf:RDF>
diff --git a/static/tutorials/sparql_data/vc-db-2.rdf b/static/tutorials/sparql_data/vc-db-2.rdf
index fa66f34..5728920 100644
--- a/static/tutorials/sparql_data/vc-db-2.rdf
+++ b/static/tutorials/sparql_data/vc-db-2.rdf
@@ -1,15 +1,15 @@
 <rdf:RDF
-  xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
-  xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#'
-  xmlns:info='http://somewhere/peopleInfo#'
-   >
+    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+    xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#'
+    xmlns:info='http://somewhere/peopleInfo#'
+    >
 
   <rdf:Description rdf:about="http://somewhere/JohnSmith">
     <vCard:FN>John Smith</vCard:FN>
     <info:age rdf:datatype='http://www.w3.org/2001/XMLSchema#integer'>25</info:age>
     <vCard:N rdf:parseType="Resource">
-	<vCard:Family>Smith</vCard:Family>
-	<vCard:Given>John</vCard:Given>
+	    <vCard:Family>Smith</vCard:Family>
+	    <vCard:Given>John</vCard:Given>
     </vCard:N>
   </rdf:Description>
 
@@ -17,24 +17,24 @@
     <vCard:FN>Becky Smith</vCard:FN>
     <info:age rdf:datatype='http://www.w3.org/2001/XMLSchema#integer'>23</info:age>
     <vCard:N rdf:parseType="Resource">
-	<vCard:Family>Smith</vCard:Family>
-	<vCard:Given>Rebecca</vCard:Given>
+	    <vCard:Family>Smith</vCard:Family>
+	    <vCard:Given>Rebecca</vCard:Given>
     </vCard:N>
   </rdf:Description>
 
   <rdf:Description rdf:about="http://somewhere/SarahJones">
     <vCard:FN>Sarah Jones</vCard:FN>
     <vCard:N rdf:parseType="Resource">
-	<vCard:Family>Jones</vCard:Family>
-	<vCard:Given>Sarah</vCard:Given>
+	    <vCard:Family>Jones</vCard:Family>
+	    <vCard:Given>Sarah</vCard:Given>
     </vCard:N>
   </rdf:Description>
 
   <rdf:Description rdf:about="http://somewhere/MattJones">
     <vCard:FN>Matt Jones</vCard:FN>
     <vCard:N
-	vCard:Family="Jones"
-	vCard:Given="Matthew"/>
+	      vCard:Family="Jones"
+	      vCard:Given="Matthew"/>
   </rdf:Description>
 
 </rdf:RDF>
diff --git a/static/tutorials/sparql_data/vc-db-3.rdf b/static/tutorials/sparql_data/vc-db-3.rdf
index b9696e7..99d816d 100644
--- a/static/tutorials/sparql_data/vc-db-3.rdf
+++ b/static/tutorials/sparql_data/vc-db-3.rdf
@@ -1,13 +1,13 @@
 <rdf:RDF
-  xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
-  xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#'
-   >
+    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+    xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#'
+    >
 
   <rdf:Description rdf:about="http://somewhere/JohnSmith">
     <vCard:FN>John Smith</vCard:FN>
     <vCard:N rdf:parseType="Resource">
-	<vCard:Family>Smith</vCard:Family>
-	<vCard:Given>John</vCard:Given>
+	    <vCard:Family>Smith</vCard:Family>
+	    <vCard:Given>John</vCard:Given>
     </vCard:N>
   </rdf:Description>
 
diff --git a/static/tutorials/sparql_data/vc-db-4.rdf b/static/tutorials/sparql_data/vc-db-4.rdf
index e6dda27..74a67d7 100644
--- a/static/tutorials/sparql_data/vc-db-4.rdf
+++ b/static/tutorials/sparql_data/vc-db-4.rdf
@@ -1,13 +1,13 @@
 <rdf:RDF
-  xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
-  xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#'
-   >
+    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+    xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#'
+    >
 
   <rdf:Description rdf:about="http://somewhere/JohnSmith">
     <vCard:FN>John Smith</vCard:FN>
     <vCard:EMAIL rdf:parseType="Resource">
-	<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#internet"/>
-	<rdf:value>John@somewhere.com</rdf:value>
+	    <rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#internet"/>
+	    <rdf:value>John@somewhere.com</rdf:value>
     </vCard:EMAIL>
   </rdf:Description>