Skip to content

shankarcabus/RDFree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDFree

A computational solution for integrating Semantic Web and Complex Networks.

RDFree is a converter of the semantic web data to formats readable by software of network analysis (Pajek, Gephi, etc.).

Get Started

Edits the config.py

OUTPUT_FILE = 'output.gexf'
ENDPOINT = "http://dbpedia.org/sparql"
QUERY = '''
  SELECT ?band_uri, ?genre_uri
  WHERE {
    ?band_uri a <http://dbpedia.org/ontology/Band> ;
    dbpedia-owl:genre ?genre_uri .
  }
  LIMIT 1000
'''

# GEXF
CREATOR = 'Shankar Cabus de Teive e Argollo'
DESCRIPTION = u'Get Start'
DEFAULTEDGETYPE = 'undirected'
MODE = 'static'
LABEL = 'Relacionamento entre bandas e genero'

About

A computational solution for integrating Semantic Web (RDF) and Complex Networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages