@prefix jvr: <http://data.loterre.fr/ark:/67375/JVR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mesh: <http://id.nlm.nih.gov/mesh/vocab#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

jvr: a skos:ConceptScheme .
jvr:-D8KSCRF6-W
  skos:prefLabel "Théorie psychanalytique"@fr, "Psychoanalytic Theory"@en ;
  a mesh:Descriptor, skos:Concept ;
  skos:narrower jvr:-PPCZMSGX-R .

jvr:-PPCZMSGX-R
  skos:prefLabel "Complexe d'Oedipe"@fr, "Oedipus Complex"@en ;
  dc:created "1999-01-01"^^xsd:date ;
  dc:established "1991-01-01"^^xsd:date ;
  skos:inScheme jvr: ;
  owl:sameAs <http://id.nlm.nih.gov/mesh/D009813> ;
  skos:broader jvr:-D8KSCRF6-W ;
  dc:modified "1998-06-10"^^xsd:date ;
  a skos:Concept, mesh:Descriptor ;
  skos:definition "Attachment of the child to the parent of the opposite sex, accompanied by envious and aggressive feelings toward the parent of the same sex."@en .

