@prefix dct:	<http://purl.org/dc/terms/> .
<http://rdf.geospecies.org/sites/index.rdf>	dct:modified	"2009-12-22" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://rdf.geospecies.org/sites/index.rdf>	rdfs:comment	"This is the link to the rdf describing web sites linked to the GeoSpecies Knowledge Base" ;
	rdfs:seeAlso	<http://rdf.geospecies.org/sites/iowa_mosquitoes.rdf> ,
		<http://rdf.geospecies.org/sites/mosquito_catalog.rdf> ,
		<http://rdf.geospecies.org/sites/wbru_site.rdf> ,
		<http://rdf.geospecies.org/sites/bugguide.rdf> ;
	dct:title	"GeoSpecies Knowledge Base Web Sites" .
@prefix ns2:	<http://rdf.geospecies.org/ont/people.owl#> .
<http://rdf.geospecies.org/sites/index.rdf>	dct:creator	ns2:Peter_J_DeVries .
@prefix ns3:	<http://rdf.geospecies.org/ont/geospecies#> .
<http://rdf.geospecies.org/sites/index.rdf>	dct:publisher	ns3:GeoSpecies_Knowledge_Base_Project .
@prefix ns4:	<http://lod.geospecies.org/ontology/void#> .
<http://rdf.geospecies.org/sites/index.rdf>	dct:isPartOf	ns4:this .
@prefix ns5:	<http://creativecommons.org/ns#> .
<http://rdf.geospecies.org/sites/index.rdf>	ns5:attributionName	"Peter J. DeVries" ;
	ns5:License	<http://creativecommons.org/licenses/by-sa/3.0/us/> ;
	ns5:attributionURL	<http://lod.geospecies.org> ;
	ns5:morePermissions	<http://about.geospecies.org/projects/> .