@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 "1774"^^xsd:string ;
    schema:deathDate "1844"^^xsd:string ;
    schema:familyName "Vincke"^^xsd:string ;
    schema:givenName "Ludwig"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118627120>, <https://personendatenbank.germania-sacra.de/index/gsn/065-01649-001>, <https://personendatenbank.germania-sacra.de/index/gsn/011-05815-001>, <https://personendatenbank.germania-sacra.de/index/gsn/025-03003-001>, <https://personendatenbank.germania-sacra.de/index/gsn/033-01382-001>, <https://personendatenbank.germania-sacra.de/index/gsn/048-01949-001>, <https://personendatenbank.germania-sacra.de/index/gsn/058-02093-001>, <https://personendatenbank.germania-sacra.de/index/gsn/061-02383-001>, <https://personendatenbank.germania-sacra.de/index/gsn/064-02599-001>
  ] .
