<?php

echo auto_link_uri($schema_property->getLexicalAlias());
示例#2
0
<?php

echo auto_link_uri($schema_property->getUri()) . '&nbsp;<a href="' . $schema_property->getUri() . '.rdf" title="Retrieve remote RDF">(RDF)</a>';
示例#3
0
<?php

echo auto_link_uri($schema->getUri()) . '&nbsp;<a href="' . rtrim($schema->getUri(), "#/") . '.rdf" title="Retrieve remote RDF">(RDF)</a>';