@prefix pcp: . @prefix xsd: . @prefix rdfs: . @prefix owl: . a pcp:Lecturer ; pcp:id "3"^^xsd:ID ; pcp:forename "Michael Gottlieb"@ger ; pcp:name "Agnethler"@ger ; rdfs:label "Prof. Michael Gottlieb Agnethler"@ger ; pcp:gnd "117761702"^^xsd:ID ; pcp:note "Phil. Prof. d. Eloquenz u. Poesie in Helmstedt (1751–1752)"@ger ; owl:sameAs ; pcp:hasStageOfLife , , . a pcp:Location ; rdfs:label "Hermannstadt/ Siebenbürgen"^^xsd:string . a pcp:Location ; rdfs:label "Helmstedt"^^xsd:string ; pcp:geonameLocation "https://www.geonames.org/2906676" . a pcp:Person . a pcp:Birth ; pcp:date "1719"^^xsd:year ; pcp:stageOfLifeLocation . a pcp:Death ; pcp:date "1752"^^xsd:year ; pcp:stageOfLifeLocation . a pcp:ChairProfessorship ; rdfs:label "Eloquenz / Poesie"@ger ; pcp:from "1751"^^xsd:year ; pcp:to "1752"^^xsd:year ; pcp:hasStageOfLifeLocation ; pcp:hasFaculty . a pcp:FacultyOfPhilosophy ; rdfs:label "Philosophische Fakultät Helmstedt"@ger .