-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.ttl.template
22 lines (19 loc) · 1.07 KB
/
module.ttl.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@base <http://w3id.org/dice-research/enexa/module/tentris/> .
@prefix alg: <http://www.w3id.org/dice-research/ontologies/algorithm/2023/06/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix enexa: <http://w3id.org/dice-research/enexa/ontology#> .
@prefix iana-a: <https://www.iana.org/assignments/media-types/application/> .
@prefix iana-t: <https://www.iana.org/assignments/media-types/text/> .
@prefix hobbit: <http://w3id.org/hobbit/vocab#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<$(VERSION)> a enexa:Module ;
rdfs:label "ENEXA Transformation Module"@en ;
rdfs:comment "This module allows the transformation and concatenation of RDF datasets."@en ;
hobbit:image <urn:container:docker:image:$(TAG)> ;
alg:parameter <parameter/file> .
<parameter/file> a alg:Parameter ;
rdfs:label "Input dataset" ;
rdfs:comment "An RDF dataset that is loaded into the triple store on start up." .