Changeset 30


Ignore:
Timestamp:
Jul 13, 2011, 3:51:37 PM (14 years ago)
Author:
cla
Message:

rdfint

  • added notes on incompatibility to w3c specs
Location:
php/trunk/classes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/classes/rdfa_Data.php

    r29 r30  
    2222/**
    2323 *  \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
    2525 *          \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}
    2631 *  \author Christian Langanke
    2732 *  \author Adrian Gschwend
  • php/trunk/classes/rdfa_Projection.php

    r29 r30  
    2525 *  \details A projection relates to a specific subject of RDF data parsed by an instance of
    2626 *           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}
    2732 *  \author  Christian Langanke
    2833 *  \author  Adrian Gschwend
  • php/trunk/classes/rdfa_SparqlEndpoint.php

    r29 r30  
    2323 *  \class  SparqlEndpoint
    2424 *  \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.
    2626 *          <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}
    2729 *  \author Christian Langanke
    2830 *  \author Adrian Gschwend
  • php/trunk/classes/rdfa_SparqlQuery.php

    r29 r30  
    2525 *          by the Data::parse method.
    2626 *          <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}
    2729 *  \author Christian Langanke
    2830 *  \author Adrian Gschwend
Note: See TracChangeset for help on using the changeset viewer.