@prefix ns0: <http://purl.org/vocab/participation/schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://personendatenbank.germania-sacra.de/index/gsn/077-00703-001#amt-330528>
  ns0:startDate "1789"^^xsd:string ;
  foaf:name "Pfarrer"@de .

[] rdfs:Container [
    ns0:holder_of <https://personendatenbank.germania-sacra.de/index/gsn/077-00703-001#amt-330528> ;
    schema:deathDate "1814"^^xsd:string ;
    schema:familyName "Pitroff"^^xsd:string ;
    schema:givenName "Franz Christian"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118742833>, <https://personendatenbank.germania-sacra.de/index/gsn/077-00703-001>
  ] .
