Package com.stardog.stark
Core concepts of the RDF 1.1 model
- See Also:
- RDF Data Model
-
Interface Summary Interface Description Axiom An OWL AxiomAxiom.ClassExpression An expression about a classAxiom.Datatype A datatype expressionAxiom.NamedDatatype A named datatype expressionAxiom.PropertyExpression An expression about a propertyBNode A Blank Node, aka BNode, in an RDF graph.IRI An Internationalized Resource Identifier (IRI) within an RDF graph.Literal A literal value in an RDF graphNamespace A namespace; an IRI and prefix pair that can be used during serialization to shorten aIRI
to a `QName`.Namespaces A collection ofnamespace defintions
Resource Statement A Statement in RDF.Value Base type for a node in an RDF graphXMLCalendar Read-only access interface to underlying calendar value -
Class Summary Class Description Axioms Deprecated. Not used anymore, however since the class is part of our Public API some users might still be using it.Axioms.Datatypes Class which represents the various different datatypesAxioms.ExpressionList<T extends Axiom> Expression which represents an rdf:List of other expressions.Axioms.FacetRestriction A restriction on a facet of a datatype.Axioms.RestrictedDatatype A user-defined datatype which has facet restrictions placed on its valueExtractionQuery Utility class to generate a SPARQL CONSTRUCT query that will extract all resources that have specified types or predicates.Graphs Utilities for working with collections of RDFstatements
.OWL Constants for the OWL Web Ontology Language and OWL2.RDFLists Utilities for working with RDF lists.StatementPattern AStatement
implementation representing a Statement pattern, which is a Statement where some or all of the SPOC elements are a wildcard.StatementPattern.Builder Statements Utilities for working withStatement
.Values Utility functions for creating and working with RDF valuesXMLCalendar.Delegate XMLDatatypes Utility for XML schema datatypesXMLDateTime This class provides utility functions for comparisons operating onxml:dateTime
datatypes as specified in W3C, XML Schema Part 2: Datatypes Second Edition Known deviations from the standard: - the range of years in this implementation is limited to Integer.MIN_VALUE to Integer.MAX_VALUE for practical reasons - this implementation accepts some dates that have impossible month, day-of-month combinations (such as 2005-02-29, which was not a leap year) -
Enum Summary Enum Description Axioms.Facet Enumeration of the possible facets for aAxioms.FacetRestriction
on aAxiom.NamedDatatype
Datatype Object representing thedatatype of a Literal
.