<?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 owlns 'http://www.w3.org/2002/07/owl#'>
       <!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 iwins 'http://www.iwi-iuk.org/material/RDF/Schema/Class/iwi#'>
       <!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/#'> 
   ]>

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

<rdf:Description rdf:about="&iwins;">
    <dc:title>The Resource Class 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-10-10</dcq:modified>
    <dc:description>The Resource Class Pool namespace providing access to it's content by means of an RDF Schema.
       Resource Class 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/Class/iwi.png"/>
    <dcq:requires rdf:resource="&iwi;Schema/Class/iwi.rdf"/>
    <dcq:related rdf:resource="&iwi;Schema/Property/iwip.rdf"/>
</rdf:Description>



<rdfs:Class rdf:about="&iwins;Person">
    <rdfs:label xml:lang="en">Person</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of person.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Organization">
    <rdfs:label xml:lang="en">Organization</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of organization. It treats an organization as a formal group of people with one or more shared goals.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Company">
    <rdfs:label xml:lang="en">Company</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of profit oriented / commercial organization.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Organization"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;ScientificInstitution">
    <rdfs:label xml:lang="en">Scientific Organization</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of organization. Its main aim is research.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Organization"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Descriptor">
    <rdfs:label xml:lang="en">Descriptor</rdfs:label>
    <rdfs:comment xml:lang="en">This class has descriptors in ordering systems as instances.
An rdfs:label, which provides a human understandable name, must be given, in case such name is unintelligible from the code in the ordering system,
and at most one rdf:value arc, which has the code in the scheme as object, can be given, when calling a descriptor in a RDF record.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;HomePage">
   <rdfs:label xml:lang="en">Home Page</rdfs:label>
   <rdf:value>HomePage</rdf:value>
   <rdfs:comment xml:lang="en">This type is assigned to home pages of entities.</rdfs:comment>
   <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;InstitutionalHomePage">
   <rdfs:label xml:lang="en">Institutional Home Page</rdfs:label>
   <rdf:value>institutionalHomePage</rdf:value>
   <rdfs:comment xml:lang="en">This type is assigned to home pages of institutions. At least an address should be mentioned by the page.</rdfs:comment>
   <rdfs:subClassOf rdf:resource="&iwins;HomePage"/>
   <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;PHomePage">
   <rdfs:label xml:lang="en">Personal Home Page</rdfs:label>
   <rdfs:comment xml:lang="en">This type is assigned to home pages of persons.</rdfs:comment>
   <rdfs:subClassOf rdf:resource="&iwins;HomePage"/>
   <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;PersonalHomePage">
    <rdfs:label xml:lang="en">Professional Personal Home Page</rdfs:label>
    <rdfs:comment xml:lang="en">Professional personal home pages carry a standardized set of MetaData.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;PHomePage"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Linkpage">
   <rdfs:label xml:lang="en">Linkpage</rdfs:label>
   <rdf:value>Linkpage</rdf:value>
   <rdfs:comment xml:lang="en">This type is assigned to pages containing links to other relevant resources.</rdfs:comment>
   <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Research">
    <rdfs:label xml:lang="en">Research</rdfs:label>
    <rdfs:comment xml:lang="en">Instances of this class are resources, which allow to conclude on research activities.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Publication">
    <rdfs:label xml:lang="en">Publication</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of publications.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Preprint">
    <rdfs:label xml:lang="en">Preprint</rdfs:label>
    <rdfs:comment xml:lang="en">A preprint is a research paper, which has not been refereed.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Research"/>
    <rdfs:subClassOf rdf:resource="&iwins;NotRefereedPublication"/>
    <dcq:modified rdf:datatype="&xsd;#date">2008-10-10</dcq:modified>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class  rdf:about="&iwins;Article">
    <rdfs:label xml:lang="en">Article</rdfs:label>
    <rdfs:comment xml:lang="en">An article is a research paper, which has been positively refereed.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Research"/>
    <rdfs:subClassOf rdf:resource="&iwins;Publication"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class  rdf:about="&iwins;Monograph">
    <rdfs:label xml:lang="en">Monograph</rdfs:label>
    <rdfs:comment xml:lang="en">A monograph is a publication in form of a book.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Publication"/>
    <dcq:created rdf:datatype="&xsd;#date">2008-10-10</dcq:created>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class  rdf:about="&iwins;ScientificMonograph">
    <rdfs:label xml:lang="en">Scientific Monograph</rdfs:label>
    <rdfs:comment xml:lang="en">A scientific monograph is a publication in form of a book which primarily content relates to sciences / research.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Monograph"/>
    <rdfs:subClassOf rdf:resource="&iwins;Research"/>
    <dcq:created rdf:datatype="&xsd;#date">2008-10-10</dcq:created>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;NotRefereedPublication">
    <rdfs:label xml:lang="en">Not Refereed Publication</rdfs:label>
    <rdfs:comment xml:lang="en">This class is an abstact concept of publications, which has not been refereed.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Publication"/>
    <dcq:created rdf:datatype="&xsd;#date">2008-10-10</dcq:created>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;PosterPresentation">
    <rdfs:label xml:lang="en">Poster Presentation</rdfs:label>
    <rdfs:comment xml:lang="en">This class referres to scientific publications as posters, used for example to present the current state of a research project.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Research"/>
    <rdfs:subClassOf rdf:resource="&iwins;NotRefereedPublication"/>
    <dcq:created rdf:datatype="&xsd;#date">2008-10-10</dcq:created>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;SlidePresentation">
    <rdfs:label xml:lang="en">Slide Presentation</rdfs:label>
    <rdfs:comment xml:lang="en">This class referres to scientific publications as slides (not necessary digital), used for example to present the current state of a research project.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Research"/>
    <rdfs:subClassOf rdf:resource="&iwins;NotRefereedPublication"/>
    <dcq:created rdf:datatype="&xsd;#date">2008-10-10</dcq:created>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class  rdf:about="&iwins;OtherPublication">
    <rdfs:label xml:lang="en">Other Publication</rdfs:label>
    <rdfs:comment xml:lang="en">A publication which is explicitly not coverd by any other subclass of &iwins;Publication.</rdfs:comment>
    <owl:disjointWith rdf:resource="&iwins;NotRefereedPublication"/>
    <owl:disjointWith rdf:resource="&iwins;Article"/>
    <owl:disjointWith rdf:resource="&iwins;Monograph"/>
    <rdfs:subClassOf rdf:resource="&iwins;Publication"/>
    <dcq:modified rdf:datatype="&xsd;#date">2008-10-10</dcq:modified>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Glossary">
    <rdfs:label xml:lang="en">Glossary</rdfs:label>
    <rdfs:label xml:lang="de">Glossar</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of a glossary: a collection of terms with their definitions / explanations and their relations to other terms.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;AnwenderTerme">
    <rdfs:label xml:lang="en">Terms of Application Areas</rdfs:label>
    <rdfs:label xml:lang="de">Anwenderterme</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of a glossary, containing terms of application areas of a scientific field (esp. mathematics): a collection of terms with their definitions / explanations and their relations to other terms.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Glossary"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;MathematischeTerme">
    <rdfs:label xml:lang="en">Mathematical Terms</rdfs:label>
    <rdfs:label xml:lang="de">Mathematische Terme</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of a glossary, containing mathematical terms: a collection of terms with their definitions / explanations and their relations to other terms.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Glossary"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;FachwissTerme">
    <rdfs:label xml:lang="en">Scientific Terms</rdfs:label>
    <rdfs:label xml:lang="de">Fachwissenschaftliche Terme</rdfs:label>
    <rdfs:comment xml:lang="en">This class represents the concept of a glossary, containing scientific terms, but NOT mathematical (for mathematical terms use &iwins;MathematischeTerme): a collection of terms with their definitions / explanations and their relations to other terms.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Glossary"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;Project">
    <rdfs:label xml:lang="en">Project</rdfs:label>
    <rdfs:comment xml:lang="en">Instances of this class are projects.</rdfs:comment>
    <dc:description xml:lang="en">Components of a project: a fixed aim, a limited time, a unique undertaken, often limited by resources (e.g. people and money).</dc:description>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;ResearchProject">
    <rdfs:label xml:lang="en">Research Project</rdfs:label>
    <rdfs:comment xml:lang="en">Instances of this class are research projects.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="&iwins;Project"/>
    <rdfs:subClassOf rdf:resource="&iwins;Research"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;FundingFocus">
    <rdfs:label xml:lang="en">Funding Focus</rdfs:label>
    <rdfs:label xml:lang="de">F&#246;rderschwerpunkt</rdfs:label>
    <rdfs:comment xml:lang="en">Instances of this class are collections of projects centered at a specific theme and third party funding. Usually a funding focus is part of a funding program.</rdfs:comment>
    <rdfs:seeAlso rdf:resource="&iwins;FundingProgram"/>
    <rdfs:seeAlso rdf:resource="&iwins;ResearchProject"/>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;FundingProgram">
    <rdfs:label xml:lang="en">Funding Program</rdfs:label>
    <rdfs:label xml:lang="de">F&#246;rderprogramm</rdfs:label>
    <rdfs:comment xml:lang="en">Instances of this class are collections of funding focuses typically associated with some common general objective and third party funding.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


<rdfs:Class rdf:about="&iwins;FormatObject">
    <rdfs:label xml:lang="en">Format Object</rdfs:label>
    <rdfs:label xml:lang="de">Format-Objekt</rdfs:label>
    <rdfs:comment xml:lang="en">Instances of this class are bundels of statements to describe the format aspects of an object. These objects are typically software. At best use iwi:FormatObject as an object of a dc:format property.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="&iwins;"/>
</rdfs:Class>


</rdf:RDF>

