Skip to content

tic turtle in comments

timrdf edited this page Oct 4, 2011 · 10 revisions
#!/bin/bash
#
#3> @prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
#3> @prefix dcterms: <http://purl.org/dc/terms/> .
#3> @prefix doap:    <http://usefulinc.com/ns/doap#> .
#3>
#3> <> a doap:Project;
#3>   dcterms:description "Script to process one-step owl:imports of OWL components.";
#3>   dcterms:author "Tim Lebo";
#3>   rdfs:seeAlso <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/component-aggregations/aggregate.sh>;
#3> .
grep "^#3>" | sed 's/^#3>//;s/^ //' | rapper -i turtle -o ntriples -I $file -

Clone this wiki locally