EntitySchema:E1: Difference between revisions

From biodiversity citizen science
Jump to navigation Jump to search
(Updated Schema text)
(Updated Schema text)
 
(5 intermediate revisions by 2 users not shown)
Labels / de
Name des Taxons
Schema / Line 3: Schema / Line 3:
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>


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

Latest revision as of 10:03, 10 March 2020

language codelabeldescriptionaliasesedit
entaxon nametaxon name on biodiversity.opencuraedit
deName des Taxonsedit
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 name> {
   wbt:P13 [wb:Q131918] ;  # P13-> instance of ; Q131918 -> taxon name
   wbt:P10 xsd:string ; # P10 -> Naturalist taxon ID 
   wbt:P11 [wd:~ ] ; # P11 -.
}