Note that there are some explanatory texts on larger screens.

plurals
  1. POconverting RDF to OWL
    text
    copied!<p>I want to generate RDF code that follows the OWL format. I am able to generate an RDF file, but I need to convert it into OWL. Below is the RDF that I can generate.</p> <pre class="lang-xml prettyprint-override"><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;rdf:RDF xmlns:ns1="http://example.com/nodetypes/2012/04/24/vehicle/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" &gt; &lt;rdf:Description rdf:about="http://example.com/nodetypes/2012/04/24/vehicle/2"&gt; &lt;ns1:nodetype_ptr_id&gt;2&lt;/ns1:nodetype_ptr_id&gt; &lt;ns1:slug&gt;vehicle&lt;/ns1:slug&gt; &lt;ns1:last_update&gt;2012-04-24 23:49:36.633689&lt;/ns1:last_update&gt; &lt;ns1:end_publication&gt;2042-03-15 00:00:00&lt;/ns1:end_publication&gt; &lt;ns1:tree_id&gt;2&lt;/ns1:tree_id&gt; &lt;ns1:featured&gt;False&lt;/ns1:featured&gt; &lt;ns1:parent_id&gt;None&lt;/ns1:parent_id&gt; &lt;ns1:content&gt;&lt;/ns1:content&gt; &lt;ns1:rating_score&gt;0&lt;/ns1:rating_score&gt; &lt;ns1:rating_votes&gt;0&lt;/ns1:rating_votes&gt; &lt;ns1:start_publication&gt;2012-04-24 23:49:15&lt;/ns1:start_publication&gt; &lt;ns1:level&gt;0&lt;/ns1:level&gt; &lt;ns1:creation_date&gt;2012-04-24 23:49:15&lt;/ns1:creation_date&gt; &lt;ns1:status&gt;2&lt;/ns1:status&gt; &lt;ns1:template&gt;gstudio/nodetype_detail.html&lt;/ns1:template&gt; &lt;ns1:content_org&gt;None&lt;/ns1:content_org&gt; &lt;ns1:excerpt&gt;&lt;/ns1:excerpt&gt; &lt;ns1:plural&gt;vehicles&lt;/ns1:plural&gt; &lt;ns1:comment_enabled&gt;True&lt;/ns1:comment_enabled&gt; &lt;ns1:password&gt;&lt;/ns1:password&gt; &lt;ns1:title&gt;vehicle&lt;/ns1:title&gt; &lt;ns1:login_required&gt;False&lt;/ns1:login_required&gt; &lt;ns1:pingback_enabled&gt;True&lt;/ns1:pingback_enabled&gt; &lt;ns1:rurl&gt;&lt;/ns1:rurl&gt; &lt;/rdf:Description&gt; &lt;/rdf:RDF&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload