\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{asselin} \pdfinfo{ /Title (semantic-web.pdf) /Creator (Cheatography) /Author (asselin) /Subject (Semantic Web Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{228DBA} \definecolor{LightBackground}{HTML}{F1F7FA} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Semantic Web Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{asselin} via \textcolor{DarkBackground}{\uline{cheatography.com/433/cs/201/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}asselin \\ \uline{cheatography.com/asselin} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 12th May, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Predefined RDF classes}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Class}} & {\bf{Description}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} rdfs:Resource & The class resource, everything. \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} rdfs:Class & The class of classes. \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} rdf:Property & The class of RDF properties. \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} rdf:Container & Superclass of all container types \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} rdf:Bag & Unordered container \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} rdf:Seq & Sequentially ordered container \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} rdf:Alt & Container of alternatives \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} rdf:List & List of items \tn % Row Count 14 (+ 1) % Row 9 \SetRowColor{white} \seqsplit{rdfs:ContainerMembershipProperty} & The class of container membership properties, rdf:\_1, rdf:\_2, ... \tn % Row Count 17 (+ 3) % Row 10 \SetRowColor{LightBackground} rdfs:Datatype & The class of RDF datatypes. \tn % Row Count 19 (+ 2) % Row 11 \SetRowColor{white} rdf:XMLLiteral & The class of XML literals values. \tn % Row Count 21 (+ 2) % Row 12 \SetRowColor{LightBackground} rdfs:Literal & The class of literal values, e.g. textual strings and integers. \tn % Row Count 24 (+ 3) % Row 13 \SetRowColor{white} rdf:Statement & The class of RDF statements. \tn % Row Count 26 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{1.05271 cm} x{1.00694 cm} x{2.51735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{rdfs:Resource properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} rdf:type & \seqsplit{rdfs:Class} & The subject is an instance of a class. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{rdfs:label} & \seqsplit{rdfs:Literal} & A human-readable name for the subject. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{rdfs:comment} & \seqsplit{rdfs:Literal} & A description of the subject resource. \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{rdfs:member} & \seqsplit{rdfs:Resource} & A member of the subject resource. \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{rdfs:seeAlso} & \seqsplit{rdfs:Resource} & The definition of the subject resource. \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} \seqsplit{rdfs:isDefinedBy} & \seqsplit{rdfs:Resource} & Namespace where it is defined \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} \seqsplit{rdf:value} & \seqsplit{rdfs:Resource} & Idiomatic property used for structured values \tn % Row Count 17 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09848 cm} x{1.05271 cm} x{2.42581 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{rdfs:Class properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{rdfs:subClassOf} & \seqsplit{rdfs:Class} & The subject is a subclass of a class. \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.55618 cm} x{1.19002 cm} x{1.8308 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{owl:Class properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{owl:disjointWith} * & owl:Class & Disjoint Classes \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{owl:intersectionOf} - & rdf:List & Intersection of 2 classes \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} owl:unionOf * & rdf:List & Union of 2 classes \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{owl:complementOf} * & owl:Class & Complement of a class \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} owl:oneOf * & rdf:List & Enumerated class \tn % Row Count 11 (+ 1) % Row 6 \SetRowColor{LightBackground} \seqsplit{owl:equivalentClass} - & owl:Class & Equivalent Classes \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{- Denotes a construct available in OWL Lite. * denotes a construct available in OWL DL.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.28156 cm} x{0.96117 cm} x{2.33427 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{rdf:Property properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{rdfs:domain} & \seqsplit{rdfs:Class} & A domain of the subject property. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} rdfs:range & \seqsplit{rdfs:Class} & A range of the subject property. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{owl:equivalentProperty} & \seqsplit{rdf:Property} & \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{rdfs:subPropertyOf} & \seqsplit{rdf:Property} & The subject is a subproperty of a property. \tn % Row Count 11 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Inheritance Diagram}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/asselin_1338006356_Inheritancediagram.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.05271 cm} x{1.00694 cm} x{2.51735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{rdf:List properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{rdf:first} & \seqsplit{rdfs:Resource} & The first item in the subject RDF list. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} rdf:rest & \seqsplit{rdfs:List} & The rest of the subject RDF list after the first item. \tn % Row Count 7 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.05271 cm} x{1.00694 cm} x{2.51735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{rdf:Statement properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{rdf:subject} & \seqsplit{rdfs:Resource} & The subject of the subject RDF statement. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{rdf:predicate} & \seqsplit{rdfs:Resource} & The predicate of the subject RDF statement. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{rdf:object} & \seqsplit{rdfs:Resource} & The object of the subject RDF statement. \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.24425 cm} x{3.73275 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{URL prefixes}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{prefix...}} & {\bf{…stands for}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} rdf: & \seqsplit{http://www.w3.org/1999/02/22-rdf-syntax-ns\#} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} rdfs: & \seqsplit{http://www.w3.org/2000/01/rdf-schema\#} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} owl: & \seqsplit{http://www.w3.org/2002/07/owl\#} \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} xsd: & \seqsplit{http://www.w3.org/2001/XMLSchema\#} \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} dc: & \seqsplit{http://purl.org/dc/elements/1.1/} \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} foaf: & \seqsplit{http://xmlns.com/foaf/0.1/} \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.64772 cm} x{1.51041 cm} x{1.41887 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{owl:Thing properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} owl:sameAs & owl:Thing & \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \seqsplit{owl:differentFrom} & owl:Thing & \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.73926 cm} x{1.46464 cm} x{1.3731 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{owl:AllDifferent properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{owl:distinctMembers} & rdf:List & \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.60195 cm} x{1.78503 cm} x{1.19002 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{owl:Restriction properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{owl:allValuesFrom} & rdfs:Class & \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{owl:someValuesFrom} & rdfs:Class & \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} owl:hasValue * & (none) & \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} \seqsplit{owl:cardinality} - & \seqsplit{xsd:nonNegativeInteger} & \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{owl:maxCardinality} - & \seqsplit{xsd:nonNegativeInteger} & \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} \seqsplit{owl:minCardinality} - & \seqsplit{xsd:nonNegativeInteger} & \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} \seqsplit{owl:onProperty} & rdf:Property & \tn % Row Count 14 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{- Denotes a construct available in OWL Lite. * denotes a construct available in OWL DL.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.55618 cm} x{1.64772 cm} x{1.3731 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{owl:ObjectProperty properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{owl:inverseOf} & \seqsplit{owl:ObjectProperty} & \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.10542 cm} x{1.28156 cm} x{1.19002 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{owl:Ontology properties}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Property Name}} & {\bf{Type (Range)}} & {\bf{Description}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} owl:imports & \seqsplit{owl:Ontology} & \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{owl:incompatibleWith} & \seqsplit{owl:Ontology} & \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} owl:priorVersion & \seqsplit{owl:Ontology} & \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} owl:versionInfo & (none) & \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} \seqsplit{owl:backwardCompatibleWith} & \seqsplit{owl:Ontology} & \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{xsd Types}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Strings}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:string} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:normalizedString} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:token} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:language} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:NMTOKEN} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:Name} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:NCName} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 8 (+ 0) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Boolean}}} \tn % Row Count 9 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:boolean} \tn % Row Count 10 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 10 (+ 0) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Numerical}}} \tn % Row Count 11 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:decimal} \tn % Row Count 12 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:float} \tn % Row Count 13 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:double} \tn % Row Count 14 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 14 (+ 0) % Row 17 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Decimal-derived}}} \tn % Row Count 15 (+ 1) % Row 18 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:integer} \tn % Row Count 16 (+ 1) % Row 19 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:nonNegativeInteger} \tn % Row Count 17 (+ 1) % Row 20 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:positiveInteger} \tn % Row Count 18 (+ 1) % Row 21 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:nonPositiveInteger} \tn % Row Count 19 (+ 1) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:negativeInteger} \tn % Row Count 20 (+ 1) % Row 23 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:long} \tn % Row Count 21 (+ 1) % Row 24 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:int} \tn % Row Count 22 (+ 1) % Row 25 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:short} \tn % Row Count 23 (+ 1) % Row 26 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:byte} \tn % Row Count 24 (+ 1) % Row 27 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:unsignedLong} \tn % Row Count 25 (+ 1) % Row 28 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:unsignedInt} \tn % Row Count 26 (+ 1) % Row 29 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:unsignedShort} \tn % Row Count 27 (+ 1) % Row 30 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:unsignedByte} \tn % Row Count 28 (+ 1) % Row 31 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 28 (+ 0) % Row 32 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Binary}}} \tn % Row Count 29 (+ 1) % Row 33 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:hexBinary} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{xsd Types (cont)}} \tn % Row 34 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:base64Binary} \tn % Row Count 1 (+ 1) % Row 35 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 1 (+ 0) % Row 36 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Date/Time-related}}} \tn % Row Count 2 (+ 1) % Row 37 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:dateTime} \tn % Row Count 3 (+ 1) % Row 38 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:time} \tn % Row Count 4 (+ 1) % Row 39 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:date} \tn % Row Count 5 (+ 1) % Row 40 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:gYearMonth} \tn % Row Count 6 (+ 1) % Row 41 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:gYear} \tn % Row Count 7 (+ 1) % Row 42 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:gMonthDay} \tn % Row Count 8 (+ 1) % Row 43 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:gDay} \tn % Row Count 9 (+ 1) % Row 44 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{xsd:gMonth} \tn % Row Count 10 (+ 1) % Row 45 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 10 (+ 0) % Row 46 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Resource}}} \tn % Row Count 11 (+ 1) % Row 47 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{xsd:anyURI} \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38004 cm} x{1.09848 cm} x{1.09848 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Classes, Parents, Instances of}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Class}} & {\bf{Subclass of}} & {\bf{Instance of}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} rdfs:Resource & \seqsplit{rdfs:Resource} & \seqsplit{rdfs:Class} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} rdfs:Class & \seqsplit{rdfs:Resource} & \seqsplit{rdfs:Class} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} rdfs:Literal & \seqsplit{rdfs:Resource} & \seqsplit{rdfs:Class} \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} rdfs:Datatype & \seqsplit{rdfs:Class} & \seqsplit{rdfs:Class} \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} rdf:XMLLiteral & \seqsplit{rdfs:Literal} & \seqsplit{rdfs:Datatype} \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} rdf:Property & \seqsplit{rdfs:Resource} & \seqsplit{rdfs:Class} \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} rdfs:Container & \seqsplit{rdfs:Resource} & \seqsplit{rdfs:Class} \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} rdf:Alt & \seqsplit{rdfs:Container} & \seqsplit{rdfs:Class} \tn % Row Count 18 (+ 2) % Row 9 \SetRowColor{white} rdf:Bag & \seqsplit{rdfs:Container} & \seqsplit{rdfs:Class} \tn % Row Count 20 (+ 2) % Row 10 \SetRowColor{LightBackground} rdf:Seq & \seqsplit{rdfs:Container} & \seqsplit{rdfs:Class} \tn % Row Count 22 (+ 2) % Row 11 \SetRowColor{white} \seqsplit{rdfs:ContainerMembershipProperty} & \seqsplit{rdf:Property} & \seqsplit{rdfs:Class} \tn % Row Count 24 (+ 2) % Row 12 \SetRowColor{LightBackground} rdf:List & \seqsplit{rdfs:Resource} & \seqsplit{rdfs:Class} \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} rdf:Statement & \seqsplit{rdfs:Resource} & \seqsplit{rdfs:Class} \tn % Row Count 28 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}