Changeset 30
- Timestamp:
- Jul 13, 2011, 3:51:37 PM (14 years ago)
- Location:
- php/trunk/classes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/classes/rdfa_Data.php
r29 r30 22 22 /** 23 23 * \class Data 24 * \brief This class implements a RDF data class as described in the 24 * \brief This class implements a RDF data class as described in the 25 25 * \c RDF \c API and \c RDFa \c API specs of W3C. 26 * \note Non-standard methods are marked as library specific extensions 27 * and the methodname is prepended by a single underscore character. 28 * For further information on differences to the W3C specifications, 29 * see the section 30 * \htmllink{page_w3cspecs.html,W3C Specifications Overview and Library Compatibility} 26 31 * \author Christian Langanke 27 32 * \author Adrian Gschwend -
php/trunk/classes/rdfa_Projection.php
r29 r30 25 25 * \details A projection relates to a specific subject of RDF data parsed by an instance of 26 26 * the rdfa::Data class and is to be created by the projection API methods this class only. 27 * \note Non-standard methods are marked as library specific extensions 28 * and the methodname is prepended by a single underscore character. 29 * For further information on differences to the W3C specifications, 30 * see the section 31 * \htmllink{page_w3cspecs.html,W3C Specifications Overview and Library Compatibility} 27 32 * \author Christian Langanke 28 33 * \author Adrian Gschwend -
php/trunk/classes/rdfa_SparqlEndpoint.php
r29 r30 23 23 * \class SparqlEndpoint 24 24 * \brief This class implements the configuration class for SPARQL endpoints, used 25 * for creation of rdfa::SparqlQuery objects. 25 * for creation of rdfa::SparqlQuery objects. 26 26 * <br>This is a library specific extension to the RDF API and RDFa API. 27 * \note For further information see the section 28 * \htmllink{page_w3cspecs.html,W3C Specifications Overview and Library Compatibility} 27 29 * \author Christian Langanke 28 30 * \author Adrian Gschwend -
php/trunk/classes/rdfa_SparqlQuery.php
r29 r30 25 25 * by the Data::parse method. 26 26 * <br>This is a library specific extension to the RDF API and RDFa API. 27 * \note For further information see the section 28 * \htmllink{page_w3cspecs.html,W3C Specifications Overview and Library Compatibility} 27 29 * \author Christian Langanke 28 30 * \author Adrian Gschwend
Note:
See TracChangeset
for help on using the changeset viewer.