@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix org: <http://www.w3.org/ns/org#> .

<https://personendatenbank.germania-sacra.de/index/gsn/020-03770-001#amt-365583>
  ns0:endDate "1890"^^xsd:string ;
  ns0:role_at "person:020-03770-001#organisation-365583"^^xsd:string ;
  ns0:startDate "1868"^^xsd:string ;
  foaf:name "Abt"@de .

<https://personendatenbank.germania-sacra.de/index/gsn/020-03770-001#organisation-365583>
  ns0:role "person:020-03770-001#amt-365583"^^xsd:string ;
  a "foaf:Organization"^^xsd:string, "prov:Agent"^^xsd:string ;
  owl:sameAs <https://klosterdatenbank.germania-sacra.de/gsn/20550> ;
  foaf:name "Benediktiner-Erzabtei/Augustiner-Chorherrenstift Beuron"^^xsd:string .

[] rdfs:Container [
    ns0:holder_of <https://personendatenbank.germania-sacra.de/index/gsn/020-03770-001#amt-365583> ;
    schema:deathDate "1890"^^xsd:string ;
    schema:familyName "Wolter"^^xsd:string ;
    schema:givenName "Maurus"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/119369117>, <https://personendatenbank.germania-sacra.de/index/gsn/020-03770-001> ;
    org:memberOf <https://personendatenbank.germania-sacra.de/index/gsn/020-03770-001#organisation-365583>
  ] .
