python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SPARQL query with Apache Jena Fuseki on local database importing geonames
I want to retrieve the name of the city associated to a person in a triplestore which links a person to a geonames entry. I am using a local server (Apache Jena Fuseki) on this minimal triplestore (in...
L_T
Votes: 0
Answers: 0
Are there any Python script /Libraries to generate turtle(.ttl) file from json file?
I used Neosemantics to develop knowledge graph with turtle file.
Now I have some json data coming as response object and would like to automate the knowledge graph creation. I am searching for using a...
deepu
Votes: 0
Answers: 0
JSON-LD framing specify ordering of rdfs
@prefix emp: <http://example.com/employee/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
emp:hasName rdf:ty...
Roy Wang
Votes: 0
Answers: 2
Alias a JSON-LD keyword and simultaneously provide a @context for it
I have the following JSON document (based on GitHub API output):
{
"@id": "https://github.com/octadocs/octadocs",
"license": {
"key": "mit",
...
Anatoly Scherbakov
Votes: 0
Answers: 1