@prefix cidoc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . a cidoc:E21_Person ; rdfs:label "Person known as Rudolf Winter"@en ; cidoc:P1_is_identified_by , , ; cidoc:P2_has_type ; owl:sameAs . a cidoc:E42_Identifier . rdfs:label "Forename is Rudolf"@en ; cidoc:P2_has_type ; rdf:value "Rudolf" . rdfs:label "Surname is Winter"@en ; cidoc:P2_has_type ; rdf:value "Winter" . a cidoc:E42_Identifier ; rdfs:label "is identified by APIS Identifier as 6722"@en ; rdf:value 6722 . a cidoc:E42_Identifier ; rdfs:label "is identified by ÖBL Identifier as XXXX"@en ; rdf:value "XXXX" . rdfs:label "Preferred name is Rudolf Winter"@en ; cidoc:P106_is_composed_of , ; cidoc:P2_has_type . a cidoc:E55_Type ; rdfs:label "Person was documented as male"@en ; rdf:value "male" .