<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:pcp="http://pcp-on-web.de/ontology#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">

  <pcp:Lecturer rdf:about="http://uni-helmstedt.hab.de/prof-272-colas">
    <pcp:id rdf:datatype="http://www.w3.org/2001/XMLSchema#ID">272</pcp:id>
    <pcp:forename xml:lang="ger">Ludwig Christian</pcp:forename>
    <pcp:name xml:lang="ger">Colas</pcp:name>
    <rdfs:label xml:lang="ger">Prof. Ludwig Christian Colas</rdfs:label>
    <pcp:gnd rdf:datatype="http://www.w3.org/2001/XMLSchema#ID">1367661994</pcp:gnd>
    <pcp:note xml:lang="ger">ab 1782 ao. Prof. Phil. Helmstedt (Französisch)</pcp:note>
    <pcp:hasStageOfLife>
      <pcp:Birth rdf:about="http://uni-helmstedt.hab.de/prof-272-colas/birth">
        <pcp:date rdf:datatype="http://www.w3.org/2001/XMLSchema#year">1738</pcp:date>
        <pcp:stageOfLifeLocation>
          <pcp:Location rdf:about="cph:city/berlin">
            <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Berlin</rdfs:label>
          </pcp:Location>
        </pcp:stageOfLifeLocation>

      </pcp:Birth>
    </pcp:hasStageOfLife>

    <pcp:hasStageOfLife>
      <pcp:Death rdf:about="http://uni-helmstedt.hab.de/prof-272-colas/death">
        <pcp:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string">181-08-19</pcp:date>
        <pcp:stageOfLifeLocation rdf:resource="cph:city/helmstedt"/>
      </pcp:Death>
    </pcp:hasStageOfLife>

    <pcp:hasStageOfLife>
      <pcp:AsscociateProfessor rdf:about="http://uni-helmstedt.hab.de/prof-272-colas/chair_511">
        <rdfs:label xml:lang="ger">Französisch</rdfs:label>
        <pcp:from rdf:datatype="http://www.w3.org/2001/XMLSchema#year">1782</pcp:from>
        <pcp:hasStageOfLifeLocation rdf:resource="cph:city/helmstedt"/>
        <pcp:hasFaculty>
          <pcp:FacultyOfPhilosophy rdf:about="http://uni-helmstedt.hab.de/faculty/phil/0">
            <rdfs:label xml:lang="ger">Philosophische Fakultät Helmstedt</rdfs:label>
          </pcp:FacultyOfPhilosophy>
        </pcp:hasFaculty>

      </pcp:AsscociateProfessor>
    </pcp:hasStageOfLife>

  </pcp:Lecturer>

  <pcp:Location rdf:about="cph:city/helmstedt">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Helmstedt</rdfs:label>
    <pcp:geonameLocation>https://www.geonames.org/2906676</pcp:geonameLocation>
  </pcp:Location>

</rdf:RDF>
