Questions tagged [rdf-xml]

RDF/XML is an RDF serialization (using XML), defined by the W3C

Related tags

  • for question about RDF (not about a specific RDF serialization)
  • for questions about XML

Internet media type

application/rdf+xml

External links

51 questions
0
votes
1 answer

How to map an RDF graph to a target XML schema?

Given an RDF data graph, and the OWL ontology describing the classes and properties used in this data graph, is there an algorithm, tool, or mapping language that can serialize this data in an XML document corresponding to a target XML schema? I am…
ThomasFrancart
  • 470
  • 3
  • 13
0
votes
1 answer

Equivalent RDFa markup for RDF+XML snippet

I'm currently learning about all things RDF and was wondering what the equivalent RDFa markup would look like for this RDF+XML snippet:
Thomas
  • 4,030
  • 4
  • 40
  • 79
0
votes
1 answer

Serving RDF/XML and JSON-LD representation of Java model with Spring Data Rest?

How can I serve an RDF/XML and JSON-LD representation of a Java model via Spring DATA REST Using @RepositoryRestResource? I was reading about content negotiation but only found example with @Controller annotation and I need explanation when used…
Efren Narvaez
  • 163
  • 11
0
votes
1 answer

Import RDF/XML data into local DBpedia set up

I have set up a DBpedia 3.9 mirror with Virtuoso 7.2.1 in my local PC. Now I have some data in RDF/XML format and want to import it into the local Virtuoso, so that I can run SPARQL queries on them. Can anyone help me to do it? Is RDF/XML format…
Susmita Sadhu
  • 67
  • 1
  • 2
  • 16
0
votes
1 answer

How to define relation between own tag and existing class in RDF

I want to explain that educationalRole, which is my own tag, is related to the existing class EducationalAudience in LRMI Metadata Terms in RDF. I have write the following RDF/XML notation:
Susmita Sadhu
  • 67
  • 1
  • 2
  • 16
0
votes
2 answers

Creating RDF from RDF graphs

I'm trying to create RDF/XML from below RDF graph. I understand the basic concepts, like Subject/Predicate/Object, Resource, Property, Value/Literal, and based on same, I created an RDF graph. But I want to know how to translate (convert) the same…
Viki
  • 107
  • 1
  • 8
1 2 3
4