rdf:XMLLiteral - the class of XML literal values rdf:Property - the class of properties rdf:Statement - the class of RDF statements rdf:Alt, rdf:Bag, rdf:Seq - containers of alternatives, unordered containers, and ordered containers (rdfs:Container is a super-class of the three) rdf:List - the class of RDF Lists rdf:nil - an instance of rdf:List representing the empty list
rdfs:Resource - the class resource, everything rdfs:Literal - the class of literal values, e.g. strings and integers rdfs:Class - the class of classes rdfs:Datatype - the class of RDF datatypes rdfs:Container - the class of RDF containers rdfs:ContainerMembershipProperty - the class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of rdfs:member
rdf:type - an instance of rdf:Property used to state that a resource is an instance of a class rdf:first - the first item in the subject RDF list rdf:rest - the rest of the subject RDF list after rdf:first rdf:value - idiomatic property used for structured values rdf:subject - the subject of the subject RDF statement rdf:predicate - the predicate of the subject RDF statement rdf:object - the object of the subject RDF statement rdf:Statement, rdf:subject, rdf:predicate, rdf:object are used for reification (see below).
rdfs:subClassOf - the subject is a subclass of a class rdfs:subPropertyOf - the subject is a subproperty of a property rdfs:domain - a domain of the subject property rdfs:range - a range of the subject property rdfs:label - a human-readable name for the subject rdfs:comment - a description of the subject resource rdfs:member - a member of the subject resource rdfs:seeAlso - further information about the subject resource rdfs:isDefinedBy - the definition of the subject resource