File size: 16,871 Bytes
0918361 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | <http://stackoverflow.com/schema#hasAnswer> <http://www.w3.org/2002/07/owl#inverseOf> <http://stackoverflow.com/schema#answersQuestion> . <http://stackoverflow.com/schema#hasText> <http://www.w3.org/2000/01/rdf-schema#comment> "The text content of a comment." . <http://stackoverflow.com/schema#Comment> <http://www.w3.org/2000/01/rdf-schema#label> "Comment" . <http://stackoverflow.com/schema#hasBody> <http://www.w3.org/2000/01/rdf-schema#label> "has body" . <http://stackoverflow.com/schema#tagName> <http://www.w3.org/2000/01/rdf-schema#comment> "The name of a tag." . <http://stackoverflow.com/schema#score> <http://www.w3.org/2000/01/rdf-schema#label> "score" . <http://stackoverflow.com/schema#taggedWith> <http://www.w3.org/2000/01/rdf-schema#label> "tagged with" . <http://stackoverflow.com/schema#tagName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> . <http://stackoverflow.com/schema#UnansweredQuestion> <http://www.w3.org/2000/01/rdf-schema#label> "Unanswered Question" . <http://stackoverflow.com/schema#favoriteCount> <http://www.w3.org/2000/01/rdf-schema#label> "favorite count" . <http://stackoverflow.com/schema#answerCount> <http://www.w3.org/2000/01/rdf-schema#label> "answer count" . <http://stackoverflow.com/schema#tagsQuestion> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#Answer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#tagWikiOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Tag> . <http://stackoverflow.com/schema#acceptedAnswerOf> <http://www.w3.org/2000/01/rdf-schema#label> "accepted answer of" . <http://stackoverflow.com/schema#tagWikiOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Inverse of hasTagWiki (wiki -> tag)." . <http://stackoverflow.com/schema#Post> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Content> . <http://stackoverflow.com/schema#Comment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Content> . <http://stackoverflow.com/schema#hasComment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#AnswerComment> <http://www.w3.org/2000/01/rdf-schema#comment> "A comment associated with an answer." . <http://stackoverflow.com/schema#linkedTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#downvoteCount> <http://www.w3.org/2000/01/rdf-schema#label> "downvote count" . <http://stackoverflow.com/schema#UnansweredQuestion> <http://www.w3.org/2000/01/rdf-schema#comment> "A question that does not have an accepted answer." . <http://stackoverflow.com/schema#tagsQuestion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Tag> . <http://stackoverflow.com/schema#acceptedAnswer> <http://www.w3.org/2002/07/owl#inverseOf> <http://stackoverflow.com/schema#acceptedAnswerOf> . <http://stackoverflow.com/schema#hasText> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML> . <http://stackoverflow.com/schema#Question> <http://www.w3.org/2000/01/rdf-schema#label> "Question" . <http://stackoverflow.com/schema#hasTitle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML> . <http://stackoverflow.com/schema#hasAnswer> <http://www.w3.org/2000/01/rdf-schema#comment> "Links a question to an answer it has." . <http://stackoverflow.com/schema#AcceptedAnswer> <http://www.w3.org/2000/01/rdf-schema#comment> "An answer that has been marked as accepted by the question author." . <http://stackoverflow.com/schema#Tag> <http://www.w3.org/2000/01/rdf-schema#label> "Tag" . <http://stackoverflow.com/schema#upvoteCount> <http://www.w3.org/2000/01/rdf-schema#label> "upvote count" . <http://stackoverflow.com/schema#AcceptedAnswer> <http://www.w3.org/2000/01/rdf-schema#label> "Accepted Answer" . <http://stackoverflow.com/schema#downvoteCount> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#answersQuestion> <http://www.w3.org/2000/01/rdf-schema#label> "answers question" . <http://stackoverflow.com/schema#hasComment> <http://www.w3.org/2002/07/owl#inverseOf> <http://stackoverflow.com/schema#commentOn> . <http://stackoverflow.com/schema#hasComment> <http://www.w3.org/2000/01/rdf-schema#label> "has comment" . <http://stackoverflow.com/schema#hasTagWiki> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#TagWiki> . <http://stackoverflow.com/schema#QuestionComment> <http://www.w3.org/2000/01/rdf-schema#comment> "A comment associated with a question." . <http://stackoverflow.com/schema#upvoteCount> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#hasTagWiki> <http://www.w3.org/2000/01/rdf-schema#label> "has tag wiki" . <http://stackoverflow.com/schema#favoriteCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> . <http://stackoverflow.com/schema#taggedWith> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#Content> <http://www.w3.org/2000/01/rdf-schema#label> "Content" . <http://stackoverflow.com/schema#linkedTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#hasText> <http://www.w3.org/2000/01/rdf-schema#label> "has text" . <http://stackoverflow.com/schema#answersQuestion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Answer> . <http://stackoverflow.com/schema#tagWikiOf> <http://www.w3.org/2000/01/rdf-schema#label> "tag wiki of" . <http://stackoverflow.com/schema#hasBody> <http://www.w3.org/2000/01/rdf-schema#comment> "The main content (body) of a post, typically containing HTML." . <http://stackoverflow.com/schema#acceptedAnswer> <http://www.w3.org/2000/01/rdf-schema#label> "accepted answer" . <http://stackoverflow.com/schema#taggedWith> <http://www.w3.org/2000/01/rdf-schema#comment> "Links a question to a tag it is associated with." . <http://stackoverflow.com/schema#duplicateOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#downvoteCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> . <http://stackoverflow.com/schema#Answer> <http://www.w3.org/2000/01/rdf-schema#label> "Answer" . <http://stackoverflow.com/schema#answersQuestion> <http://www.w3.org/2000/01/rdf-schema#comment> "Links an answer to the question it answers." . <http://stackoverflow.com/schema#AnswerComment> <http://www.w3.org/2000/01/rdf-schema#label> "Answer Comment" . <http://stackoverflow.com/schema#commentOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#acceptedAnswerOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Inverse of acceptedAnswer (answer -> question)." . <http://stackoverflow.com/schema#TagWiki> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#hasTitle> <http://www.w3.org/2000/01/rdf-schema#label> "has title" . <http://stackoverflow.com/schema#TagWiki> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the wiki documentation post associated with a tag." . <http://stackoverflow.com/schema#AnsweredQuestion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#possibleBetterAnswer> <http://www.w3.org/2000/01/rdf-schema#comment> "Links a question to an answer that might be better than the accepted one (potentially based on score or other heuristics)." . <http://stackoverflow.com/schema#upvoteCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of upvotes a post has received." . <http://stackoverflow.com/schema#tagWikiOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#TagWiki> . <http://stackoverflow.com/schema#taggedWith> <http://www.w3.org/2002/07/owl#inverseOf> <http://stackoverflow.com/schema#tagsQuestion> . <http://stackoverflow.com/schema#Comment> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a comment on a Stack Overflow post." . <http://stackoverflow.com/schema#hasText> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Comment> . <http://stackoverflow.com/schema#hasAnswer> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Answer> . <http://stackoverflow.com/schema#AcceptedAnswer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Answer> . <http://stackoverflow.com/schema#commentOn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Comment> . <http://stackoverflow.com/schema#acceptedAnswerOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#duplicateOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#linkedTo> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that two questions are linked (e.g., related). This relationship is symmetric." . <http://stackoverflow.com/schema#AnsweredQuestion> <http://www.w3.org/2000/01/rdf-schema#comment> "A question that has an accepted answer." . <http://stackoverflow.com/schema#score> <http://www.w3.org/2000/01/rdf-schema#comment> "The score (upvotes - downvotes) of a post or comment." . <http://stackoverflow.com/schema#Content> <http://www.w3.org/2000/01/rdf-schema#comment> "A content item (either a Post or a Comment) that can have a score." . <http://stackoverflow.com/schema#tagsQuestion> <http://www.w3.org/2000/01/rdf-schema#comment> "Inverse of taggedWith (tag -> question)." . <http://stackoverflow.com/schema#downvoteCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of downvotes a post has received." . <http://stackoverflow.com/schema#acceptedAnswer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#duplicateOf> <http://www.w3.org/2000/01/rdf-schema#label> "duplicate of" . <http://stackoverflow.com/schema#hasBody> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#possibleBetterAnswer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#Question> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a question post on Stack Overflow." . <http://stackoverflow.com/schema#hasTagWiki> <http://www.w3.org/2002/07/owl#inverseOf> <http://stackoverflow.com/schema#tagWikiOf> . <http://stackoverflow.com/schema#Tag> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a tag used to categorize questions." . <http://stackoverflow.com/schema#hasTitle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#linkedTo> <http://www.w3.org/2000/01/rdf-schema#label> "linked to" . <http://stackoverflow.com/schema#QuestionComment> <http://www.w3.org/2000/01/rdf-schema#label> "Question Comment" . <http://stackoverflow.com/schema#AnsweredQuestion> <http://www.w3.org/2000/01/rdf-schema#label> "Answered Question" . <http://stackoverflow.com/schema#UnansweredQuestion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#upvoteCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> . <http://stackoverflow.com/schema#Post> <http://www.w3.org/2000/01/rdf-schema#label> "Post" . <http://stackoverflow.com/schema#duplicateOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a question is considered a duplicate of another question." . <http://stackoverflow.com/schema#taggedWith> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Tag> . <http://stackoverflow.com/schema#AnswerComment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Comment> . <http://stackoverflow.com/schema#favoriteCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of times a question has been favorited by users." . <http://stackoverflow.com/schema#possibleBetterAnswer> <http://www.w3.org/2000/01/rdf-schema#label> "possible better answer" . <http://stackoverflow.com/schema#hasAnswer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#tagName> <http://www.w3.org/2000/01/rdf-schema#label> "tag name" . <http://stackoverflow.com/schema#score> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Content> . <http://stackoverflow.com/schema#answerCount> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#hasTagWiki> <http://www.w3.org/2000/01/rdf-schema#comment> "Links a tag to its associated tag wiki post." . <http://stackoverflow.com/schema#hasTagWiki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Tag> . <http://stackoverflow.com/schema#Answer> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents an answer post on Stack Overflow." . <http://stackoverflow.com/schema#favoriteCount> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#hasTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "The title of a post (typically Question or TagWiki)." . <http://stackoverflow.com/schema#tagsQuestion> <http://www.w3.org/2000/01/rdf-schema#label> "tags question" . <http://stackoverflow.com/schema#hasBody> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML> . <http://stackoverflow.com/schema#Question> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Post> . <http://stackoverflow.com/schema#commentOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Links a comment to the post (question or answer) it is associated with." . <http://stackoverflow.com/schema#answersQuestion> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Question> . <http://stackoverflow.com/schema#tagName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Tag> . <http://stackoverflow.com/schema#QuestionComment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://stackoverflow.com/schema#Comment> . <http://stackoverflow.com/schema#hasComment> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Comment> . <http://stackoverflow.com/schema#answerCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of answers a question has." . <http://stackoverflow.com/schema#Post> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a post on Stack Overflow, which can be a question, answer, or tag wiki." . <http://stackoverflow.com/schema#acceptedAnswer> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Answer> . <http://stackoverflow.com/schema#score> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> . <http://stackoverflow.com/schema#hasComment> <http://www.w3.org/2000/01/rdf-schema#comment> "Links a post (question or answer) to a comment associated with it." . <http://stackoverflow.com/schema#answerCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> . <http://stackoverflow.com/schema#possibleBetterAnswer> <http://www.w3.org/2000/01/rdf-schema#range> <http://stackoverflow.com/schema#Answer> . <http://stackoverflow.com/schema#TagWiki> <http://www.w3.org/2000/01/rdf-schema#label> "Tag Wiki" . <http://stackoverflow.com/schema#acceptedAnswerOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://stackoverflow.com/schema#Answer> . <http://stackoverflow.com/schema#linkedTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> . <http://stackoverflow.com/schema#hasAnswer> <http://www.w3.org/2000/01/rdf-schema#label> "has answer" . <http://stackoverflow.com/schema#acceptedAnswer> <http://www.w3.org/2000/01/rdf-schema#comment> "Links a question to its accepted answer." . <http://stackoverflow.com/schema#commentOn> <http://www.w3.org/2000/01/rdf-schema#label> "comment on" . |