Anonymous

EntitySchema:E10: Difference between revisions

From geokb
Updated Schema text: Added optional elements for GDDID and SEDAR ID
(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 LITERAL*; # attachment key(s)
   wdt:P143 xsd:string ; # attachment key(s)
   wdt:P142 LITERAL*; # version number  
   wdt:P142 xsd:integer ; # version number  
 
  wdt:P93 xsd:string ? ; # gddid for xDD access
  wdt:P18 xsd:string ? ; # SEDAR identifier


}
}