Top "Semantic-web" questions

Representation of database record subjects (a/k/a keys, IDs, entities), predicates (a/k/a columns, attributes), and objects (a/k/a values) as triples, where the first two are always URIs, and the third is either a URI or a literal; enabling humans and machines to more easily share, merge, and evaluate data from heterogeneous origins.

How to tag a photo to be used as a thumbnail when a page is linked to on Facebook

When a person posts a link on Facebook, Facebook automatically finds a photo to be used as a thumbnail that …

facebook semantic-web semantic-markup
Using the 'GRAPH' keyword in SPARQL to fetch remote graphs

I'm looking to use SPARQL for a relatively basic task: Given a FOAF graph, I'd like to parse the elements …

rdf semantic-web sparql rdfs foaf
Matching of strings in SPARQL?

In ANSI SQL, you can write something like: Select * From DBTable Where DBTable.Description LIKE "MEET" or Select * From DBTable …

sql sparql semantic-web
How to build a movie recommender system?

What is the best approach? What are the algorithms used? What are their strengths and weaknesses? Why do current movie …

algorithm machine-learning semantic-web recommendation-engine collective-intelligence
Defining DataRange Expression in Protege for a Data Type Property

I am adding few new DataType in the OWL using Protege. The DataType is like percentage and I want to …

rdf semantic-web owl protege custom-data-type
Select multiple values as object in SPARQL pattern

In SPARQL we can do something like this select * where { ?s (_:prop1 | _:prop2) "some_val" . ... #use ?s in other patterns ?…

rdf sparql semantic-web
What is the best way to learn about RDF / OWL?

What references offer a good summary/tutorial for using RDF/OWL? There seem to be enough tools (Protege, Topbraid, Jena, …

rdf web-standards semantic-web owl
How to create an ontology from raw data (CSV)?

I am modelling university data using an OWL ontology with relevant classes, object properties, etc. I have the university data …

rdf data-modeling semantic-web owl ontology
Using SWRL with Jena and Pellet

I was unable to find some decent simple code examples of using SWRL and Jena with Pellet, or at least …

jena semantic-web pellet swrl
Filtering based on a URI in SParQL

You can run the query below at the Linked MDB SPARQL Explorer. The values of ?imdbID (the last variable) contains …

rdf sparql semantic-web linked-data linkedmdb