Sha256: cd4e4eecb2141b3946a261b43880cfc6763fba460befc778d5a32747e62839f8
Contents?: true
Size: 1.4 KB
Versions: 6
Compression:
Stored size: 1.4 KB
Contents
# This file generated automatically using vocab-fetch from http://creativecommons.org/ns# require 'rdf' module RDF class CC < StrictVocabulary("http://creativecommons.org/ns#") # Class definitions property :Jurisdiction, :label => 'Jurisdiction', :comment => %(the legal jurisdiction of a license) property :License, :label => 'License', :comment => %(a set of requests/permissions to users of a Work, e.g. a copyright license, the public domain, information for distributors) property :Permission, :label => 'Permission', :comment => %(an action that may or may not be allowed or desired) property :Prohibition, :label => 'Prohibition', :comment => %(something you may be asked not to do) property :Requirement, :label => 'Requirement', :comment => %(an action that may or may not be requested of you) property :Work, :label => 'Work', :comment => %(a potentially copyrightable work) # Property definitions property :deprecatedOn, :label => 'deprecated on' property :license, :label => 'has license' property :attributionName property :attributionURL property :legalcode property :morePermissions property :useGuidelines property :jurisdiction, :label => 'jurisdiction' property :permits, :label => 'permits' property :prohibits, :label => 'prohibits' property :requires, :label => 'requires' end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rdf-1.1.3 | lib/rdf/vocab/cc.rb |
rdf-1.1.2.1 | lib/rdf/vocab/cc.rb |
rdf-1.1.1.1 | lib/rdf/vocab/cc.rb |
rdf-1.1.1 | lib/rdf/vocab/cc.rb |
rdf-1.1.0.1 | lib/rdf/vocab/cc.rb |
rdf-1.1.0 | lib/rdf/vocab/cc.rb |