@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . @prefix bib: . @prefix xsd: . @prefix owl: . [ a :newsItem; rss:title "Paper on 'Automatic Mapping of OWL Ontologies into Java' accepted in SEKE'04"; dc:date "2004-04-01"^^xsd:date; :creator [foaf:mbox ] ; :newsID "38"; rss:description "The paper presents a technique to operationalize OWL ontologies by performing a mapping between the knowledge representation language OWL and the object oriented programming language Java"; :newsDescription "Click here to view the paper (also added to the 'Papers' section on the website." ].