This page should be dedicated to feedback for this site! Please leave any comments about things not working, or features you would like to see.
make it linked data for a start: http://linkeddata.informatik.hu-berlin.de/uridbg/index.php?url=http%3A%2F%2Fwww.vocabs.org%2Fterm%2FWineOntology&useragentheader=&acceptheader=application%2Frdf%2Bxml
Haven't had time to implement the RDF/XML content-type. Using text/plain however works fine:
http://linkeddata.informatik.hu-berlin.de/uridbg/index.php?url=http%3A%2F%2Fwww.vocabs.org%2Fterm%2FWineOntology&useragentheader=&acceptheader=text%2Fplain
What do you all think about support of Turtle syntax? Would you like this to be implemented? If so, how? As code-indentaion, or some other way?
Woo guys! Turtle is now supported! Just indent text by two or more spaces:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ex: <http://example.org/stuff/1.0/> . <http://www.w3.org/TR/rdf-syntax-grammar> dc:title "RDF/XML Syntax Specification (Revised)" ; ex:editor [ ex:fullname "Dave Beckett"; ex:homePage <http://purl.org/net/dajobe/> ] .
ok still need to fix some stuff :(
Ok it works, but remember you must precede the Turtle indented code by a line!
Woo guys! Turtle is now supported! Just indent text by two or more spaces: @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ex: <http://example.org/stuff/1.0/> . <http://www.w3.org/TR/rdf-syntax-grammar> dc:title "RDF/XML Syntax Specification (Revised)" ; ex:editor [ ex:fullname "Dave Beckett"; ex:homePage <http://purl.org/net/dajobe/> ] .
Testing.
Agina.
Hi! It would be nice if one could delete her own comments. Doublicate triples should be cleaned up.
Hi! It would be nice if one could delete her own comments. Doublicate triples should be cleaned up. Editing comments is not really 'editing' but reposting. One cannot 'correct' something.