Class: RDF::Vocab::SKOS

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/skos.rb

Overview

Vocabulary for <www.w3.org/2004/02/skos/core#>

SKOS Vocabulary

An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, ‘folksonomies’, other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies.

Instance Attribute Summary collapse

Instance Attribute Details

#altLabelRDF::Vocabulary::Term (readonly)

The range of skos:altLabel is the class of RDF plain literals.

skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.

Returns:

  • (RDF::Vocabulary::Term)


24
25
26
# File 'lib/rdf/vocab/skos.rb', line 24

def altLabel
  @altLabel
end

#broaderRDF::Vocabulary::Term (readonly)

Broader concepts are typically rendered as parents in a concept hierarchy (tree).

Returns:

  • (RDF::Vocabulary::Term)


31
32
33
# File 'lib/rdf/vocab/skos.rb', line 31

def broader
  @broader
end

#broaderTransitiveRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


34
35
36
# File 'lib/rdf/vocab/skos.rb', line 34

def broaderTransitive
  @broaderTransitive
end

#broadMatchRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


27
28
29
# File 'lib/rdf/vocab/skos.rb', line 27

def broadMatch
  @broadMatch
end

#changeNoteRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


37
38
39
# File 'lib/rdf/vocab/skos.rb', line 37

def changeNote
  @changeNote
end

#closeMatchRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


40
41
42
# File 'lib/rdf/vocab/skos.rb', line 40

def closeMatch
  @closeMatch
end

#CollectionRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


9
10
11
# File 'lib/rdf/vocab/skos.rb', line 9

def Collection
  @Collection
end

#ConceptRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


12
13
14
# File 'lib/rdf/vocab/skos.rb', line 12

def Concept
  @Concept
end

#ConceptSchemeRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


15
16
17
# File 'lib/rdf/vocab/skos.rb', line 15

def ConceptScheme
  @ConceptScheme
end

#definitionRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


43
44
45
# File 'lib/rdf/vocab/skos.rb', line 43

def definition
  @definition
end

#editorialNoteRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


46
47
48
# File 'lib/rdf/vocab/skos.rb', line 46

def editorialNote
  @editorialNote
end

#exactMatchRDF::Vocabulary::Term (readonly)

skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.

Returns:

  • (RDF::Vocabulary::Term)


50
51
52
# File 'lib/rdf/vocab/skos.rb', line 50

def exactMatch
  @exactMatch
end

#exampleRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


53
54
55
# File 'lib/rdf/vocab/skos.rb', line 53

def example
  @example
end

#hasTopConceptRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


56
57
58
# File 'lib/rdf/vocab/skos.rb', line 56

def hasTopConcept
  @hasTopConcept
end

#hiddenLabelRDF::Vocabulary::Term (readonly)

The range of skos:hiddenLabel is the class of RDF plain literals.

skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.

Returns:

  • (RDF::Vocabulary::Term)


62
63
64
# File 'lib/rdf/vocab/skos.rb', line 62

def hiddenLabel
  @hiddenLabel
end

#historyNoteRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


65
66
67
# File 'lib/rdf/vocab/skos.rb', line 65

def historyNote
  @historyNote
end

#inSchemeRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


68
69
70
# File 'lib/rdf/vocab/skos.rb', line 68

def inScheme
  @inScheme
end

#mappingRelationRDF::Vocabulary::Term (readonly)

These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice.

Returns:

  • (RDF::Vocabulary::Term)


72
73
74
# File 'lib/rdf/vocab/skos.rb', line 72

def mappingRelation
  @mappingRelation
end

#memberRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


75
76
77
# File 'lib/rdf/vocab/skos.rb', line 75

def member
  @member
end

#memberListRDF::Vocabulary::Term (readonly)

For any resource, every item in the list given as the value of the skos:memberList property is also a value of the skos:member property.

Returns:

  • (RDF::Vocabulary::Term)


79
80
81
# File 'lib/rdf/vocab/skos.rb', line 79

def memberList
  @memberList
end

#narrowerRDF::Vocabulary::Term (readonly)

Narrower concepts are typically rendered as children in a concept hierarchy (tree).

Returns:

  • (RDF::Vocabulary::Term)


86
87
88
# File 'lib/rdf/vocab/skos.rb', line 86

def narrower
  @narrower
end

#narrowerTransitiveRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


89
90
91
# File 'lib/rdf/vocab/skos.rb', line 89

def narrowerTransitive
  @narrowerTransitive
end

#narrowMatchRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


82
83
84
# File 'lib/rdf/vocab/skos.rb', line 82

def narrowMatch
  @narrowMatch
end

#notationRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


92
93
94
# File 'lib/rdf/vocab/skos.rb', line 92

def notation
  @notation
end

#noteRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


95
96
97
# File 'lib/rdf/vocab/skos.rb', line 95

def note
  @note
end

#OrderedCollectionRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


18
19
20
# File 'lib/rdf/vocab/skos.rb', line 18

def OrderedCollection
  @OrderedCollection
end

#prefLabelRDF::Vocabulary::Term (readonly)

A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag.

skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.

The range of skos:prefLabel is the class of RDF plain literals.

Returns:

  • (RDF::Vocabulary::Term)


103
104
105
# File 'lib/rdf/vocab/skos.rb', line 103

def prefLabel
  @prefLabel
end

skos:related is disjoint with skos:broaderTransitive

Returns:

  • (RDF::Vocabulary::Term)


107
108
109
# File 'lib/rdf/vocab/skos.rb', line 107

def related
  @related
end

#relatedMatchRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


110
111
112
# File 'lib/rdf/vocab/skos.rb', line 110

def relatedMatch
  @relatedMatch
end

#scopeNoteRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


113
114
115
# File 'lib/rdf/vocab/skos.rb', line 113

def scopeNote
  @scopeNote
end

#semanticRelationRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


116
117
118
# File 'lib/rdf/vocab/skos.rb', line 116

def semanticRelation
  @semanticRelation
end

#topConceptOfRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


119
120
121
# File 'lib/rdf/vocab/skos.rb', line 119

def topConceptOf
  @topConceptOf
end