C# 클래스 Dimi.InstantRDF.RDF.Helper

RDF helper methods
파일 보기 프로젝트 열기: coding3d/InstantRDF

공개 메소드들

메소드 설명
AddTripleLiteral ( VDS.RDF.Graph graph, string subject, string predicate, string obj, string datatype ) : void

Adds the literal triple to a graph.

AddTripleResource ( VDS.RDF.Graph graph, string subject, string predicate, string obj ) : void

Adds a resource triple to a graph.

메소드 상세

AddTripleLiteral() 공개 정적인 메소드

Adds the literal triple to a graph.
public static AddTripleLiteral ( VDS.RDF.Graph graph, string subject, string predicate, string obj, string datatype ) : void
graph VDS.RDF.Graph The graph.
subject string The subject.
predicate string The predicate.
obj string The object (resource).
datatype string
리턴 void

AddTripleResource() 공개 정적인 메소드

Adds a resource triple to a graph.
public static AddTripleResource ( VDS.RDF.Graph graph, string subject, string predicate, string obj ) : void
graph VDS.RDF.Graph The graph.
subject string The subject.
predicate string The predicate.
obj string The object (resource).
리턴 void