Mapping bg talk:Монарх: Difference between revisions

From DBpedia Mappings
Jump to navigationJump to search
(Created page with '== Testing == * [http://mappings.dbpedia.org/server/extraction/bg/extract?title=Елизабет+II&revid=&format=turtle-triples&extractors=custom Елизабет II]: gender Fe...')
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Pictures ==
Could someone fill me in on what's the best way to map images, coatOfArms (I made such a property), etc?
E.g. for this Bulgarian tzar: https://bg.wikipedia.org/w/index.php?title=Симеон_I&action=edit
It has these fields:
  | изображение за личността=[[Файл:SimeonTheGreatAntonoff.jpg|300px]]
  | описание на изображението=Симеон пред портите на Константинопол (графика [[Николай Павлович]])
Which are mapped like so:
<pre>
  {{ PropertyMapping | templateProperty = изображение за личността | ontologyProperty = picture }}
  {{ PropertyMapping | templateProperty = описание на изображението | ontologyProperty = pictureDescription }}
</pre>
Unfortunately in the result: http://mappings.dbpedia.org/server/extraction/bg/extract?title=Симеон+I&revid=&format=turtle-triples&extractors=custom
* picture is not mapped, maybe because it's not at Commons but a local attachment <pre>[[Файл:...]]</pre>
* pictureDescription is mapped to the URL of the painter <http://bg.dbpedia.org/resource/Николай_Павлович>, since it's an objectProperty
== Testing ==
== Testing ==
* [http://mappings.dbpedia.org/server/extraction/bg/extract?title=Елизабет+II&revid=&format=turtle-triples&extractors=custom Елизабет II]: gender Female
* [http://mappings.dbpedia.org/server/extraction/bg/extract?title=Елизабет+II&revid=&format=turtle-triples&extractors=custom Елизабет II]: gender Female
* [http://mappings.dbpedia.org/server/extraction/bg/extract?title=Бисер+Киров&revid=&format=turtle-triples&extractors=custom Цар Борис]: gender Male
* [http://mappings.dbpedia.org/server/extraction/bg/extract?title=Бисер+Киров&revid=&format=turtle-triples&extractors=custom Цар Борис]: gender Male
* [http://mappings.dbpedia.org/server/extraction/bg/extract?title=Владислав+Постум&revid=&format=turtle-triples&extractors=custom Владислав Постум]: has coatOfArms
* [http://mappings.dbpedia.org/server/extraction/bg/extract?title=Симеон+I&revid=&format=turtle-triples&extractors=custom Симеон I]: has picture, pictureDescription

Latest revision as of 08:21, 24 December 2014

Pictures

Could someone fill me in on what's the best way to map images, coatOfArms (I made such a property), etc? E.g. for this Bulgarian tzar: https://bg.wikipedia.org/w/index.php?title=Симеон_I&action=edit

It has these fields:

 | изображение за личността=300px
 | описание на изображението=Симеон пред портите на Константинопол (графика Николай Павлович)

Which are mapped like so:

  {{ PropertyMapping | templateProperty = изображение за личността | ontologyProperty = picture }}
  {{ PropertyMapping | templateProperty = описание на изображението | ontologyProperty = pictureDescription }}

Unfortunately in the result: http://mappings.dbpedia.org/server/extraction/bg/extract?title=Симеон+I&revid=&format=turtle-triples&extractors=custom

Testing