Skip to content
/ cf2rdf Public

CF standard names vocabulary to RDF: Automated Conversion and Registration

License

Notifications You must be signed in to change notification settings

mmisw/cf2rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Known Vulnerabilities

cf2rdf

The cf2rdf tool performs the following operations:

Running

Download the latest executable JAR cf2rdf-x.y.z.jar from https://github.com/mmisw/cf2rdf/releases/.

You will only need a Java runtime environment to execute cf2rdf.

cf2rdf expects a number of parameters for its regular execution. These parameters are to be indicated in a local cf2rdf.conf file on the current directory. A template of such file, with a description of the various parameters, can be generated as follows:

$ java -jar cf2rdf-x.y.z.jar generate-conf

Edit cf2rdf.conf as needed.

As command-line arguments for the regular execution, cf2rdf expects:

  • either the watchdog argument to check for current remote CF version and trigger conversion and registration in case of new version (based on comparison with latest processed file):

      $ java -jar cf2rdf-x.y.z.jar watchdog
    
  • or the desired specific steps to be performed, for example:

      $ java -jar cf2rdf-x.y.z.jar download convert register
    

With a typical configuration: