CoolFace
Datasetpublic

Mo7art/Stack2Graph_KG_csharp

C# StackOverflow Knowledge Graph Summary This Hugging Face dataset repository contains the C# shard of the Stack2Graph StackOverflow Knowledge Graph. Hugging Face uses one dataset repository per programming language, so this repository is directly cloneable without an extra top-level archive wrapper. The artifact is optimized for graph-based retrieval, SPARQL analytics, and retrieval-augmented question answering over Stack Overflow content. Stack2Graph source:… See the full description on the dataset page: https://huggingface.co/datasets/Mo7art/Stack2Graph_KG_csharp.

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