Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions DALI.tex
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ \section{Resources}
having a single DALI-sync resource where the job is a query and the response is
the result of the query.

When an endpoint supports the POST method to communicate query
parameters, implementing services must accept payloads with media types
application/x-www-form-urlencoded \citep{std:RFC1866} and
multipart/form-data \citep{std:RFC7578}; for file uploads, clients must
use the latter.

\subsection{Asynchronous Execution: DALI-async}
\label{sec:dali-async}
Asynchronous resources are resources that represent a list of asynchronous jobs
Expand Down Expand Up @@ -599,7 +605,7 @@ \section{Data Types and Literal Values}
providers to be more explicit by using a fixed size (e.g. \verb|20|) or fixed
with a limit (e.g. \verb|20*|) when applicable.

In the following, where we say "VOTable type metadata", we mean either VOTable
In the following, where we say ``VOTable type metadata'', we mean either VOTable
\xmlel{FIELD} or \xmlel{PARAM} elements.

Services may use non-standard \xmlel{xtype} values for non-standard datatypes, but if they
Expand Down Expand Up @@ -724,7 +730,7 @@ \subsection{Multiinterval}
The \verb|multiinterval| xtype is a way to convey complex one dimensional extent
(e.g. the temporal coverage of an observation made by combining several exposures)
made up of multiple intervals. A multiinterval value is interpreted as the union
of all component intervals. Multiple intervals may be serialised in a single value and
of all component intervals. Multiple intervals may be serialised in a single value and
described as (possibly) multiple with the following VOTable type metadata:

\begin{verbatim}
Expand Down Expand Up @@ -1767,7 +1773,7 @@ \subsection{PR-DALI-1.0-20130521}
\subsection{WD-DALI-1.0-20130212}
Simplified DALI-examples to conform to RDFa-1.1 Lite in usage of attributes.

\bibliography{ivoatex/ivoabib,ivoatex/docrepo.bib}
\bibliography{ivoatex/ivoabib,ivoatex/docrepo.bib,local.bib}


\end{document}
21 changes: 21 additions & 0 deletions local.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@Misc{std:RFC1866,
author = {T. Berners-Lee and D. Connolly},
title = {Hypertext Markup Language - 2.0},
howpublished = {RFC 1866},
organization = {{IETF}},
url = {https://datatracker.ietf.org/doc/html/rfc1866},
month = nov,
year = 1995
}

@Misc{std:RFC7578,
author = {L. Masinter},
title = {Returning Values from Forms: multipart/form-data},
howpublished = {RFC 7578},
organization = {{IETF}},
url = {https://datatracker.ietf.org/doc/html/rfc7578},
month = jul,
year = 2015
}