EntityProperty {Microsoft.VisualBasic.MIME.application.rdf_xml} | .NET clr documentation |
RDF DataValue
# namespace Microsoft.VisualBasic.MIME.application.rdf_xml
export class EntityProperty {
# rdf:datatype
dataType: string;
# rdf:resource
resource: string;
# the rdf xml text value
value: string;
}