|
1 | 1 | # SPDX-FileCopyrightText: 2024 Stichting Health-RI
|
2 | 2 | #
|
3 | 3 | # SPDX-License-Identifier: AGPL-3.0-only
|
4 |
| - |
5 |
| -@prefix dcat: <http://www.w3.org/ns/dcat#> . |
6 | 4 | @prefix dcterms: <http://purl.org/dc/terms/> .
|
7 |
| -@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
8 |
| -@prefix ldp: <http://www.w3.org/ns/ldp#> . |
9 |
| -@prefix ns1: <http://semanticscience.org/resource/> . |
10 |
| -@prefix ns2: <https://w3id.org/fdp/fdp-o#> . |
11 | 5 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
| 6 | +@prefix fdp: <https://w3id.org/fdp/fdp-o#> . |
| 7 | +@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
12 | 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
13 | 9 |
|
14 |
| -<https://fair.healthinformationportal.eu/catalog/> a ldp:DirectContainer ; |
15 |
| - dcterms:title "Catalogs" ; |
16 |
| - ldp:hasMemberRelation ns2:metadataCatalog ; |
17 |
| - ldp:membershipResource <https://fair.healthinformationportal.eu> . |
18 |
| - |
19 |
| -<https://fair.healthinformationportal.eu#identifier> a <http://purl.org/spar/datacite/Identifier> ; |
20 |
| - dcterms:identifier "https://fair.healthinformationportal.eu" . |
21 |
| - |
22 |
| -<https://fair.healthinformationportal.eu#publisher> a foaf:Agent ; |
23 |
| - foaf:name "HealthInformationPortal.eu" . |
24 |
| - |
25 |
| -<https://fair.healthinformationportal.eu/metrics/445c0a70d1e214e545b261559e2842f4> ns1:SIO_000332 <https://www.ietf.org/rfc/rfc3986.txt> ; |
26 |
| - ns1:SIO_000628 <https://www.ietf.org/rfc/rfc3986.txt> . |
27 |
| - |
28 |
| -<https://fair.healthinformationportal.eu/metrics/5d27e854a9e78eb3f663331cd47cdc13> ns1:SIO_000332 <https://www.wikidata.org/wiki/Q8777> ; |
29 |
| - ns1:SIO_000628 <https://www.wikidata.org/wiki/Q8777> . |
30 |
| - |
31 |
| -<https://fair.healthinformationportal.eu/profile/77aaad6a-0136-4c6e-88b9-07ffccd0ee4c> rdfs:label "FAIR Data Point Profile" . |
32 |
| - |
33 |
| -<https://fair.healthinformationportal.eu> a dcat:DataService, |
34 |
| - dcat:Resource, |
35 |
| - ns2:FAIRDataPoint, |
36 |
| - ns2:MetadataService ; |
37 |
| - rdfs:label "European Health Information portal endpoint" ; |
38 |
| - dcterms:accessRights <https://fair.healthinformationportal.eu#accessRights> ; |
39 |
| - dcterms:conformsTo <https://fair.healthinformationportal.eu/profile/77aaad6a-0136-4c6e-88b9-07ffccd0ee4c> ; |
40 |
| - dcterms:description "Welcome to the one-stop shop that facilitates access to population health and health care data, information and expertise across Europe." ; |
41 |
| - dcterms:hasVersion "1.0" ; |
42 |
| - dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en> ; |
43 |
| - dcterms:license <https://creativecommons.org/licenses/by-nc/4.0> ; |
44 |
| - dcterms:publisher <https://fair.healthinformationportal.eu#publisher> ; |
45 |
| - dcterms:rights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ; |
46 |
| - dcterms:title "European Health Information portal endpoint" ; |
47 |
| - ns1:SIO_000628 <https://fair.healthinformationportal.eu/metrics/445c0a70d1e214e545b261559e2842f4>, |
48 |
| - <https://fair.healthinformationportal.eu/metrics/5d27e854a9e78eb3f663331cd47cdc13> ; |
49 |
| - dcat:endpointURL <https://fair.healthinformationportal.eu> ; |
50 |
| - ns2:fdpSoftwareVersion "FDP:v1.16.2~51911d6" ; |
51 |
| - ns2:metadataIdentifier <https://fair.healthinformationportal.eu#identifier> ; |
52 |
| - ns2:metadataIssued "2023-10-06T09:56:33.262000+00:00"^^xsd:dateTime ; |
53 |
| - ns2:metadataModified "2023-10-25T14:04:46.441000+00:00"^^xsd:dateTime ; |
54 |
| - ns2:uiLanguage <http://id.loc.gov/vocabulary/iso639-1/en> . |
55 |
| - |
| 10 | +<https://example.com/fdp> |
| 11 | + a fdp:FairDataPoint ; |
| 12 | + dcterms:title "Example FDP" ; |
| 13 | + dcterms:description "This is an example FAIR Data Point without catalogs." ; |
| 14 | + dcterms:issued "2025-03-07T00:00:00Z"^^xsd:dateTime ; |
| 15 | + dcterms:modified "2025-03-07T00:00:00Z"^^xsd:dateTime ; |
| 16 | + dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ; |
| 17 | + dcterms:publisher <https://example.com/publisher> ; |
| 18 | + dcterms:contactPoint <https://example.com/contact> . |
| 19 | + |
| 20 | +<https://example.com/publisher> |
| 21 | + a foaf:Organization ; |
| 22 | + foaf:name "Example Organization" . |
| 23 | + |
| 24 | +<https://example.com/contact> |
| 25 | + a foaf:Person ; |
| 26 | + foaf:name "FAIR Data Support" ; |
| 27 | + foaf:mbox "mailto:[email protected]" . |
0 commit comments