git clone [email protected]:lhotanok/data-formats.git
https://code.visualstudio.com/
-
apache-jena – contains the APIs, SPARQL engine, the TDB native RDF database and command line tools
- riot CLI
-
apache-jena-fuseki – the Jena SPARQL server
- triplestore
https://www.jsonschemavalidator.net/
https://json-ld.org/playground/
https://www.freeformatter.com/xsl-transformer.html
https://github.com/ruby-rdf/rdf-tabular
- depends on RDF Tabular CLI
- used in HW4
cd NPRG036-T1G2-HW4/4/csv
rdf serialize --input-format tabular --output-format turtle --minimal --decode-uri --prefixes exdep:https://example.org/resource/departures/,extype:https://example.org/resource/transporttypes/,extrfclnstn:https://example.org/resource/trafficlinestation/,extrfcln:https://example.org/resource/trafficline/,exstation:https://example.org/resource/stations/,expas:https://example.org/resource/passengers/,xsd:https://www.w3.org/TR/xmlschema11-2/,extick:https://example.org/resource/tickets/,ex:https://example.org/vocabulary/ data.csv-metadata.json | Out-File -FilePath .\..\rdf\data.ttl -Encoding oem
cd NPRG036-T1G2-HW4/4/csv
rdf serialize --input-format tabular --output-format turtle --minimal --decode-uri --prefixes exdep:https://example.org/resource/departures/,extype:https://example.org/resource/transporttypes/,extrfclnstn:https://example.org/resource/trafficlinestation/,extrfcln:https://example.org/resource/trafficline/,exstation:https://example.org/resource/stations/,expas:https://example.org/resource/passengers/,xsd:https://www.w3.org/TR/xmlschema11-2/,extick:https://example.org/resource/tickets/,ex:https://example.org/vocabulary/ data.csv-metadata.json > ./../rdf/data.ttl