# Links between this ontology and others.
#

@prefix vc: <http://www.w3.org/2006/vcard/ns#>.
@prefix : <http://www.w3.org/2006/vcard/ns#>.
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>.

@keywords is, of, a.

latitude = geo:lat.    # WGS84
longitude = geo:long.  # Geo namespace used by much geospatial stuff. Geonames, etc


# dbpedia?

# ends


