Constant Field Values

Contents

org.fcrepo.*

  • org.fcrepo.client.TestUtils 
    Modifier and Type Constant Field Value
    public static final String baseUrl "http://localhost:8080/rest/foo"
    public static final String RDF_XML "application/rdf+xml"
    public static final String rdfTtl "@prefix dc: <http://purl.org/dc/elements/1.1/> .\n<> dc:title \"Test Object\" . "
    public static final String rdfXml "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"><rdf:Description rdf:about=\"http://localhost:8080/rest/foo\"><mixinTypes xmlns=\"http://fedora.info/definitions/v4/repository#\" rdf:datatype=\"http://www.w3.org/2001/XMLSchema#string\">fedora:resource</mixinTypes></rdf:Description></rdf:RDF>"
    public static final String SPARQL_UPDATE "application/sparql-update"
    public static final String sparqlUpdate "PREFIX dc: <http://purl.org/dc/elements/1.1/>\nINSERT { <> dc:title \"Foo\" . } WHERE {}"
    public static final String TEXT_TURTLE "text/turtle"