English adverb (E311)

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

## SPARQL query for English adverbs
# SELECT ?item { ?item dct:language wd:Q1860; wikibase:lexicalCategory wd:Q380057 } LIMIT 100

start = @<enadverb>
<enadverb> {
  dct:language [ wd:Q1860  ] ;#English lexeme
  wikibase:lexicalCategory [ wd:Q380057  ] ;#adverb 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 .? ;#label
}