\name{getOWLProperties}
\alias{getArcsWith}
\alias{getClassElements}
\alias{getClassGraph}
\alias{getDatatypeProperties}
\alias{getObjectProperties}
\alias{getOWLClasses}
\alias{getOWLSubclasses}
\alias{getOWLProperties}
\alias{getPropertiesWithDomain}
\alias{getPropertyRange}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ various functions to extract owl/RDF model elements}
\description{various functions to extract owl/RDF model elements}
\usage{
getOWLProperties(redlMod, ns = "http://www.w3.org/2002/07/owl", strip = TRUE)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{redlMod}{ instance of redlModel class }
  \item{ns}{ ontology namespace }
  \item{strip}{ logical: remove namespace prefixes? }
}
\details{
}
\value{
}
\references{ \url{librdf.org} }
\author{ VJ Carey <stvjc@channing.harvard.edu}
\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
\examples{
example(makeRedlURI)
ff = readRDF(uu)
getOWLProperties(ff)
}
\keyword{ models }