-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acff052
commit e4b1675
Showing
4 changed files
with
117 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
@prefix bibf: <http://id.loc.gov/ontologies/bibframe/> . | ||
@prefix dcat: <http://www.w3.org/ns/dcat#> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix schema: <https://schema.org/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<https://anufncatalogue.anu.edu.au/catalog/caepr> a dcat:Catalog ; | ||
dcterms:created "2024-10-02"^^xsd:date ; | ||
dcterms:creator <https://linked.data.gov.au/org/anu> ; | ||
dcterms:description "Automated scrape of publications from the Centre for Aboriginal Economic Policy Research website." ; | ||
dcterms:hasPart <https://anufncatalogue.anu.edu.au/catalog/caepr/0109bf89-7182-4b22-ad30-5096c7603e0d>, | ||
<https://anufncatalogue.anu.edu.au/catalog/caepr/075c9e7a-69c0-4eb3-8bdc-28a0dff10951>, | ||
<https://anufncatalogue.anu.edu.au/catalog/caepr/10f2333d-5fa8-45d1-8e5a-5f2cc49bfc0c>, | ||
<https://anufncatalogue.anu.edu.au/catalog/caepr/17b7b492-96ab-4f87-9cee-e9285fe135b5>, | ||
<https://anufncatalogue.anu.edu.au/catalog/caepr/26d30f9b-93b0-4f54-a093-c864409d618f>; | ||
dcterms:modified "2024-10-02"^^xsd:date ; | ||
dcterms:publisher <https://linked.data.gov.au/org/anu> ; | ||
dcterms:title "CAEPR publications" . | ||
|
||
<https://anufncatalogue.anu.edu.au/catalog/caepr/075c9e7a-69c0-4eb3-8bdc-28a0dff10951> a dcat:Resource, | ||
schema:CreativeWork ; | ||
schema:author "Musharbash, Y"^^xsd:string ; | ||
schema:datePublished "2001"^^xsd:gYear ; | ||
schema:headline "Indigenous families and the welfare system: The Yuendumu community case study, Stage Two"^^xsd:string ; | ||
schema:issueNumber "217"^^xsd:string ; | ||
schema:url "https://caepr.cass.anu.edu.au/research/publications/indigenous-families-and-welfare-system-yuendumu-community-case-study-stage-two"^^xsd:anyURI . | ||
|
||
<https://anufncatalogue.anu.edu.au/catalog/caepr/10f2333d-5fa8-45d1-8e5a-5f2cc49bfc0c> a dcat:Resource, | ||
schema:CreativeWork ; | ||
schema:author "O'Bryan, M, Markham, F & Harrington, M"^^xsd:string ; | ||
schema:datePublished "2022"^^xsd:gYear ; | ||
schema:headline "OCHRE Local Decision Making Stage 2 Accords Negotiation: Murdi Paaki Regional Assembly Accord II Negotiation Evaluation Report"^^xsd:string ; | ||
schema:identifier "https://doi.org/10.25911/Y21G-T931"^^bibf:doi ; | ||
schema:issueNumber "2"^^xsd:string ; | ||
schema:url "https://caepr.cass.anu.edu.au/research/publications/ochre-local-decision-making-stage-2-accords-negotiation-murdi-paaki-regional-0"^^xsd:anyURI . | ||
|
||
<https://anufncatalogue.anu.edu.au/catalog/caepr/17b7b492-96ab-4f87-9cee-e9285fe135b5> a dcat:Resource, | ||
schema:CreativeWork ; | ||
schema:author "Henry, R, Daly, A"^^xsd:string ; | ||
schema:datePublished "2001"^^xsd:gYear ; | ||
schema:headline "Indigenous families and the welfare system: The Kuranda community case study, Stage Two"^^xsd:string ; | ||
schema:issueNumber "216"^^xsd:string ; | ||
schema:url "https://caepr.cass.anu.edu.au/research/publications/indigenous-families-and-welfare-system-kuranda-community-case-study-stage-two"^^xsd:anyURI . | ||
|
||
<https://anufncatalogue.anu.edu.au/catalog/caepr/26d30f9b-93b0-4f54-a093-c864409d618f> a dcat:Resource, | ||
schema:CreativeWork ; | ||
schema:author "McDonnell, S"^^xsd:string ; | ||
schema:datePublished "2003"^^xsd:gYear ; | ||
schema:headline "Chasing the money story: An evaluation of the Tangentyere Bank Pilot Project and its relevance to Indigenous communities in central Australia"^^xsd:string ; | ||
schema:issueNumber "21"^^xsd:string ; | ||
schema:url "https://caepr.cass.anu.edu.au/research/publications/chasing-money-story-evaluation-tangentyere-bank-pilot-project-and-its"^^xsd:anyURI . | ||
|
||
<https://linked.data.gov.au/org/anu> a schema:Organization ; | ||
schema:name "Australian National University" ; | ||
schema:url "https://www.anu.edu.au/"^^xsd:anyURI . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
@prefix iam: <https://anufncatalogue.anu.edu.au/pid/vocab/iam/> . | ||
@prefix ilm: <https://data.idnau.org/pid/ilm/feature/> . | ||
@prefix schema: <https://schema.org/> . | ||
@prefix sosa: <http://www.w3.org/ns/sosa/> . | ||
|
||
<https://anufncatalogue.anu.edu.au/david-different-uri> sosa:isFeatureOfInterestOf _:Ne7fb721e13d643e4a6d5b9cd2a06cfea . | ||
|
||
_:Ne7fb721e13d643e4a6d5b9cd2a06cfea a sosa:Observation ; | ||
sosa:hasResult _:Nf0b4feb4ba064a39b6bd373d65a22abc ; | ||
sosa:observedProperty iam:MentionsIndigenousPlaceName . | ||
|
||
_:Nf0b4feb4ba064a39b6bd373d65a22abc a sosa:Result ; | ||
schema:description "yuendumu" ; | ||
schema:value <https://data.idnau.org/pid/apt/yuendumu> . | ||
|
||
<https://anufncatalogue.anu.edu.au/catalog/caepr/10f2333d-5fa8-45d1-8e5a-5f2cc49bfc0c> sosa:isFeatureOfInterestOf _:N9fc31556bca74a4d963ed93a5b912f0f . | ||
|
||
_:N9fc31556bca74a4d963ed93a5b912f0f a sosa:Observation ; | ||
sosa:hasResult _:N0086e670ba384871a1cbf11b48836cbb ; | ||
sosa:observedProperty iam:MentionsIndigenousPlaceName . | ||
|
||
_:N0086e670ba384871a1cbf11b48836cbb a sosa:Result ; | ||
schema:description "murdi paaki" ; | ||
schema:value <https://data.idnau.org/pid/apt/murdi-paaki-bourke> . | ||
|
||
<https://anufncatalogue.anu.edu.au/catalog/caepr/17b7b492-96ab-4f87-9cee-e9285fe135b5> sosa:isFeatureOfInterestOf _:N57b531df78954db3ba9f27ee84102b3e . | ||
|
||
_:N57b531df78954db3ba9f27ee84102b3e a sosa:Observation ; | ||
sosa:hasResult _:N158974fc772e44919f58bf23b1febee6 ; | ||
sosa:observedProperty iam:MentionsIndigenousPlaceName . | ||
|
||
_:N158974fc772e44919f58bf23b1febee6 a sosa:Result ; | ||
schema:description "kuranda" ; | ||
schema:value <https://data.idnau.org/pid/apt/kuranda> . | ||
|
||
<https://anufncatalogue.anu.edu.au/catalog/caepr/26d30f9b-93b0-4f54-a093-c864409d618f> sosa:isFeatureOfInterestOf _:Nf0e1dbe9e76f437f8e820020f8e67c59 . | ||
|
||
_:Nf0e1dbe9e76f437f8e820020f8e67c59 a sosa:Observation ; | ||
sosa:hasResult _:N63268e068cf149f0b5ac1e7d9cacf671 ; | ||
sosa:observedProperty iam:MentionsIndigenousPlaceName . | ||
|
||
_:N63268e068cf149f0b5ac1e7d9cacf671 a sosa:Result ; | ||
schema:description "tangentyere" ; | ||
schema:value <https://data.idnau.org/pid/apt/tangentyere> . |