@prefix cidoc: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . a cidoc:E21_Person ; rdfs:label "Person known as Tobias Wildauer"@en ; cidoc:P1_is_identified_by , , ; cidoc:P2_has_type ; = . a cidoc:E42_Identifier . rdfs:label "Forename is Tobias"@en ; cidoc:P2_has_type ; rdf:value "Tobias" . rdfs:label "Surname is Wildauer"@en ; cidoc:P2_has_type ; rdf:value "Wildauer" . a cidoc:E42_Identifier ; rdfs:label "is identified by APIS Identifier as 7523"@en ; rdf:value 7523 . a cidoc:E42_Identifier ; rdfs:label "is identified by ÖBL Identifier as XXXX"@en ; rdf:value "XXXX" . rdfs:label "Preferred name is Tobias Wildauer"@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" .