C# 클래스 Dimi.InstantRDF.BusinessLogic.Resource

Methods that retrieve information about the resources stored in the triple store
파일 보기 프로젝트 열기: coding3d/InstantRDF

공개 메소드들

메소드 설명
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.

메소드 상세

GetIriForUmbracoNode() 공개 정적인 메소드

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

GetPredicatesForProperty() 공개 정적인 메소드

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.
리턴 IList