source: SMC4LRT/chapters/Definitions.tex @ 3776

Last change on this file since 3776 was 3776, checked in by vronk, 11 years ago

final layout cleaning; backup

File size: 3.4 KB
Line 
1\chapter{Definitions}
2\label{ch:def}
3
4\section {Abbreviations}
5\label{abbr}
6
7\begin{table}[!h]
8\caption{Acronyms used throughout this document}
9\begin{tabular}{ l p{0.8\textwidth} }
10ACDH & \xne{Austrian Centre for Digital Humanities}, cf. \ref{acdh} \\
11CLARIN & \xne{Common Language Resources and Technology Infrastructure} -- a research infrastructure initiative, cf. \ref{def:CLARIN} \\
12CLAVAS & \xne{Vocabulary Alignement Service for CLARIN}, cf. \ref{def:CLAVAS} \\
13CMD & \xne{Component Metadata Framework} -- the data model underlying the CMD Infrastructure, cf. \ref{def:CMD} \\
14CMDI & \xne{Component Metadata Infrastructure}, cf. \ref{def:CMDI} \\
15ERIC & \xne{European Research Infrastructure  Consortium} -- a legal entity for long-term research infrastructure initiatives \\
16DARIAH & \xne{Digital Research Infrastructure for Arts and Humanities}\furl{http://www.dariah.eu} -- another research infrastructure initiative, sister project to CLARIN \\
17DC & data category, cf. \ref{def:DCR}  \\
18DCR & data category registry, cf. \ref{def:DCR} \cite{ISO12620:2009} \\
19DH & Digital Humanities, also eHumanities \\
20LINDAT & Czech national infrastructure for LRT\furl{http://lindat.ufal.cuni.cz} \\
21MPI & Max Planck Institute, especially MPI for Psycholinguistics in Nijmegen, task leader of CMDI \\
22OLAC & \xne{Open Language Archive Community}\furl{http://www.language-archives.org/} \ref{def:OLAC} \\
23PID & persistent identifier \cite{CLARIN2009_PID} \\
24PURL & persistent uniform resource locator \cite{PURL1995} \\
25RDF & \xne{Resource Description Framework} \cite{RDF2004} \\
26RR & Relation Registry, cf. \ref{def:rr}   \\
27TEI & \xne{Text Encoding Initiative}, cf. \ref{tei} \\
28\end{tabular}
29\end{table}
30
31\section {Namespaces}
32
33%\label{table:namespaces}
34
35%Namespaces referenced in this document, especially in \ref{sec:cmd2rdf} defining the RDF representation.
36
37\begin{table}[!h]
38\caption{Namespaces referenced in this document}
39  \begin{tabular}{ l  l }
40\var{Prefix name} & \var{Prefix IRI} \\
41%    \hline
42rdf: & http://www.w3.org/1999/02/22-rdf-syntax-ns\# \\
43rdfs: & http://www.w3.org/2000/01/rdf-schema\# \\
44xsd: & http://www.w3.org/2001/XMLSchema\# \\
45owl: & http://www.w3.org/2002/07/owl\# \\
46skos:   & http://www.w3.org/2004/02/skos/core\# \\
47isocat: & http://www.isocat.org/datcat/ \\
48dcr:& http://isocat.org/ns/dcr.rdf\#  \\
49cmd: & http://clarin.eu/cmd/1.0\# \\
50cmds: & https://infra.clarin.eu/cmd/general-component-schema.xsd \\
51dce: & http://purl.org/dc/elements/1.1/ \\
52dcterms: & http://purl.org/dc/terms \\
53oa: & http://www.w3.org/ns/oa\# \\
54olac: & http://www.language-archives.org/OLAC/1.1/ \\
55ore: & http://www.openarchives.org/ore/terms/ \\
56cr: & http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/ \\
57\end{tabular}
58\end{table}
59
60\section{Formatting conventions}
61
62Inline formatting for highlighting: \\
63
64\begin{tabular}{ l l }
65\xne{Named Entity} & an application or project name (institution names are written in plain text) \\
66\code{code} & names of xml elements and attributes; also a concrete (sample) value  \\
67\code{concept} & lexical label denoting a concept  \\
68\var{variable} & definitions  and variables
69\end{tabular}
70
71
72\begin{definition}{A definition in a block with caption}
73some \ formal \ expression \ equation \ or \ grammar
74\end{definition}
75
76\begin{example1}
77Example blocks, simple:
78\end{example1}
79
80\begin{example3}
81or with & tabs (especially for & RDF triples)
82\end{example3}
Note: See TracBrowser for help on using the repository browser.