Search Mailing List Archives
[protege-discussion] Problem importing an rdfs file with protege-frames editor
jason clark
clark376 at gmail.com
Thu Apr 24 07:04:35 PDT 2008
Last question on Protege Axiom Lanaguage Syntax
I am trying to write a PAL syntax that will say rent a car to a person if
the customer has had a license for more than a year *AND* is older than 25
years. Here is my best shot at it but obviously it still doesn't work
Statement:
(forall ?Customer
(= ( 'LicenseAtLeastOneYear' ?Customer)
('Response_Must_Be_Yes_To_Rent' ?Customer)))
(and (> ( Age ?Customer) 25 ))
Range:
(defrange ?Customer :FRAME Customer)
Please help.
Thanks!
On Tue, Apr 22, 2008 at 12:11 PM, Samson Tu <swt at stanford.edu> wrote:
> The Guide is a bit out of date. The "import" feature is now accessed
> from the "File/New Project..." menu. In the dialog box, there is a
> "Create from Existing Sources" check box. Checkit and then select a
> project type to import your files. You need to have a RDFS file that
> describes the schema and a RDF file that describes the instances.
>
> Samson
>
> Antonia Iliopoulou wrote:
> > Hi everyone,
> >
> > I am new to the ontology development with protege - frames and I would
> > appreciate your help.
> > I try to build a product ontology and I want to use the unspsc84 library
> > in order to get a big number of instances.
> > I have this library locally as an rdfs file.
> > I read at http://protege.cim3.net/cgi-bin/wiki.pl?RDFBackend that the
> > RDFBackend plug in (which is bundled with the full installation of
> protege)
> > helps to create,import and save RDF(s) files using the Protege-Frames
> > editor. I also read the user guide that is available at
> > http://protege.stanford.edu/doc/users.html.
> > According to this guide under the Project Menu I should have the "Import
> > Project" option.
> > But I do not have this option although the plug in is installed!
> > Could anyone help me understand why does this happen?
> > Or could anyone explain to me how to import an rdf file from the
> > protege-frames editor?
> >
> >
> > Thank you in advance,
> > Antonia
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > protege-discussion mailing list
> > protege-discussion at lists.stanford.edu
> > https://mailman.stanford.edu/mailman/listinfo/protege-discussion
> >
> > Instructions for unsubscribing:
> http://protege.stanford.edu/doc/faq.html#01a.03
>
>
> --
> Samson Tu email: swt at stanford.edu
> Senior Research Scientist web: www.stanford.edu/~swt/
> Center for Biomedical Informatics Research phone: 1-650-725-3391
> Stanford University fax: 1-650-725-7944
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing:
> http://protege.stanford.edu/doc/faq.html#01a.03
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.stanford.edu/pipermail/protege-discussion/attachments/20080424/bc79eaec/attachment.html>
More information about the protege-discussion
mailing list