@thi.ng/prefixes
Version:
50+ Linked Data vocabulary prefixes and their namespace URLs
19 lines (18 loc) • 473 B
JavaScript
const geo = "http://www.w3.org/2003/01/geo/wgs84_pos#";
const geom = "http://data.ign.fr/def/geometrie";
const geonames = "http://www.geonames.org/ontology#";
const geosparql = "http://www.opengis.net/ont/geosparql#";
const gpx = "http://www.topografix.com/GPX/1/1";
const kml = "http://www.opengis.net/kml/2.2";
const locn = "http://www.w3.org/ns/locn#";
const omg = "https://w3id.org/omg#";
export {
geo,
geom,
geonames,
geosparql,
gpx,
kml,
locn,
omg
};