Ok, now I got it! Thank you very much, guys!
This is really cool. There even is support for i18n:

SELECT ?meltingPoint
WHERE {
    ?s rdfs:label "Nikotin"@de .
  { ?s <http://dbpedia.org/property/meltingPoint> ?meltingPoint }
  UNION
  { ?s <http://dbpedia.org/ontology/meltingPoint> ?meltingPoint }
}

Just two final questions:

- This query [1] returns two melting point information about nicotine:
  "-79"
  -79
is there any possibility to convert the string data to integer?

- What about the unit here (°C/°F/°R/K)? Is there a convention about 
temperatures and other units or is it possible that this may vary from resource 
to resource?

Cheers,

Manuel

[1] 
http://dbpedia.org/snorql/?query=SELECT+%3FmeltingPoint%0D%0AWHERE+{%0D%0A++++%3Fs+rdfs%3Alabel+%22Nikotin%22%40de+.%0D%0A++{+%3Fs+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FmeltingPoint%3E+%3FmeltingPoint+}%0D%0A++UNION%0D%0A++{+%3Fs+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FmeltingPoint%3E+%3FmeltingPoint+}%0D%0A}%0D%0A

-- 
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/chbrowser

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to