https://fasnl.net/id/individual/e969ce97-7f65-4b43-962e-201c3a95bb49
first name
Olivier
last name
Gouchet
display name
Gouchet, Olivier
Bibliography entries connected with Gouchet, Olivier as author
Bibliography entries connected with Gouchet, Olivier as editor
RDF
json
{ "@context": "https://fasnl.net/res/fasnl-context.json", "@type": "Person", "id": "individual:e969ce97-7f65-4b43-962e-201c3a95bb49", "_label": "Gouchet, Olivier", "identified_by": [ { "type": "Name", "classified_as": [ { "id": "aat:300404670", "type": "Type", "_label": "Primary Name" } ], "content": "Olivier Gouchet", "part": [ { "type": "Name", "classified_as": [ { "id": "aat:300404651", "type": "Type", "_label": "Given Name" } ], "content": "Olivier" }, { "type": "Name", "classified_as": [ { "id": "aat:300404652", "type": "Type", "_label": "Last Name" } ], "content": "Gouchet" } ] } ] }
ttl
@prefix aat: <http://vocab.getty.edu/aat/> . @prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> . @prefix individual: <https://fasnl.net/id/individual/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . individual:e969ce97-7f65-4b43-962e-201c3a95bb49 a crm:E21_Person ; rdfs:label "Gouchet, Olivier" ; crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ; crm:P106_is_composed_of [ a crm:E33_E41_Linguistic_Appellation ; crm:P190_has_symbolic_content "Olivier" ; crm:P2_has_type aat:300404651 ], [ a crm:E33_E41_Linguistic_Appellation ; crm:P190_has_symbolic_content "Gouchet" ; crm:P2_has_type aat:300404652 ] ; crm:P190_has_symbolic_content "Olivier Gouchet" ; crm:P2_has_type aat:300404670 ] . aat:300404651 a crm:E55_Type ; rdfs:label "Given Name" . aat:300404652 a crm:E55_Type ; rdfs:label "Last Name" . aat:300404670 a crm:E55_Type ; rdfs:label "Primary Name" .
xml
<?xml version="1.0" encoding="utf-8"?> <rdf:RDF xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > <crm:E21_Person rdf:about="https://fasnl.net/id/individual/e969ce97-7f65-4b43-962e-201c3a95bb49"> <rdfs:label>Gouchet, Olivier</rdfs:label> <crm:P1_is_identified_by> <crm:E33_E41_Linguistic_Appellation rdf:nodeID="Nc9b16d550e65402da961a76a5d56ee84"> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404670"/> <crm:P190_has_symbolic_content>Olivier Gouchet</crm:P190_has_symbolic_content> <crm:P106_is_composed_of> <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N596b62b8b60c439d88a5bbea4ee9c3b5"> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404651"/> <crm:P190_has_symbolic_content>Olivier</crm:P190_has_symbolic_content> </crm:E33_E41_Linguistic_Appellation> </crm:P106_is_composed_of> <crm:P106_is_composed_of> <crm:E33_E41_Linguistic_Appellation rdf:nodeID="N7a484565458046a99e5ec414b004bbdb"> <crm:P2_has_type rdf:resource="http://vocab.getty.edu/aat/300404652"/> <crm:P190_has_symbolic_content>Gouchet</crm:P190_has_symbolic_content> </crm:E33_E41_Linguistic_Appellation> </crm:P106_is_composed_of> </crm:E33_E41_Linguistic_Appellation> </crm:P1_is_identified_by> </crm:E21_Person> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300404670"> <rdfs:label>Primary Name</rdfs:label> </crm:E55_Type> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300404651"> <rdfs:label>Given Name</rdfs:label> </crm:E55_Type> <crm:E55_Type rdf:about="http://vocab.getty.edu/aat/300404652"> <rdfs:label>Last Name</rdfs:label> </crm:E55_Type> </rdf:RDF>