File: bindings.rdf.in

package info (click to toggle)
redland-bindings 1.0.17.1%2Bdfsg-1.4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 6,048 kB
  • sloc: ansic: 39,669; sh: 11,176; javascript: 6,645; ruby: 2,378; python: 2,310; perl: 2,171; makefile: 431; php: 61
file content (103 lines) | stat: -rw-r--r-- 3,960 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?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#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns="http://usefulinc.com/ns/doap#">

  <Project>
    <name>Redland librdf Language Bindings</name>
    <homepage rdf:resource="http://librdf.org/bindings/" />
    <created>2004-07-19</created>

    <shortdesc xml:lang="en">
      Language bindings in Perl, PHP, Python and Ruby
      to the Redland librdf Resource Description Framework (RDF) library.
    </shortdesc>

    <description xml:lang="en">
      Redland librdf Language bindings provide high-level interfaces for
      RDF (Resource Description Framework) implemented on top of the
      Redland librdf library which provides an object-based RDF API,
      supports for syntaxes and triple stores.

      The bindings implements each of the RDF concepts in its own
      class via an object based API, reflected into the language
      APIs, currently Perl, PHP, Python and Ruby. Several classes
      providing functionality such as for parsers, storage,
      serializers and query languages are built as modules that can
      be loaded at compile or run-time as required.
    </description>

    <maintainer>
      <foaf:Person>
        <foaf:name>Dave Beckett</foaf:name>
        <foaf:homepage rdf:resource="http://www.dajobe.org/"/>
        <foaf:mbox_sha1sum>970987f991961f2553a1bf2574166fa29befbccb</foaf:mbox_sha1sum>
      </foaf:Person>
    </maintainer>

    <release>
      <Version>
          <name>stable</name>
          <created>2005-06-10</created>
          <revision>@VERSION@</revision>
      </Version>
    </release>

    <mailing-list rdf:resource="http://lists.usefulinc.com/mailman/listinfo/redland-dev" />
    <mailing-list rdf:resource="http://lists.usefulinc.com/mailman/listinfo/redland-announce" />
    <mailing-list rdf:resource="http://lists.usefulinc.com/mailman/listinfo/redland-commits" />

    <download-page rdf:resource="http://download.librdf.org/sources/" />
    <download-mirror rdf:resource="http://sourceforge.net/projects/librdf/" />

    <!-- Freshmeat category: Database Engines/Servers -->
    <category rdf:resource="http://software.freshmeat.net/browse/67/" />
    <!--   Internet :: WWW/HTTP :: Indexing/Search -->
    <category rdf:resource="http://software.freshmeat.net/browse/93/" />
    <!--  Software Development :: Libraries -->
    <category rdf:resource="http://software.freshmeat.net/browse/809/" />
    <!--  Software Development :: Libraries ::  Application Frameworks -->
    <category rdf:resource="http://software.freshmeat.net/browse/810/" />
    <!--  Text Processing :: Markup :: XML -->
    <category rdf:resource="http://software.freshmeat.net/browse/868/" />

    <!-- Sourceforge category: -->
    <category rdf:resource="http://sourceforge.net/softwaremap/trove_list.php?form_cat=237" />

    <!-- Licensing details -->
    <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
    <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>

    <!-- source repository -->
    <repository>
      <GITRepository>
        <location rdf:resource="git://github.com/dajobe/redland-bindings.git" />
        <browse rdf:resource="http://github.com/dajobe/redland-bindings" />
      </GITRepository>
    </repository>

  </Project>


  <!--
       optional administravia:
       authoring tools can add more here if they'd like.
   -->
  <rdf:Description rdf:about="">
    <foaf:maker>
      <foaf:Person>
        <foaf:name>Dave Beckett</foaf:name>
        <foaf:homepage rdf:resource="http://www.dajobe.org/"/>
        <foaf:mbox_sha1sum>970987f991961f2553a1bf2574166fa29befbccb</foaf:mbox_sha1sum>
      </foaf:Person>
    </foaf:maker>
  </rdf:Description>

</rdf:RDF>
<!-- 
Local variables:
mode:nxml
End:
-->