IDN Catalogue Profile - Guidance
This is a guide to assist you with using the Indigenous Data Network's Catalogue Profile.
How do I...
- Understand the Catalogue Profile, at a high level?
- Indicate something in a catalogue is Indigenous?
- See some examples?
- Create metadata according to the profile?
- Validate my metadata?
- Calculate and improve FAIR, CARE & DGD scores?
- Express my catalogue's metadata according to the profile but in other formats?
-
Metadata Details
- See the Specification Document
-
All Profile Resources
- See the Profile Resources
Understand the Catalogue Profile, at a high level
Metadata is used to describe things in catalogues, so they can be discovered, understood and used.
The IDN Catalogue Profile is formally declared as a profile of DCAT, SKOS and PROV-O. Its current metadata model primarily uses schema.org classes and properties, together with PROV-O and SKOS terms, and provides mappings to DCAT and other catalogue models.
This combination is tuned to support:
- indicating the Indigenousness, or otherwise, of data
- describing governance arrangement for data
No amount of metadata can substitute for actual governance arrangements, so use of this Catalogue Profile is limited to the representation of such arrangements only.
Use of metadata according to this Profile should allow users to tell how catalogued resources relate to Indigenous people and what arrangements are in place for sensitive governance of them.
How?
The Profile reuses terms from established vocabularies rather than creating a completely new metadata language. It specifies how those terms should be combined and supplies reference data for describing Indigenous data and its governance consistently.
This Profile suggests three main things you can do to address the dot points above for a resource:
- Record basic, standardised, metadata for it
- Represent, in detail, relations people and organisations have to it
- Indicate any policies that you have that affect it
These three approaches are detailed as "patterns" in the Specification Document's Patterns Section.
Indicate how data relates to Indigenous peoples
Sometimes a cataloguer can confidently state how data relates to Indigenous peoples. At other times, the relationship is apparent but cannot responsibly be reduced to a single statement. The IDN Catalogue Profile supports both situations: you can describe available evidence, make a direct classification, or do both.
These approaches are complementary. A classification is a clear assertion; links to people, organisations, policies, themes (keywords), languages and places preserve the context behind it. Do not infer the Indigenous status of a person or organisation from a name, subject or association. Record identity information only when it is supported by an appropriate source and is suitable to publish.
This data may be Indigenous
“This data may be Indigenous, but I am not sure. The author is not Indigenous, but the resource includes an Indigenous language and the translator is Indigenous. The publisher is an Indigenous organisation within a larger non-Indigenous organisation. Some, but not all, of the themes are Indigenous. The data is governed under an Indigenous data governance policy, and its custodian is Indigenous. I can verify most or all of these details, so I will record them. The resulting metadata will help people understand the resource without forcing me to make an unsupported yes-or-no claim.”
Record each supportable fact: people and organisations and their roles; relevant governance policies; keywords; languages; places; and a clear description of the resource. Together, these statements form an evidence graph that preserves nuance and makes the basis for later decisions inspectable.
Supplying this detail should progressively increase the resource's Indigenous characterisation. In this situation, you do not have to force the evidence into an unsupported “it is” or “it is not” conclusion: the Profile helps you work through and communicate what is known.
I know this data is Indigenous
“I know this data is Indigenous and have no reason to doubt it. I cannot verify all of its provenance and attributions in a structured way, and I do not have exact details of every agent or governance arrangement. I will use the Data Indigeneity vocabulary to record the relationship I can confidently assert.”
Use the Data Indigeneity vocabulary when you are confident that the classification is accurate. Choose the specific applicable concepts—By Indigenous People, About Indigenous People and/or About Indigenous Things—rather than applying an ambiguous “Indigenous” label:
:resource-x schema:keywords <https://data.idnau.org/pid/vocab/indigeneity/about-indigenous-people> .
Applying a Data Indigeneity term should significantly increase the resource's CARE score (see Calculating Scores), even when fuller provenance, attribution or governance metadata is unavailable. Some specific terms, particularly By Indigenous People, may satisfy more than one scoring indicator. Use this vocabulary when you are confident of the applicable relationship; the direct classification does not replace supporting detail when that detail can be supplied.
What evidence should I record?
Supply as much relevant, verifiable detail as is available and appropriate to publish. Prefer persistent HTTP identifiers for people, organisations, concepts and places so that the relationships can be followed as a graph. The IDN reference data catalogue and IDN Agents Database can help you find suitable identifiers.
- Description: explain the resource's content, context and any uncertainty in plain language.
- Themes: use
schema:keywordswith concepts from vocabularies such as IDN Themes or the ANZSRC Fields of Research. - Languages: distinguish data about a language (a theme) from content in a
language. Use
schema:inLanguagewith a concept from AustLang for the latter. - Places: use
schema:spatialCoverageto link to an Indigenous Location, Native Title determination or other relevant place. - People and organisations: link each agent to the resource and state its role using the
Profile's
prov:qualifiedAttributionpattern and the Data Roles vocabulary. See the Agents section of the Specification. - Agent indigeneity: where the information is supported and appropriate to publish, describe an organisation with the Organisations Indigeneity vocabulary or a person with the Indigenous Status of Persons vocabulary. These vocabularies classify agents, not the data itself.
- Governance: link the resource to relevant policies or governance frameworks with the
odrl:hasPolicyproperty from the Open Data Rights Language (ODRL) vocabulary.
Examples
Below are minimal, improved and comprehensive metadata records for the "Briscoe-Smith Archive"
Minimal Metadata Record
| Property | Value |
|---|---|
| Identifier | https://linked.data.gov.au/dataset/bsa |
| Title | Briscoe-Smith Archive |
| Description | The Briscoe-Smith Archive is a collection including historical population data and biographical records collected in the course of research undertaken by Dr Gordon Briscoe & Dr Leonard Smith. |
| Agent |
Gordon Briscoe & Len Smith Australian Data Archive |
It has a simple title, brief description and Agents (organisations & people) associated with it. This item is easily understood to be Indigenous - it's about Indigenous Australians - but a lot of simple metadata could easily be added.
Improved Metadata Record
The following version adds schema:keywords, using both Data Indigeneity and IDN Themes vocabularies, to further characterise the dataaset as Indigenous. It also adds Roles that clarify the contribution to the dataset by each named Agent
| Property | Value |
|---|---|
| Identifier | https://linked.data.gov.au/dataset/bsa |
| Title | Briscoe-Smith Archive |
| Description | The Briscoe-Smith Archive is a digital and physical collection documenting the demography and health of Indigenous Australians, including historical population data and biographical records collected by Dr Gordon Briscoe & Dr Leonard Smith. |
| Keywords |
About Indigenous People Aboriginal communities Aboriginal health Aboriginal history |
| Agent + Role |
Gordon Briscoe & Len Smith / Author |
Comprehensive Metadata Record
The following version in Turtle format adds information that will further characterise the dataset as Indigenous, and also improve the FAIR-ness of the metadata, including the dataset's creation and modification dates, a license, temporal coverage, usage information, and further role and contextual information about agents involved.
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX ids: <http://id.loc.gov/vocabulary/identifiers/>
PREFIX indigeneity: <https://data.idnau.org/pid/vocab/indigeneity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX drole: <https://linked.data.gov.au/def/data-roles/>
PREFIX schema: <https://schema.org/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://linked.data.gov.au/dataset/bsa> a schema:Dataset ;
schema:name "Briscoe-Smith Archive" ;
schema:description "The Briscoe-Smith Archive is a digital and physical collection documenting the demography and health of Indigenous Australians, including historical population data and biographical records collected in the course of research undertaken by Dr Gordon Briscoe & Dr Leonard Smith." ;
schema:createdDate "2009-01-01"^^xsd:date ;
schema:modifiedDate "2025-10-15"^^xsd:date ;
schema:keywords
indigeneity:about-indigenous-people ;
<https://vocabularyserver.com/apais/xml.php?skosTema=7>,
<https://vocabularyserver.com/apais/xml.php?skosTema=12> ,
<https://vocabularyserver.com/apais/xml.php?skosTema=13> ,
prov:qualifiedAttribution [ a prov:Attribution ;
schema:agent <https://orcid.org/0000-0002-5477-0874> ;
schema:roleName drole:author
] ,
[ a prov:Attribution ;
schema:agent <https://data.idnau.org/pid/person/briscoe> ;
schema:roleName drole:author ;
] ,
[ a prov:Attribution ;
schema:roleName drole:custodian ;
schema:agent <https://linked.data.gov.au/org/ada>
] ;
schema:license <https://purl.org/NET/rdflicense/cc-by-nc4.0> ;
schema:rights "The Authors" ;
schema:usageInfo <https://linked.data.gov.au/def/data-access-rights/open> ;
dcterms:temporal [
a dcterms:PeriodOfTime ;
schema:startDate "1970"^^xsd:gYear ;
schema:endDate "2020"^^xsd:gYear ;
] ;
.
<https://orcid.org/0000-0002-5477-0874> a schema:Person;
schema:name "Leonard R. Smith" ;
schema:identifier <https://orcid.org/0000-0002-5477-0874>"^^ids:orcid ;
.
<https://data.idnau.org/pid/person/briscoe> a schema:Person;
schema:name "Gordon Briscoe" ;
schema:url <https://ia.anu.edu.au/biography/briscoe-gordon-17784>"^^xsd:anyURI ;
.
<https://linked.data.gov.au/org/ada> a schema:Organization ;
schema:name "Australian Data Archive" ;
schema:url <https://ada.edu.au/>"^^xsd:anyURI ;
schema:memberOf <https://linked.data.gov.au/org/anu>"^^xsd:anyURI ;
.
Create metadata according to the profile
To create metadata in a format required by this Profile, such as in the Comprehensive Metadata Record above, you can:
- Use the Metadata Entry Tool
- Type out RDF data, manually
- Use Software
Use the Metadata Entry Tool
This is our recommended starting point
The Indigenous Data Network maintains an online, interactive, tool that you can use to create metadata according to the IDN Catalogue Profile.
The tool contains examples you can load, video tutorials and displays the metadata it creates as you fill in form fields.
It auto-calculates CARE and FAIR scores as you go too.
Type out RDF data, manually
The metadata format for the IDN's Catalogue Profile is RDF, which can be created in a plain text file.
The Metadata Entry Tool auto-generates RDF as you fill it out, but you are also able to manually type out data files if you like.
See this profile's Specification Document's Examples Section for a complete RDF data file and remember: you can validate RDF data files supplied in this profile
Since the IDN CP is a profile of DCAT, the Data Catalog Vocabulary, and reuses many DCAT elements, you can use DCAT's documentation that contains lots of RDF examples too.
Use Software
Lots of catalogue tools are able to export metadata in formats that are compatible with this profile. For example, the open source CKAN tool can implement its own profiles of DCAT which are compatible with this profile! Another example: the EMu collections management software can export Dublin Core metadata in an XML format that is also interpretable as RDF.
Validate my metadata
Whatever method you use to create your metadata, you can validate it against this profile.
To validate metadata that you create, there is a Validation file and a Validation tool preloaded with the validation file. See the Specification Document Validation Section for valid metadata examples.
Validation file
One of the resources within this profile is a Validator in SHACL data file. It can be used with validation tools to automatically check the validity of metadata.
Validation tool
A Validation tool that uses the Validation data file is also available. (Select the "IDN CP Validator" option from the Use Validators selector.)
This validator file and the validator tool are only able to test for structural and values validation - is the metadata correctly formatted and machine-readable - it can't test for the appropriateness or the goodness of metadata. For that, you will need to try calculating FAIR or CARE scores and compare what you get to your own expectations of your metadata.
CARE, FAIR and DGD scores
One aim of this catalogue profile is to support either manual or automated use of software to
calculate FAIR,
The score supports that judgement by assessing the metadata against defined indicators; it does not itself prove that the data is Indigenous, decide whether it belongs in a particular catalogue, or establish that its governance is adequate. The CARE scoring definition specifies how the evidence should affect the score.
View and report scores
The Metadata Entry Tool automatically calculates these scores as you use it, and it details how scores are created too.
The IDN also provides the underlying software to calculate scores from IDN CP metadata: Scores Calculator. If you're technical, you can dive into the weeds of score creation - and please let us know what you think about the methods we have implemented!
The FAIR and CARE principles are widely known and many other tools exist for at least FAIR self-assessment, such as the ARDC's FAIR Data Self Assessment Tool, so you can use these tools alongside the IDN's to cross-check.
Improve FAIR, CARE or DGD scores
Since the Metadata Entry Tool details how its scores are created, you should be able to see what to do to improve your scores. For example, for the A1 part of the Accessibility score of FAIR, if you indicate access using standard terminology such as "Access to metadata", or "Conditional access", you will get some score. If you indicate the most accessible form, "Open access", you will get the best A1 score.
If you want to improve scores en masse, perhaps across a whole catalogue, review the scoring definitions used by the IDN's Scores Calculator software. For example, the FAIR scoring definition describes how metadata elements contribute to the various FAIR assessment components and can help identify catalogue-wide metadata improvements with the greatest impact on scores. If you want to increase score en masse, perhaps across a whole catalogue, have a look at the calculation functions in the IDN's Scores Calculator software. The function used for the A1 part of the Assessment FAIR score is calculate_a().
Express my metadata in other formats
You will need to do two things
- Work out conceptually how to express elements of your metadata in this profile's terms
- Create a technical or an informal (written) mapping
If you can work out the first part but cannot implement a technical mapping for automated translation, at least describe your understanding of the mapping in prose. The IDN staff may be able to help.
The Mappings Section of the Specification Document describes some mappings from the IDN CP to other models. Since the current profile primarily expresses catalogue metadata using schema.org, mappings from schema.org to other metadata models are relevant. For example, see the W3C's DCAT/ISO mapping.
Some systems use very different metadata formats, not just models.
Document Info
Information (metadata) about this document:
- URI
https://data.idnau.org/pid/cp/guide↗- Is Part Of
- IDN Catalogue Profile
- Publisher(s)
- Indigenous Data Network
- Creator(s)
- Nicholas J. Car
- Dates
-
Created 2022-03-18 Issued 2024-03-15 Modified 2026-08-31 - Version
- 0.0.2
- History note
- 2026-08: rewrote the guidance for describing data indigeneity as two evidence-based scenarios
2026-05: changed examples from DCAT + DCTERMS to schema.org - License
- Attribution 4.0 International (CC BY 4.0)
- Copyright
- Indigenous Data Network, 2022 - 2024