<?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-3APIHM">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-05-01T08:37:52-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-3APIHM">
		<rdf:type rdf:resource="http://arroyo.colorado.edu/wiki/Special:URIResolver/Category-3APages_using_duplicate_arguments_in_template_calls"/>
		<rdf:type rdf:resource="http://arroyo.colorado.edu/wiki/Special:URIResolver/Category-3AModels"/>
		<rdfs:label>Model:PIHM</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://csdms.colorado.edu/wiki/Special:ExportRDF/Model-3APIHM"/>
		<swivt:page rdf:resource="https://csdms.colorado.edu/wiki/Model-3APIHM"/>
		<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:Additional_comments_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">--</property:Additional_comments_model>
		<property:Additional_first_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mukesh</property:Additional_first_name>
		<property:Additional_first_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Gopal</property:Additional_first_name>
		<property:Additional_last_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Kumar</property:Additional_last_name>
		<property:Additional_last_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bhatt</property:Additional_last_name>
		<property:Additional_type_of_contact rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Technical contact</property:Additional_type_of_contact>
		<property:BMICompliant rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No but possible</property:BMICompliant>
		<property:Citations rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1971</property:Citations>
		<property:City rdf:datatype="http://www.w3.org/2001/XMLSchema#string">University Park</property:City>
		<property:CodeReviewed rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</property:CodeReviewed>
		<property:Code_CMT_compliant_or_not rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No but possible</property:Code_CMT_compliant_or_not>
		<property:Code_openmi_compliant_or_not rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No but possible</property:Code_openmi_compliant_or_not>
		<property:Country rdf:datatype="http://www.w3.org/2001/XMLSchema#string">United States</property:Country>
		<property:Current_future_collaborators rdf:datatype="http://www.w3.org/2001/XMLSchema#string">We have several other extensions to PIHM under development: solute transport, sediment transport, 3-D Richard's Equation. Full information can be found at: http://sourceforge.net/projects/pihmmodel/</property:Current_future_collaborators>
		<property:Describe_available_calibration_data rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Upper Juniata River 875 km^2: see: http://sourceforge.net/projects/pihmmodel/</property:Describe_available_calibration_data>
		<property:Describe_available_test_data rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Upper Juniata River 875 km^2: see: http://sourceforge.net/projects/pihmmodel/</property:Describe_available_test_data>
		<property:Describe_ideal_data rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM is a distributed watershed model that can represent surface/subsurface processes at scales ranging from a few hundred m^2 to 10,000 km^2. However, large systems will require the parallel version currently under development</property:Describe_ideal_data>
		<property:Describe_input_parameters_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM is an integrated finite volume hydrologic model. It simulates channel routing, overland flow and groundwater flow in fully coupled scheme. It uses semi-discrete Finite Volume approach to discretize PDE (equations governing physical processes) into ODE to form a system of ODEs and solved with SUNDIALS solver (LBL).&lt;br&gt;PIHM incorporates an object-oriented model data structure which provides extensibility and efficient storage of data at the same time. PIHM v2.0 requires the following input files:
* projectName.txt : This file will have the project name as its content.
* .mesh File : Spatial information of Nodes and Irregular Meshes (TINs)
* .att File : Attribute defining different classes an element belongs to
* .soil File : Soil properties
* .geol : Geologic properties
* .lc file : Vegetation parameters of different land cover types
* .riv file : Spatial, geometry and material information of river segments
* .forc file : All the forcing variables (forcing time-series)
* .ibc file : Boundary condition information for elements
* .para file : Control parameters (solver options; model modes; error control)
* .init : If initial condition input is through a file
* .calib : Calibration parameters and process controls</property:Describe_input_parameters_model>
		<property:Describe_key_physical_parameters rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processes include: 2-D overland flow, 2-D groundwater flow, 1-D soil moisture, 1-D channel flow, snow/melt, et, vegetation water use by NLCD,</property:Describe_key_physical_parameters>
		<property:Describe_length_scale_and_resolution rdf:datatype="http://www.w3.org/2001/XMLSchema#string">typically based on original DEM used to develop the watershed model</property:Describe_length_scale_and_resolution>
		<property:Describe_numerical_limitations rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Solver is efficient and accurate for very stiff systems of equations</property:Describe_numerical_limitations>
		<property:Describe_output_parameters_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM v2.0 uses Net_CDF for state and flux output. Details are under development (April 2009) and will be complete July 2009</property:Describe_output_parameters_model>
		<property:Describe_processes rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The Penn State Integrated Hydrologic Model (PIHM) is a fully coupled multiprocess hydrologic model. Instead of coupling through artificial boundary conditions, major hydrological processes are fully coupled by the semi-discrete finite volume approach. For those processes whose governing equations are partial differential equations (PDE), we first discretize in space via the finite volume method. This results in a system of ordinary differential equations (ODE) representing those procesess within the control volume. Within the same control volume, combining other processes whose governing equations are ODE’s, (e.g. the snow accumulation and melt process), a local ODE system is formed for the complete dynamics of the finite volume.</property:Describe_processes>
		<property:Describe_time_scale_and_resolution rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fully implicit, time adaptive, based on the CVODE ODE solver from LBL</property:Describe_time_scale_and_resolution>
		<property:Development_still_active rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Yes</property:Development_still_active>
		<property:Email_address rdf:resource="mailto:cxd11@psu.edu"/>
		<property:Extended_model_description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM is a multiprocess, multi-scale hydrologic model where the major hydrological processes are fully coupled using the semi-discrete finite volume method. PIHM is a physical model for surface and groundwater, “tightly-coupled” to a GIS interface. PIHMgis which is open source, platform independent and extensible. The tight coupling between GIS and the model is achieved by developing a shared data-model and hydrologic-model data structure.</property:Extended_model_description>
		<property:Fax rdf:datatype="http://www.w3.org/2001/XMLSchema#string">+1 814-863-7304</property:Fax>
		<property:First_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Christopher</property:First_name>
		<property:H-2Dindex rdf:datatype="http://www.w3.org/2001/XMLSchema#double">26</property:H-2Dindex>
		<property:Input_format_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ASCII</property:Input_format_model>
		<property:Input_format_model_other rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Shape file</property:Input_format_model_other>
		<property:Institute rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Penn State University</property:Institute>
		<property:Last_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Duffy</property:Last_name>
		<property:M-2Dquotient rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.37</property:M-2Dquotient>
		<property:Manual_model_available rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Yes</property:Manual_model_available>
		<property:Memory_requirements rdf:datatype="http://www.w3.org/2001/XMLSchema#string">--</property:Memory_requirements>
		<property:ModelDomain rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hydrology</property:ModelDomain>
		<property:Model_availability rdf:datatype="http://www.w3.org/2001/XMLSchema#string">As code</property:Model_availability>
		<property:Model_keywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string">basins</property:Model_keywords>
		<property:Model_keywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string">continental</property:Model_keywords>
		<property:Model_type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Modular</property:Model_type>
		<property:Model_website rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.pihm.psu.edu/pihm_home.html</property:Model_website>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pihm</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multiprocess</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multi-scale</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">model</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">finite volume method</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">major hydrological processes</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">semi-discrete finite volume</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multi-scale hydrologic model</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multi-scale hydrologic</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">volume method</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">major hydrological</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">hydrological processes</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">processes are fully</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fully coupled</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">semi-discrete finite</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">finite volume</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">hydrologic model</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gis interface</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">basins</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">continental</property:Modelautophrases>
		<property:Nr-2Dof-2Dpubs rdf:datatype="http://www.w3.org/2001/XMLSchema#string">55</property:Nr-2Dof-2Dpubs>
		<property:One-2Dline_model_description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM is a multiprocess, multi-scale hydrologic model.</property:One-2Dline_model_description>
		<property:Output_format_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ASCII</property:Output_format_model>
		<property:Output_format_model_other rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NetCDF</property:Output_format_model_other>
		<property:Phone rdf:datatype="http://www.w3.org/2001/XMLSchema#string">+1 814 863-4384</property:Phone>
		<property:Post_processing_software rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</property:Post_processing_software>
		<property:Postal_address1 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">212 Sackett Bldg</property:Postal_address1>
		<property:Postal_address2 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Civil &amp; Environmental Engineering</property:Postal_address2>
		<property:Postal_code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">16802</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">GPL v2</property:Program_license_type>
		<property:Programming_language rdf:datatype="http://www.w3.org/2001/XMLSchema#string">C</property:Programming_language>
		<property:Programming_language rdf:datatype="http://www.w3.org/2001/XMLSchema#string">C++</property:Programming_language>
		<property:Run_time_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">--</property:Run_time_model>
		<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">http://sourceforge.net/projects/pihmmodel/</property:Source_web_address>
		<property:Start_year_development rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2002</property:Start_year_development>
		<property:State rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pennsylvania</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:Supported_platforms_other rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Platform independent</property:Supported_platforms_other>
		<property:Type_of_contact rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Project manager</property:Type_of_contact>
		<property:Visualization_software_needed rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</property:Visualization_software_needed>
		<property:Visualization_software_other rdf:datatype="http://www.w3.org/2001/XMLSchema#string">any software able to visualize gridded data (RiverTools / 3DEM)</property:Visualization_software_other>
		<property:Has_query rdf:resource="&wiki;Model-3APIHM-23_QUERY77df6a8751dc3a5e3fba003c5ef9b8a0"/>
		<property:Has_query rdf:resource="&wiki;Model-3APIHM-23_QUERYd933e3442a58b19c16085acd2b21bf90"/>
		<property:Has_query rdf:resource="&wiki;Model-3APIHM-23_QUERY28cbb99e800ff56143f9c36f0ee4e148"/>
		<swivt:wikiPageCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2009-04-10T15:48:35Z</swivt:wikiPageCreationDate>
		<property:Creation_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2454932.1587384</property:Creation_date-23aux>
		<property:Last_editor_is rdf:resource="&wiki;User-3AWikiSysop"/>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-09-17T02:17:59Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2459109.5958218</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3APIHM-23_QUERY77df6a8751dc3a5e3fba003c5ef9b8a0">
		<swivt:masterPage rdf:resource="&wiki;Model-3APIHM"/>
		<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:PIHM]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM# QUERY77df6a8751dc3a5e3fba003c5ef9b8a0</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3APIHM-23_QUERYd933e3442a58b19c16085acd2b21bf90">
		<swivt:masterPage rdf:resource="&wiki;Model-3APIHM"/>
		<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::Christopher]] [[Last name member::Duffy]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM# QUERYd933e3442a58b19c16085acd2b21bf90</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3APIHM-23_QUERY28cbb99e800ff56143f9c36f0ee4e148">
		<swivt:masterPage rdf:resource="&wiki;Model-3APIHM"/>
		<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::Christopher]] [[Last name::Duffy]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PIHM# QUERY28cbb99e800ff56143f9c36f0ee4e148</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-3APages_using_duplicate_arguments_in_template_calls" />
	<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-3AAdditional_comments_model" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AAdditional_first_name" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AAdditional_last_name" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AAdditional_type_of_contact" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ABMICompliant" />
	<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_CMT_compliant_or_not" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ACode_openmi_compliant_or_not" />
	<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-3ACurrent_future_collaborators" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADescribe_available_calibration_data" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADescribe_available_test_data" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADescribe_ideal_data" />
	<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_key_physical_parameters" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADescribe_length_scale_and_resolution" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADescribe_numerical_limitations" />
	<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-3ADescribe_processes" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADescribe_time_scale_and_resolution" />
	<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-3AExtended_model_description" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AFax" />
	<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-3AH-2Dindex" />
	<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-3AInput_format_model_other" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AInstitute" />
	<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-3AMemory_requirements" />
	<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-3AModel_availability" />
	<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-3AOutput_format_model_other" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3APhone" />
	<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_address1" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3APostal_address2" />
	<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-3ARun_time_model" />
	<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-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-3ASupported_platforms_other" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AType_of_contact" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AVisualization_software_needed" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3AVisualization_software_other" />
	<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-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" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>