EntitySchema:E10: Difference between revisions
From geokb
(Created a new Schema: NI 43-101 Technical Report) |
(Updated Schema text: Added optional elements for GDDID and SEDAR ID) |
||
(One intermediate revision by the same user not shown) | |||
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> | ||
<NI-43101> EXTRA wdt:P1 { | <NI-43101> EXTRA wdt:P1 { | ||
wdt:P1 [ wd:Q10 ] ; | wdt:P1 [ wd:Q10 ] ; # instance of NI 43-101 Report class | ||
wdt: | wdt:P141 IRI + ; # metadata URL | ||
wdt:P136 IRI + ; # content URL (to attachment(s)) | |||
wdt: | |||
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 | |||
} | } |
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
}