Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions contexts/sffContext.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@
"primaryPopulationServed": {
"@id": "sff:primaryPopulationServed",
"@type": "@id"
},
"forFunderId": {
"@id": "sff:forFunderId",
"@type": "@id"
}
}
}
5 changes: 2 additions & 3 deletions sff.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,11 @@ sff:forEDG
cids:belongsToTier cids:SFFTier .

sff:forFunder
a owl:ObjectProperty ;
a owl:DatatypeProperty ;
rdfs:domain sff:FundingStatus ;
rdfs:range cids:Organization ;
rdfs:label "for Funder"@en ;
cids:hasName "for Funder" ;
rdfs:comment "Links a funding status to the funder or investor that is being reported on."@en ;
rdfs:comment "States the name of the fund, funder or investor that is linked from the forOrganization property of FundingStatus."@en ;
void:inDataset sff:datasetdefinition ;
rdfs:isDefinedBy sff: ;
cids:belongsToTier cids:SFFTier .
Expand Down
8 changes: 4 additions & 4 deletions validation/shacl/sff.shacl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@ csh:SFFProperty_hasBoardProfile_PropertyShape

csh:SFFProperty_forFunder_PropertyShape
rdf:type sh:PropertyShape;
sh:class cids:Organization;
sh:datatype xsd:string;
sh:name "forFunder";
sh:nodeKind sh:BlankNodeOrIRI;
sh:nodeKind sh:Literal;
sh:path sff:forFunder;
csh:activeTier cids:SFFTier .

Expand Down Expand Up @@ -2038,9 +2038,9 @@ sff:hasBoardProfile rdf:type owl:ObjectProperty;
rdfs:label "hasBoardProfile"@en;
csh:memberOf owl:ObjectProperty .

sff:forFunder rdf:type owl:ObjectProperty;
sff:forFunder rdf:type owl:DatatypeProperty;
rdfs:label "for Funder"@en;
csh:memberOf owl:ObjectProperty .
csh:memberOf owl:DatatypeProperty .

sff:forEDG rdf:type owl:ObjectProperty;
rdfs:label "forEDG"@en;
Expand Down