observation (E2)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | observation | schema for an observation on this wikibase | edit | |
de | Beobachtung | Schema für eine Beobachtung | edit |
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 ;
}