python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
tagging 'plain-language' vs technical definition in a SKOS vocabulary
I am trying to implement a technical glossary in SKOS (which uses BCP47) that has both a 'technical' scientific definition as well as a more accessible 'plain-language' definition. I have not been ab...
alex_danielssen
Votes: 0
Answers: 1
Find URI based on literal variable using FILTER and REGEX
I need to find URIs of skos:Concept using skos:prefLabel (literal) from other skos:Concept. Here is my query:
SELECT ?variableURI ?variablePref ?entityPrefRegex ?entityURI ?entityPref WHERE {
?var...
charlycou
Votes: 0
Answers: 1