@base . @prefix rdf: . @prefix : <#> . @prefix olia_system: . @prefix rdfs: . @prefix owl: . @prefix xsd: . <> a owl:Ontology ; rdfs:comment """OLiA Annotation Model for Penn Treebank (PTB) part-of-speech annotation (Santorini 1990) Unless specified otherwise, all comments are taken from Santorini (1990). References Beatrice Santorini (1990), Part-of-Speech tagging guidelines for the Penn Treebank Project, 3rd revision, 2nd printing, ftp://ftp.cis.upenn.edu/pub/treebank/doc/tagguide.ps.gz"""^^xsd:string ; rdfs:isDefinedBy "ftp://ftp.cis.upenn.edu/pub/treebank/doc/tagguide.ps.gz"^^xsd:string ; owl:versionInfo """2008-04-10 created 2011-11-28 fixed typo (PR vs. RP) 2011-11-31 added Punctuation (not addressed by Santorini 1990) Christian Chiarcos, chiarcos@uni-potsdam.de"""^^xsd:string . :Adjective a owl:Class ; rdfs:comment """These are adjectives, ordinal numerals, and ordinal numbers. Hyphenated compounds that are used as modifiers are tagged as adjectives, e.g. \"happy-go-lucky\", \"one-of-a-kind\", \"run-of-the-mill\". Ordinal numbers are tagged as adjectives, as are compounds of the form \"n-th\" or \"X-est\", like \"fourth-largest\"."""^^xsd:string ; rdfs:subClassOf :Tag . :Adverb a owl:Class ; rdfs:comment "This category includes most words that end in -ly as well as degree words like \"quite\", \"too\" and \"very\", posthead modifiers like \"enough\" and \"indeed\" (as in \"good enough\", \"very well indeed\"), and negative markers like \"not\", \"n' t\" and \"never\"."^^xsd:string ; rdfs:subClassOf :Tag . :BackwardDoubleQuote a owl:Class ; rdfs:subClassOf :DoubleQuote . :BaseForm a owl:Class ; rdfs:comment """This tag subsumes imperatives, infinitives and subjunctives. EXAMPLES: Imperative: Do/VB it. Infinitive: You should do/VB it. We want them to do/VB it. We made them do/VB it. Subjunctive: We suggested that he do/VB it."""^^xsd:string ; rdfs:subClassOf :Verb . :BePastTense a owl:Class ; rdfs:comment """This category includes the conditional form of the verb to be. EXAMPLES: If I were/VBD rich... If I were/VBD to win the lottery..."""^^xsd:string ; rdfs:subClassOf :Verb . :BePresentTense a owl:Class ; rdfs:comment "These are verbforms in present tense. This class includes 3rd person singular or other than 3rd person singular verbforms."^^xsd:string ; rdfs:subClassOf :Verb . :CC olia_system:hasTag "CC"^^xsd:string ; a :CoordinatingConjunction, owl:NamedIndividual . :CD olia_system:hasTag "CD"^^xsd:string ; a :CardinalNumber, owl:NamedIndividual . :CardinalNumber a owl:Class ; rdfs:comment "These are cardinal numbers."^^xsd:string ; rdfs:subClassOf :Tag . :Colon a owl:Class ; rdfs:subClassOf :Punctuation . :Comma a owl:Class ; rdfs:subClassOf :Punctuation . :CommonNoun a owl:Class ; rdfs:comment "These are common nouns in singular or plural, or mass nouns."^^xsd:string ; rdfs:subClassOf :Noun . :ComparativeAdjective a owl:Class ; rdfs:comment """These are adjectives mostly with the comparative ending -er and a comparative meaning. \"More\" or \"less\" should be tagged as a comparative adjective when it is used without a head noun and it corresponds to the object of a verb or preposition."""^^xsd:string ; rdfs:subClassOf :Adjective . :ComparativeAdverb a owl:Class ; rdfs:comment "These are comparative adverbs."^^xsd:string ; rdfs:subClassOf :Adverb . :Conjunction a owl:Class ; rdfs:subClassOf :Tag . :CoordinatingConjunction a owl:Class ; rdfs:comment """This category includes \"and\", \"but\", \"nor\", \"or\", \"yet\" (as in \"Yet it's cheap\", \"cheap yet good\"), as well as the mathematical operators \"plus\", \"minus\", \"less\", \"times\" (in the sense of \"multiplied by\") and \"over\" (in the sense of \"divided by\"), when they are spelled out. For in the sense of \"because\" is a coordinating conjunction."""^^xsd:string ; rdfs:subClassOf :Conjunction . :DT olia_system:hasTag "DT"^^xsd:string ; a :Determiner, owl:NamedIndividual ; rdfs:comment "determiner, also article"^^xsd:string . :Determiner a owl:Class ; rdfs:comment "This category includes the articles \"a(n)\", \"every\", \"no\" and \"the\", the indefinite determiners \"another\", \"any\" and \"some\", \"each\", \"either\" (as in \"either way\"), \"neither\" (as in \"neither decision\"), \"that\", \"these\", \"this\" and \"those\", and instances of \"all\" and \"both\" when they do not precede a determiner or possessive pronoun (as in \"all roads\" or \"both times\")."^^xsd:string ; rdfs:subClassOf :Tag . :Dollar a owl:Class ; rdfs:subClassOf :Punctuation . :DoubleQuote a owl:Class ; rdfs:subClassOf :Punctuation . :EX olia_system:hasTag "EX"^^xsd:string ; a :ExistentialThere, owl:NamedIndividual . :ExistentialThere a owl:Class ; rdfs:comment "Existential \"there\" is the unstressed \"there\" that triggers inversion of the inflected verb and the logical subject of a sentence, e.g. \"There/EX was a party in progress.\", \"There/EX ensued a melee.\"."^^xsd:string ; rdfs:subClassOf :Tag . :FW olia_system:hasTag "FW"^^xsd:string ; a :ForeignWord, owl:NamedIndividual . :ForeignWord a owl:Class ; rdfs:comment "These are foreign words."^^xsd:string ; rdfs:subClassOf :Tag . :ForwardDoubleQuote a owl:Class ; rdfs:subClassOf :DoubleQuote . :FullStop a owl:Class ; rdfs:subClassOf :Punctuation . :GerundOrPresentParticiple a owl:Class ; rdfs:comment "This is a verb in present participle or in gerund."^^xsd:string ; rdfs:subClassOf :Verb . :IN olia_system:hasTag "IN"^^xsd:string ; a :PrepositionOrSubordinatingConjunction, owl:NamedIndividual . :Interjection a owl:Class ; rdfs:comment "This category includes \"my\" (as in \"My, what a gorgeous day\"), \"oh\", \"please\", \"see\" (as in \"See it's like this\"), \"uh\", \"well\" and \"yes\", among others."^^xsd:string ; rdfs:subClassOf :Tag . :JJ olia_system:hasTag "JJ"^^xsd:string ; a :Adjective, owl:NamedIndividual ; rdfs:comment "adjective, ordinal numeral, ordinal number"^^xsd:string . :JJR olia_system:hasTag "JJR"^^xsd:string ; a :ComparativeAdjective, owl:NamedIndividual . :JJS olia_system:hasTag "JJS"^^xsd:string ; a :SuperlativeAdjective, owl:NamedIndividual . :LS olia_system:hasTag "LS"^^xsd:string ; a :ListItemMarker, owl:NamedIndividual . :LeftBracket a owl:Class ; rdfs:subClassOf :Punctuation . :LeftCurlyBracket a owl:Class ; rdfs:subClassOf :LeftBracket . :LeftRoundBracket a owl:Class ; rdfs:subClassOf :LeftBracket . :LeftSquareBracket a owl:Class ; rdfs:subClassOf :LeftBracket . :ListItemMarker a owl:Class ; rdfs:comment "This category includes letters and numerals when they are used to identify items in a list."^^xsd:string ; rdfs:subClassOf :Tag . :MD olia_system:hasTag "MD"^^xsd:string ; a :ModalVerb, owl:NamedIndividual . :ModalVerb a owl:Class ; rdfs:comment """This category includes all verbs that don't take an -s ending in the third person singular present: \"can\", \"could\", (\"dare\"), \"may\", \"might\", \"must\", \"ought\", \"shall\", \"should\", \"will\", \"would\"."""^^xsd:string ; rdfs:subClassOf :Verb . :NN olia_system:hasTag "NN"^^xsd:string ; a :CommonNoun, owl:NamedIndividual ; rdfs:comment "Noun singular or mass"^^xsd:string . :NNP olia_system:hasTag "NNP"^^xsd:string ; a :ProperNoun, owl:NamedIndividual ; rdfs:comment "Proper noun singular"^^xsd:string . :NNPS olia_system:hasTag "NNPS"^^xsd:string ; a :ProperNoun, owl:NamedIndividual ; rdfs:comment "Proper noun plural"^^xsd:string . :NNS olia_system:hasTag "NNS"^^xsd:string ; a :CommonNoun, owl:NamedIndividual ; rdfs:comment "Noun plural"^^xsd:string . :Noun a owl:Class ; rdfs:comment "This is a class, we inserted to structure the tagset."^^xsd:string ; rdfs:subClassOf :Tag . :PDT olia_system:hasTag "PDT"^^xsd:string ; a :Predeterminer, owl:NamedIndividual . :POS olia_system:hasTag "POS"^^xsd:string ; a :PossessiveEnding, owl:NamedIndividual . :PP olia_system:hasTag "PP"^^xsd:string ; a :PersonalPronoun, owl:NamedIndividual ; rdfs:comment """PP is the used Tag in \"Part-of-Speech Tagging Guidelines for the Penn Treebank Project\", Beatrice Santorini, 15.03.1991\" (http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/Penn-Treebank-Tagset.ps 21.11.07)"""^^xsd:string . :PPpossessive olia_system:hasTag "PP$"^^xsd:string ; a :PossessivePronoun, owl:NamedIndividual ; rdfs:comment """PP$is the used Tag in \"Part-of-Speech Tagging Guidelines for the Penn Treebank Project\", Beatrice Santorini, 15.03.1991\" (http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/Penn-Treebank-Tagset.ps 21.11.07)"""^^xsd:string . :PRP olia_system:hasTag "PRP"^^xsd:string ; a :PersonalPronoun, owl:NamedIndividual ; rdfs:comment "PRP is the used Tag in \"Part of Speech Tagging Guidelines for the Penn Treebank Project, June 1990\" (ftp://ftp.cis.upenn.edu/pub/treebank/doc/tagguide.ps.gz 21.11.07)"^^xsd:string . :PRPpossessive olia_system:hasTag "PRP$"^^xsd:string ; a :PossessivePronoun, owl:NamedIndividual ; rdfs:comment "PRP$ is the used Tag in \"Part of Speech Tagging Guidelines for the Penn Treebank Project, June 1990\" (ftp://ftp.cis.upenn.edu/pub/treebank/doc/tagguide.ps.gz 21.11.07)"^^xsd:string . :Particle a owl:Class ; rdfs:comment "This category includes a number of mostly monosyllabic words that also double as directional adverbs and prepositions."^^xsd:string ; rdfs:subClassOf :Tag . :PastParticiple a owl:Class ; rdfs:comment "This is a verb in past participle."^^xsd:string ; rdfs:subClassOf :Verb . :PersonalPronoun a owl:Class ; rdfs:comment "This category includes the personal pronouns proper, without regard for case distinctions (\"I\", \"me\", \"you\", \"he\", \"him\", etc.), the reflexive pronouns ending in -self or -selves, and the nominal possessive pronouns \"mine\", \"yours\", \"his\", \"hers\", \"ours\" and \"theirs\"."^^xsd:string ; rdfs:subClassOf :Pronoun . :PossessiveEnding a owl:Class ; rdfs:comment """The possessive ending on nouns ending in 's or is split off by the tagging algorithm and tagged as if it were a separate word. e.g. \"John/ NP 's/POS idea\", \"the parents/NNS'/POS distress\"."""^^xsd:string ; rdfs:subClassOf :Tag . :PossessivePronoun a owl:Class ; rdfs:comment "This category includes the adjectival possessive forms \"my\", \"your\", \"his\", \"her\", \"its\", \"one's\", \"our\" and \"their\"."^^xsd:string ; rdfs:subClassOf :Pronoun . :PossessiveWhPronoun a owl:Class ; rdfs:subClassOf :PossessivePronoun, :WhPronoun . :Predeterminer a owl:Class ; rdfs:comment """This category includes the following determinerlike elements when they precede an article or possessive pronoun. EXAMPLES: all/PDT his marbles nary/PDT a soul both/PDT the girls quite/PDT a mess half/PDT his time rather/PDT a nuisance many/PDT a moon such/PDT a good time"""^^xsd:string ; rdfs:subClassOf :Determiner . :PrepositionOrSubordinatingConjunction a owl:Class ; rdfs:comment """We make no explicit distinction between prepositions and subordinating conjunctions. (The distinction is not lost, however - a preposition is an IN that precedes a noun phrase or a prepositional phrase, and a subordinate conjunction is an IN that precedes a clause). The preposition \"to\" has its own special tag TO."""^^xsd:string ; rdfs:subClassOf :Conjunction . :Pronoun a owl:Class ; rdfs:comment "This is a class, we inserted to structure the tagset."^^xsd:string ; rdfs:subClassOf :Tag . :ProperNoun a owl:Class ; rdfs:comment "These are singular or plural proper nouns."^^xsd:string ; rdfs:subClassOf :Noun . :Punctuation a owl:Class ; rdfs:subClassOf olia_system:LinguisticAnnotation, [ a owl:Restriction ; owl:hasValue "pos" ; owl:onProperty olia_system:hasTier ] ; owl:versionInfo "Not addressed by Santorini (1990), but produced by real-world taggers, also cf. http://www.cis.upenn.edu/~treebank/tokenization.html for the treatment of PTB punctuation tags in the parsed Penn Treebank." . :RB olia_system:hasTag "RB"^^xsd:string ; a :Adverb, owl:NamedIndividual ; rdfs:comment "adverb, negation"^^xsd:string . :RBR olia_system:hasTag "RBR"^^xsd:string ; a :ComparativeAdverb, owl:NamedIndividual . :RBS olia_system:hasTag "RBS"^^xsd:string ; a :SuperlativeAdverb, owl:NamedIndividual . :RP olia_system:hasTag "RP"^^xsd:string ; a :Particle, owl:NamedIndividual . :RightBracket a owl:Class ; rdfs:subClassOf :Punctuation . :RightCurlyBracket a owl:Class ; rdfs:subClassOf :RightBracket . :RightRoundBracket a owl:Class ; rdfs:subClassOf :RightBracket . :RightSquareBracket a owl:Class ; rdfs:subClassOf :RightBracket . :SYM olia_system:hasTag "SYM"^^xsd:string ; a :Symbol, owl:NamedIndividual . :SuperlativeAdjective a owl:Class ; rdfs:comment "These are adjectives with the superlative ending -est (as well as \"worst\"). \"Most\" and \"least\" can also be tagged as superlative adjective when they occur by themselves."^^xsd:string ; rdfs:subClassOf :Adjective . :SuperlativeAdverb a owl:Class ; rdfs:comment "These are superlative adverbs."^^xsd:string ; rdfs:subClassOf :Adverb . :Symbol a owl:Class ; rdfs:comment "This tag should be used for mathematical, scientific and technical symbols or expressions that aren't words of English. It should not used for any and all technical expressions. For instance, the names of chemicals, units of measurements (including abbreviations thereof) and the like should be tagged as nouns."^^xsd:string ; rdfs:subClassOf :Tag . :TO olia_system:hasTag "TO"^^xsd:string ; a :To, owl:NamedIndividual . :Tag a owl:Class ; rdfs:subClassOf olia_system:LinguisticAnnotation, [ a owl:Restriction ; owl:hasValue "pos"^^xsd:string ; owl:onProperty olia_system:hasTier ] . :To a owl:Class ; rdfs:comment "\"To\" is tagged TO, regardless of whether it is a preposition or an infinitival marker."^^xsd:string ; rdfs:subClassOf :Tag . :UH olia_system:hasTag "UH"^^xsd:string ; a :Interjection, owl:NamedIndividual ; rdfs:comment "interjections, exclamation"^^xsd:string . :VB olia_system:hasTag "VB"^^xsd:string ; a :BaseForm, owl:NamedIndividual . :VBD olia_system:hasTag "VBD"^^xsd:string ; a :BePastTense, owl:NamedIndividual . :VBG olia_system:hasTag "VBG"^^xsd:string ; a :GerundOrPresentParticiple, owl:NamedIndividual . :VBN olia_system:hasTag "VBN"^^xsd:string ; a :PastParticiple, owl:NamedIndividual . :VBP olia_system:hasTag "VBP"^^xsd:string ; a :BePresentTense, owl:NamedIndividual ; rdfs:comment "Verb non 3-rd person singular present"^^xsd:string . :VBZ olia_system:hasTag "VBZ"^^xsd:string ; a :BePresentTense, owl:NamedIndividual ; rdfs:comment "Verb 3-rd person singular present"^^xsd:string . :Verb a owl:Class ; rdfs:subClassOf :Tag . :WDT olia_system:hasTag "WDT"^^xsd:string ; a :WhDeterminer, owl:NamedIndividual . :WP olia_system:hasTag "WP"^^xsd:string ; a :WhPronoun, owl:NamedIndividual . :WPpossessive olia_system:hasTag "WP$"^^xsd:string ; a :PossessiveWhPronoun, owl:NamedIndividual . :WRB olia_system:hasTag "WRB"^^xsd:string ; a :WhAdverb, owl:NamedIndividual . :WhAdverb a owl:Class ; rdfs:comment """This category includes \"how\", \"where\", \"why\", etc. When in a temporal sense is tagged as wh-adverb. In the sense of \"if\", on the other hand, it is a subordinating conjunction. EXAMPLES: \"When/WRB he finally arrived, I was on my way out.\""""^^xsd:string ; rdfs:subClassOf :Adverb . :WhDeterminer a owl:Class ; rdfs:comment "This category includes \"which\", as well as that when it is used as a relative pronoun."^^xsd:string ; rdfs:subClassOf :Determiner . :WhPronoun a owl:Class ; rdfs:comment "This category includes \"what\", \"who\" and \"whom\"."^^xsd:string ; rdfs:subClassOf :Pronoun . :backwardDoubleQuote olia_system:hasTag "''" ; a :BackwardDoubleQuote, owl:NamedIndividual . :colon olia_system:hasTag ":" ; a :Colon, owl:NamedIndividual . :comma olia_system:hasTag "," ; a :Comma, owl:NamedIndividual . :dollar olia_system:hasTag "$" ; a :Dollar, owl:NamedIndividual . :doubleQuote olia_system:hasTag "\"" ; a :DoubleQuote, owl:NamedIndividual . :forwardDoubleQuote olia_system:hasTag "``" ; a :ForwardDoubleQuote, owl:NamedIndividual . :fullStop olia_system:hasTag "." ; a :FullStop, owl:NamedIndividual . :leftCurlyBracket olia_system:hasTag "-LCB-", "{" ; a :LeftCurlyBracket, owl:NamedIndividual . :leftRoundBracket olia_system:hasTag "(", "-LRB-" ; a :LeftRoundBracket, owl:NamedIndividual . :leftSquareBracket olia_system:hasTag "-LSB-", "[" ; a :LeftSquareBracket, owl:NamedIndividual . :rightCurlyBracket olia_system:hasTag "-RCB-", "}" ; a :RightCurlyBracket, owl:NamedIndividual . :rightRoundBracket olia_system:hasTag ")", "-RRB-" ; a :RightRoundBracket, owl:NamedIndividual . :rightSquareBracket olia_system:hasTag "-RSB-", "]" ; a :RightSquareBracket, owl:NamedIndividual . olia_system:LinguisticAnnotation a owl:Class . olia_system:hasTag a owl:DatatypeProperty . olia_system:hasTier a owl:DatatypeProperty .