@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/079-00922-001#amt-352051>
  ns0:role_at "person:079-00922-001#organisation-352051"^^xsd:string ;
  ns0:startDate "vor 1533"^^xsd:string ;
  foaf:name "Laienschwester"@de .

<https://personendatenbank.germania-sacra.de/index/gsn/079-00922-001#organisation-352051>
  ns0:role "person:079-00922-001#amt-352051"^^xsd:string ;
  a "foaf:Organization"^^xsd:string, "prov:Agent"^^xsd:string ;
  owl:sameAs <https://klosterdatenbank.germania-sacra.de/gsn/60086> ;
  foaf:name "Benediktinerinnenkloster St. Walburg"^^xsd:string .

[] rdfs:Container [
    ns0:holder_of <https://personendatenbank.germania-sacra.de/index/gsn/079-00922-001#amt-352051> ;
    schema:deathDate "1533"^^xsd:string ;
    schema:familyName "Hutmannin"^^xsd:string ;
    schema:givenName "Agnes"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <https://personendatenbank.germania-sacra.de/index/gsn/079-00922-001> ;
    org:memberOf <https://personendatenbank.germania-sacra.de/index/gsn/079-00922-001#organisation-352051>
  ] .
