devli2009 / data-gov-wiki

Automatically exported from code.google.com/p/data-gov-wiki
0 stars 0 forks source link

Ranges of properties as rdfs:Resource #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What feature do you want?

Allow the declaration of a column in a particular data set as having a
range of rdfs:Resource (instead of the presumed rdfs:Literal). When
converting csv2rdf, mint a URI for the value by prepending a URI namespace
and assert a rdfs:label with the original value.

e.g.

http://data-gov.tw.rpi.edu/vocab/p/10002/agency_name rdfs:range rdfs:Resource .

http://data-gov.tw.rpi.edu/vocab/p/10002/entry44444 dg10002:agency_name
"Corps of Engineers" . 

==>

http://data-gov.tw.rpi.edu/vocab/p/10002/entry44444 dg10002:agency_name
dg10002:Corps_of_Engineers .

dg10002:Corps_of_Engineers rdfs:label "Corps of Engineers" .
dg10002:Corps_of_Engineers rdfs:seeAlso twwiki:Corps_of_Engineers .

What output on which page is expected?

Please provide any additional information below.

Original issue reported on code.google.com by tim...@gmail.com on 14 Dec 2009 at 2:03

GoogleCodeExporter commented 8 years ago

Original comment by tim...@gmail.com on 14 Sep 2010 at 7:18