############################################################################### # Disclaimer: http://www.lockheedmartin.com/disclaimer.html ## # This file is in N3 format, a language equivalent to XML but easier to # read and write. It is best viewed with tab stops at 8 spaces. # The following are bindings for namespace shorthands. ## @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix dc: . @prefix dct: . @prefix log: . @prefix oe: . @prefix ae: . @prefix : . ############################################################################### # This is an example of an ontology alignment evaluation file. ## =<>; a log:N3Document; a ae:AlignmentEvaluationFile; dc:title "Ontology Alignment Evaluation File Example"; dc:publisher "Lockheed Martin Advanced Technology Laboratories"; dc:creator "Experiment Set Platform"; dct:created "2004-04-30"; dct:issued "2004-04-30"; owl:versionInfo "0.0.1"; dc:format "text/n3"; dc:language "en"; rdfs:label "Ontology Alignment Evaluation Example"; oe:evaluates ; ae:trueAlignment ; oe:grader ; ae:meanGlobalCardinality "0.5"; ae:sdGlobalCardinality "0.5"; ae:unalignedElements "0.5"; ae:alignmentProportion "0.5"; ae:uniqueElements "0.5"; ae:alignmentChallenge "0.8"; ae:truePositives "0.8"; ae:falseNegatives "0.0"; ae:precision "0.8"; ae:recall "0.8"; ae:fMeasure "0.8"; ae:alignmentPerformance "0.64".