PHP | addNSPrefix(unknown $ns, unknown $prefix) |
---|
Adds a new namespace prefix to use. Unknown namespaces will become ns0, ns1 etc.
Arguments
PHP | doNamespaces(array $n) |
---|
Makes ns0, ns1 etc. prefixes for unknown prefixes. Outputs
Arguments
PHP | doResource(unknown $r) |
---|
Fill in $resourcetext for a single resource. Will recurse into Objects of triples, but should never look ? (really?)
Arguments
PHP | void fixAnon(unknown $t, string $a) |
---|
Fix the resourcetext for a blanknode where the _: construct was used
Arguments
PHP | reset() |
---|
==================== Private Methods from here ====================
Readies this object for serializing another modelPHP | boolean saveAs(unknown $model, string $filename) |
---|
Serializes a model and saves it into a file. Returns FALSE if the model couldn't be saved to the file.
Arguments