EntitySchema:E1: Difference between revisions

From semantic-hub.io
Updated English label, description or aliases
Updated Schema text
 
(21 intermediate revisions by 3 users not shown)
Labels / enLabels / en
Definition SchemadefinitionWorkstream schema
Descriptions / enDescriptions / en
schema for a semantic definitionschema for a semantic definition workstream
Aliases / en / 0
definition shape
Aliases / en / 1
Definition Shape
Schema / Line 1: Schema / Line 1:
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://semantic-hub.io/wiki/item:>
PREFIX wdt: <http://www.semantic-hub.io/wiki/property:>
 
start = @<definition>
   
   
  start = @<wikidata-instanceof>
  <definition> {
   wdt:P1 . ; #semanticId
<wikidata-instanceof> {
   wdt:P31 IRI+;
  }
  }

Latest revision as of 13:02, 8 February 2026

language codelabeldescriptionaliasesedit
endefinitionWorkstream schemaschema for a semantic definition workstreamdefinition shapeedit
PREFIX wd: <http://semantic-hub.io/wiki/item:>
PREFIX wdt: <http://www.semantic-hub.io/wiki/property:>

 start = @<definition>
 
 <definition> {
   wdt:P1 . ; #semanticId
 }