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

<https://w3id.org/np/RA2MMfHD5kHs1ayar__u8rnHF4hlac6aSByL1jV3vdfEQ/projectLeadRole>
  a <https://w3id.org/kpxl/gen/terms/SpaceMemberRole>;
  dct:title "Project Leads";
  <http://schema.org/name> "project lead";
  rdfs:label "Project lead role";
  <https://w3id.org/kpxl/gen/terms/hasInverseProperty> <https://w3id.org/kpxl/gen/terms/hasProjectLead> .
