Skip to content

Commit

Permalink
add example data
Browse files Browse the repository at this point in the history
  • Loading branch information
recalcitrantsupplant committed Nov 14, 2024
1 parent acff052 commit e4b1675
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dev/dev-config.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ ja:DatasetRDFS rdfs:subClassOf ja:RDFDataset .
[ text:field "historyNote" ;
text:predicate skos:historyNote ;
]
[ text:field "sdodescription" ;
text:predicate sdo:description ;
]
[ text:field "headline" ;
text:predicate sdo:headline ;
]
) .

# TDB2 dataset
Expand Down
56 changes: 56 additions & 0 deletions test_data/cpr.ttl
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 .

12 changes: 11 additions & 1 deletion test_data/fts_property_shapes.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@prefix schema: <http://schema.org/> .
@prefix ont: <https://prez.dev/ont/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
Expand Down Expand Up @@ -34,4 +35,13 @@ ex:FTSInverseSequenceShape
sh:path ( ex:hasSimpleResult [ sh:inversePath ex:hasFeatureOfInterest ] ) ;
sh:name "Sequence Inverse" ;
dcterms:identifier "seqinv" ;
.
.

ex:RealExample
a sh:PropertyShape ;
a ont:JenaFTSPropertyShape ;
sh:path ( sosa:isFeatureOfInterestOf sosa:hasResult ) ;
sh:name "Real Example" ;
dcterms:identifier "real" ;
ont:searchPredicate schema:description ;
.
44 changes: 44 additions & 0 deletions test_data/obs.ttl
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> .

0 comments on commit e4b1675

Please sign in to comment.