Questions tagged [turtle-rdf]

Turtle is a textual syntax that allows RDF graphs to be written in a compact and natural text form, with abbreviations for common usage patterns and datatypes

About

Turtle (Terse RDF Triple Language) is a format for expressing data in the Resource Description Framework () data model with a syntax similar to . RDF, in turn, represents information using "triples", each of which consists of a subject, a predicate, and an object. Each of those items is expressed as a Web URI. Hence Turtle provides levels of compatibility with the existing and formats as well as the triple pattern syntax of .

Links

273 questions
-1
votes
1 answer

Running SPARQL Queries on turtle file

I'm trying to run SPARQL queries on turtle files using python, but my sparql returns all the entries, how can I return the entry with name="Idham Al-Taif Mahmoud"? turtle file:
sula7ifa
  • 85
  • 8
-1
votes
1 answer

Logical expression in OWL

How is a logical expression written in OWL? Any expression which contains "and" and "or" operator would do. Also provide some hints how client (for example, java program with OWL parser) must resolve this expression to true or false values. Any…
badari
  • 91
  • 1
  • 8
-1
votes
3 answers

How to make Filter when querying turtle file using sparql

I should mention I'm beginner in the semantic web world. My turtle file has following structure: @prefix ns0: . @prefix dc: . @prefix gr: . @prefix rdfs:…
Anis Elloumi
  • 23
  • 1
  • 4
1 2 3
18
19