@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://fdp-demo.gdi.datacore.vib.be> a dcat:Resource, dcat:DataService, <https://w3id.org/fdp/fdp-o#MetadataService>,
    <https://w3id.org/fdp/fdp-o#FAIRDataPoint>;
  <http://www.w3.org/2000/01/rdf-schema#label> "My FAIR Data Point";
  dcterms:title "My FAIR Data Point";
  dcat:version "1.0"^^xsd:float;
  <https://w3id.org/fdp/fdp-o#metadataIssued> "2026-03-04T12:54:03.251208841Z"^^xsd:dateTime;
  <https://w3id.org/fdp/fdp-o#metadataModified> "2026-03-04T21:23:51.699790913Z"^^xsd:dateTime;
  dcterms:license <http://purl.org/NET/rdflicense/cc-zero1.0>;
  dcterms:description "VIB data core GDI FDP development node";
  dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en>;
  <https://w3id.org/fdp/fdp-o#metadataIdentifier> <https://fdp-demo.gdi.datacore.vib.be#identifier>;
  <http://www.re3data.org/schema/3-0#repositoryIdentifier> <https://fdp-demo.gdi.datacore.vib.be#identifier>;
  dcterms:accessRights <https://fdp-demo.gdi.datacore.vib.be#accessRights>;
  dcterms:publisher <https://fdp-demo.gdi.datacore.vib.be#publisher>;
  <http://semanticscience.org/resource/SIO_000628> <https://fdp-demo.gdi.datacore.vib.be/metrics/445c0a70d1e214e545b261559e2842f4>,
    <https://fdp-demo.gdi.datacore.vib.be/metrics/5d27e854a9e78eb3f663331cd47cdc13>;
  <https://w3id.org/fdp/fdp-o#metadataCatalog> <https://fdp-demo.gdi.datacore.vib.be/catalog/f8672fe2-afbd-4d1c-a534-0d4f8dc7d266>;
  dcterms:conformsTo <https://fdp-demo.gdi.datacore.vib.be/profile/77aaad6a-0136-4c6e-88b9-07ffccd0ee4c>;
  <https://w3id.org/fdp/fdp-o#fdpSoftwareVersion> "FDP:v1.18.2~0cba71a";
  dcat:endpointURL <https://fdp-demo.gdi.datacore.vib.be> .

<https://fdp-demo.gdi.datacore.vib.be#identifier> a <http://purl.org/spar/datacite/Identifier>;
  dcterms:identifier "https://fdp-demo.gdi.datacore.vib.be" .

<https://fdp-demo.gdi.datacore.vib.be#accessRights> a dcterms:RightsStatement;
  dcterms:description "This resource has no access restriction" .

<https://fdp-demo.gdi.datacore.vib.be#publisher> a foaf:Agent;
  foaf:name "Default Publisher" .

<https://fdp-demo.gdi.datacore.vib.be/metrics/445c0a70d1e214e545b261559e2842f4> <http://semanticscience.org/resource/SIO_000628>
    <https://www.ietf.org/rfc/rfc3986.txt>;
  <http://semanticscience.org/resource/SIO_000332> <https://www.ietf.org/rfc/rfc3986.txt> .

<https://fdp-demo.gdi.datacore.vib.be/metrics/5d27e854a9e78eb3f663331cd47cdc13> <http://semanticscience.org/resource/SIO_000628>
    <https://www.wikidata.org/wiki/Q8777>;
  <http://semanticscience.org/resource/SIO_000332> <https://www.wikidata.org/wiki/Q8777> .

<https://fdp-demo.gdi.datacore.vib.be/catalog/> a ldp:DirectContainer;
  dcterms:title "Catalogs";
  ldp:membershipResource <https://fdp-demo.gdi.datacore.vib.be>;
  ldp:hasMemberRelation <https://w3id.org/fdp/fdp-o#metadataCatalog>;
  ldp:contains <https://fdp-demo.gdi.datacore.vib.be/catalog/f8672fe2-afbd-4d1c-a534-0d4f8dc7d266> .

<https://fdp-demo.gdi.datacore.vib.be/profile/77aaad6a-0136-4c6e-88b9-07ffccd0ee4c>
  <http://www.w3.org/2000/01/rdf-schema#label> "FAIR Data Point Profile" .
