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

RDF/XML Export does not work #43

Open
frodeseverin opened this issue Jan 3, 2013 · 2 comments
Open

RDF/XML Export does not work #43

frodeseverin opened this issue Jan 3, 2013 · 2 comments
Assignees

Comments

@frodeseverin
Copy link

Exporting a Knowledge Base as RDF/XML does not work. It only exports the prefixes, but no data.

All other formats work as expected AFIK.

@white-gecko
Copy link
Member

Is this the same issue as AKSW/OntoWiki#114?

@white-gecko
Copy link
Member

The RDF/XML Export is incomplete.

Import the following graph and export it as rdf/xml, it will only contain that <http://example.com> a owl:Ontology.

# Exported with the Erfurt API - http://aksw.org/Projects/Erfurt

@base <http://example.com> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://example.com/> .

<http://example.com> a ns0:Ontology .

ns1:sub a ns1:class ;
        ns1:pred ns1:obj ;
        ns1:lab "Subject" .

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

3 participants