observation (E2)

Revision as of 21:34, 9 March 2020 by Andrawaag (talk | contribs) (Updated Schema text)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
language codelabeldescriptionaliasesedit
enobservationschema for an observation on this wikibaseedit
deBeobachtungSchema für eine Beobachtungedit
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <http://biodiversity.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://biodiversity.wiki.opencura.com/entity/>
PREFIX observer: <https://www.inaturalist.org/people/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>

IMPORT <https://www.wikidata.org/wiki/Special:EntitySchemaText/E1>
PREFIX E1_taxonName: <https://biodiversity.wiki.opencura.com/wiki/Special:EntitySchemaTextE1#>

<observation> {
   wbt:P1 xsd:string // rdfs:label "observation ID"@en // decterms:description "internal identifier used by source";
   wbt:P2 xsd:date  // rdfs:label "observed on"@en ;
   wbt:P3 [observer:~] // rdfs:label  "observer"@en ; 
   wbt:P4 [wb:Q5] // rdfs:label "quality grade"@en ;
   wbt:P5 [wb:Q14] // rdfs:label "license"@en ;
   wbt:P6 IRI  // rdfs:label "observation URL"@en ;
   wbt:P7 IRI  // rdfs:label "observation photo URL"@en ;
   wbt:P8 geo:wktLiteral // rdfs:label "observation location"@en ;
   wbt:P9 @E1_taxonName:taxon_name //rdfs:label "scientific name"@en ;
}