<?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://arroyo.colorado.edu/wiki/Special:URIResolver/'>
	<!ENTITY category 'http://arroyo.colorado.edu/wiki/Special:URIResolver/Category-3A'>
	<!ENTITY property 'http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3A'>
	<!ENTITY wikiurl 'https://csdms.colorado.edu/wiki/'>
]>

<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://csdms.colorado.edu/wiki/Special:ExportRDF/Model-3ADepressionFinderAndRouter">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-05-01T08:57:03-06:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter">
		<rdf:type rdf:resource="http://arroyo.colorado.edu/wiki/Special:URIResolver/Category-3AModels"/>
		<rdfs:label>Model:DepressionFinderAndRouter</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://csdms.colorado.edu/wiki/Special:ExportRDF/Model-3ADepressionFinderAndRouter"/>
		<swivt:page rdf:resource="https://csdms.colorado.edu/wiki/Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<swivt:wikiPageContentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">en</swivt:wikiPageContentLanguage>
		<property:Citations rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0</property:Citations>
		<property:City rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BOULDER</property:City>
		<property:CodeReviewed rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</property:CodeReviewed>
		<property:Code_optimized rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Single Processor</property:Code_optimized>
		<property:Country rdf:datatype="http://www.w3.org/2001/XMLSchema#string">United States</property:Country>
		<property:Describe_input_parameters_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">grid : RasterModelGrid&lt;br&gt;
A landlab RasterModelGrid.

routing : str&lt;br&gt;
If grid is a raster type, controls whether lake connectivity can
occur on diagonals ('D8', default), or only orthogonally ('D4').
Has no effect if grid is not a raster.
			
pits : array or str or None, optional&lt;br&gt;
If a field name, the boolean field containing True where pits.
If an array, either a boolean array of nodes of the pits, or an
array of pit node IDs. It does not matter whether or not open
boundary nodes are flagged as pits; they are never treated as such.
Default is 'flow__sink_flag', the pit field output from the
:py:mod:`FlowDirectors &lt;landlab.components.flow_director&gt;`.

reroute_flow : bool, optional&lt;br&gt;
If True (default), and the component detects the output fields in
the grid produced by the FlowAccumulator component, this component
will modify the existing flow fields to route the flow across the
lake surface(s).</property:Describe_input_parameters_model>
		<property:Describe_output_parameters_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">"depression__depth": 
{
"dtype": float,
"intent": "out",
"optional": False,
"units": "m",
"mapping": "node",
"doc": "Depth of depression below its spillway point",
}

"depression__outlet_node": 
{
"dtype": int,
"intent": "out",
"optional": False,
"units": "-",
"mapping": "node",
"doc": "If a depression, the id of the outlet node for that depression, otherwise grid.BAD_INDEX",
}

"flood_status_code": 
{
"dtype": int,
"intent": "out",
"optional": False,
"units": "-",
"mapping": "node",
"doc": "Map of flood status (_PIT, _CURRENT_LAKE, _UNFLOODED, or _FLOODED).",
}

"is_pit": 
{
"dtype": bool,
"intent": "out",
"optional": False,
"units": "-",
"mapping": "node",
"doc": "Boolean flag indicating whether a node is a pit.",
}

"topographic__elevation": 
{
"dtype": float,
"intent": "in",
"optional": False,
"units": "m",
"mapping": "node",
"doc": "Land surface topographic elevation",
}</property:Describe_output_parameters_model>
		<property:Development_still_active rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No</property:Development_still_active>
		<property:Email_address rdf:resource="mailto:daniel.hobley@colorado.edu"/>
		<property:End_year_development rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2020</property:End_year_development>
		<property:Extended_model_description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This component identifies depressions in a topographic surface, finds an outlet for each depression.  If directed to do so (default True), and the component is able to find existing routing fields output from the 'route_flow_dn' component, it will then modify the drainage directions and accumulations already stored in the grid to route flow across these depressions.</property:Extended_model_description>
		<property:First_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Dan</property:First_name>
		<property:Input_format_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ASCII</property:Input_format_model>
		<property:Last_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hobley</property:Last_name>
		<property:M-2Dquotient rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:M-2Dquotient>
		<property:Manual_model_available rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No</property:Manual_model_available>
		<property:ModelDomain rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Terrestrial</property:ModelDomain>
		<property:ModelDomain rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hydrology</property:ModelDomain>
		<property:ModelFramework rdf:datatype="http://www.w3.org/2001/XMLSchema#string">LandLab</property:ModelFramework>
		<property:Model_availability rdf:datatype="http://www.w3.org/2001/XMLSchema#string">As code</property:Model_availability>
		<property:Model_forum rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/landlab/landlab/issues</property:Model_forum>
		<property:Model_keywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string">flow path</property:Model_keywords>
		<property:Model_keywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string">drainage</property:Model_keywords>
		<property:Model_type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tool</property:Model_type>
		<property:Model_website rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://landlab.github.io</property:Model_website>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">find</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">topographic surface</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">component identifies depressions</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">default true</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">component identifies</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">identifies depressions</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">find existing routing</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">component</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">existing routing fields</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">routing fields output</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">finds an outlet</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">find existing</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">identifies</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">topographic</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">outlet</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">flow path</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">drainage</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">depressionfinderandrouter</property:Modelautophrases>
		<property:Nr-2Dof-2Dpubs rdf:datatype="http://www.w3.org/2001/XMLSchema#string">--</property:Nr-2Dof-2Dpubs>
		<property:One-2Dline_model_description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Find depressions on a topographic surface.</property:One-2Dline_model_description>
		<property:Output_format_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ASCII</property:Output_format_model>
		<property:Post_processing_software rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</property:Post_processing_software>
		<property:Postal_code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">80309</property:Postal_code>
		<property:Pre_processing_software rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</property:Pre_processing_software>
		<property:Program_license_type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BSD or MIT X11</property:Program_license_type>
		<property:Programming_language rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Python</property:Programming_language>
		<property:Source_code_availability rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Through web repository</property:Source_code_availability>
		<property:Source_web_address rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/landlab/landlab/tree/master/landlab/components/overland_flow</property:Source_web_address>
		<property:Spatial_dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2D</property:Spatial_dimensions>
		<property:Spatialscale rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point-Based</property:Spatialscale>
		<property:Start_year_development rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2018</property:Start_year_development>
		<property:State rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Colorado</property:State>
		<property:Supported_platforms rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Unix</property:Supported_platforms>
		<property:Supported_platforms rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Linux</property:Supported_platforms>
		<property:Supported_platforms rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mac OS</property:Supported_platforms>
		<property:Supported_platforms rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Windows</property:Supported_platforms>
		<property:Visualization_software_needed rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</property:Visualization_software_needed>
		<property:Has_query rdf:resource="&wiki;Model-3ADepressionFinderAndRouter-23_QUERYbe11df2c3bb9e7daaadc0cbdab27bd98"/>
		<property:Has_query rdf:resource="&wiki;Model-3ADepressionFinderAndRouter-23_QUERY2a262df16d2b8399f841fb2412921e5a"/>
		<property:Has_query rdf:resource="&wiki;Model-3ADepressionFinderAndRouter-23_QUERY628e3f834f275070e3ff199e1c9e32e8"/>
		<swivt:wikiPageCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-02-22T21:18:41Z</swivt:wikiPageCreationDate>
		<property:Creation_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2458902.3879745</property:Creation_date-23aux>
		<property:Processing_error rdf:resource="&wiki;Model-3ADepressionFinderAndRouter-23_ERRe276a1ffb0e020a1257eff82199d1d33"/>
		<property:Processing_error rdf:resource="&wiki;Model-3ADepressionFinderAndRouter-23_ERR604147abdb14669b9c8f3104544da08b"/>
		<property:Processing_error rdf:resource="&wiki;Model-3ADepressionFinderAndRouter-23_ERRde9fdd962ce63dcda24f603326a2771d"/>
		<property:Processing_error rdf:resource="&wiki;Model-3ADepressionFinderAndRouter-23_ERR832e19663f926fa58b1c2c38ccac6efd"/>
		<property:Processing_error rdf:resource="&wiki;Model-3ADepressionFinderAndRouter-23_ERR4e4fbf7e421b5416d754257170fdbde2"/>
		<property:Last_editor_is rdf:resource="&wiki;User-3AWikiSysop"/>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-09-17T02:17:03Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2459109.5951736</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter-23_QUERYbe11df2c3bb9e7daaadc0cbdab27bd98">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<property:Query_depth rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Query_depth>
		<property:Query_format rdf:datatype="http://www.w3.org/2001/XMLSchema#string">plainlist</property:Query_format>
		<property:Query_size rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1</property:Query_size>
		<property:Query_string rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[[:Model:DepressionFinderAndRouter]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter# QUERYbe11df2c3bb9e7daaadc0cbdab27bd98</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter-23_QUERY2a262df16d2b8399f841fb2412921e5a">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<property:Query_depth rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1</property:Query_depth>
		<property:Query_format rdf:datatype="http://www.w3.org/2001/XMLSchema#string">plainlist</property:Query_format>
		<property:Query_size rdf:datatype="http://www.w3.org/2001/XMLSchema#double">5</property:Query_size>
		<property:Query_string rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[[User:+]] [[First name member::Dan]] [[Last name member::Hobley]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter# QUERY2a262df16d2b8399f841fb2412921e5a</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter-23_QUERY628e3f834f275070e3ff199e1c9e32e8">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<property:Query_depth rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1</property:Query_depth>
		<property:Query_format rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ul</property:Query_format>
		<property:Query_size rdf:datatype="http://www.w3.org/2001/XMLSchema#double">5</property:Query_size>
		<property:Query_string rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[[Model:+]] [[First name::Dan]] [[Last name::Hobley]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter# QUERY628e3f834f275070e3ff199e1c9e32e8</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter-23_ERRe276a1ffb0e020a1257eff82199d1d33">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<property:Has_improper_value_for rdf:resource="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACode_openmi_compliant_or_not"/>
		<property:Processing_error_message rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[8,"smw-constraint-error-allows-value-list","Not yet","Yes, No but planned, No but possible, No not possible","Code openmi compliant or not"]</property:Processing_error_message>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter# ERRe276a1ffb0e020a1257eff82199d1d33</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter-23_ERR604147abdb14669b9c8f3104544da08b">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<property:Has_improper_value_for rdf:resource="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACode_CMT_compliant_or_not"/>
		<property:Processing_error_message rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[8,"smw-constraint-error-allows-value-list","Not yet","Yes, In progress, No but possible, No not possible","Code CMT compliant or not"]</property:Processing_error_message>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter# ERR604147abdb14669b9c8f3104544da08b</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter-23_ERRde9fdd962ce63dcda24f603326a2771d">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<property:Has_improper_value_for rdf:resource="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACode_PyMT_compliant_or_not"/>
		<property:Processing_error_message rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[8,"smw-constraint-error-allows-value-list","Not yet","Yes, In progress, No but possible, No not possible","Code PyMT compliant or not"]</property:Processing_error_message>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter# ERRde9fdd962ce63dcda24f603326a2771d</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter-23_ERR832e19663f926fa58b1c2c38ccac6efd">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<property:Has_improper_value_for rdf:resource="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AH-2Dindex"/>
		<property:Processing_error_message rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[2,"smw_nofloat","--"]</property:Processing_error_message>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter# ERR832e19663f926fa58b1c2c38ccac6efd</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADepressionFinderAndRouter-23_ERR4e4fbf7e421b5416d754257170fdbde2">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADepressionFinderAndRouter"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3002</swivt:wikiNamespace>
		<property:Has_improper_value_for rdf:resource="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ABMICompliant"/>
		<property:Processing_error_message rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[8,"smw-constraint-error-allows-value-list","Not yet","Yes, No but planned, No but possible, No not possible","BMICompliant"]</property:Processing_error_message>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DepressionFinderAndRouter# ERR4e4fbf7e421b5416d754257170fdbde2</swivt:wikiPageSortKey>
	</swivt:Subject>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<owl:Class rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Category-3AModels" />
	<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://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACitations" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACity" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACodeReviewed" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACode_optimized" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACountry" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADescribe_input_parameters_model" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADescribe_output_parameters_model" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADevelopment_still_active" />
	<owl:ObjectProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AEmail_address" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AEnd_year_development" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AExtended_model_description" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AFirst_name" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AInput_format_model" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ALast_name" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AM-2Dquotient" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AManual_model_available" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModelDomain" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModelFramework" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModel_availability" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModel_forum" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModel_keywords" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModel_type" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModel_website" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModelautophrases" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ANr-2Dof-2Dpubs" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AOne-2Dline_model_description" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AOutput_format_model" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3APost_processing_software" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3APostal_code" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3APre_processing_software" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AProgram_license_type" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AProgramming_language" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ASource_code_availability" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ASource_web_address" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ASpatial_dimensions" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ASpatialscale" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AStart_year_development" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AState" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ASupported_platforms" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AVisualization_software_needed" />
	<owl:ObjectProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AHas_query" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageCreationDate" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACreation_date-23aux" />
	<owl:ObjectProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AProcessing_error" />
	<owl:ObjectProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ALast_editor_is" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageModificationDate" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AModification_date-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageSortKey" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#masterPage" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AQuery_depth" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AQuery_format" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AQuery_size" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AQuery_string" />
	<owl:ObjectProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AHas_improper_value_for" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AProcessing_error_message" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>