forked from ivoa-std/ADQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathADQL.vor
75 lines (68 loc) · 2.54 KB
/
ADQL.vor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<ri:Resource
xsi:type="vstd:Standard"
created="2023-03-24T10:00:00"
updated="2023-03-24T10:00:00"
status="active"
xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0"
xmlns:vstd="http://www.ivoa.net/xml/StandardsRegExt/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0"
xsi:schemaLocation="http://www.ivoa.net/xml/VOResource/v1.0
https://www.ivoa.net/xml/VOResource/v1.0
http://www.ivoa.net/xml/StandardsRegExt/v1.0
https://www.ivoa.net/xml/StandardsRegExt/v1.0
http://www.ivoa.net/xml/VOResource/v1.0
https://www.ivoa.net/xml/VOResource/v1.0">
<title>Astronomical Data Query Language ADQL</title>
<shortName>ADQL</shortName>
<identifier>ivo://ivoa.net/std/ADQL</identifier>
<altIdentifier>doi:10.5479/ADS/bib/2008ivoa.spec.1030O</altIdentifier>
<curation>
<publisher>IVOA</publisher>
<creator>
<name>Mantelet, G.</name>
</creator>
<creator>
<name>Morris, D.</name>
</creator>
<creator><name>Demleitner, M.</name></creator>
<creator><name>Dowler, P.</name></creator>
<creator><name>Lusted, J.</name></creator>
<creator><name>Nieto-Santisteban, M.A.</name></creator>
<creator><name>Ohishi, M.</name></creator>
<creator><name>O’Mullane, W.</name></creator>
<creator><name>Ortiz, I.</name></creator>
<creator><name>Osuna, P.</name></creator>
<creator><name>Shirasaki, Y.</name></creator>
<creator><name>Szalay, A.</name></creator>
<date role="update">2021-05-28</date>
<version>2.1</version>
<contact>
<name>IVOA Data Access Layer Working Group</name>
<email>[email protected]</email>
</contact>
</curation>
<content>
<subject>virtual-observatories</subject>
<description>
This document describes the Astronomical Data Query Language (ADQL). ADQL
has been developed based on SQL92. This document describes the subset of
the SQL grammar supported by ADQL. Special restrictions and extensions to
SQL92 have been defined in order to support generic and astronomy
specific operations.
</description>
<referenceURL>https://ivoa.net/documents/latest/ADQL.html</referenceURL>
<type>Other</type>
<contentLevel>Research</contentLevel>
</content>
<endorsedVersion status="pr">2.1</endorsedVersion>
<key>
<name>v2.0</name>
<description>Version 2.0 of ADQL (2008). Version 1 was unreleased.
</description>
</key>
<key>
<name>v2.1</name>
<description>Version 2.1 of ADQL (2023)</description>
</key>
</ri:Resource>