Skip to content

ANZSoilData/def-au-asls-land-surface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

351 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cite as: image

def-au-asls-land-surface

Preparation and maintenance of a machine-readable representation of the classifiers described in chapter 7 Land Surface, by R.C. McDonald, R.F. Isbell and J.G. Speight, 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:

Linda Gregory linda.gregory@csiro.au

Simon Cox simon.cox@csiro.au

About

Machine-readable representation of the classifiers described in chapter 7 Land Surface, by R.C. McDonald, R.F. Isbell and J.G. Speight, in Australian soil and land survey field handbook (3rd edn)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors