Sha256: 68328182e51436dbda0f2603b8fb963b880ce7d2e55d524ecbd79b4f3d603f11
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
# -*- encoding: utf-8 -*- # This file generated automatically using vocab-fetch from http://www.w3.org/2003/06/sw-vocab-status/ns# require 'rdf' module RDF class VS < 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, "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status" => %(unstable).freeze, label: "more info".freeze, "rdfs:isDefinedBy" => %(http://www.w3.org/2003/06/sw-vocab-status/ns#).freeze, type: "rdf:Property".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, "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status" => %(unstable).freeze, label: "term status".freeze, "rdfs:isDefinedBy" => %(http://www.w3.org/2003/06/sw-vocab-status/ns#).freeze, type: "rdf:Property".freeze property :userdocs, comment: %(human-oriented documentation, examples etc for use of this term).freeze, "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status" => %(unstable).freeze, label: "user docs".freeze, "rdfs:isDefinedBy" => %(http://www.w3.org/2003/06/sw-vocab-status/ns#).freeze, type: "rdf:Property".freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-1.1.4 | lib/rdf/vocab/vs.rb |