EntitySchema:E10: Difference between revisions
From geokb
(Updated Schema text: Updated to include new schema elements) |
(Updated Schema text: Added optional elements for GDDID and SEDAR ID) |
||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX wd: <https://geokb.wikibase.cloud/entity/> | PREFIX wd: <https://geokb.wikibase.cloud/entity/> | ||
PREFIX wdt: <https://geokb.wikibase.cloud/prop/direct/> | PREFIX wdt: <https://geokb.wikibase.cloud/prop/direct/> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |||
START = @<NI-43101> | START = @<NI-43101> | ||
Schema / Line 10: | Schema / Line 11: | ||
wdt:P136 IRI + ; # content URL (to attachment(s)) | wdt:P136 IRI + ; # content URL (to attachment(s)) | ||
wdt:P143 | wdt:P143 xsd:string ; # attachment key(s) | ||
wdt:P142 | wdt:P142 xsd:integer ; # version number | ||
wdt:P93 xsd:string ? ; # gddid for xDD access | |||
wdt:P18 xsd:string ? ; # SEDAR identifier | |||
} | } |
Latest revision as of 12:12, 18 November 2023
language code | label | description | aliases | edit |
---|---|---|---|---|
en | NI 43-101 Technical Report | edit |
PREFIX wd: <https://geokb.wikibase.cloud/entity/>
PREFIX wdt: <https://geokb.wikibase.cloud/prop/direct/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
START = @<NI-43101>
<NI-43101> EXTRA wdt:P1 {
wdt:P1 [ wd:Q10 ] ; # instance of NI 43-101 Report class
wdt:P141 IRI + ; # metadata URL
wdt:P136 IRI + ; # content URL (to attachment(s))
wdt:P143 xsd:string ; # attachment key(s)
wdt:P142 xsd:integer ; # version number
wdt:P93 xsd:string ? ; # gddid for xDD access
wdt:P18 xsd:string ? ; # SEDAR identifier
}