RDF.ex v0.6.1 RDF.NS.RDFS View Source
The RDFS vocabulary.
Link to this section Summary
Functions
Returns all known IRIs of the vocabulary.
RDF.Description
builder for comment/0
RDF.Description
builder for domain/0
RDF.Description
builder for isDefinedBy/0
RDF.Description
builder for label/0
RDF.Description
builder for member/0
RDF.Description
builder for range/0
RDF.Description
builder for seeAlso/0
RDF.Description
builder for subClassOf/0
Link to this section Functions
Link to this function
__iris__() View Source
Returns all known IRIs of the vocabulary.
Link to this function
comment() View Source
Link to this function
comment(subject, object) View Source
RDF.Description
builder for comment/0
Link to this function
domain() View Source
Link to this function
domain(subject, object) View Source
RDF.Description
builder for domain/0
Link to this function
isDefinedBy() View Source
Link to this function
isDefinedBy(subject, object) View Source
RDF.Description
builder for isDefinedBy/0
Link to this function
label() View Source
Link to this function
label(subject, object) View Source
RDF.Description
builder for label/0
Link to this function
member() View Source
Link to this function
member(subject, object) View Source
RDF.Description
builder for member/0
Link to this function
range() View Source
Link to this function
range(subject, object) View Source
RDF.Description
builder for range/0
Link to this function
seeAlso() View Source
Link to this function
seeAlso(subject, object) View Source
RDF.Description
builder for seeAlso/0
Link to this function
subClassOf() View Source
Link to this function
subClassOf(subject, object) View Source
RDF.Description
builder for subClassOf/0
Link to this function
subPropertyOf() View Source
Link to this function
subPropertyOf(subject, object) View Source
RDF.Description
builder for subPropertyOf/0