Skip to content

Instantly share code, notes, and snippets.

@vejvarm
Created May 9, 2024 01:49
Show Gist options
  • Save vejvarm/daa88c50366c9291e9e23a3a70d17e2a to your computer and use it in GitHub Desktop.
Save vejvarm/daa88c50366c9291e9e23a3a70d17e2a to your computer and use it in GitHub Desktop.
@prefix : <http://valuenet/ontop/> .
@prefix budget: <http://valuenet/ontop/budget#> .
@prefix endowment: <http://valuenet/ontop/endowment#> .
@prefix school: <http://valuenet/ontop/school#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://valuenet/ontop/budget/school_id=1;year=2003> a :budget ;
budget:SCHOOL_ID <http://valuenet/ontop/school/school_id=1> ;
budget:budget_invested_percent "71.3" ;
budget:budgeted 119527 ;
budget:invested 85249 ;
budget:school_id 1 ;
budget:total_budget_percent_budgeted 2.4e+00 ;
budget:total_budget_percent_invested 2.2e+00 ;
budget:year 2003 .
...
<http://valuenet/ontop/endowment/endowment_id=9> a :endowment ;
endowment:SCHOOL_ID <http://valuenet/ontop/school/school_id=6> ;
endowment:amount 8.43e+00 ;
endowment:donator_name "Com. Dom. En Estados Unidos" ;
endowment:endowment_id 9 ;
endowment:school_id 6 .
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment