<?xml version='1.0'?>

<!DOCTYPE rdf:RDF [
       <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
       <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
       <!ENTITY xsd 'http://www.w3.org/2001/XMLSchema'>
       <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
       <!ENTITY dcqns 'http://purl.org/dc/terms/'>
       <!ENTITY dctns 'http://purl.org/dc/dcmitype/'>
       <!ENTITY iwi 'http://www.iwi-iuk.org/material/RDF/'>
       <!ENTITY iwipns 'http://www.iwi-iuk.org/material/RDF/Schema/Property/iwip#'>
       <!ENTITY mnns 'http://www.iwi-iuk.org/material/RDF/1.1/Schema/Class/mn#'>
       <!ENTITY mnstns 'http://www.iwi-iuk.org/material/RDF/1.1/descriptor/#'> 
       <!ENTITY cmuans 'http://www.daml.ri.cmu.edu/ont/homework/atlas-cmu.daml#'>
   ]>

<rdf:RDF xmlns:rdf="&rdfns;"
         xmlns:rdfs="&rdfsns;"
         xmlns:dc="&dcns;"
         xmlns:dcq="&dcqns;"
         xmlns:dct="&dctns;"
         xmlns:mn="&mnns;"
         xmlns:mnst="&mnstns;">

<rdf:Description rdf:about="&iwipns;">
    <dc:title>Property Pool</dc:title>
    <dc:publisher>iwi (http://www.iwi-iuk.org)</dc:publisher>
    <dcq:created rdf:datatype="&xsd;#date">2005-02-07</dcq:created>
    <dcq:modified rdf:datatype="&xsd;#date">2007-05-25</dcq:modified>
    <dcq:modified rdf:datatype="&xsd;#date">2008-01-09</dcq:modified>
    <dc:description>The Property Pool namespace providing access to it's content by means of an RDF Schema.
       Property Pool is a collection of RDF Classes, intended to be useful independend of a specific application context.</dc:description>
    <dct:StillImage rdf:resource="&iwi;Schema/Property/iwip_properties.png"/>
    <dct:StillImage rdf:resource="&iwi;Schema/Property/iwip_schemedesc.png"/>
    <dcq:requires rdf:resource="&iwi;Schema/Property/iwip.rdf"/>
    <dcq:related rdf:resource="&iwi;Schema/Class/iwi.rdf"/>
</rdf:Description>


<rdf:Property rdf:about="&iwipns;contact">
    <rdfs:label xml:lang="en">Contact</rdfs:label>
    <rdfs:label xml:lang="de">Ansprechpartner</rdfs:label>
    <rdfs:comment xml:lang="en">A contributor acting as contact.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;contributor"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;researchTeamHead">
    <rdfs:label xml:lang="en">Research Team Head</rdfs:label>
    <rdfs:label xml:lang="de">Projektleitung</rdfs:label>
    <rdfs:comment xml:lang="en">A contributor acting as research team head in a project context.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;contributor"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;researchTeamMember">
    <rdfs:label xml:lang="en">Research Team Member</rdfs:label>
    <rdfs:label xml:lang="de">Projektmitarbeiter</rdfs:label>
    <rdfs:comment xml:lang="en">A contributor acting as research team member in a project context.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;contributor"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;webmaster">
    <rdfs:label xml:lang="en">Webmaster</rdfs:label>
    <rdfs:label xml:lang="de">Verantwortlichkeit f&#252;r Website</rdfs:label>
    <rdfs:comment xml:lang="en">A contributor acting as webmaster.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;contributor"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;relevant">
    <rdfs:label xml:lang="en">is relevant for</rdfs:label>
    <rdfs:label xml:lang="de">steht in enger Beziehung mit</rdfs:label>
    <rdfs:comment xml:lang="en">A relation between two terms with the meaning of "A is relevant to B" and "B is relevant to A".</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;similarTerm">
    <rdfs:label xml:lang="en">is similar to</rdfs:label>
    <rdfs:label xml:lang="de">ist &#228;hnlich wie</rdfs:label>
    <rdfs:comment xml:lang="en">A relation between two terms with the meaning of "A is similar to B" and "B is similar to A".</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;hasMetaDataAbout">
    <rdfs:label xml:lang="en">has meta data about</rdfs:label>
    <rdfs:label xml:lang="de">macht Aussagen &#252;ber</rdfs:label>
    <rdfs:comment xml:lang="en">A relation between two terms with the meaning of "A has meta data about B" and "B is described by A".</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;hasAsMethod">
    <rdfs:label xml:lang="en">has as method</rdfs:label>
    <rdfs:label xml:lang="de">hat als L&#246;sungsmethode</rdfs:label>
    <rdfs:comment xml:lang="en">A relation between two terms with the meaning of "A has as method B" and "B is method for A".</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;hasAsClassificationSystem">
    <rdfs:label xml:lang="en">has as classification system</rdfs:label>
    <rdfs:label xml:lang="de">hat als Klassifikationssystem</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a ressource, e.g. a scientific field or subject, which identifies an appropriate classification system.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;hasKnowledgeAbout">
    <rdfs:label xml:lang="en">has knowledge about</rdfs:label>
    <rdfs:label xml:lang="de">hat Kenntnisse &#252;ber</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a resource, usually a person, which states (deeper) knowledge about an specific field of knowledge.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;relation"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;researchTopic">
    <rdfs:label xml:lang="en">research topic</rdfs:label>
    <rdfs:label xml:lang="de">Forschungsgebiet</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a resource, usually a person or organization, which states research activities in the given field.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&dcns;subject"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;versionID">
    <rdfs:label xml:lang="en">version ID</rdfs:label>
    <rdfs:label xml:lang="de">Versionsbezeichner</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a resource, e.g. a software or a document, which states a version identification.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;programmingLanguage">
    <rdfs:label xml:lang="en">programming language</rdfs:label>
    <rdfs:label xml:lang="de">Programmiersprache</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a resource, typically software, which contains the used programming language(s).</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;operatingSystem">
    <rdfs:label xml:lang="en">operation system</rdfs:label>
    <rdfs:label xml:lang="de">Betriebssystem</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a resource, typically software, which contains statement(s) about operating system(s).</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;platform">
    <rdfs:label xml:lang="en">platform</rdfs:label>
    <rdfs:label xml:lang="de">Hardware Architektur</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a resource, typically software or computers, which contains statement(s) about hardware architecture(s).</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;contentType">
    <rdfs:label xml:lang="en">content type</rdfs:label>
    <rdfs:label xml:lang="de">Art des Inhalts</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a resource, typically a digital object, which contains statement(s) about the type of the content. At best a standardized scheme is used like a MIME-type.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;praxisPartner">
    <rdfs:label xml:lang="en">has as praxis partner</rdfs:label>
    <rdfs:label xml:lang="de">hat als Praxispartner</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a project, typically of scientific scope, which points to an institution / Organisation / other project which act as a partner for doing mainly practical work (in contrast to research).</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&cmuans;associated_project"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>


<rdf:Property rdf:about="&iwipns;otherPartner">
    <rdfs:label xml:lang="en">has as partner</rdfs:label>
    <rdfs:label xml:lang="de">hat als Partner</rdfs:label>
    <rdfs:comment xml:lang="en">An attribute to a project, typically of scientific scope, which points to an institution / Organisation / other project which act as a partner. The kind of partnership can not be further specified (e.g. as &iwipns;praxisPartner).</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="&cmuans;associated_project"/>
    <rdfs:isDefinedBy rdf:resource="&iwipns;"/>
</rdf:Property>

</rdf:RDF>
