-
Notifications
You must be signed in to change notification settings - Fork 0
/
fdp.ttl
19 lines (17 loc) · 1001 Bytes
/
fdp.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
<https://ostrails.github.io/sandbox/fdp.ttl> a dcat:Resource, <https://w3id.org/fdp/fdp-o#MetadataService>, <https://w3id.org/fdp/fdp-o#FAIRDataPoint>;
dcterms:title "Test FDFP";
dcterms:license <http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd3.0>;
dcterms:description "TGestFDP";
dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en>;
dcat:theme <http://www.orpha.net/ORDO/Orphanet_98895>;
ldp:contains <https://ostrails.github.io/sandbox/fdp.ttl#catalog>;
dcat:keyword "Coolness" .
<https://ostrails.github.io/sandbox/fdp.ttl#catalog/> a ldp:DirectContainer;
ldp:hasMemberRelation ldp:contains ;
ldp:membershipResource <https://ostrails.github.io/sandbox/fdp.ttl>;
ldp:contains <https://ostrails.github.io/sandbox/dataservice.ttl> .