@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/068-00897-001#amt-387266>
  ns0:endDate "1679"^^xsd:string ;
  ns0:startDate "1676"^^xsd:string ;
  foaf:name "Weihbischof"@de .

[] rdfs:Container [
    ns0:holder_of <https://personendatenbank.germania-sacra.de/index/gsn/068-00897-001#amt-387266> ;
    schema:birthDate "1617"^^xsd:string ;
    schema:deathDate "1679"^^xsd:string ;
    schema:familyName "Volusius"^^xsd:string ;
    schema:givenName "Adolph Gottfried"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/115392874>, <https://personendatenbank.germania-sacra.de/index/gsn/068-00897-001>, <https://personendatenbank.germania-sacra.de/index/gsn/080-04609-001>, <https://personendatenbank.germania-sacra.de/index/gsn/086-00437-001>
  ] .
