[ANN] RDF Graph Modeling Language

Hello 

I wrote a draft specification to describe graph structures using the RDF 
model (RGML - RDF Graph Modeling Language). You can find it at:
http://www.cs.rpi.edu/~puninj/RGML/

[[[

RGML Specification

The RDF Graph Modeling Language (RGML) is a W3C RDF vocabulary to describe 
graph structures, including semantic informationassociated with a graph. 
Viewing general graphs as Web resources, RGML defines graph, node, and edge 
as RDF classes and attributes of graphs (such as label and weight) as RDF 
properties. Some of these RDF properties establish relationships between 
graph, node, and edge instances. RDF Statements about graph elements involve 
subjects, predicates and objects. Subjects and predicates are RDF Resources, 
while objects are either RDF Resources or RDF Literals. RGML uses the XML 
Schema datatypes for RDF Literals. RGML can be easily combined with other 
RDF vocabularies, for example, to add Dublin Core properties. RGML is very 
useful for describing webgraphs (the structure of a web site), 
web collections, and sitemaps. 

]]]

I also wrote a brief note : 
"Adding Graph Rules using RGML and Logic Primitives"
http://www.cs.rpi.edu/~puninj/RGML/graph_rules.html

You can find examples of graph rules using Notation 3 at:
http://www.cs.rpi.edu/~puninj/RGML/N3/

Questions and comments are welcome.
Best wishes
John Punin
puninj@cs.rpi.edu

Received on Wednesday, 18 July 2001 23:05:49 UTC