@Service(value=org.apache.clerezza.rdf.core.serializedform.SerializingProvider.class)
@Property(name="supportedFormat",
value={"application/rdf+xml","text/turtle","application/x-turtle","text/rdf+nt","text/rdf+n3"})
public class JenaSerializerProvider
extends Object
implements org.apache.clerezza.rdf.core.serializedform.SerializingProvider
SerializingProvider based on Jena| Constructor and Description |
|---|
JenaSerializerProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(OutputStream serializedGraph,
org.apache.clerezza.rdf.core.TripleCollection tc,
String formatIdentifier) |
public void serialize(OutputStream serializedGraph, org.apache.clerezza.rdf.core.TripleCollection tc, String formatIdentifier)
serialize in interface org.apache.clerezza.rdf.core.serializedform.SerializingProviderCopyright © 2014 The Apache Software Foundation. All rights reserved.