Skip to content

Commit

Permalink
Imported RDF Schema (RDFS) properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Jan 4, 2010
1 parent c6f7ec7 commit 498aa8f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/rdf/vocab/rdfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ module RDF
#
# @see http://www.w3.org/TR/rdf-schema/
class RDFS < Vocabulary("http://www.w3.org/2000/01/rdf-schema#")
# TODO
property :comment
property :domain
property :isDefinedBy
property :label
property :member
property :range
property :seeAlso
property :subClassOf
property :subPropertyOf
end
end

0 comments on commit 498aa8f

Please sign in to comment.