@prefix rdf: . @prefix : . @prefix rdfs: . @prefix onc: . @prefix terms: . @prefix owl: . @prefix xsd: . @prefix skos: . terms:contributor , ; terms:creator ; terms:description "The Open NEE Model defines an extension of the Open Annotation Data Model (http://www.openannotation.org/spec/core) that allows describing in RDF the result of a Named Entity Extraction (NEE) process, enabling thereby an application to run advanced (SPARQL) queries over the annotated data. The model also exploits the Open NEE Configuration Model (http://www.ics.forth.gr/isl/oncm) for relating the output of a NEE process with an applied configuration (serving provenance information to the output of the entire NEE process)."@en ; terms:issued "2015-02-04"^^xsd:date ; terms:license ; terms:modified "2015-04-03"^^xsd:date ; terms:publisher ; terms:rights "Copyright © FORTH ICS" ; terms:title "Open NEE Model (Open Annotation Extension)"@en ; a owl:Ontology ; rdfs:comment "The Open NEE Model defines an extension of the Open Annotation Data Model (http://www.openannotation.org/spec/core) that allows describing in RDF the result of a Named Entity Extraction (NEE) process, enabling thereby an application to run advanced (SPARQL) queries over the annotated data. The model also exploits the Open NEE Configuration Model (http://www.ics.forth.gr/isl/oncm) for relating the output of a NEE process with an applied configuration (serving provenance information to the output of the entire NEE process)."@en ; rdfs:label "Open NEE Model"@en ; rdfs:seeAlso ; owl:imports , ; owl:versionIRI ; owl:versionInfo "1.0" . :Entity terms:description "Represents an identified entity."@en ; a owl:Class ; rdfs:label "entity"@en ; rdfs:subClassOf . :NEE terms:description "Represents the result of the Named Entity Extraction (NEE) process."@en ; a owl:NamedIndividual, ; rdfs:label "Named Entity Extraction (NEE)"@en ; skos:broader ; skos:prefLabel "Result of Named Entity Extraction (NEE) process."@en . :belongsTo terms:description "Relates an entity to a category."@en ; a owl:ObjectProperty ; rdfs:domain :Entity ; rdfs:label "belongs to"@en ; rdfs:range onc:Category . :confidence terms:description "Relates an entity to a literal representing the confidence of an ambiguous entity."@en ; a owl:DatatypeProperty ; rdfs:domain :Entity ; rdfs:label "confidence"@en ; rdfs:range rdfs:Literal . :detectedAs terms:description "Relates an entity to a literal representing the string in the document that was detected and considered an entity."@en ; a owl:DatatypeProperty ; rdfs:domain :Entity ; rdfs:label "detected as"@en ; rdfs:range rdfs:Literal . :hasMatchedURI terms:description "Relates an entity to a URI."@en ; a owl:ObjectProperty ; rdfs:domain :Entity ; rdfs:label "has matched URI"@en ; rdfs:range rdfs:Resource . :position terms:description "Relates an entity to one or more literals representing the positions in the document in which the entity name was detected."@en ; a owl:DatatypeProperty ; rdfs:domain :Entity ; rdfs:label "position"@en ; rdfs:range rdfs:Literal . :regardsEntityName terms:description "Relates an entity to a literal representing the actual entity name that exists in a gazetteer of the NEE system."@en ; a owl:DatatypeProperty ; rdfs:domain :Entity ; rdfs:label "regards entity name"@en ; rdfs:range rdfs:Literal . :score terms:description "Relates an entity to a literal (or a URI to a literal) representing the score of an entity (or of URI)."@en ; a owl:DatatypeProperty ; rdfs:label "score"@en ; rdfs:range rdfs:Literal . :usingConfiguration terms:description "Relates the annotation process to a configuration."@en ; a owl:ObjectProperty ; rdfs:domain ; rdfs:label "using configuration"@en ; rdfs:range onc:Configuration .