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
9
votes
1 answer

What's the difference between skos:ConceptScheme and skos:Collection?

From the W3C pages on SKOS collections I understand that concepts can be grouped in 'collections'. However, concepts can also be part of a concept scheme. Am I right in assuming that the difference between the two is that a conceptScheme will more…
Richard
  • 1,224
  • 3
  • 16
  • 32
6
votes
2 answers

RDFS vs SKOS, when to use what?

As I'm learning semantic-web & sparql, sensing that RDFS & SKOS seem to offer very similar semantic relations modeling capabilities. For example, RDFS - rdfs:subClassOf, rdfs:superClassOf can be used to model the hierarchy SKOS - skos:narrower,…
Sahas
  • 3,046
  • 6
  • 32
  • 53
6
votes
2 answers

Triples are not generated as expected from RDF file

I am using MarkLogic 8.0-6.3 While generating triples from an RDF file using sem:rdf-load few of the triples are not created. I have pasted the RDF file content, generated triples and the query which I am using to load the file. RDF
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
4
votes
4 answers

Sparql skos:broader

I'm doing a SPARQL query on the DBpediaset, but I am having some issues (due to lack of detailed SPARQL knowledge) with a query limitation: I first 'get' all music artists: ?person rdf:type . But I want…
ymschaap
  • 61
  • 1
  • 5
4
votes
1 answer

Can I mix skos properties with rdfs properties to define a class?

To specify a rdfs:Class and organize an ontology, I want to use SKOS. Curently I define my classes using RDFS properties : :MyClass a rdfs:Class; rdfs:label "my label"; rdfs:comment "this is a comment"; . Can I define :MyClass as a…
Thibaut Guirimand
  • 851
  • 10
  • 33
3
votes
0 answers

How to set up URIs for a classification that has new editions

I have a classification that at regular times has a new edition. Concepts are added, the structure may change, or properties like classification codes may change, but most concepts stay and should have stable uri's. I want to know what is the best…
harryd
  • 63
  • 5
2
votes
1 answer

Adding reference information to a skos:Concept

If I have a skos:Concept that represents some scientific term: PREFIX ex: PREFIX skos: PREFIX desiredresource: ex:Chelation a skos:Concept ; …
alex_danielssen
  • 1,839
  • 1
  • 8
  • 19
2
votes
0 answers

Understanding the structure of published skos concept schemes

There's something I don't understand about linked data, especially when it comes to skos concept schemes or the rdf data cube vocabulary. When I search for how to create and publish a skos cocept scheme I usually find something like this:…
nearwick
  • 21
  • 4
2
votes
2 answers

Nested SKOS Concept Schemes?

I'm trying to make a knowledge graph of sorts with some of my company's data. I'm primarily using SKOS as the ontology for describing things, but I'm running into a quandry about the usage of ConceptSchemes. Basically I want to create a concept…
Xedni
  • 3,662
  • 2
  • 16
  • 27
2
votes
1 answer

Parsing returns from AltLabel in a SPARQL query

In a Wikidata SPARQL query such as the following, I want to be able to use a custom delimiter for the returns for ?placeOfBirthAltLabel. The problem is that some values under ?placeOfBirthAltLabel contain commas e.g. synonyms for "New York" include…
fjhj2
  • 293
  • 1
  • 2
  • 9
2
votes
1 answer

SKOS multiple broader term effect

There is one thing which confuses me with the use of multiple broader terms and classification. Suppose I have the following thesaurus: > colors > green > red > blue > yellow > orange > favorite colors > orange > red >…
michielv
  • 21
  • 3
2
votes
3 answers

xslt apply templates with same parent node

I have the following xml: آبیس ماریزی‌ای ....
schnydszch
  • 435
  • 5
  • 19
2
votes
1 answer

xsl to get value of attribute based on child node element

I have the following skosxl file: Published baldíos
schnydszch
  • 435
  • 5
  • 19
1
vote
2 answers

skos:related vs skos:relatedMatch

Can someone explain to me the difference between skos:related and skos:relatedMatch predicates? My current understanding is that skos:related applies to concepts that are related "within" a scheme, whereas skos:relatedMatch is to concepts across…
AnonymousMe
  • 509
  • 1
  • 5
  • 18
1
vote
1 answer

Can I use skos:broader to relate two skos:ConceptScheme?

Can I use skos:broader to relate two skos:ConceptScheme? if no, then how can we relate them if they have parent-child relation between them?
1
2 3 4