RDF vocabulariesnewest | submit login
Feedback (feedback) Turtle
1 point by lmatteis 3 months ago | 11 comments

help



1 point by lmatteis 3 months ago

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.

1 point by test 3 months ago

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

1 point by sktrdie 3 months ago

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

1 point by lmatteis 3 months ago

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?

1 point by lmatteis 3 months ago

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/>
      ] .

1 point by lmatteis 3 months ago

ok still need to fix some stuff :(

1 point by lmatteis 3 months ago

Ok it works, but remember you must precede the Turtle indented code by a line!

1 point by lmatteis 3 months ago

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/>
      ] .

1 point by lmatteis 3 months ago

Testing.

Agina.

1 point by collidoscope 1 month ago

Hi! It would be nice if one could delete her own comments. Doublicate triples should be cleaned up.

1 point by collidoscope 1 month ago

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.