{{Class
                        | labels =
                        {{label|en|person}}
                        {{label|de|Person}}
                        {{label|fr|personne}}
                        [...]
                        | rdfs:subClassOf = Agent
                        | owl:equivalentClass = foaf:Person, schema:Person
                        }}
                    
                


                    
                        {{ ObjectProperty
                        | labels =
                        {{label|en|location city}}
                        {{label|fr|situé dans la ville}}
                        [...]
                        | rdfs:domain = Organisation
                        | rdfs:range = City
                        | rdfs:subPropertyOf = location
                        |comments =
                        {{comment|en|City the thing is located.}}
                        }}
                    
                

                    
                        {{DatatypeProperty
                        | labels =
                        {{label|en|birth date}}
                        {{label|fr|date de naissance}}
                        {{label|de|Geburtsdatum}}
                        [...]
                        | rdfs:domain = Person
                        | rdfs:range = xsd:date
                        | rdf:type = owl:FunctionalProperty
                        | owl:equivalentProperty = schema:birthDate
                        }}
                    
                


                    
                        {{Datatype
                        |labels =
                        {{label|en|Currency}}
                        {{label|fr|Monnaie}}
                        [...]
                        }}
                    
                


                    
                        {{TemplateMapping 
                        | mapToClass = Referee
                        | mappings =
                          {{PropertyMapping | templateProperty = nom | ontologyProperty = foaf:name }}
                          {{PropertyMapping | templateProperty = nom_de_l'arbitre  | ontologyProperty = foaf:name }}
                          {{PropertyMapping | templateProperty = surnom | ontologyProperty = foaf:nick }}
                          {{PropertyMapping | templateProperty = date_de_naissance | ontologyProperty = birthDate }}
                        [...]
                        }}
                    
                

                    
                        {{TemplateMapping 
                        | mapToClass = Settlement
                        | mappings =
                          {{ConstantMapping | ontologyProperty = country | value = France }}
                          {{PropertyMapping | templateProperty = nomcommune | ontologyProperty = foaf:name }}
                        [...]
                        }}
                    
                

                    
                        {{Infobox Politicien
                        | nom = Arlette Laguiller
                        [...]
                        | fonction1 = [[Parlement européen|Députée européenne]]
                        | à partir du fonction1 = {{date|20|juillet|1999}}
                        | jusqu'au fonction1 = {{date|19|juillet|2004}}
                        | fonction2 = [[Conseil régional d'Île-de-France|Conseillère régionale d'Île-de-France]]
                        | à partir du fonction2 = {{date|15|mars|1998}}
                        | jusqu'au fonction2 = {{date|28|mars|2004}}
                        [...]
                        }}
                    
                

                    
                        db-fr:Arlette_Laguiller     db-owl:occupation   db-fr:Arlette_Laguiller__1
                        db-fr:Arlette_Laguiller__1  rdf:type    db-owl:PersonFunction
                        db-fr:Arlette_Laguiller__1  db-owl:title    "Députée européenne"@fr
                        db-fr:Arlette_Laguiller__1  db-owl:functionStartDate    "1999-07-20"
                        db-fr:Arlette_Laguiller__1  db-owl:functionEndDate  "2004-07-19"
                        db-fr:Arlette_Laguiller     db-owl:occupation   db-fr:Arlette_Laguiller__2
                        db-fr:Arlette_Laguiller__2  rdf:type    db-owl:PersonFunction
                        db-fr:Arlette_Laguiller__2  db-owl:title    "Conseillère régionale d'Île-de-France"@fr
                        db-fr:Arlette_Laguiller__2  db-owl:functionStartDate    "1998-03-15"
                        db-fr:Arlette_Laguiller__2  db-owl:functionEndDate  "2004-03-28"
                    
                

                    
                        {{TemplateMapping
                        | mapToClass = OfficeHolder
                        | mappings = 
                          {{IntermediateNodeMapping
                          | nodeClass = PersonFunction
                          | correspondingProperty = occupation
                          | mappings =
                            {{PropertyMapping | templateProperty = fonction1 | ontologyProperty = title }}
                            {{PropertyMapping | templateProperty = à partir du fonction1 | ontologyProperty = functionStartDate }}
                            {{PropertyMapping | templateProperty = jusqu'au fonction1 | ontologyProperty = functionEndDate }}
                          }}
                          {{IntermediateNodeMapping
                          | nodeClass = PersonFunction
                          | correspondingProperty = occupation
                          | mappings =
                            {{PropertyMapping | templateProperty = fonction2 | ontologyProperty = title }}
                            {{PropertyMapping | templateProperty = à partir du fonction2 | ontologyProperty = functionStartDate }}
                            {{PropertyMapping | templateProperty = jusqu'au fonction2 | ontologyProperty = functionEndDate }}
                          }}
                        [...]
                        }}
                    
                

                    
                        {{ConditionalMapping
                        | cases =
                         {{Condition
                            | templateProperty = titre
                            | operator = equals
                            | value = Pape
                            | mapping = {{TemplateMapping | mapToClass = Pope }}
                         }}
                         {{Condition
                            | templateProperty = titre
                            | operator = equals
                            | value = Cardinal
                            | mapping = {{TemplateMapping | mapToClass = Cardinal }}
                         }}
                        [...]
                        {{Condition
                        | operator = otherwise
                        | mapping = {{TemplateMapping |mapToClass = Cleric }}
                        }}
                        
                        | defaultMappings =
                          {{PropertyMapping | templateProperty = nom | ontologyProperty = foaf:name }}
                          {{PropertyMapping | templateProperty = nom | ontologyProperty = foaf:nick }}
                          {{PropertyMapping | templateProperty = nom naissance | ontologyProperty = birthName }}
                        [...]
                        }}