wiki-archive/twiki/pub/SPM/AbiesAlba/abiesalba.rdf,v

26 lines
4.5 KiB
Plaintext

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
expand @b@;
1.1
date 2007.06.19.06.14.56; author BobMorris; state Exp;
branches;
next ;
desc
@none
@
1.1
log
@Markus' file uploaded for persistence.
@
text
@<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:tcom="http://rs.tdwg.org/ontology/voc/Common#"
xmlns:spm="http://rs.tdwg.org/ontology/voc/SpeciesProfileModel#"
xmlns:spmi="http://rs.tdwg.org/ontology/voc/SPMInfoItems#"
xmlns:ost="http://rs.tdwg.org/ontology/voc/OccurrenceStatusTerm#"
xmlns:tp="http://rs.tdwg.org/ontology/voc/PublicationCitation#"
xmlns:tn="http://rs.tdwg.org/ontology/voc/TaxonName#"
xmlns:tr="http://rs.tdwg.org/ontology/voc/TaxonRank#"
xmlns:tc="http://rs.tdwg.org/ontology/voc/TaxonConcept#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="">
<owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept"/>
<owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/SPMInfoItems"/>
<owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/SpeciesProfileModel"/>
</owl:Ontology>
<tn:TaxonName rdf:ID="name">
<tn:genusPart>Abies</tn:genusPart>
<tn:specificEpithet>alba</tn:specificEpithet>
<tcom:publishedInCitation>
<tp:PublicationCitation>
<tp:authorship>Carl Linné</tp:authorship>
<tp:title>Species plantarum</tp:title>
</tp:PublicationCitation>
</tcom:publishedInCitation>
</tn:TaxonName>
<tc:TaxonConcept rdf:ID="taxon">
<tc:nameString>Abies alba L.</tc:nameString>
<tc:hasName rdf:resource="#name"/>
<tc:accordingToString>Carl Linné</tc:accordingToString>
<tc:rank rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonRank#Species"/>
</tc:TaxonConcept>
<spm:SpeciesProfileModel rdf:ID="spm">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
Minor derivation by Bob Morris from original by Markus Doering at SVN rev 42.
Added ontology imports and these comments....
$Rev: 39 $
$LastChangedBy: ram $
$Date: 2007-06-10 15:25:02 -0400 (Sun, 10 Jun 2007) $
$HeadURL: http://gentoo.cs.umb.edu/svn/TDM/Ithomids/Ithomids.owl $</rdfs:comment>
<spm:aboutTaxon rdf:resource="#taxon"/>
<spm:hasInformation>
<spmi:Dispersal>
<spm:hasContent>The tree is dispersed by wind</spm:hasContent>
</spmi:Dispersal>
</spm:hasInformation>
<spm:hasInformation>
<spmi:LifeExpectancy>
<spm:hasContent>300 years</spm:hasContent>
<spm:context>below 1000 meter altitude</spm:context>
</spmi:LifeExpectancy>
</spm:hasInformation>
<spm:hasInformation>
<spmi:Size>
<spm:hasContent>100m</spm:hasContent>
<spm:context>below 1000 meter altitude</spm:context>
</spmi:Size>
</spm:hasInformation>
<spm:hasInformation>
<spmi:LifeExpectancy>
<spm:hasContent>400 years</spm:hasContent>
<spm:context>above 1000 meter altitude</spm:context>
</spmi:LifeExpectancy>
</spm:hasInformation>
<spm:hasInformation>
<spmi:Size>
<spm:hasContent>80m</spm:hasContent>
<spm:context>above 1000 meter altitude</spm:context>
</spmi:Size>
</spm:hasInformation>
<spm:hasInformation>
<spmi:Distribution>
<spm:hasValue rdf:resource="http://rs.tdwg.org/ontology/voc/OccurrenceStatusTerm#Extinct"/>
<spm:contextValue rdf:resource="http://rs.tdwg.org/ontology/voc/GeographicRegion#ITA"/>
</spmi:Distribution>
</spm:hasInformation>
<spm:hasInformation>
<spmi:Distribution>
<spm:hasValue rdf:resource="http://rs.tdwg.org/ontology/voc/OccurrenceStatusTerm#Endemic"/>
<spm:contextValue rdf:resource="http://rs.tdwg.org/ontology/voc/GeographicRegion#12"/>
</spmi:Distribution>
</spm:hasInformation>
<spm:hasInformation>
<spmi:Distribution>
<spm:hasValue rdf:resource="http://rs.tdwg.org/ontology/voc/OccurrenceStatusTerm#Introduced"/>
<spm:contextValue rdf:resource="http://rs.tdwg.org/ontology/voc/GeographicRegionTerm#75"/>
</spmi:Distribution>
</spm:hasInformation>
</spm:SpeciesProfileModel>
</rdf:RDF>
@