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

<https://personendatenbank.germania-sacra.de/index/gsn/009-00113-001#amt-369198> foaf:name "Graf"@de .
[] rdfs:Container [
    ns0:holder_of <https://personendatenbank.germania-sacra.de/index/gsn/009-00113-001#amt-369198> ;
    schema:birthDate "um 760"^^xsd:string ;
    schema:deathDate "818"^^xsd:string ;
    schema:givenName "Audulf"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/131563386>, <https://personendatenbank.germania-sacra.de/index/gsn/009-00113-001>
  ] .
