@prefix ns0: . @prefix xsd: . @prefix foaf: . @prefix rdfs: . @prefix schema: . @prefix owl: . ns0:endDate "1231"^^xsd:string ; ns0:startDate "1205"^^xsd:string ; foaf:name "Bischof"@de . [] rdfs:Container [ ns0:holder_of ; schema:deathDate "1231"^^xsd:string ; schema:familyName "Wölpe"^^xsd:string ; schema:givenName "Iso"^^xsd:string ; a "foaf:Person"^^xsd:string ; owl:sameAs , , , ] .