query-48a78576422f496fccfe90843128e41e

rq turtle/ttl

Lexemes FILTER(LANG(?gloss) = "sv") ?sense skos:definition ?gloss . ?sense a ontolex:LexicalSense . ?l ontolex:sense ?sense . ).evokes, denotes, register, connotation, antonym, synonym, translation further describing the Sense and its relations to Senses and Items (e.g. Sense StatementsA list of A Gloss, defining the meaning of the Sense using natural language. . These IDs are unique within the repository that manages the Lexeme. The ID can be combined with a repository's concept base URI to form a unique URI for the Sense.L3746552-S4An ID. Senses have IDs starting with the ID of the Lexeme they belong to, followed by a hyphen ("-") and an "S", followed by a natural number in decimal notation: e.g. , describing the different meanings of the lexeme (e.g. "financial institution" and "edge of a body of water" for the English noun bank). A sense is described using the following information: SensesA list of ?form wikibase:grammaticalFeature ?feat . ?form ontolex:representation ?word . ?form a ontolex:Form . ?l ontolex:lexicalForm ?form . )used in region, used until, rhymes with, pronunciation audio, (P898)IPA transcription further describing the Form or its relations to other Forms or Items (e.g. Form StatementsA list of .participle for (Q814722)participle , e.g. ItemsA list of grammatical features that define for which syntactic role the given form applies. These are given as references to a concrete A representation, spelling out the Form as a string. L3746552-F7An ID. Forms have IDs starting with the ID of the Lexeme they belong to, followed by a hyphen ("-") and an "F", followed by a natural number in decimal notation: e.g. , typically one for each relevant combination of grammatical features, such as 2nd person / singular / past tense. A Form is described using the following information: FormsA list of ?l wikibase:lexicalCategory ?category . ?l dct:language wd:Q1860 . # English ?l wikibase:lemma ?word . ?l a ontolex:LexicalEntry . to describe properties of the lexeme that are not specific to a Form or Sense (e.g. derived from or grammatical gender or syntactic function)Lexeme StatementsA list of .(Q34698)adjective to which the lexeme belongs. This is given as a reference to a concrete Item, e.g. Lexical categoryThe .(Q1860)English to which the lexeme belongs. This is a reference to a concrete Item, e.g. LanguageThe for use as a human readable representation of the lexeme, e.g. "run".LemmaA . These IDs are unique within the repository that manages the Lexeme. The ID can be combined with a repository's concept base URI to form a unique URI for the Lexeme.L3746552. Lexemes have IDs starting with an "L" followed by a natural number in decimal notation, e.g. IDAn ). Lexemes are Entities in the sense of the Wikibase data model. A Lexeme is described using the following information: Lexeme on Wikipedia is a lexical element of a language, such as a word, a phrase, or a prefix (see LexemeA SPARQL code Glossary Распределение по частям речи:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?pos ?posLabel (count(?l) as ?count) (SAMPLE(?l) as ?sampleword) WHERE {
      ?l a ontolex:LexicalEntry ; wikibase:lexicalCategory ?pos.
      ?l a ontolex:LexicalEntry ; dct:language ?language .
  ?language wdt:P218 'ru'
  SERVICE wikibase:label { bd:serviceParam wikibase:language "ru,[AUTO_LANGUAGE],en". }
} group by ?pos ?posLabel order by desc(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?count") v2("?l"):::projected v4("?language") v3("?pos"):::projected v5("?sampleword") c6(["ru"]):::literal c8(["bd:serviceParam"]):::iri c10(["ru,#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["ontolex:LexicalEntry"]):::iri v2 --"a"--> c2 v2 --"wikibase:lexicalCategory"--> v3 v2 --"a"--> c2 v2 --"dct:language"--> v4 v4 --"wdt:P218"--> c6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end bind2[/"count(?l)"/] v2 --o bind2 bind2 --as--o v5 bind3[/"sample(?l)"/] v2 --o bind3 bind3 --as--o v5