Sha256: 70e9faa7603438b2044757d8e34ef909bc2f84e354b2789ac61e3281dd9b74df

Contents?: true

Size: 678 Bytes

Versions: 22

Compression:

Stored size: 678 Bytes

Contents



<rdf:RDF xmlns="file://www.example.org/meeting_organization#"
    xmlns:m="file://www.example.org/meeting_organization#"
    xmlns:p="file://www.example.org/personal_details#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <rdf:Description rdf:about="file://meetings.example.com/cal#m1">
        <homePage rdf:resource="file://meetings.example.com/m1/hp"/>
    </rdf:Description>

    <rdf:Description rdf:about="file://www.example.org/people#fred">
        <attending rdf:resource="file://meetings.example.com/cal#m1"/>
        <p:GivenName>Fred</p:GivenName>
        <p:hasEmail rdf:resource="mailto:fred@example.com"/>
    </rdf:Description>
</rdf:RDF>

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
rdf_context-0.5.11 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.3.0 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.10 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.2.3.2 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.2.3.1 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.2.3 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.9.1 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.9 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.8.2 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.8.1 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.2.2 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.7 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.6 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.2.1 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.0.3 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.0.2 spec/swap_test/ref/reluri-1.rdf
rdf-n3-0.0.1 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.5 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.3 spec/swap_test/ref/reluri-1.rdf
rdf_context-0.5.2 spec/swap_test/ref/reluri-1.rdf