- From: John Goodwin <John.Goodwin@ordnancesurvey.co.uk>
- Date: Tue, 11 Jan 2011 08:54:44 -0000
- To: "Bob DuCharme" <bob@snee.com>, <semantic-web@w3.org>
> http://www.w3.org/TR/sparql11-query/#matchingRDFLiterals includes the > following sample data: > > @prefix dt: <http://example.org/datatype#> . > @prefix ns: <http://example.org/ns#> . > @prefix : <http://example.org/ns#> . > @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . > > :x ns:p "cat"@en . > :y ns:p "42"^^xsd:integer . > :z ns:p "abc"^^dt:specialDatatype . > > Can anyone point me to real-world usage of non-xsd data types like the > "abc" example here? > > thanks, > > Bob > A couple of examples from OS linked data for you. @prefix ns0: <http://statistics.data.gov.uk/def/administrative-geography/> . <http://data.ordnancesurvey.co.uk/id/7000000000037256> skos:notation "00MS"^^ns0:StandardCode ; @prefix postcode: <http://data.ordnancesurvey.co.uk/ontology/postcode/> . <http://data.ordnancesurvey.co.uk/id/postcodeunit/SO164GU> skos:notation "SO16 4GU"^^postcode:Postcode ; Datatypes created for (UK) postcodes and for the SNAC codes that were used to identify administrative and voting geographic regions. Both URIs in the subjects are de-referencable if you want to look them up. John This email is only intended for the person to whom it is addressed and may contain confidential information. If you have received this email in error, please notify the sender and delete this email which must not be copied, distributed or disclosed to any other person. Unless stated otherwise, the contents of this email are personal to the writer and do not represent the official view of Ordnance Survey. Nor can any contract be formed on Ordnance Survey's behalf via email. We reserve the right to monitor emails and attachments without prior notice. Thank you for your cooperation. Ordnance Survey Adanac Drive Southampton SO16 0AS Tel: 08456 050505 http://www.ordnancesurvey.co.uk
Received on Tuesday, 11 January 2011 08:54:46 UTC