<?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-3ADeltaClassification">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-04-30T06:50:12-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-3ADeltaClassification">
		<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:DeltaClassification</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://csdms.colorado.edu/wiki/Special:ExportRDF/Model-3ADeltaClassification"/>
		<swivt:page rdf:resource="https://csdms.colorado.edu/wiki/Model-3ADeltaClassification"/>
		<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">Requirements
To run these codes, you will need the following software:

•	Python 2.7 or earlier (not compatible with Python 3)

The following Python packages are also required:
•	matplotlib
•	scipy
•	numpy
•	cPickle
•	osgeo
•	fiona
•	shapely
•	utilities
•	sklearn
•	seaborn
•	clusterpy
•	itertools
•	pandas
•	pysal
•	collections

What input is required?

To run this code, the following shape files are required:

•	network shapefile, containing the river network extracted from satellite imagery
•	island shapefile, containing the land masses or islands of the delta
•	patch shapefile, containing the outline of channels

What does the code do?

The file all.ipynb contains codes run the analysis. From start to finish, the Jupyter Notebook contains code blocks that:

•	loads in the shapefiles
•	calculate the parameters for the network that both surround and drain the islands
•	calculate the base metrics (e.g. perimeter, area, solidity, aspect ratio...)
•	calculates maximum distance from the island center to the nearest water body
•	estimates minimum, average and maximum widths of all network channels
•	evaluates the fractal dimension of each delta island
•	creates shapefiles based on the metrics calculated earlier in the code
•	saves all metrics to an output file
•	generates PCA and GeoSOM results from the island and channel metrics
•	plots the U-matrix and dendrogram based on the GeoSOM results</property:Additional_comments_model>
		<property:BMICompliant rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No not possible</property:BMICompliant>
		<property:Citations rdf:datatype="http://www.w3.org/2001/XMLSchema#string">5</property:Citations>
		<property:City rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Boston</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 not possible</property:Code_CMT_compliant_or_not>
		<property:Code_PyMT_compliant_or_not rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No but possible</property:Code_PyMT_compliant_or_not>
		<property:Code_openmi_compliant_or_not rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No not possible</property:Code_openmi_compliant_or_not>
		<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:Current_future_collaborators rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no</property:Current_future_collaborators>
		<property:DOI-2Dfilelink rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://zenodo.org/record/3926763#.Xvz5mpNKiu4</property:DOI-2Dfilelink>
		<property:DOI_assigned_to_model_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string">v1.0</property:DOI_assigned_to_model_version>
		<property:DOI_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">10.5281/zenodo.3926763</property:DOI_model>
		<property:Describe_available_calibration_data rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Proof of concept was applied for the Ganges-Brahmaputra delta system</property:Describe_available_calibration_data>
		<property:Describe_available_test_data rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Test data was slightly updated from a published dataset by Passalacqua, P., Lanzoni, S., Paola, C., and Rinaldo, A.: Geomorphic signatures of deltaic processes and vegetation: The Ganges-
Brahmaputra-Jamuna case study, Journal of Geophysical Research: Earth Surface, 118, 1838–1849, 2013.</property:Describe_available_test_data>
		<property:Describe_input_parameters_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geometric parameters on delta shapes derived from satellite data. 
To run this code, the following shape files are required:

•	network shapefile, containing the river network extracted from satellite imagery
•	island shapefile, containing the land masses or islands of the delta
•	patch shapefile, containing the outline of channels</property:Describe_input_parameters_model>
		<property:Describe_key_physical_parameters rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The key methods used are: 
1) Feature normalization and principal component analysis
2) Spatial clustering using GEOSOM algorithm
3) Hierarchical agglomerative clustering to built nested clusters</property:Describe_key_physical_parameters>
		<property:Describe_length_scale_and_resolution rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Methods has been applied to data set of 100's of individual delta islands derived from Landsat satellite data (30-60m resolution).</property:Describe_length_scale_and_resolution>
		<property:Describe_numerical_limitations rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n/a
Limitations on the method do occur when delta systems consist of only a few islands, then the input dataset of geometric parameters becomes too small for the machine learning methods.</property:Describe_numerical_limitations>
		<property:Describe_output_parameters_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">classification of groups of similar zones within a deltasystem
code blocks that:

•	loads in the shapefiles
•	calculate the parameters for the network that both surround and drain the islands
•	calculate the base metrics (e.g. perimeter, area, solidity, aspect ratio...)
•	calculates maximum distance from the island center to the nearest water body
•	estimates minimum, average and maximum widths of all network channels
•	evaluates the fractal dimension of each delta island
•	creates shapefiles based on the metrics calculated earlier in the code
•	saves all metrics to an output file
•	generates PCA and GeoSOM results from the island and channel metrics
•	plots the U-matrix and dendrogram based on the GeoSOM results</property:Describe_output_parameters_model>
		<property:Describe_processes rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tool is used to regionalize a study area into zones with 'common physical characteristics' with the underlying aim of differentiating areas of influence of various physical processes. Regionalization attempts to aggregate spatial units or observations into clusters based on spatial continuity as well as attribute similarity. 
Geometry metrics are derived from satellite data analysis and include a.o. island area, island aspect ratio, island fractal dimension, and surrounding channel metric, channel width, channel sinousity, number of outflow channels, convexity.</property:Describe_processes>
		<property:Describe_time_scale_and_resolution rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mapview at a given time</property:Describe_time_scale_and_resolution>
		<property:DevelopmentCode rdf:datatype="http://www.w3.org/2001/XMLSchema#string">As is, no updates are provided</property:DevelopmentCode>
		<property:DevelopmentCodeYearChecked rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2020</property:DevelopmentCodeYearChecked>
		<property:Development_still_active rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No</property:Development_still_active>
		<property:Email_address rdf:resource="mailto:mperignon@gmail.com"/>
		<property:End_year_development rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2019</property:End_year_development>
		<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 tool provides a method for extracting information on the nature and spatial extent of active geomorphic processes across deltas from the geometry of islands and the channels around them using machine learning. 
The method consists of a two-step ensemble unsupervised machine learning algorithm that clusters islands into spatially continuous zones based on morphological metrics computed on remotely sensed imagery</property:Extended_model_description>
		<property:First_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mariela</property:First_name>
		<property:H-2Dindex rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1</property:H-2Dindex>
		<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">Perignon</property:Last_name>
		<property:M-2Dquotient rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0.17</property:M-2Dquotient>
		<property:Manual_model_available rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No</property:Manual_model_available>
		<property:Memory_requirements rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n/a</property:Memory_requirements>
		<property:ModelDomain rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Coastal</property:ModelDomain>
		<property:Model_also_known_as rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DeltaClassification</property:Model_also_known_as>
		<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">machine learning</property:Model_keywords>
		<property:Model_keywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string">delta landforms</property:Model_keywords>
		<property:Model_type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tool</property:Model_type>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">geometry</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">islands</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">active geomorphic processes</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">extracting information</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">nature and spatial</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">spatial extent</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">extent of active</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">active geomorphic</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">geomorphic processes</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">processes across deltas</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">unsupervised machine learning</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">machine learning algorithm</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">machine learning</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ensemble unsupervised machine</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">remotely sensed imagery</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">two-step ensemble unsupervised</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">spatially continuous zones</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">delta landforms</property:Modelautophrases>
		<property:Modelautophrases rdf:datatype="http://www.w3.org/2001/XMLSchema#string">deltaclassification</property:Modelautophrases>
		<property:Nr-2Dof-2Dpubs rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</property:Nr-2Dof-2Dpubs>
		<property:One-2Dline_model_description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geometry classification of delta islands</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">maps</property:Output_format_model_other>
		<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">02101</property:Postal_code>
		<property:Pre_processing_software rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</property:Pre_processing_software>
		<property:Program_language_other rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Compatible with Python 2.7, not python 3</property:Program_language_other>
		<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:Run_time_model rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n/a</property:Run_time_model>
		<property:Source_code_availability rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Through CSDMS repository</property:Source_code_availability>
		<property:Source_csdms_web_address rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://github.com/csdms-contrib/DeltaClassification</property:Source_csdms_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">Landscape-Scale</property:Spatialscale>
		<property:Start_year_development rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2017</property:Start_year_development>
		<property:State rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Massachusetts</property:State>
		<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:Type_of_contact rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Model developer</property:Type_of_contact>
		<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-3ADeltaClassification-23_QUERYae5167a63758eac2ad89988e303ba84b"/>
		<property:Has_query rdf:resource="&wiki;Model-3ADeltaClassification-23_QUERYbda2c1fbc3400b9e259693497b5aae58"/>
		<property:Has_query rdf:resource="&wiki;Model-3ADeltaClassification-23_QUERY2812b418a19df24329d024d2b7d10247"/>
		<swivt:wikiPageCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-10T15:14:25Z</swivt:wikiPageCreationDate>
		<property:Creation_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2458950.1350116</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:18:32Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2459109.5962037</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DeltaClassification</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADeltaClassification-23_QUERYae5167a63758eac2ad89988e303ba84b">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADeltaClassification"/>
		<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:DeltaClassification]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DeltaClassification# QUERYae5167a63758eac2ad89988e303ba84b</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADeltaClassification-23_QUERYbda2c1fbc3400b9e259693497b5aae58">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADeltaClassification"/>
		<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::Mariela]] [[Last name member::Perignon]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DeltaClassification# QUERYbda2c1fbc3400b9e259693497b5aae58</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Model-3ADeltaClassification-23_QUERY2812b418a19df24329d024d2b7d10247">
		<swivt:masterPage rdf:resource="&wiki;Model-3ADeltaClassification"/>
		<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::Mariela]] [[Last name::Perignon]]</property:Query_string>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DeltaClassification# QUERY2812b418a19df24329d024d2b7d10247</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-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_PyMT_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-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-3ACurrent_future_collaborators" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADOI-2Dfilelink" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADOI_assigned_to_model_version" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADOI_model" />
	<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_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-3ADevelopmentCode" />
	<owl:DatatypeProperty rdf:about="http://arroyo.colorado.edu/wiki/Special:URIResolver/Property-3ADevelopmentCodeYearChecked" />
	<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-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-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_also_known_as" />
	<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-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-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_language_other" />
	<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_csdms_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-3AType_of_contact" />
	<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-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>