ANN: RDF Sample, ICAO Airport Codes

Satya.Rao at chase.com Satya.Rao at chase.com
Fri Jul 30 17:52:53 BST 1999


Can I more input on the use of Metadata here?

Thanks

Satya

---------------------- Forwarded by Satya Rao/CHASE on 08/30/99 11:52 AM
---------------------------


David Megginson <david at megginson.com> on 07/30/99 10:13:47 AM

Please respond to David Megginson <david at megginson.com>


To:   "XML Developers' List" <xml-dev at ic.ac.uk>
cc:    (bcc: Satya Rao/CHASE)
Subject:  ANN: RDF Sample, ICAO Airport Codes




I have placed a medium-sized RDF sample online at the following
location:

  http://www.megginson.com/samples/rdf/airports.rdf

This document is 811,388 bytes long, and contains entries for 2,963
international airports.  These are taken from
(not-entirely-consistently-formatted) text file available at

  http://www.primenet.com/~rfwatts/uteworld/airports.txt

and the information is sometimes pretty spotty.  Soon, I'd like to add
RDF versions of a few METAR (surface weather observation) files
pointing into this one, so that people can experiment with relations
among multiple RDF documents.


Samples
-------

Here are sample records for the four airports I'll happen to be flying
through next week:

<apt:Airport rdf:about="http://www.megginson.com/exp/id/airports/CYOW">
  <apt:icao>CYOW</apt:icao>
  <apt:name>Ottawa Int'L. Ont., Canada </apt:name>
  <apt:iata>YOW</apt:iata>
  <apt:latitude>45-19N</apt:latitude>
  <apt:longitude>075-40W</apt:longitude>
  <apt:elevation>114M</apt:elevation>
</apt:Airport>

<apt:Airport rdf:about="http://www.megginson.com/exp/id/airports/KLGA">
  <apt:icao>KLGA</apt:icao>
  <apt:name>New York, La Guardia Airport, NY, United States </apt:name>
  <apt:iata>LGA</apt:iata>
  <apt:latitude>40-46-45N</apt:latitude>
  <apt:longitude>073-52-48W</apt:longitude>
  <apt:elevation>11M</apt:elevation>
</apt:Airport>

<apt:Airport rdf:about="http://www.megginson.com/exp/id/airports/KORD">
  <apt:icao>KORD</apt:icao>
  <apt:name>Chicago, Chicago-O'Hare International Airport, IL, United States
</apt:name>
  <apt:iata>ORD</apt:iata>
  <apt:latitude>41-59-00N</apt:latitude>
  <apt:longitude>087-55-00W</apt:longitude>
  <apt:elevation>200M</apt:elevation>
</apt:Airport>

<apt:Airport rdf:about="http://www.megginson.com/exp/id/airports/KSFO">
  <apt:icao>KSFO</apt:icao>
  <apt:name>San Francisco, San Francisco International Airport, CA, United
States </apt:name>
  <apt:iata>SFO</apt:iata>
  <apt:latitude>37-37-11N</apt:latitude>
  <apt:longitude>122-21-53W</apt:longitude>
  <apt:elevation>26M</apt:elevation>
</apt:Airport>


RDF/Namespace Information
-------------------------

This document uses an experimental Namespace with the following URI:

  http://www.megginson.com/exp/ns/airports#

This namespace contains one RDF class, "Airport", and five RDF
properties, all of which are literals:

icao
  The four-letter ICAO code for the airport, such as "KLAX".

name
  The name and location of the airport.

iata
  The three-letter IATA code for the airport, such as "LAX", if known.

latitude
  The approximate latitude of the airport, if known.

longitude
  The approximate longitude of the airport, if known.

elevation
  The approximate elevation of the airport, if known.


Future Plans
------------

In real life, the last three properties would probably be specified
separately for each runway.  Perhaps some day I'll make this more
interesting, and add ATIS frequencies, better lat/lon information, ILS
approach information, etc.


All the best,


David

--
David Megginson                 david at megginson.com
           http://www.megginson.com/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN
981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list