EntitySchema:E1: Difference between revisions

From semantic-hub.io
Updated English label, description or aliases
Updated Schema text
 
(19 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
Schema / Line 1: Schema / Line 1:
PREFIX wdt: <https://www.semantic-hub.io/Property:>
PREFIX wd: <http://semantic-hub.io/wiki/item:>
PREFIX wdt: <http://www.semantic-hub.io/wiki/property:>


  start = @<wikidata-instanceof>
  start = @<definition>
   
   
  <wikidata-instanceof> {
  <definition> {
   wdt:P31 IRI+;
   wdt:P1 . ; #semanticId
  }
  }

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
 }