Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged rdf

0 votes
362 views
1 answer
    I have 2 properties, e.g. 'hasColor' and 'hasFinish'. I want to express with ontology that in case of ... . But is it right approach? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
451 views
1 answer
    I want to extract music data from the freebase data dumps. (http://www.freebase.com/music) Once I have the ... should I go about extracting it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
452 views
1 answer
    I'm fairly new to RDF / Sparql, so apologies for any incorrect terminology, and also for the fairly terrible ... the query to exclude Alan? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
391 views
1 answer
    Is it somehow possible to get the list of nodes connected through a transitive relation with SPARQL? I have ... solution for my first problem. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
501 views
1 answer
    I'm trying to get all types from DBpedia using this SPARQL query: select ?type { ?type a owl:Class . } Now, I ... do I need to add to my query? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
545 views
1 answer
    I want to query DBpedia for multiple keywords, apparently I have to search for an exact substring, so if I want ... : http://dbpedia.org/sparql See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
424 views
1 answer
    I am building a smart home ontology. I now have a class hierarchy like that: I want to give definitions ... this definition? Thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
447 views
1 answer
    I am trying to use SPARQL to return triples where the same subject has multiple objects for the same property, ... am I using them correctly? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
533 views
1 answer
    Suppose I have the following SPARQL query: SELECT DISTINCT ?result ?label WHERE { ?result a database:Column . ... for visualizing the results. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
368 views
1 answer
    I have noticed that there are a different number of triples using the same property (e.g., isbn) about ... suitable for good information gain. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
263 views
1 answer
    I have a simple ontology as follows <?xml version="1.0"?> <!DOCTYPE rdf:RDF [ <!ENTITY owl "http://www. ... I keep getting that John is a person See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
384 views
1 answer
    I have recently started learning Web Ontology Language (OWL). I want to define a DataProperty with my own ... own ranges for data properties. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    I am modelling university data using an OWL ontology with relevant classes, object properties, etc. I have the ... be done using using Jena? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    I want to get the name of all existing graphs in my Fuseki server, it should return a message with a list of all graphs name. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
424 views
1 answer
    I want to get the name of all existing graphs in my Fuseki server, it should return a message with a list of all graphs name. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
523 views
1 answer
    I am trying to get the resource describing country Romania by the country name with this query: PREFIX foaf: <http ... :name ?x } SPARQL results See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    I'm a bit confused here. I have the following SPARQL query that works brilliantly against the LinkedMDB explorer. ... to retrieve more movies? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
397 views
1 answer
    I'm writing a code generator that generate entities (POJO's in Java language) from the schema defined here ... interface to parse the schema? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
443 views
1 answer
    I would like to download Wikidata for a single entity. I know I can achieve using the URL, for example: ... are available in truthy format). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
518 views
1 answer
    This works: SELECT * WHERE{ ?x rdfs:label "Chalti Ka Naam Gaadi"@en . ?x foaf:name ?z . } (Results ... (Results on DBpedia SPARQL Explorer) Why? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
307 views
1 answer
    I'm trying to describe some resources about books, already did: Author: dcterms:creator; Title: dcterms:title; ... Eg. Homepage; keywords; goal See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    I am trying to write a SPARQL query to return a path from a source to a destination. Below is the Turtle ... advance for your help. Best Regards See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
306 views
1 answer
    I have created this ontology which contains two classes: Blood-Sugar and Services. Blood-Sugar has two data properties: ... ;string">High</swrl:argument2> <swrl:argument1> <rdf:...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
436 views
1 answer
    Visitng http://dbpedia.org/resource/Cupertino shows the DBpedia RDF information about Cupertino. As you can see, ... dbpedia-owl:type property? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
734 views
1 answer
    Data: <untitled-ontology-5:OperationName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"> Adhesive ... Proper Result: Adhesive Curing See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    I mostly use SPARQL SELECT while working on a query for debugging purposes but in the end I want to use the ... it out at my SPARQL Endpoint See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
552 views
1 answer
    I have two classes, A and B, from DBpedia. How can I calculate the distance (number of edges) from each ... can I find this common superclass? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
647 views
1 answer
    I want to query all subclass of Nicotine (product). the result must be (Nasal form nicotine, Oropharyngeal from ni ... me some of idea. Thank See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...