You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/12/16 12:44:54 UTC

[GitHub] [jena] afs opened a new pull request #887: JENA-2001: Print rdf:type if RDF prefix is available

afs opened a new pull request #887:
URL: https://github.com/apache/jena/pull/887


   Explaining "a" seems to come up when introducing RDF.
   
   It is useful when "PREFIX rdf:" is not available. But when "PREFIX rdf:" is declared, explaining "a" is a (small) distraction when `rdf:type` is sufficiently concise.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] kinow commented on a change in pull request #887: JENA-2001: Print rdf:type if RDF prefix is available

Posted by GitBox <gi...@apache.org>.
kinow commented on a change in pull request #887:
URL: https://github.com/apache/jena/pull/887#discussion_r544604345



##########
File path: jena-arq/src/main/java/org/apache/jena/riot/RDFWriterRegistry.java
##########
@@ -22,14 +22,23 @@
 
 import org.apache.jena.atlas.lib.CharSpace ;
 import org.apache.jena.riot.system.RiotLib ;
+import org.apache.jena.riot.system.StreamRDFWriter;
 import org.apache.jena.riot.thrift.WriterDatasetThrift ;
 import org.apache.jena.riot.thrift.WriterGraphThrift ;
 import org.apache.jena.riot.writer.* ;
 import org.apache.jena.sys.JenaSystem ;
 
+/**
+ * Writer registry. This is for writers presenting the functionality to write graphs and datasets, not streams.
+ * See {@link StreamRDFWriter} for registration of streaming writers.
+ *
+ * To register the language: see {@link RDFLanguages}.
+ *
+ * @see StreamRDFWriter for streamign writers.

Review comment:
       s/streamign/streaming




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs merged pull request #887: JENA-2001: Print rdf:type if RDF prefix is available

Posted by GitBox <gi...@apache.org>.
afs merged pull request #887:
URL: https://github.com/apache/jena/pull/887


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org