<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
	<!ENTITY wiki 'http://uni-konstanz.de/offroad/index.php/Special:URIResolver/'>
	<!ENTITY category 'http://uni-konstanz.de/offroad/index.php/Special:URIResolver/Category-3A'>
	<!ENTITY property 'http://uni-konstanz.de/offroad/index.php/Special:URIResolver/Property-3A'>
	<!ENTITY wikiurl 'https://wiki.uni-konstanz.de/offroad/index.php/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:category="&category;"
	xmlns:property="&property;">

	<owl:Ontology rdf:about="https://wiki.uni-konstanz.de/offroad/index.php/Special:ExportRDF/Instructions">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-04-09T23:01:09+02:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<swivt:Subject rdf:about="http://uni-konstanz.de/offroad/index.php/Special:URIResolver/Instructions">
		<rdfs:label>Instructions</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wiki.uni-konstanz.de/offroad/index.php/Special:ExportRDF/Instructions"/>
		<swivt:page rdf:resource="https://wiki.uni-konstanz.de/offroad/index.php/Instructions"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</swivt:wikiNamespace>
		<swivt:wikiPageContentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">en</swivt:wikiPageContentLanguage>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-06-10T07:36:20Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2460836.8168982</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Instructions</swivt:wikiPageSortKey>
		<property:External_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://www.mediawiki.org/wiki/Extension:Poem/de</property:External_links>
		<property:Internal_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MediaWiki:Sidebar</property:Internal_links>
		<property:Internal_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MediaWiki:Common.css</property:Internal_links>
		<property:Internal_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MediaWiki:Text Template</property:Internal_links>
		<property:Internal_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MediaWiki:Author Template</property:Internal_links>
		<property:Internal_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Category:Texts</property:Internal_links>
		<property:Internal_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Category:Authors</property:Internal_links>
		<property:Internal_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frost, Robert</property:Internal_links>
		<property:Internal_links rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Off the Highway</property:Internal_links>
		<property:Parsed_text rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Before editing pages make sure you have the necessary Editor rights.
 
 Texts 
 How to create new Category:Texts pages and annotate paragraphs.
 
 Enter the name of the page. The name is relevant for searching and should be the same as the title of the text. 
     
 
 
 Metadata 
 Insert a &lt;meta&gt; section.
  Note: Attributes like genre are case sensitive!
 
 &lt;meta
 author="Dreiser, Theodore;Sandburg, Carl;Sinclair, Lewis"
 additional_information="Info text here.."
 genre="Novel,Thriller"
 journal="Journal1, Journal2"
 publisher="Publisher1, Publisher2"
 year_of_publication="2000,2001"
 page_range="1-10"
/&gt;
 
 The author attribute can have multiple values separated by a ";" semicolon. 
 The attributes genre, journal, publisher, year_of_publication can have multiple values separated by a "," comma. 
 Attributes can be omitted completely and are shown as "-" in the Bibliographic Information section on the text page. 
 Annotations 
 Its best to look at already annotated pages to get a feeling for how the markup works.
 
 Put all annotations inside &lt;annotations&gt;...&lt;/annotations&gt; elements. 
 Define paragraphs via &lt;paragraph keywords="keyword1,keyword2"&gt;paragraph text&lt;/paragraph&gt; 
 The keywords attribute can have multiple values separated by a "," comma. 
 There can be multiple paragraphs. 
 Use &lt;pagenr&gt;(1)&lt;/pagenr&gt; elements to display page number information inside paragraphs. 
 Use &lt;poem&gt;...&lt;/poem&gt; inside paragraphs to keep formatting exactly like in the editor. See Extension:Poem for further formatting instructions. 
 Use wikitext like  == CHAPTER I ==  between paragraphs for headlines and other wiki markup for styling. 
 Authors 
 How to create new Category:Authors pages.
 
 Enter the name of the author. This should always follow the same naming convention throughout the wiki e.g. Frost, Robert . 
     
 
 
 Insert an author infobox and related texts section with the following wikitext: 
 {{Infobox Author
| gender      = Male
| ethnicity     = African, American
| nationality    = African
| life span     = quite long
}}
 
 The ethnicity parameter can have multiple values separated by a "," comma. 
 Attributes can be omitted completely and are shown as "-" in the Bibliographic Information section on the author page. 
 nationality and life span are not used for searching and can therefore contain any text. 
 Examples 
 Click on Actions-&gt;Edit on an existing page like Off_the_Highway or Frost, Robert to see examples of working edits.
 
 Special Pages 
 Use Mediawiki:Sidebar to edit the navigation bar items. 
 Edit MediaWiki:Common.css to change the styling of the wiki. Scroll down to /* OFFTHEROAD CUSTOM CSS SECTION */ to find custom styling for the offroad wiki. 
 Edit MediaWiki:Text Template to change the preloaded text for new Category:Texts pages. 
 Edit MediaWiki:Author Template to change the preloaded text for new Category:Authors pages. 
 Extensions 
 See Special:Version for details.
 
 Composer 
 SemanticBundle 
 Extension Directory 
 OffTheRoad 
 WikiSearch 
 WikiSearchFront 
 YouTube 
 WSSemanticParsedText 
 ArrayFunctions (at least version 1.42 for the caseinsensitive option) 
 SemanticBundle 
 SemanticMediaWiki 
 PageForms 
 Other 
 These come bundled with the above setup.
 
 PdfHandler 
 ParserFunctions 
 Poem 
 InputBox 
 TemplateData</property:Parsed_text>
	</swivt:Subject>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#page" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiNamespace" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageContentLanguage" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageModificationDate" />
	<owl:DatatypeProperty rdf:about="http://uni-konstanz.de/offroad/index.php/Special:URIResolver/Property-3AModification_date-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageSortKey" />
	<owl:DatatypeProperty rdf:about="http://uni-konstanz.de/offroad/index.php/Special:URIResolver/Property-3AExternal_links" />
	<owl:DatatypeProperty rdf:about="http://uni-konstanz.de/offroad/index.php/Special:URIResolver/Property-3AInternal_links" />
	<owl:DatatypeProperty rdf:about="http://uni-konstanz.de/offroad/index.php/Special:URIResolver/Property-3AParsed_text" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>