Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
- <rdfs:Class rdf:about="urn:ex:Book">
- </rdfs:Class>
- <rdfs:Class rdf:about="urn:ex:Author">
- </rdfs:Class>
- <rdf:Description rdf:about="urn:ex:hasAuthor">
- <rdfs:domain rdf:resource="urn:ex:Book"/>
- <rdfs:range rdf:resource="urn:ex:Author"/>
- </rdf:Description>
- </rdf:RDF>
Add Comment
Please, Sign In to add comment