joshuataylor

http://stackoverflow.com/a/28372955/1281433

Feb 6th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  4.  
  5.   <rdfs:Class rdf:about="urn:ex:Book">
  6.   </rdfs:Class>
  7.  
  8.   <rdfs:Class rdf:about="urn:ex:Author">
  9.   </rdfs:Class>
  10.  
  11.   <rdf:Description rdf:about="urn:ex:hasAuthor">
  12.     <rdfs:domain rdf:resource="urn:ex:Book"/>
  13.     <rdfs:range rdf:resource="urn:ex:Author"/>
  14.   </rdf:Description>
  15.  
  16. </rdf:RDF>
Add Comment
Please, Sign In to add comment