net.fortytwo.linkeddata
Class ContextProperty

java.lang.Object
  extended by net.fortytwo.linkeddata.ContextProperty

public class ContextProperty
extends Object

A key-value pair representing a property of a named graph context

Author:
Joshua Shinavier (http://fortytwo.net)

Field Summary
 String key
           
 String value
           
 org.openrdf.model.URI valueDatatype
           
 
Constructor Summary
ContextProperty()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

value

public String value

valueDatatype

public org.openrdf.model.URI valueDatatype
Constructor Detail

ContextProperty

public ContextProperty()


Copyright © 2007-2011 fortytwo.net. All Rights Reserved.