All Projects → melgi → Cturtle

melgi / Cturtle

Licence: apache-2.0
Convert RDF Turtle to N-Triples or N3P

Labels

Projects that are alternatives of or similar to Cturtle

Semanticmediawiki
🔗 Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
Stars: ✭ 359 (+3163.64%)
Mutual labels:  rdf
Web Karma
Information Integration Tool
Stars: ✭ 489 (+4345.45%)
Mutual labels:  rdf
Awesome Semantic Web
A curated list of various semantic web and linked data resources.
Stars: ✭ 642 (+5736.36%)
Mutual labels:  rdf
Rssguard
RSS Guard is simple feed reader which supports web-based feed services.
Stars: ✭ 373 (+3290.91%)
Mutual labels:  rdf
Picofeed
PHP library to parse and write RSS/Atom feeds
Stars: ✭ 439 (+3890.91%)
Mutual labels:  rdf
N3.js
Lightning fast, spec-compatible, streaming RDF for JavaScript
Stars: ✭ 521 (+4636.36%)
Mutual labels:  rdf
Jsonld Java
JSON-LD implementation for Java
Stars: ✭ 337 (+2963.64%)
Mutual labels:  rdf
Rdf Dereference.js
Dereference any URL for its RDF contents
Stars: ✭ 18 (+63.64%)
Mutual labels:  rdf
Webvowl
Visualizing ontologies on the Web
Stars: ✭ 459 (+4072.73%)
Mutual labels:  rdf
Dokieli
💡 dokieli is a clientside editor for decentralised article publishing, annotations and social interactions
Stars: ✭ 582 (+5190.91%)
Mutual labels:  rdf
Pyld
JSON-LD processor written in Python
Stars: ✭ 413 (+3654.55%)
Mutual labels:  rdf
Schemaorg
Schema.org - schemas and supporting software
Stars: ✭ 4,372 (+39645.45%)
Mutual labels:  rdf
Easyrdf
EasyRdf is a PHP library designed to make it easy to consume and produce RDF.
Stars: ✭ 546 (+4863.64%)
Mutual labels:  rdf
Sparqlwrapper
A wrapper for a remote SPARQL endpoint
Stars: ✭ 365 (+3218.18%)
Mutual labels:  rdf
Jena
Apache Jena
Stars: ✭ 700 (+6263.64%)
Mutual labels:  rdf
Rdf
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
Stars: ✭ 353 (+3109.09%)
Mutual labels:  rdf
Neosemantics
Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
Stars: ✭ 502 (+4463.64%)
Mutual labels:  rdf
Askomics
DEPRECATED. See askomics/flaskomics
Stars: ✭ 22 (+100%)
Mutual labels:  rdf
Kgqa Based On Medicine
基于医药知识图谱的智能问答系统
Stars: ✭ 741 (+6636.36%)
Mutual labels:  rdf
Database
Blazegraph High Performance Graph Database
Stars: ✭ 568 (+5063.64%)
Mutual labels:  rdf

CTurtle

CTurtle is a tool for parsing RDF 1.1 Turtle files and outputting the resulting triples in "N3P" format. "N3P" is a RDF serialization format used by the Eye reasoner.

Build status

Build Status

Usage

cturtle [-b=base-uri] [-o=output-file] [-f=(nt|n3p|n3p-rdiv)] [input-files]

  • -b=baseUri the base URI to use when resolving relative URIs.
  • -o=output-file where the results are written, write to stdout when omitted.
  • -f=nt (default) output triples in N-Triples format.
  • -f=n3p output triples in N3P format.
  • -f=n3p-rdiv output triples in N3P format, use rdiv to output decimals.
  • input-files the Turtle input files to process, read from stdin when omitted.

Limitations

  • The parser only does basic validation of IRIs and literals, e.g. <http://localhost:abc> :value "abc"^^xsd:integer. will pass as a valid triple.

Integration with Eye

The latest version of Eye (since EYE-Winter16) will automatically use CTurtle when using the --turtle option to specify Turtle input files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].