Skip to content

Machine-readable representation of the classifiers described in chapter 6 Vegetation, by R.J. Hnatiuk, R. THackway and J. Walker, in Australian soil and land survey field handbook (3rd edn)

License

Notifications You must be signed in to change notification settings

ANZSoilData/def-au-asls-veg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

def-au-asls-veg

Machine-readable representation of the classifiers described in chapter 6 Vegetation, by R.J. Hnatiuk, R. THackway and J. Walker, in Australian soil and land survey field handbook (3rd edn)

Preparing the vocabulary for loading in RVA

All collection members must have an rdf:type, else they won't render in the RVA browse view. All resources must have an rdfs:label or skos:prefLabel, else they won't have nice titles in the RVA browse view.

Since ASLS Land Surface imports some concepts and collections from ASLS Substrate, the rdf:type and skos:prefLabel for the linked elements must be available locally, not just through the owl:imports.

Run this SPARQL prior to loading:

INSERT  { ?m a ?t ; skos:prefLabel ?l .}
WHERE {
	?c skos:member ?m . 
	?m a ?t ; 
	      skos:prefLabel ?l .
}

Contact:

Simon Cox simon.cox@csiro.au

Linda Gregory linda.gregory@csiro.au

About

Machine-readable representation of the classifiers described in chapter 6 Vegetation, by R.J. Hnatiuk, R. THackway and J. Walker, in Australian soil and land survey field handbook (3rd edn)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published