Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
424 B
15 lines
424 B
2 years ago
|
<?xml version="1.0"?>
|
||
|
|
||
|
<!DOCTYPE rdf:RDF [
|
||
|
<!ENTITY ex "http://example.com/">
|
||
|
<!ENTITY w3 "http://www.w3.org">
|
||
|
<!ENTITY rdf "&w3;/1999/02/22-rdf-syntax-ns#">
|
||
|
<!ENTITY rdfs "&w3;/2000/01/rdf-schema#">
|
||
|
<!ENTITY xsd "&w3;/2001/XMLSchema#">
|
||
|
]>
|
||
|
|
||
|
<rdf:RDF xmlns:ex2="&ex;2/" xmlns:rdf="&rdf;">
|
||
|
<rdf:Description rdf:about="&ex;foo">
|
||
|
<ex2:test rdf:datatype="&xsd;string">bar</ex2:test>
|
||
|
</rdf:Description>
|
||
|
</rdf:RDF>
|