Annotation Property: comment
http://www.w3.org/2000/01/rdf-schema#comment
Usage (27)
-
http://nlp2rdf.lod2.eu/schema/sso/Phrasecomment "A string that can be considered a phrase consists of at least 2 strings that are words. " ()
-
http://nlp2rdf.lod2.eu/schema/sso/Sentencecomment "A string that can be considered a sentence. Sentences with only one word are typed as Word and Sentence and have no disjointness." ()
-
http://nlp2rdf.lod2.eu/schema/sso/StopWordcomment "A string that can be considered a Stop Word, i.e. it does not contain usefull information for search and other tasks." ()
-
http://nlp2rdf.lod2.eu/schema/sso/Wordcomment "A string that can be considered a word or a punctuation mark, the sentence 'He enters the room.' for example has 5 words. In general, the division into :Words is done by an NLP Tokenizer. Instances of this class should be a string, that is a 'meaningful' unit of characters. The class has not been named 'Token' as the NLP definition of 'Token' is more similar to our definition of :String . " ()
-
http://nlp2rdf.lod2.eu/schema/sso/lemmacomment "The lemma of a Word. " ()
-
http://nlp2rdf.lod2.eu/schema/sso/nextSentencecomment "This property (and the others) can be used to traverse :Sentences, it can not be assumed that no gaps between Sentences exist, i.e. string adjacency is not mandatory. " ()
-
http://nlp2rdf.lod2.eu/schema/sso/nextSentenceTranscomment "see :nextWord " ()
-
http://nlp2rdf.lod2.eu/schema/sso/nextWordcomment "This property (and the others) can be used to traverse words, it can not be assumed that no gaps between words exist, i.e. string adjacency is not mandatory. " ()
-
http://nlp2rdf.lod2.eu/schema/sso/nextWordTranscomment "see :nextWord " ()
-
http://nlp2rdf.lod2.eu/schema/sso/oliaLinkcomment "The link to the OLiA Annotation model. " ()
-
http://nlp2rdf.lod2.eu/schema/sso/posTagcomment "The pos tag of a Word. " ()
-
http://nlp2rdf.lod2.eu/schema/sso/previousSentencecomment "see :nextSentence " ()
-
http://nlp2rdf.lod2.eu/schema/sso/previousSentenceTranscomment "see :nextSentence " ()
-
http://nlp2rdf.lod2.eu/schema/sso/previousWordcomment "see :nextWord " ()
-
http://nlp2rdf.lod2.eu/schema/sso/previousWordTranscomment "see :nextWord " ()
-
http://nlp2rdf.lod2.eu/schema/sso/stemcomment "The stem of a Word. " ()
-
http://nlp2rdf.lod2.eu/schema/string/ContextHashBasedStringcomment "The URI of this String was created with the URI Recipe Context-Hash, see http://aksw.org/Projects/NIF#context-hash-nif-uri-recipe." ()
-
http://nlp2rdf.lod2.eu/schema/string/Documentcomment "A document is a string that can be considered a closed unit content-wise. In NIF a document is given an URL that references the String of the document. Furthermore a document can have several sources. It can be a string, a HTML document, a PDF document, text file or any other arbitrary string. The uri denoting the actual document should be able to reproduce that document, i.e. either the string is directly included via the property sourceString or an url can be given that contains the string via the property sourceUrl. Depending on the feedback, this might also become the Graph URI or a subclass of owl:Ontology " ()
-
http://nlp2rdf.lod2.eu/schema/string/OffsetBasedStringcomment "The URI of this String was created with the URI Recipe Context-Hash, see http://aksw.org/Projects/NIF#offset-nif-uri-recipe" ()
-
http://nlp2rdf.lod2.eu/schema/string/Stringcomment "A string is a set of characters. It basically can be anything: a whole text, a sentence, a phrase, several words or parts of words. Axiom subStringTrans some Self was not supported by reasoner. " ()
-
http://nlp2rdf.lod2.eu/schema/string/anchorOfcomment "The string, which the uri is representing as an RDF Literal. This property is mandatory for every String." ()
-
http://nlp2rdf.lod2.eu/schema/string/beginIndexcomment "The index of the first character of the String relative to the document. This should be identical with the first number used in the offset URI recipe. " ()
-
http://nlp2rdf.lod2.eu/schema/string/endIndexcomment "The index of last character of the String relative to the document. This should be identical with the second number used in the offset URI recipe. " ()
-
http://nlp2rdf.lod2.eu/schema/string/leftContextcomment "The left context of the string. The length of the context is undefined. To fix the length subProperties can be used: e.g. :leftContext20 rdfs:subPropertyOf :leftContext gives the 20 characters to the left of the string. Using this property can increase the size of the produced RDF immensely. " ()
-
http://nlp2rdf.lod2.eu/schema/string/rightContextcomment "The right context of the string. The length of the context is undefined. To fix the length subProperties can be used: e.g. :rightContext20 rdfs:subPropertyOf :rightContext gives the 20 characters to the right of the string. Using this property can increase the size of the produced RDF immensely. " ()
-
http://nlp2rdf.lod2.eu/schema/string/sourceStringcomment "The source string, which makes up the document. Used to reproduce the original text. Takes priority over :sourceUrl . Not to be confused with :anchorOf" ()
-
http://nlp2rdf.lod2.eu/schema/string/sourceUrlcomment "The source url, which makes up the document. Annotators should ensure that the source text can be downloaded from the url and stays stable otherwise :sourceString should be used." ()