Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem if no namespace is used #8

Open
wartaal opened this issue Apr 28, 2020 · 0 comments
Open

Problem if no namespace is used #8

wartaal opened this issue Apr 28, 2020 · 0 comments

Comments

@wartaal
Copy link

wartaal commented Apr 28, 2020

When I put the following standard example in a file and read it in I get an exception, because the tool expects that there are namespace prefixes for all URIs:

    @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> ex:editor 
        [ ex:fullName "Dave Beckett"; 
          ex:homePage <http://purl.org/net/dajobe/> ]; 
          dc:title "RDF/XML Syntax Specification (Revised)" . 

When I add tow more namespace prefixes everything is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant