-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhspc.ttl
31 lines (27 loc) · 1.41 KB
/
hspc.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
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix fdpo: <https://w3id.org/fdp/fdp-o#> .
@prefix ejprd: <https://w3id.org/ejp-rd/vocabulary#> .
@prefix clo: <http://purl.obolibrary.org/obo/CLO_> .
<https://www.ibmt.fraunhofer.de/> a foaf:Organization;
dc:title "Fraunhofer IBMT" ;
foaf:page <https://www.ibmt.fraunhofer.de>.
<https://hpscreg.eu> a dcat:Resource, dcat:DataService, fdpo:FAIRDataPoint, fdpo:MetadataService;
dc:license <https://ejp-rd-vp.github.io/resource-metadata-schema/license/>;
dc:title "hPSCreg";
dcat:landingPage <https://hpscreg.eu> ;
dcat:keyword "stem cell";
dc:publisher <urn:local:ejp-rd:publisher123456768> ;
dc:description "The human pluripotent stem cell registry (hPSCreg), accessible at https://hpscreg.eu, is a public registry and data portal for human embryonic and induced pluripotent stem cell lines (hESC and hiPSC).";
dcat:contactPoint <https://hpscreg.eu/contact>;
<https://w3id.org/ejp-rd/vocabulary#personalData> false;
dc:language <http://www.wikidata.org/entity/Q1860>;
ejprd:vpConnection ejprd:VPDiscoverable ;
dc:hasVersion "1";
dcat:theme clo:0037308 .
<urn:local:ejp-rd:publisher123456768> a foaf:Organization ;
foaf:name "hSPCreg" ;
dc:description "hPSCreg stem cell registry" ;
dcat:landingPage <https://hpscreg.eu> .