@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

[] rdfs:Container [
    schema:birthDate "1701"^^xsd:string ;
    schema:deathDate "1785"^^xsd:string ;
    schema:familyName "Moser"^^xsd:string ;
    schema:givenName "Johann Jakob"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118737104>, <https://personendatenbank.germania-sacra.de/index/gsn/052-01597-001>, <https://personendatenbank.germania-sacra.de/index/gsn/072-01148-001>, <https://personendatenbank.germania-sacra.de/index/gsn/086-00475-001>
  ] .
