File: functions.rdf

package info (click to toggle)
librdf-query-perl 2.919-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,580 kB
  • sloc: perl: 30,628; javascript: 131; sh: 13; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:ex="http://www.mindswap.org/~gtw/sparql#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<ex:Namespace rdf:about="">
		<ex:hasFunction>
			<ex:Function rdf:about="#sha1">
				<dc:description>SHA-1 Hash</dc:description>
				<ex:source rdf:resource="sha1.js"/>
				<ex:signature rdf:resource="sha1.js.asc"/>
				<ex:function>sha1Hash</ex:function>
			</ex:Function>
		</ex:hasFunction>
		<ex:hasFunction>
			<ex:Function rdf:about="#distance">
				<dc:description>Great Circle Distance</dc:description>
				<ex:source rdf:resource="distance.js"/>
				<ex:function>gcdistance</ex:function>
			</ex:Function>
		</ex:hasFunction>
	</ex:Namespace>
</rdf:RDF>