RDFVizler vocabulary

IRI:
http://rdfvizler.dyreriket.xyz/vocabulary/core
Version IRI:
http://rdfvizler.dyreriket.xyz/vocabulary/core-0.1
Date:
03/01/2019
Current version:
0.1
Authors:
http://folk.uio.no/martige/foaf#me
Other visualisation:
Ontology source

Abstract

The RDFVizler vocabulary describes graphs which can be converted to Graphviz dot graphs and visualised with Graphviz' dot software. The basic rules of using the RDFVizler vocabulary are: - There must be a single rvz:Rootgraph, this graph can also be a rvz:StrictGraph and a rvz:DiGraph (directed graph). - All rvz:Node-s, rvz:Edge-s and rvz:SubGraph-s must be associated with the rvz:Graph to which is belongs, with respectively the properties rvz:hasNode, rvz:hasEdge and rvz:hasSubGraph. - An rvz:Edge must have a rvz:hasSource and rvz:hasTarget which are rvz:Node-s. - The vocabulary does not specify any resources in the namespaces rvz-a, rvz-n and rvz-e, but these are "catch-all" namespaces that are used to associate Graphviz attributes to Graphs, Nodes, and Edges. Any property placed in these namespaces are interpreted as attributes, e.g., the property rvz-a:label is used set labels since label is an attribute in the DOT language. The namespace rvz-a is used to associate an attribute to any class, i.e, rvz:Node, rvz:Egde or rvz:Graph, while the namespaces rvz-n and rvz-e are used to specify default node and edge attributes, respectively, to a Graph.

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Namespace Declarations

Classes

di graphc back to ToC or Class ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#DiGraph

A directed graph, i.e., edges have a direction
has super-classes
root graphc

edgec back to ToC or Class ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#Edge

A graph edge. An edge must have a source node and a target node.
is in domain of
has sourceop, has targetop
is in range of
has edgeop

nodec back to ToC or Class ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#Node

A graph node
is in range of
has nodeop, has sourceop, has targetop

root graphc back to ToC or Class ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#RootGraph

Every graph must have exactly one RootGraph.
has super-classes
graphc
has sub-classes
di graphc, strict graphc

strict graphc back to ToC or Class ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#StrictGraph

A strict graph "forbids the creation of multi-edges". For more details see https://www.graphviz.org/doc/info/lang.html.
has super-classes
root graphc

Object Properties

has edgeop back to ToC or Object Property ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#hasEdge

Associates an edge with the graph to which it belongs.
has domain
graphc
has range
edgec

has nodeop back to ToC or Object Property ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#hasNode

Associates a node with the graph to which it belongs.
has domain
graphc
has range
nodec

has sourceop back to ToC or Object Property ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#hasSource

Associates an edge with its source node.
has domain
edgec
has range
nodec

has sub graphop back to ToC or Object Property ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#hasSubGraph

has domain
graphc
has range
graphc

has targetop back to ToC or Object Property ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#hasTarget

Associates an edge with its target node.
has domain
edgec
has range
nodec

Data Properties

has i ddp back to ToC or Data Property ToC

IRI: http://rdfvizler.dyreriket.xyz/vocabulary/core#hasID

Associates an ID label to a graph, node or edge.

Namespace Declarations back to ToC

default namespace
http://rdfvizler.dyreriket.xyz/vocabulary/core#
dc
http://purl.org/dc/elements/1.1/
foaf
http://xmlns.com/foaf/0.1/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
rdfvizler-dyreriket-xyz
http://rdfvizler.dyreriket.xyz/
skos
http://www.w3.org/2004/02/skos/core#
vocabulary
http://rdfvizler.dyreriket.xyz/vocabulary/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.