Ontology Editors
SKOS Tools:
- http://books.google.com/books?id=D45HPTGbhy8C&pg=PA506&lpg=PA506&dq=skos+editor&source=bl&ots=-0J1JVz90u&sig=HNHRy2My2TZcX8M-SgE3OqdDb64&hl=en&ei=Znc8TJCRIYOosQP-q63aCg&sa=X&oi=book_result&ct=result&resnum=9&ved=0CD0Q6AEwCA#v=onepage&q=skos%20editor&f=false
- http://www.minervaisrael.org.il/s558.html
- http://data.semanticweb.org/conference/eswc/2009/paper/180/html
- http://code.google.com/p/skoseditor/
- http://protegewiki.stanford.edu/wiki/SKOS_Editor
<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#"    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"    xmlns:skos="http://www.w3.org/2004/02/skos/core#"    xml:base="http://www.tdar.org/ontologies/core/investigation#">        <skos:Concept rdf:about="hearth">      <skos:definition>Discolored area of soil (or sediment), often including charcoal, ash        deposits or fire cracked rock, exhibiting evidence of use in association with fire. May        be bounded (e.g., rock ring) or ill-defined.</skos:definition>      <skos:prefLabel>hearth</skos:prefLabel>      <skos:altLabel>hearth</skos:altLabel>          <skos:broader rdf:resource="featureType"/>      <skos:narrower rdf:resource="something"/>      <skos:related rdf:resource="something"/>      <skos:exactMatch rdf:resource="something"/>      <skos:hasTopConcept rdf:resource="http:// "/>       <skos:scopeNote>something</skos:scopeNote>     </skos:Concept>       </rdf:RDF>