SubjectBase Constructor (Uri, TripleCollection)
Instantiate a new RDF object from the provided TripleCollection.
Namespace: Microsoft.Imm.Sdk.Rdf
Assembly: Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)
Syntax
protected SubjectBase(
Uri itemId,
TripleCollection trips
)
Parameters
- itemId
Type: System. . :: .Uri
The rdf:about value of the object that should be loaded
- trips
Type: Microsoft.Imm.Sdk.Rdf. . :: .TripleCollection
TripleCollection that will be loaded into the initialized RDF object.