English interjection (E313)

language codelabeldescriptionaliasesedit
enEnglish interjectionEntity schema of English interjectionedit
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX dct: <http://purl.org/dc/terms/>

## SPARQL query for English interjections
# SELECT ?item { ?item dct:language wd:Q1860; wikibase:lexicalCategory wd:Q4833830 } LIMIT 10

start = @<eninterjection>
<eninterjection> {
  dct:language [ wd:Q1860  ] ;#English lexeme
  wikibase:lexicalCategory [ wd:Q4833830  ] ;#interjection lexical category
  ontolex:lexicalSense @<lexicalsense>* ;#senses
  ontolex:lexicalForm @<lexicalform1>{1} ;
  ontolex:lexicalForm .* ;#other forms
}
<lexicalform1> {
  wikibase:grammaticalFeature .* ;#
}
<lexicalsense> {
  rdfs:label .{1} ;#label
  skos:definition .{1} ;#label
  wdt:5137 .? ;#label
  wdt:5972 .? ;#lab
}