Changeset 72 for php/trunk/rdfa.php


Ignore:
Timestamp:
Oct 24, 2011, 2:50:17 PM (14 years ago)
Author:
cla
Message:

rdfint

  • implemented core wrapper class for external libraries (current support: only ARC)
  • modified classes to adapt to new core class
    • SparqlQuery::run
    • Data:parse
    • Data:_serialize
  • added samples rdfa_serialize and rdfa_serialize
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/rdfa.php

    r62 r72  
    2727require_once( RDFINT.'/classes/rdfa_SparqlEndpoint.php');
    2828require_once( RDFINT.'/classes/rdfa_SparqlQuery.php');
     29require_once( RDFINT.'/classes/Core.php');
    2930
    3031// --- load ARC
Note: See TracChangeset for help on using the changeset viewer.