Posts

Showing posts from November, 2019

Experiencing Wikidata Query Service

Today, I took the time to explore Wikidata SPARQL. The first query I ran involved locating triples that had an instance of house cat. The query results appeared in a spreadsheet style format below my search. After learning how to perform these queries, I was able to explore Wikidata and craft my very own queries. To start, I did a simple transition from house cats (Q146) to sloth (Q2274076). Since I kept my property the same but changed the value, I received the same type of exhaustive list that house cats produced but for sloths. Feeling semi-confident about venturing into new queries, I performed additional property value searches that would allow me to text my knowledge of the overall process. During one of my explorations, I wanted to explore books that fell within the same series as Harry Potter and the Philosopher’s Stone . At first, I attempted my query with the property as part of the series (P179) with the value as Harry Potter and the Philosopher’s Stone (Q102438). This sea...

Working through R: Part. 2

Last night, the amazing Brittani sent me a wonderful tutorial on how to input data on R when using a Mac computer. This was the most beneficial thing I have received for this assignment, as without it I would have been unable to work through part 3 of Clarke’s data exploration tasks. This weekend, I thought I had uploaded the data in its entirety, but I was mistaken. Using the tutorial, I was able to add my data into R and get started on Clarke’s tutorials. With the data in the system, I was able to quickly work through the tutorial and retrieve the intended results. While I did have a few hiccups, Clarke’s tutorial had some slight errors in field names, I was able to resolve the problems and continue through the tutorial. One thing that I noticed during my attempts is that capitalization matters! If you forget to capitalize something it could very well result in an error message. That was a learning experience, but I caught on quickly. Overall, I was able to muddle through the tutoria...

Working through R: Part. 1

Over the course of the weekend, I have had some time to explore R and its many parts as I worked through parts 1-3 of our assignment. There were many times during the assignment where I felt like throwing my computer across the room… (I admit, I did toss it across the bed and scream) but I persisted, nonetheless. While I have found R a rather fascinating tool when working with data, it is quite frustrating if you are a novice. Muddling through the instructions, I encountered many issues when it came to installing packages, connecting with ORCID, and lastly performing some of the functions on Clarke’s tutorial. Perhaps, this was in part due to the uploading procedures not being as described in the instructions--that could be a Mac issue? Anyway, after I finally got connected and got the data loaded into R, I was ready to go. It started off great, and I was able to easily explore the dataframes. I was even able to receive the same results as Clarke showed in his tutorial; what a succes...