Sha256: 5473c54f5a24ffc1d78a1226eb31557a8e09d5cfb490dd558a7e9e5709b25f81
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 KB
Contents
# -*- encoding: utf-8 -*- # frozen_string_literal: true # This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/06/sw-vocab-status/ns# require 'rdf' module RDF::Vocab # @!parse # # Vocabulary for <http://www.w3.org/2003/06/sw-vocab-status/ns#> # class VS < RDF::StrictVocabulary # end class VS < RDF::StrictVocabulary("http://www.w3.org/2003/06/sw-vocab-status/ns#") # Property definitions property :moreinfo, comment: %(more information about the status etc of a term, typically human oriented).freeze, label: "more info".freeze, :"rdfs:isDefinedBy" => %(vs:).freeze, type: "rdf:Property".freeze, :"vs:term_status" => %(unstable).freeze property :term_status, comment: %(the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic').freeze, label: "term status".freeze, :"rdfs:isDefinedBy" => %(vs:).freeze, type: "rdf:Property".freeze, :"vs:term_status" => %(unstable).freeze property :userdocs, comment: %(human-oriented documentation, examples etc for use of this term).freeze, label: "user docs".freeze, :"rdfs:isDefinedBy" => %(vs:).freeze, type: "rdf:Property".freeze, :"vs:term_status" => %(unstable).freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rdf-vocab-2.1.0 | lib/rdf/vocab/vs.rb |
rdf-vocab-2.0.2 | lib/rdf/vocab/vs.rb |
rdf-vocab-2.0.1 | lib/rdf/vocab/vs.rb |
rdf-vocab-2.0.0 | lib/rdf/vocab/vs.rb |
rdf-vocab-2.0.0.beta4 | lib/rdf/vocab/vs.rb |