Hi. 
I have created an ontology using Protege which contains some classes and 
subclasses.
Now I want to create an instance of it (in a different file) using python and 
rdflib. I want something like this in turtle.  

<#state1> 
   a demo:State;
   demo:hasParameter <parameter1>.

<#parameter1>
   a demo:Parameter;
   demo:name “sara”;
   demo:age “18”.

Can someone please help. Thanks in advance.

-- 
http://github.com/RDFLib
--- 
You received this message because you are subscribed to the Google Groups 
"rdflib-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rdflib-dev/41111a88-ca0a-43c7-9645-629985c1a531%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to