C# Class Dimi.InstantRDF.BusinessLogic.Resource

Methods that retrieve information about the resources stored in the triple store
Exibir arquivo Open project: coding3d/InstantRDF

Public Methods

Method Description
GetIriForUmbracoNode ( int nodeId ) : string

Gets the IRI for an Umbraco node.

GetPredicatesForProperty ( string propertyAlias ) : IList

Gets the predicates that correspond to a given property. This can be used in RDFa.

Method Details

GetIriForUmbracoNode() public static method

Gets the IRI for an Umbraco node.
public static GetIriForUmbracoNode ( int nodeId ) : string
nodeId int The node id.
return string

GetPredicatesForProperty() public static method

Gets the predicates that correspond to a given property. This can be used in RDFa.
public static GetPredicatesForProperty ( string propertyAlias ) : IList
propertyAlias string The property alias.
return IList