@prefix cidoc: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . a cidoc:E21_Person ; rdfs:label "Person known as Olga Irrall"@en ; cidoc:P1_is_identified_by , , ; cidoc:P2_has_type ; = . a cidoc:E42_Identifier . rdfs:label "Forename is Olga"@en ; cidoc:P2_has_type ; rdf:value "Olga" . rdfs:label "Surname is Irrall"@en ; cidoc:P2_has_type ; rdf:value "Irrall" . a cidoc:E42_Identifier ; rdfs:label "is identified by APIS Identifier as 2241"@en ; rdf:value 2241 . a cidoc:E42_Identifier ; rdfs:label "is identified by ÖBL Identifier as XXXX"@en ; rdf:value "XXXX" . rdfs:label "Preferred name is Olga Irrall"@en ; cidoc:P106_is_composed_of , ; cidoc:P2_has_type . a cidoc:E55_Type ; rdfs:label "Person was documented as female"@en ; rdf:value "female" .