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

Make a convertor for BibJON to RDF #4

Open
epoz opened this issue Jan 25, 2012 · 0 comments
Open

Make a convertor for BibJON to RDF #4

epoz opened this issue Jan 25, 2012 · 0 comments

Comments

@epoz
Copy link
Contributor

epoz commented Jan 25, 2012

The reasoner.py expects input in RDF format. The bulk of data that we have from sites like BibSoup is in BibJSON.
The minimal input format that we nead for the reasoner looks like this, (in pseudocode XML with namespaces in Clark Notation):

{http://www.w3.org/1999/02/22-rdf-syntax-ns#}RDF
..{http://purl.org/ontology/bibo/}Document
....{http://purl.org/dc/terms/}issued 
....{http://purl.org/dc/terms/}subject
......{http://www.w3.org/2004/02/skos/core#}Concept>
........{http://www.w3.org/2004/02/skos/core#}inScheme {http://www.w3.org/1999/02/22-rdf-syntax-ns#}:resource
........{http://www.w3.org/2004/02/skos/core#}notation
....{http://iflastandards.info/ns/isbd/elements/}:hasPlaceOfPublicationProductionDistribution
......{http://www.w3.org/1999/02/22-rdf-syntax-ns#}Description
........{http://www.w3.org/2000/01/rdf-schema#}:label
..{http://xmlns.com/foaf/0.1/}Agent
....{http://purl.org/vocab/bio/0.1/}event
......{http://purl.org/vocab/bio/0.1/}Birth
........{http://purl.org/vocab/bio/0.1/}date
....{http://purl.org/vocab/bio/0.1/}event
......{http://purl.org/vocab/bio/0.1/}Death
........{http://purl.org/vocab/bio/0.1/}date
....{http://xmlns.com/foaf/0.1/}name
epoz added a commit that referenced this issue Jan 25, 2012
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