EntitySchema:E1: Difference between revisions

From biodiversity citizen science
Jump to navigation Jump to search
(Created a new Schema: taxon name)
(No difference)

Revision as of 19:33, 2 February 2020

language codelabeldescriptionaliasesedit
entaxon nametaxon name on biodiversity.opencuraedit
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>

<taxon> {
   wbt:P13 wb:Q131918  # P13-> instance of ; Q131918 -> taxon name
   wbt:P10 xsd:string # P10 -> Naturalist taxon ID 
   wbt:P11 [wd:~ ] # P11 -.

}