@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .

<https://w3id.org/spaces/fairff-group> a <https://w3id.org/kpxl/gen/terms/Group>,
    <https://w3id.org/kpxl/gen/terms/Space>;
  dct:description "This is the group behind the FAIR Funding Framework.";
  rdfs:label "FAIR Funding Framework group";
  <https://w3id.org/kpxl/gen/terms/hasAdmin> orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234,
    orcid:0000-0003-2195-3997, orcid:0000-0003-3710-3188 .

<https://w3id.org/fair/ff/terms/FAIR-Funding-Framework-Ontology> a owl:Ontology, <https://w3id.org/kpxl/gen/terms/MaintainedResource>;
  dct:description "This is the ontology for the FAIR Funding Framework.";
  rdfs:label "FAIR Funding Framework ontology";
  <https://w3id.org/kpxl/gen/terms/hasNamespace> <https://w3id.org/fair/ff/terms/>;
  <https://w3id.org/kpxl/gen/terms/isMaintainedBy> <https://w3id.org/spaces/fairff-group> .
