문제

I wanted to know whether Jena RDF.Model Class support particular RDF serialization format or it converts any serialization formnat providing RDF data into Model.

도움이 되었습니까?

해결책

It is possible to serialize and parse Jena models in/from various formats (RDF/XML, N3, Turtle, N-Triples). See jena.apache.org/documentation/io/index.html for an overview, or the I/O section of the tutorial.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top