From: Richard C. <ri...@cy...> - 2006-11-20 16:51:34
|
Hi Josef, On 18 Nov 2006, at 20:19, Josef Petr=E1k wrote: > While working on an ontology and later implementing it as a RAP > vocabulary class, one question came on my mind? > > Are URLs case-sensitive or not? In RDF, URIrefs are case-sensitive. > And my further question is if RAP handles URIref in a case- or > noncase- sesitive way? In general, RAP handles URIrefs case-sensitive. But PHP ignores case =20 in some places, such as function names and class names. For example, =20 RDF::TYPE() is the same as rdf::type(). There's nothing we can do =20 about this, it's the PHP language. Richard > > It is very importnant if you have properties' and classes' names =20 > equal ;-) > > Thanks for your answer > > Josef Petr=E1k > > ----------------------------------------------------------------------=20= > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV > _______________________________________________ > Rdfapi-php-interest mailing list > Rdf...@li... > https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest > |