65 results found (page 4 of 5)
https://www.federalregister.gov/documents/2016/03/15/2016-05202/national-performance-manag…

… activities beyond HSIP projects, specifically to include projects that address driver behavior. Eligible use of HSIP funds is addressed in the HSIP regulation at 23 CFR part 924 . Under 23 U.S.C. 148 , an HSIP project is defined as strategies, activities, or projects on a public…

http://zh.transwiki.org/cn/rdfprimer.htm

…的特化关系一样来描述特性之间的特化关系。这种两个特性之间的特化关系可以使用预定义的rdfs:subPropertyOf特性来描述。例如,如果ex:primaryDriver和ex:driver都是特性,则example.org可以通过下列RDF声明来描述“ex:primaryDriver是ex:driver的特化”: ex:driver rdf:type rdf:Property . ex:primaryDriver rdf:type rdf:Property . ex:primaryDriver rdfs:subPropertyOf ex:driver…

http://www.w3.org/TR/2003/PR-rdf-primer-20031215

…bed using the predefined rdfs:subPropertyOf property. For example, if ex:primaryDriver and ex:driver are both properties, example.org could describe these properties, and the fact that ex:primaryDriver is a specialization of ex:driver , by writing the RDF statements: ex:driver rd…

http://www.w3.org/TR/2004/REC-rdf-primer-20040210

…bed using the predefined rdfs:subPropertyOf property. For example, if ex:primaryDriver and ex:driver are both properties, example.org could describe these properties, and the fact that ex:primaryDriver is a specialization of ex:driver , by writing the RDF statements: ex:driver rd…

http://testng.org

… for @Before @After and @Factory annotations: @Parameters({ "datasource", "jdbc-driver" }) @BeforeMethod public void beforeTest(String ds, String driver) { m_dataSource = buildDataSource(); // look up the value of datasource m_jdbcDriver = driver; This time, the two Java paramete…