- From: Sebastian Hellmann <hellmann@informatik.uni-leipzig.de>
- Date: Tue, 17 Nov 2009 12:38:11 +0100
- To: Damian Steer <pldms@mac.com>
- CC: semantic-web@w3.org, Michael Martin <martin@informatik.uni-leipzig.de>, Christopher Jona Sahnwaldt <christopher@sahnwaldt.de>, Matthias Weidl <matthias.weidl@googlemail.com>, Anja Jentzsch <anja@anjeve.de>, Richard Cyganiak <richard@cyganiak.de>, Robert Isele <robertisele@gmail.com>
Hello, thank you very much, this will actually work. I tested it with OWL API and Raptor and they both can read and reserialize it (Jena can also). OWL API even puts it in the header: <!ENTITY E "http://ko.dbpedia.org/property/%EA%B4%91%EC%9E%90" > ... <E:_>4.5</E:_> So, I guess, this is a valid workaround, although it results in a strange rule for URI designers: "If your encoded URIs contain any % followed by two numbers, add an underscore" But well, maybe focus will be on Turtle some day. @Matthias, please use the underscore (maybe we should even use it for all Korean (and other languages than English) properties as it should be uniform) Many thanks, Sebastian Damian Steer schrieb: > Sebastian Hellmann wrote: > >> Hello, >> >> >>> You could look at adding an _ >>> (http://ko.dbpedia.org/property/_%EA%B4%91%EC%9E%90) for the problem >>> cases, or add a fragment >>> (http://ko.dbpedia.org/property/%EA%B4%91%EC%9E%90#it)? The latter has >>> its own issues, so I'd try the former. >>> >>> Damian >>> >>> >> Does not seem to work, see below (third last line). >> <dbp:_%EA%B4%91%EC%9E%90>4.5</dbp:_%EA%B4%91%EC%9E%90> >> </Lager> >> </rdf:RDF> >> > > Sorry Sebastian, fingers didn't type what I was thinking: > > http://ko.dbpedia.org/property/%EA%B4%91%EC%9E%90_ > > <j.0:_ > xmlns:j.0="http://ko.dbpedia.org/property/%EA%B4%91%EC%9E%90">4.5</j.0:_> > > Damian > > > -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org
Received on Tuesday, 17 November 2009 11:38:53 UTC