RE: [Introspector-developers] Some links ...
Status: Beta
Brought to you by:
mdupont
|
From: Dupont, M. <mic...@mc...> - 2003-01-23 13:06:45
|
I used the command cwm --ntriples test.ntripples --rdf > test.rdf
then edited it to look nice :
after that,you find the n3 output as well.
---------------------------------------------------------------------------
<!-- Processed by Id: cwm.py,v 1.115 2003/01/10 17:13:13 timbl Exp -->
<!-- using base
file:/cygdrive/c/development/testing/cwm/2000/10/swap/test.ntriples-->
<rdf:RDF
xmlns="file:/cygdrive/c/development/testing/cwm/2000/10/swap/test.ntriples#"
xmlns:log="http://www.w3.org/2000/10/swap/log#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:node_fields="http://purl.oclc.org/NET/introspector/2002/11/24/gcc/node
_fields#"
xmlns:node_types="http://purl.oclc.org/NET/introspector/2002/11/24/gcc/node_
types#"
xmlns:node_modifier="http://purl.oclc.org/NET/introspector/2002/11/24/gcc/no
de_modifiers#"
>
<rdf:Description rdf:about="#id-1">
<node_fields:args
rdf:resource="#id-5"/>
<node_fields:args
rdf:resource="node_types:parm_decl"/>
<node_fields:chan
rdf:resource="#id-4"/>
<node_fields:chan
rdf:resource="node_types:function_decl"/>
<node_fields:filename
rdf:resource="#filename-ildasm_main.c"/>
<node_fields:linenumber >459</node_fields:linenumber>
<node_fields:modifier
rdf:resource="node_modifiers:static"/>
<node_fields:name
rdf:resource="#id-2"/>
<node_fields:name
rdf:resource="node_types:identifier_node"/>
<node_fields:tree-code
rdf:resource="node_types:function_decl"/>
<node_fields:type
rdf:resource="#id-3"/>
<node_fields:type
rdf:resource="node_types:function_type"/>
</rdf:Description>
<rdf:Description rdf:about="#id-2">
<node_fields:lngt>12</node_fields:lngt>
<node_fields:strg >dumpAssembly</node_fields:strg>
<node_fields:tree-code
rdf:resource="node_types:identifier_node"/>
</rdf:Description>
<rdf:Description rdf:about="#id-10">
<node_fields:args
rdf:resource="#id-21"/>
<node_fields:args
rdf:resource="node_types:parm_decl"/>
<node_fields:chan
rdf:resource="#id-20"/>
<node_fields:chan
rdf:resource="node_types:function_decl"/>
<node_fields:filename
rdf:resource="#filename-ildasm_main.c"/>
<node_fields:linenumber >391</node_fields:linenumber>
<node_fields:modifier
rdf:resource="node_modifiers:static"/>
<node_fields:name
rdf:resource="#id-19"/>
<node_fields:name
rdf:resource="node_types:identifier_node"/>
<node_fields:tree-code
rdf:resource="node_types:function_decl"/>
<node_fields:type
rdf:resource="#id-3"/>
<node_fields:type
rdf:resource="node_types:function_type"/>
</rdf:Description>
<rdf:Description rdf:about="#id-100">
<node_fields:lngt >9</node_fields:lngt>
<node_fields:strg >ILContext</node_fields:strg>
<node_fields:tree-code
rdf:resource="node_types:identifier_node"/>
</rdf:Description>
</rdf:RDF>
----------------------------------------------------------------------------
--------
#Processed by Id: cwm.py,v 1.115 2003/01/10 17:13:13 timbl Exp
# using base
file:/cygdrive/c/development/testing/cwm/2000/10/swap/test.rdf
# Notation3 generation by
# notation3.py,v 1.131 2003/01/21 16:10:36 timbl Exp
# Base was: file:/cygdrive/c/development/testing/cwm/2000/10/swap/test.rdf
@prefix : <#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix node_fields:
<http://purl.oclc.org/NET/introspector/2002/11/24/gcc/node_fields#> .
@prefix node_modifier:
<http://purl.oclc.org/NET/introspector/2002/11/24/gcc/node_modifiers#> .
@prefix node_types:
<http://purl.oclc.org/NET/introspector/2002/11/24/gcc/node_types#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
:id-1 node_fields:args :id-5,
<node_types:parm_decl>;
node_fields:chan :id-4,
<node_types:function_decl>;
node_fields:filename <#filename-ildasm_main.c>;
node_fields:linenumber "459";
node_fields:modifier <node_modifiers:static>;
node_fields:name :id-2,
<node_types:identifier_node>;
node_fields:tree-code <node_types:function_decl>;
node_fields:type :id-3,
<node_types:function_type> .
:id-10 node_fields:args :id-21,
<node_types:parm_decl>;
node_fields:chan :id-20,
<node_types:function_decl>;
node_fields:filename <#filename-ildasm_main.c>;
node_fields:linenumber "391";
node_fields:modifier <node_node_fields:modifiers:static>;
node_fields:name :id-19,
<node_types:identifier_node>;
node_fields:tree-code <node_types:function_decl>;
node_fields:type :id-3,
<node_types:function_type> .
:id-100 node_fields:lngt "9";
node_fields:strg "ILContext";
node_fields:tree-code <node_types:identifier_node> .
#ENDS
-----Original Message-----
From: Bernardi Mario Luca [mailto:mar...@in...]
Sent: Thursday, January 23, 2003 1:43 PM
To: James Michael DuPont
Cc: introspector ml
Subject: [Introspector-developers] Some links ...
Hi all ,
I've started using cwm and it seems good.
I also converted ntriples in RDF and KIF ( Knowledge Interchange
Format).
Here are some links for kif:
http://www.w3.org/2000/10/swap/n-triples2kif.pl
http://www.csee.umbc.edu/kse/kif/
http://users.bestweb.net/~sowa/krbook/
http://www-ksl.stanford.edu/knowledge-sharing/kif/
Since more format we have more tools we can use , take a look to these:
http://www.cs.utexas.edu/users/mfkb/related.html#semantic-web
http://ksl-web.stanford.edu/kst/ontology-sources.html
These are good link collections on KBS , Ontology Projects and the like.
There are some knowledge sharing tools based on lisp & prolog that use
KIF and pheraphs need some attention.
Now i go to find chains(mike , i'm doing the cmd tool with 4 parameters)
& to take a look to cwmclone for prolog ( i'm very curious about it's
capabilities).
--
Cheers,
Bernardi Mario Luca <mar...@in...>
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Introspector-developers mailing list
Int...@li...
https://lists.sourceforge.net/lists/listinfo/introspector-developers
|