lib/rdf/vocab/acl.rb in rdf-vocab-0.8.8 vs lib/rdf/vocab/acl.rb in rdf-vocab-2.0.0.beta1

- old
+ new

@@ -1,13 +1,18 @@ # -*- encoding: utf-8 -*- +# frozen_string_literal: true # This file generated automatically using vocab-fetch from http://www.w3.org/ns/auth/acl# require 'rdf' module RDF::Vocab + # @!parse + # # Vocabulary for <http://www.w3.org/ns/auth/acl#> + # class ACL < RDF::StrictVocabulary + # end class ACL < RDF::StrictVocabulary("http://www.w3.org/ns/auth/acl#") # Class definitions term :Access, - "acl:label" => %(access).freeze, + :"acl:label" => %(access).freeze, comment: %(Any kind of access to a resource. Don't use this, use R W and RW).freeze, label: "Access".freeze, type: "rdfs:Class".freeze term :Append, comment: %(Append accesses are specific write access which only add information, and do not remove information.