IDN CP - RIF-CS Mapping
Metadata ↑
- URI
https://w3id.org/idn/def/cp/rif-cs
↗- Name
- IDN CP → RIF-CS Mapping
- Description
- This document defines the IDN CP's official mapping between its elements and RIF-CS's elements.
- Is Part Of (a Profile Resource Descriptor of)
- IDN's Catalogue Profile
- Publisher(s)
- Indigenous Data Network
- Creator(s)
- Nicholas J. Car
- Created
- 2022-12-20
- Modified
- 2022-12-20
- Issued
- 2022-12-20
- Version Information
- 0.0.1
- Version IRI
- https://w3id.org/idn/def/cp/sdo/0.0.1
- License
- Attribution 4.0 International (CC BY 4.0)
- Copyright Holder
- Indigenous Data Network
- Copyright Year
- 2022
- Code Repository
- https://github.com/idn-au/idn-catalogue-profile/
Mapping ↑
The following namespace prefixes are used in the mapping table below:
- dcat
http://www.w3.org/ns/dcat#
- dcterms
http://purl.org/dc/terms/
- geo
http://www.opengis.net/ont/geosparql#
- idn-role
https://w3id.org/idn/def/idn-role-codes/subjectAgent
- org
https://linked.data.gov.au/org/
- owl
http://www.w3.org/2002/07/owl#
- rdfs
http://www.w3.org/2000/01/rdf-schema#
- role
http://www.w3.org/ns/dx/prof/role/
- sdo
https://schema.org/
- skos
http://www.w3.org/2004/02/skos/core#
- xsd
http://www.w3.org/2001/XMLSchema#
Minimal
This first mapping is for the elements of Minimal Metadata as per the IDN CP's Guide. The examples used are also from the Guide's minimal example.
Coded Equivalents
The following is a slightly extended version of the Guide's mimimal example:
IDN CP
PREFIX dcat: <http://www.w3.org/ns/dcat#> PREFIX dcterms:<http://purl.org/dc/terms/> PREFIX iso: <http://def.isotc211.org/iso19115/-1/2018/CitationAndResponsiblePartyInformation/code/CI_RoleCode/> PREFIX prov: <http://www.w3.org/ns/prov#> <https://w3id.org/idn/resource/BSA> a dcat:Resource ; dcterms:title "Briscoe-Smith Archive" ; dcterms:description "Historical population data and biographical records" ; prov:qualifiedAttribution [ dcat:hadRole iso:custodian ; prov:agent <https://linked.data.gov.au/org/ada> ] ; dcterms:create "2022-12-19"^^xsd:date ; dcterms:modified "2022-12-20"^^xsd:date ; .
RIF-CS
<registryObject> <key>BSA</key> <originatingSource>https://w3id.org/idn/resource/BSA</originatingSource> <collection type="dataset" dateModified="2022-12-20"> <name type="primary"> <namePart>Briscoe-Smith Archive</namePart> </name> <description type="brief">Historical population data and biographical records</description> <identifier type="uri">https://w3id.org/idn/resource/BSA</identifier> <dates type="dc.created"> <date type="dateFrom" dateFormat="W3CDTF">2022-12-19</date> </dates> <relatedObject> <key>Contributor:Australian Data Archive</key> <relation type="isManagedBy"/> </relatedObject> </collection> </registryObject>
Full
This second mapping is for the elements of Full Metadata as per the IDN CP's Guide. The examples used are also from the Guide's full example.
IDN CP
PREFIX dcat: <http://www.w3.org/ns/dcat#> PREFIX dcterms:<http://purl.org/dc/terms/> PREFIX idnth: <https://w3id.org/idn/def/idn-data-themes/> PREFIX iso: <http://def.isotc211.org/iso19115/-1/2018/CitationAndResponsiblePartyInformation/code/CI_RoleCode/> PREFIX prov: <http://www.w3.org/ns/prov#> <https://linked.data.gov.au/dataset/asgsed3/ILOC> a dcat:Resource ; sdo:additionalType geo:FeatureCollection ; dcterms:title "Indigenous Locations within the Australian Statistical Geography Standard (ASGS) Edition 3" ; dcterms:description """This is a reference geospatial dataset developed by the Australian Bureau of Statistics... This enables the release of Census of Population and Housing data and other data for Aboriginal and Torres Strait Islander communities in a meaningful way, while balancing confidentiality and statistical requirements. ..."""@en ; dcterms:created "2021-10-06"^^xsd:date ; dcterms:modified "2021-10-06"^^xsd:date ; dcterms:identifier "ILOC"^^xsd:token ; dcterms:source "https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/indigenous-structure/indigenous-locations"^^xsd:anyURI ; dcterms:issued "2021-10-06"^^xsd:date ; dcterms:license <https://purl.org/NET/rdflicense/cc-by4.0> ; dcterms:rights "Copyright © Commonwealth of Australia (Australian Bureau of Statistics) 2021" ; dcterms:accessRights <https://linked.data.gov.au/def/data-access-rights/open> ; dcterms:spatial <https://linked.data.gov.au/dataset/asgsed3/AUS/AUS> , [ geo:asWKT "POLYGON ((96 -45, 96 -9, 168 -9, 168 -45, 96 -45))"^^geo:wktLiteral ; ] ; dcterms:temporal [ prov:endedAtTime "2026"^^xsd:gYear ; prov:startedAtTime "2021"^^xsd:gYear ] ; dcat:accessURL "https://linked.data.gov.au/dataset/asgsed3/ILOC"^^xsd:anyURI ; dcat:theme idnth:indigenous-demographics , <https://w3id.org/idn/def/idn-th/place> , <https://w3id.org/idn/def/indigeneity/about-indigenous-things> ; prov:qualifiedAttribution [ dcat:hadRole iso:custodian ; prov:agent <https://linked.data.gov.au/org/abs> ] , [ dcat:hadRole iso:rightsHolder ; prov:agent <https://linked.data.gov.au/org/abs> ] , [ dcat:hadRole <https://w3id.org/def/idn-role-codes/subjectAgentRepresentatitve> ; prov:agent <https://w3id.org/idn/agent/abs-coatsis> ; ] ; .
RIF CS
<registryObject> <key>ILOC</key> <originatingSource>https://linked.data.gov.au/dataset/asgsed3/ILOC</originatingSource> <collection type="dataset"> <name type="primary"> <namePart>Indigenous Locations within the Australian Statistical Geography Standard (ASGS) Edition 3</namePart> </name> <description type="brief">This is a reference geospatial dataset developed by the Australian Bureau of Statistics... This enables the release of Census of Population and Housing data and other data for Aboriginal and Torres Strait Islander communities in a meaningful way, while balancing confidentiality and statistical requirements. ...</description> <dates type="dc.created"> <date type="dateFrom" dateFormat="W3CDTF">2021-10-06</date> </dates> <dates type="dc.modified"> <date type="dateFrom" dateFormat="W3CDTF">2021-10-06</date> </dates> <dates type="dc.issued"> <date type="dateFrom" dateFormat="W3CDTF">2021-10-06</date> </dates> <rights> <rightsStatement>Copyright © Commonwealth of Australia (Australian Bureau of Statistics) 2021</rightsStatement> <licence type="CC-BY" rightsUri="https://purl.org/NET/rdflicense/cc-by4.0"/> <accessRights type="open" rightsUri="https://linked.data.gov.au/def/data-access-rights/open">open</accessRights> </rights> <identifier type="uri">https://linked.data.gov.au/dataset/asgsed3/ILOC</identifier> <coverage> <spatial type="iso19139dcmiBox"> northlimit=-9; southlimit=-45; westlimit=96; eastlimit=168</spatial> <temporal> <date type="dateFrom" dateFormat="W3CDTF">2021</date> <date type="dateTo" dateFormat="W3CDTF">2026</date> </temporal> </coverage> <subject type="local">https://w3id.org/idn/def/idn-data-themes/indigenous-demographics</subject> <subject type="local">https://w3id.org/idn/def/idn-th/place</subject> <subject type="local">https://w3id.org/idn/def/indigeneity/about-indigenous-things</subject> <subject type="local">water quality monitoring</subject> <relatedObject> <key>https://linked.data.gov.au/org/abs</key> <relation type="isManagedBy"/> </relatedObject> <relatedObject> <key>https://linked.data.gov.au/org/abs-coatsis</key> <relation type="hasAssociationWith"/> </relatedObject> </collection> </registryObject>