Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.01 KB

uml.md

File metadata and controls

47 lines (40 loc) · 1.01 KB

Current UML Model (Major Classes)

		   Node
			|
			|
	--------|        -----RDFLiteral
	|	   	|	     |
	|		|	     |
	|    RDFNode ----|
	|		| 	     |
	|	 	|        |
    |		|	     -----RDFGraph  	
	|		|
	|	 RDFResource
	|				     									
	-------------------------------------------------------------------------------------------------				     						
		|		        |		        |			                |			    |		        |
	  TermMap	     TriplesMap	    PredicateObjectMap	     LogicalSource	      Graph	     DataSource
		|
	------------------
   GraphMap  ObjectMap  SubjectMap
	    FunctionMap

Current UML of the big three (Uri, BlankNode, Literal):

					Node 
					 |
					 |
					Entity
					 |
					 |
			---------------------------------
			|				                |
		  TermNode			            ExplicitNode
		-----------------		       ------------------
		|		        |		       |		        |
	   Uri          BlankNode          |	         Literal
		|				               |
		--------------------------------