@prefix ns0: . @prefix xsd: . @prefix foaf: . @prefix rdfs: . @prefix schema: . @prefix owl: . ns0:endDate "1848"^^xsd:string ; ns0:startDate "1825"^^xsd:string ; foaf:name "König"@de . [] rdfs:Container [ ns0:holder_of ; schema:birthDate "1786"^^xsd:string ; schema:deathDate "1868"^^xsd:string ; schema:givenName "Ludwig I."^^xsd:string ; a "foaf:Person"^^xsd:string ; owl:sameAs , , , , , , , , , ] .