module Ldp::Uri

Public Instance Methods

basic_container() click to toggle source
# File lib/ldp/uri.rb, line 30
def basic_container
  RDF::Vocab::LDP.BasicContainer
end
container() click to toggle source
# File lib/ldp/uri.rb, line 25
def container
  RDF::Vocab::LDP.Container
end
contains() click to toggle source
# File lib/ldp/uri.rb, line 45
def contains
  RDF::Vocab::LDP.contains
end
direct_container() click to toggle source
# File lib/ldp/uri.rb, line 35
def direct_container
  RDF::Vocab::LDP.DirectContainer
end
has_member_relation() click to toggle source
# File lib/ldp/uri.rb, line 82
def has_member_relation
  RDF::Vocab::LDP.hasMemberRelation
end
indirect_container() click to toggle source
# File lib/ldp/uri.rb, line 40
def indirect_container
  RDF::Vocab::LDP.IndirectContainer
end
member() click to toggle source
# File lib/ldp/uri.rb, line 87
def member
  RDF::Vocab::LDP.member
end
membership_predicate() click to toggle source
# File lib/ldp/uri.rb, line 65
def membership_predicate
  RDF::Vocab::LDP.membershipPredicate
end
next_page() click to toggle source
# File lib/ldp/uri.rb, line 60
def next_page
  RDF::Vocab::LDP.nextPage
end
non_rdf_source() click to toggle source
# File lib/ldp/uri.rb, line 20
def non_rdf_source
  RDF::Vocab::LDP.NonRDFSource
end
page() click to toggle source
# File lib/ldp/uri.rb, line 50
def page
  RDF::Vocab::LDP.Page
end
page_of() click to toggle source
# File lib/ldp/uri.rb, line 55
def page_of
  RDF::Vocab::LDP.pageOf
end
prefer_containment() click to toggle source
# File lib/ldp/uri.rb, line 78
def prefer_containment
  RDF::Vocab::LDP.PreferContainment
end
prefer_empty_container() click to toggle source
# File lib/ldp/uri.rb, line 70
def prefer_empty_container
  RDF::Vocab::LDP.PreferEmptyContainer
end
prefer_membership() click to toggle source
# File lib/ldp/uri.rb, line 74
def prefer_membership
  RDF::Vocab::LDP.PreferMembership
end
rdf_source() click to toggle source
# File lib/ldp/uri.rb, line 15
def rdf_source
  RDF::Vocab::LDP.RDFSource
end
resource() click to toggle source
# File lib/ldp/uri.rb, line 10
def resource
  RDF::Vocab::LDP.Resource
end
uri(str) click to toggle source
# File lib/ldp/uri.rb, line 5
def uri str
  RDF::URI.new("http://www.w3.org/ns/ldp#") + str
end