-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@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://purl.archive.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"; | ||
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://purl.archive.org/ejp-rd/vocabulary/personalData> false; | ||
dc:language <http://www.wikidata.org/entity/Q1860>; | ||
ejprd:vpConnection ejprd:VPDiscoverable, ejprd:VPContentDiscovery; | ||
dc:hasVersion "1"; | ||
dcat:theme clo:0037308 . |