Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EU NGI programs in funding resources #6

Merged
merged 1 commit into from
Nov 27, 2023
Merged
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
46 changes: 25 additions & 21 deletions resourcesAvailable/FundingProgram.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
rdfs:description "?" ;
roh:hasFundingProgramClassification "?" .

:DAPSI
a roh:FundingProgram ;
rdfs:label "EU DAPSI"@en ;
schema:website <https://dapsi.ngi.eu/> ;
rdfs:description "?" ;
roh:hasFundingProgramClassification "?" .

:GithubSponsors
a roh:FundingProgram ;
rdfs:label "GitHub Sponsors"@en ;
Expand Down Expand Up @@ -75,27 +68,38 @@
rdfs:description "?" ;
roh:hasFundingProgramClassification "?" .

:NGIPointer
a roh:FundingProgram ;
rdfs:label "NGI Pointer"@en ;
schema:website <https://www.ngi.eu/ngi-projects/ngi-pointer/> ;
rdfs:description "?" ;
roh:hasFundingProgramClassification "?" .

:NLnet
a roh:FundingOrganisation ;
rdfs:label "NLnet Foundation"@en ;
schema:website <https://nlnet.nl> ;
rdfs:description "Since 1997 NLnet foundation has been financially supporting organizations and people that contribute to an open information society. It funds those with ideas to fix the internet." .

:NGI
a roh:FundingSource ;
rdfs:label "Next Generation Internet"@en ;
schema:website <https://www.ngi.eu> ;
rdfs:description "The Next Generation Internet (NGI) is a European Commission initiative that aims to shape the development and evolution of the Internet into an Internet of Trust. An Internet that responds to people’s fundamental needs, including trust, security, and inclusion, while reflecting the values and the norms all citizens enjoy in Europe." .

:NLNET
:NGICore
a roh:FundingProgram ;
rdfs:label "NLNET Foundation"@en ;
schema:website <https://nlnet.nl> ;
rdfs:description "?" ;
rdfs:label "NGI Zero Core"@en ;
schema:website <https://nlnet.nl/core/> ;
rdfs:description "Moving the internet forward." ;
roh:hasFundingProgramClassification "?" .

:NGIEntrust
a roh:FundingProgram ;
rdfs:label "NGI Zero Entrust"@en ;
schema:website <https://nlnet.nl/entrust/> ;
rdfs:description "Trustworthiness and data sovereignty." ;
roh:hasFundingProgramClassification "?" .

:NGI
:NGISargasso
a roh:FundingProgram ;
rdfs:label "Next Generation Internet"@en ;
schema:website <https://www.ngi.eu> ;
rdfs:description "?" ;
rdfs:label "NGI Sargasso"@en ;
schema:website <https://ngisargasso.eu> ;
rdfs:description "Promoting the transatlantic cooperation for NGI technologies." ;
roh:hasFundingProgramClassification "?" .


Expand Down