Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 2.14 KB

ansis-proj.md

File metadata and controls

22 lines (16 loc) · 2.14 KB

PROJ Entity Schema

JSON Schema Location: proj.json

JSON Schema definitions of the PROJ Ontology entities used by ANSIS.

Entities

Project

Type: proj:Project. PROJ Project. A Project is a planned activity with a budget, a sponsor, and a leader.

Property Value Count ANSIS Preferred Type Vocabulary Description [ Comment ]
id 0..1 JSON string A local system identifier (i.e. not intended or guaranteed to be universally unique) for an object in the ANSIS system. [ Generated by ANSIS. Used to link data together during mapping and processing. After: https://jsonapi.org/format/#document-resource-object-identification ]
type 1..1 JSON string (iri) A compact URI uniquely identifying the type of the object using IDs from the OWL/RDF domain model. [ After: https://jsonapi.org/format/#document-resource-objects and https://www.w3.org/TR/json-ld/#specifying-the-type. ]
leader 1..1 JSON string A JSON pointer to an object elsewhere in the document.
sponsor 0..* JSON string A JSON pointer to an object elsewhere in the document.
designSurvey 0..1 Classification Overall design of soil or landscape survey e.g. free, grid, stratified, miscellaneous.
name 0..1 JSON string A name for some thing.
label 0..1 JSON string A human-readable name for the object.
scopedIdentifier 0..1 ScopedIdentifier An identifier for a site, sample or other entity scoped to the authority that assigned the identifier.