This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<?xml-stylesheet type="text/xsl" href="owl2html.xslt"?> | |
<rdf:RDF xmlns="http://example.com/ontology/" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:dct="http://purl.org/dc/terms/" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | |
xmlns:owl="http://www.w3.org/2002/07/owl#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Windows (notepad) like keybinding for nano editor | |
# written by zonuexe, license under GPLv3 or NYSL(0.9982) | |
# lastupdate: h240921 | |
# | |
# how to install | |
# a. rename and move this file to $HOME/.nanorc | |
# % mv nanorc.keybindings $HOME/.nanorc | |
# b. concatenate this file with tail of $HOME/.nanorc | |
# % cat nanorc.keybindings >> $HOME/.nanorc |