Questions tagged [skos]

SKOS provides a standard data model to describe and interlink knowledge organization systems over the Web.

SKOS provides a standard data model to describe and interlink knowledge organization systems over the Web.

50 questions
0
votes
1 answer

Adding multiple labels to an OWL class (similar to SKOS:altLabel)

I am editing ontologies for a project in JAVA with org.semanticweb.owlapi.model.OWLOntology. I need to find a solution about adding multiple labels to an owl class. For any class c from OWL-API, I can get its label via c.getIRI(). But how can I add…
Sami
  • 1
  • 1
0
votes
1 answer

How to constraint OWL ObjectProperty values with SKOS Concepts from a specific ConceptScheme?

I need to express the fact that the allowed values of an ObjectProperty in my ontology are "controlled" by Concepts from a specific SKOS ConceptScheme. EDIT: Here is an example: ex:colours rdf:type skos:ConceptScheme ; skos:hasTopConcept ex:teal…
Amleth
  • 1
  • 1
0
votes
0 answers

SPARQL SKOS:broaderTransitive

I'm using Fuseki server to update and query my ontology , I need to use SKOS concept to create Hierarchical tag relation , for exemple i Hava this Hierarchical relation A------------>B--------------------->C A in relation with B and B in relation…
mell.la
  • 1
  • 3
0
votes
1 answer

Avoid nesting of element in RDF/XML in Apache Jena

I am trying to writer a exporter utility to SKOS using Apache Jena. My issue is that the broader or narrower objects are getting nested. I am expecting the following xml but getting the xmls with nested elements. I am not getting any help from…
Lokanath
  • 1
  • 1
0
votes
0 answers

SPARQL - Inverse Path of dynamic discovered relationship

I have a Graph Database that implements only one side of relationships in the model structures. For instance, All Broader relationships are mapped as skos:broader. All Narrower relationships are mapped as ^skos:broader (for whatever reasons they…
Busturdust
  • 2,447
  • 24
  • 41
0
votes
1 answer

Sparql - Traverse to top (broadest)

I have an internal triples dataset. I am trying to implement a typeahead feature for an application using the dataset. I am trying to figure out how I can conditional traverse to the Top Concept In this picture, if I searched for dreamworks, It…
Busturdust
  • 2,447
  • 24
  • 41
0
votes
1 answer

Sparql - Conditional Output

I am very new to the semantic web and sparql. I have an internal ontology that uses SmartLogic in order to manage the data. I am writing some simple queries to get started. PREFIX skos: # Simple Knowledge…
Busturdust
  • 2,447
  • 24
  • 41
0
votes
1 answer

How to check skos:prefLabel by SKOS API

I am trying to check the skos:prefLabel of an SKOS vocabulary using the SKOSAPI (http://skosapi.sourceforge.net/). I have been looking for a method like isPrefLabel() but I did not found anything. Does anybody know any other SKOS library or how to…
user3953878
0
votes
1 answer

SPARQL query for skos:related field?

Trying to query for the most referenced SKOS concept in an RDF/XML file. So if a concept looks like this in the file:
ramenhood
  • 48
  • 5
0
votes
1 answer

Is there a Python Library that 'understands' SKOS, especially the altLabel-/pref-Label-Concept?

I want to annotate a couple of XML-Files with the German STW Thesaurus for Economics. You can get the files here as ZIP-Archives in RDF/XML, N3 and Turtle (~14MB each). So I wrote a Python-Script that deletes Stopwords, lemmatizes and does…
Niklas
  • 85
  • 1
  • 8
0
votes
0 answers

Lucene-SKOS: How to use lucene-skos with Apache SolR-5x?

So I have successfully implemented Lucene-SKOS with Solr-4x. However whenever I try the same using solr-5x, it throws various errors. Has anyone tried anything similar? And any pointers on implementing the same in solr cloud mode?
Tanny
  • 540
  • 4
  • 29
0
votes
1 answer

xslt get only one value from duplicates in keys and output as another value

I have been working on the following xml:
schnydszch
  • 435
  • 5
  • 19
0
votes
1 answer

xslt exclude repeated element values

I'm working with xsl keys and I want to get exclude repeated element values, I have the following xml:
schnydszch
  • 435
  • 5
  • 19
0
votes
1 answer

Connecting SKOS with dspace

I've installed a DSpace repository system in my server and I want to attach SKOS capabilities to my controlled-vocabularies. Does anyone know or have guidlines (step by step example) how to do this? I also want to add the EDM metadata format to…
Sifd
  • 19
  • 8
0
votes
2 answers

xsl can not get the value of attribute

This is related to a question i posted here xslt get element value based on attribute which is referenced in another node tree I'm trying out first to get the value of an attribute but I can't seem to get it, here again is the xml:
schnydszch
  • 435
  • 5
  • 19