Anonymous

NeoVoc: Difference between revisions

From eneoli wikibase
Line 60: Line 60:
PREFIX endp: <https://eneoli.wikibase.cloud/prop/direct/>
PREFIX endp: <https://eneoli.wikibase.cloud/prop/direct/>


select ?item ?itemLabel ?lang ?langLabel
select ?concept ?conceptLabel ?article ?articleLabel ?article_languageLabel
        
        
where {  
where { bind(enwb:Q976 as ?concept) # change "Q976" for another concept
   ?item endp:P5 enwb:Q2; endp:P7 ?lang; endp:P65 [ontolex:sense [endp:P12 enwb:Q976]]. # change "Q976" for another concept
   ?article endp:P5 enwb:Q2; endp:P7 ?article_language; endp:P65 [ontolex:sense [endp:P12 enwb:Q976]].  
    
    
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}  
}
</sparql>
</sparql>