guidocecilio / neologism

Automatically exported from code.google.com/p/neologism
3 stars 1 forks source link

In .ttl or .rdf output, usage of FileFormat is wrong. #223

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
**What steps will reproduce the problem?
1. Import or create any data and output in .ttl or .rdf style.

**What is the expected output?
e.g. 
mynamespace:ttl
   a dcterms:FileFormat .

and

<http://mydomain/path/data.ttl>
   dcterms:format mynamespace:ttl .

(or just 
<http://mydomain/path/data.ttl>
   dcterms:format <http://www.w3.org/ns/formats/Turtle> .)

**What do you see instead?
e.g. 
mynamespace:ttl
   dcterms:FileFormat <> .

**What version of the product are you using? On what operating system?
Neologism 0.5.3
Ubuntu 12.04

**Please provide any additional information below.
See:
http://dublincore.org/documents/dcmi-terms/#terms-FileFormat
http://dublincore.org/documents/dces/#format
http://www.w3.org/ns/formats/

Original issue reported on code.google.com by Akihiro....@gmail.com on 19 Jul 2013 at 11:20