Package com.stardog.stark
package com.stardog.stark
Core concepts of the RDF 1.1 model
- See Also:
-
ClassDescriptionAn OWL AxiomAn expression about a classA datatype expressionA named datatype expressionAn expression about a propertyDeprecated.Not used anymore, however since the class is part of our Public API some users might still be using it.Class which represents the various different datatypesAxioms.ExpressionList<T extends Axiom>Expression which represents an rdf:List of other expressions.Enumeration of the possible facets for a
Axioms.FacetRestrictionon aAxiom.NamedDatatypeA restriction on a facet of a datatype.A user-defined datatype which has facet restrictions placed on its valueA Blank Node, aka BNode, in an RDF graph.Object representing thedatatype of a Literal.Utility class to generate a SPARQL CONSTRUCT query that will extract all resources that have specified types or predicates.Utilities for working with collections of RDFstatements.An Internationalized Resource Identifier (IRI) within an RDF graph.A literal value in an RDF graphA namespace; an IRI and prefix pair that can be used during serialization to shorten aIRIto a `QName`.A collection ofnamespace defintionsConstants for the OWL Web Ontology Language and OWL2.Utilities for working with RDF lists.A Statement in RDF.AStatementimplementation representing a Statement pattern, which is a Statement where some or all of the SPOC elements are a wildcard.Utilities for working withStatement.Base type for a node in an RDF graphUtility functions for creating and working with RDF valuesRead-only access interface to underlying calendar valueUtility for XML schema datatypesThis class provides utility functions for comparisons operating onxml:dateTimedatatypes 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)