biscicol / triplifier

The triplifier converts Spreadsheets, databases, and Darwin Core Archives into RDF/N3 files suitable for use on the Semantic Web.
1 stars 0 forks source link

namespace prefix for RDF classes and properties #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A single namespace prefix for RDF classes and properties is assigned for each 
of the three built-in vocabularies. This is wrong, as within one vocabulary 
(RDF file) there may be multiple prefixes used. Moreover, for user-uploaded 
custom vocabularies no prefix is used, which throws exceptions when generating 
triples.

Original issue reported on code.google.com by u...@ufl.edu on 13 Jun 2012 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by u...@ufl.edu on 13 Jun 2012 at 7:20

GoogleCodeExporter commented 9 years ago
Fixed at revision r103, full URIs are now used instead of namespace prefixes. A 
consequence is that any projects created in previous versions will fail when 
triplifying. Any existing Entities/Attributed have to be edited and saved to 
make them work.

Original comment by u...@ufl.edu on 20 Jun 2012 at 9:48