This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig-xslt-2013-05-23.ttl
38 lines (35 loc) · 1.78 KB
/
config-xslt-2013-05-23.ttl
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
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ogp: <http://ogp.me/ns#> .
@prefix edm: <http://www.europeana.eu/schemas/edm/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dm2e: <http://onto.dm2e.eu/omnom/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@prefix omnom: <http://onto.dm2e.eu/omnom/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix co: <http://purl.org/co/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cc: <http://creativecommons.org/ns#> .
[] a omnom:WebserviceConfig ;
omnom:assignment
[ a omnom:ParameterAssignment ;
omnom:forParam <http://localhost:9998/service/xslt/param/xsltInParam> ;
omnom:parameterValue "http://141.20.126.155/api/file/50c7266ee18a91933e000003/data"
] ;
omnom:assignment
[ a omnom:ParameterAssignment ;
omnom:forParam <http://localhost:9998/service/xslt/param/xmlInParam> ;
omnom:parameterValue "http://141.20.126.155/api/file/50c73992e18a91933e00001a/data"
] ;
omnom:hasWebservice <http://localhost:9998/service/xslt> .
# vim: ft=n3