Questions tagged [linked-data]

Linked Data refers to a set of best practices for publishing data on the Web under the Semantic Web standards (RDF, SPARQL, etc.). Please consider asking your question on https://opendata.stackexchange.com, if your question is not closely related to programming or is related to a particular Linked Data dataset.

T. Berners-Lee outlines four principles of linked data in his "Linked Data" note:

  1. Use URIs as names for things
  2. Use HTTP URIs so that people can look up those names
  3. When someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL)
  4. Include links to other URIs, so that they can discover more things
371 questions
-1
votes
2 answers
-1
votes
1 answer

Linked Data with google custom search API

I just want to make a project that i got my data from google custom search and then make these data as a linked data so i searched for this and got that there's something called implement wrapper around your api and found something called…
-1
votes
2 answers

Sesame not inferencing owl:sameAs

I have some data on vaccines in my Sesame triplestore. To the same store, I added additional data about vaccines from DBpedia. dbpedia2:routesOfAdministration "oral"@en To specify that a…
kurious
  • 1,024
  • 10
  • 29
-1
votes
1 answer

Can anyone provide BBC music properties?

Can Anyone Provide Me List of All BBC Music Properties ? i.e coreconcepts/placeOfBirth , coreconcepts/eventPlace etc. or Link Where I Can Find These Properties.
viral
  • 17
-1
votes
1 answer

trim freebase data dump to only English entities

I have a compressed freebase data dump that has all the entities in it. How can I use grep or something else to trim the data dump to only contain english entities? Here is what I am trying to get the rdf dump to look like:…
wordSmith
  • 2,993
  • 8
  • 29
  • 50
-1
votes
1 answer

SPARQL queries fail

This ontology has these classes and this number of triples. For completeness, here are the triples. This query works as expected: PREFIX pizza: PREFIX rdfs: SELECT ?p FROM…
Jay Gray
  • 1,706
  • 2
  • 20
  • 36
-1
votes
2 answers

How to know the exact name which represent a thing in Dbpedia?

i have developped a php application which connect to dbpedia to get properties and topics of a thing (name of artist, name of a place, a noun....) let's take an exemple: supposing i want to know the genre or occupation of Michael jackson: …
-2
votes
1 answer

Extract all properties and values from entities from a large set of heterogeneous RDF datasets

I would like to know if there exists some work that is able to extract all properties and values from entities from a large set of heterogeneous RDF datasets, such as LOD cloud? Example: I would like to extract all properties and values from all…
-2
votes
1 answer

Changing the name of the key of a dict comprising RDFlib terms

A variant of this question has been asked in the past. However, I wasn't able to get the responses working for me. This is a sample dict I have: {rdflib.term.URIRef(u''):…
kurious
  • 1,024
  • 10
  • 29
-2
votes
1 answer

About subject,predicate and object in RDF

This is slightly Off-topic!!!. But please answer to this question. I have studied lots of articles and materials on net about RDF but i can't understand one thing is how programatically subject, predicate and object is dividing in a natural English…
-3
votes
1 answer

Sparql query not working

I try the following SPARQL query on the end point, but it tells me Virtuoso 37000 Error SP030: SPARQL compiler, line 4: syntax error at 'UNION' before 'select' select ?uri, ?label where { quad map virtrdf:DefaultQuadMap { graph ?g { ?uri ?p…
callback
  • 3,981
  • 1
  • 31
  • 55
1 2 3
24
25