@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
293 lines • 27.8 kB
JavaScript
export class Constants {
static { this.StandardMapping = 'http://rdfh.ch/standoff/mappings/StandardMapping'; }
static { this.KnoraApi = 'http://api.knora.org'; }
static { this.KnoraApiV2 = `${Constants.KnoraApi}/ontology/knora-api/v2`; }
static { this.HashDelimiter = '#'; }
static { this.IsDeleted = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isDeleted`; }
static { this.IsResourceClass = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isResourceClass`; }
static { this.IsStandoffClass = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isStandoffClass`; }
static { this.IsResourceProperty = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isResourceProperty`; }
static { this.ObjectType = `${Constants.KnoraApiV2 + Constants.HashDelimiter}objectType`; }
static { this.SubjectType = `${Constants.KnoraApiV2 + Constants.HashDelimiter}subjectType`; }
static { this.IsLinkProperty = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isLinkProperty`; }
static { this.IsLinkValueProperty = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isLinkValueProperty`; }
static { this.IsEditable = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isEditable`; }
static { this.IsInherited = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isInherited`; }
static { this.CanBeInstantiated = `${Constants.KnoraApiV2 + Constants.HashDelimiter}canBeInstantiated`; }
static { this.ResourceIri = `${Constants.KnoraApiV2 + Constants.HashDelimiter}resourceIri`; }
static { this.ResourceClassIri = `${Constants.KnoraApiV2 + Constants.HashDelimiter}resourceClassIri`; }
static { this.StandoffOntology = `${Constants.KnoraApi}/ontology/standoff/v2`; }
static { this.HasStandoffLinkToValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasStandoffLinkToValue`; }
static { this.XMLToStandoffMapping = `${Constants.KnoraApiV2 + Constants.HashDelimiter}XMLToStandoffMapping`; }
static { this.HasIncomingLinkValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasIncomingLinkValue`; }
static { this.Resource = `${Constants.KnoraApiV2 + Constants.HashDelimiter}Resource`; }
static { this.MayHaveMoreResults = `${Constants.KnoraApiV2 + Constants.HashDelimiter}mayHaveMoreResults`; }
static { this.ResourceIcon = `${Constants.KnoraApiV2 + Constants.HashDelimiter}ResourceIcon`; }
static { this.ForbiddenResource = `${Constants.KnoraApiV2 + Constants.HashDelimiter}ForbiddenResource`; }
static { this.HasValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasValue`; }
static { this.HasLinkTo = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasLinkTo`; }
static { this.IsPartOf = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isPartOf`; }
static { this.BooleanValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}BooleanValue`; }
static { this.ColorValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}ColorValue`; }
static { this.GeonameValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}GeonameValue`; }
static { this.DateValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}DateValue`; }
static { this.IntValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}IntValue`; }
static { this.DecimalValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}DecimalValue`; }
static { this.IntervalValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}IntervalValue`; }
static { this.ListValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}ListValue`; }
static { this.ListNode = `${Constants.KnoraApiV2 + Constants.HashDelimiter}ListNode`; }
static { this.TextValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}TextValue`; }
static { this.LinkValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}LinkValue`; }
static { this.HasLinkToValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasLinkToValue`; }
static { this.UriValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}UriValue`; }
static { this.GeomValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}GeomValue`; }
static { this.FileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}FileValue`; }
static { this.AudioFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}AudioFileValue`; }
static { this.DDDFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}DDDFileValue`; }
static { this.DocumentFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}DocumentFileValue`; }
static { this.StillImageFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}StillImageFileValue`; }
static { this.StillImageExternalFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}StillImageExternalFileValue`; }
static { this.StillImageVectorFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}StillImageVectorFileValue`; }
static { this.MovingImageFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}MovingImageFileValue`; }
static { this.TextFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}TextFileValue`; }
static { this.ArchiveFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}ArchiveFileValue`; }
static { this.IsRootNode = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isRootNode`; }
static { this.HasRootNode = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasRootNode`; }
static { this.HasSubListNode = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasSubListNode`; }
static { this.TimeValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}TimeValue`; }
static { this.HasStillImageFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasStillImageFileValue`; }
static { this.HasTextFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasTextFileValue`; }
static { this.HasMovingImageFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasMovingImageFileValue`; }
static { this.HasDocumentFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasDocumentFileValue`; }
static { this.HasDDDFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasDDDFileValue`; }
static { this.HasAudioFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasAudioFileValue`; }
static { this.HasArchiveFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasArchiveFileValue`; }
static { this.HasRepresentation = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasRepresentation`; }
static { this.StillImageRepresentation = `${Constants.KnoraApiV2 + Constants.HashDelimiter}StillImageRepresentation`; }
static { this.StillImageAbstractFileValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}StillImageAbstractFileValue`; }
static { this.MovingImageRepresentation = `${Constants.KnoraApiV2 + Constants.HashDelimiter}MovingImageRepresentation`; }
static { this.AudioRepresentation = `${Constants.KnoraApiV2 + Constants.HashDelimiter}AudioRepresentation`; }
static { this.DDDrepresentation = `${Constants.KnoraApiV2 + Constants.HashDelimiter}DDDrepresentation`; }
static { this.TextRepresentation = `${Constants.KnoraApiV2 + Constants.HashDelimiter}TextRepresentation`; }
static { this.DocumentRepresentation = `${Constants.KnoraApiV2 + Constants.HashDelimiter}DocumentRepresentation`; }
static { this.ArchiveRepresentation = `${Constants.KnoraApiV2 + Constants.HashDelimiter}ArchiveRepresentation`; }
static { this.LinkObj = `${Constants.KnoraApiV2 + Constants.HashDelimiter}LinkObj`; }
static { this.Region = `${Constants.KnoraApiV2 + Constants.HashDelimiter}Region`; }
static { this.HasGeometry = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasGeometry`; }
static { this.HasColor = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasColor`; }
static { this.HasComment = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasComment`; }
static { this.IsRegionOfValue = `${Constants.KnoraApiV2 + Constants.HashDelimiter}isRegionOfValue`; }
static { this.AttachedToProject = `${Constants.KnoraApiV2 + Constants.HashDelimiter}attachedToProject`; }
static { this.AttachedToUser = `${Constants.KnoraApiV2 + Constants.HashDelimiter}attachedToUser`; }
static { this.ArkUrl = `${Constants.KnoraApiV2 + Constants.HashDelimiter}arkUrl`; }
static { this.VersionArkUrl = `${Constants.KnoraApiV2 + Constants.HashDelimiter}versionArkUrl`; }
static { this.CreationDate = `${Constants.KnoraApiV2 + Constants.HashDelimiter}creationDate`; }
static { this.ValueCreationDate = `${Constants.KnoraApiV2 + Constants.HashDelimiter}valueCreationDate`; }
static { this.ValueHasUUID = `${Constants.KnoraApiV2 + Constants.HashDelimiter}valueHasUUID`; }
static { this.LastModificationDate = `${Constants.KnoraApiV2 + Constants.HashDelimiter}lastModificationDate`; }
static { this.NewModificationDate = `${Constants.KnoraApiV2 + Constants.HashDelimiter}newModificationDate`; }
static { this.HasPermissions = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasPermissions`; }
static { this.UserHasPermission = `${Constants.KnoraApiV2 + Constants.HashDelimiter}userHasPermission`; }
static { this.DeletedResource = `${Constants.KnoraApiV2 + Constants.HashDelimiter}DeletedResource`; }
static { this.DeleteDate = `${Constants.KnoraApiV2 + Constants.HashDelimiter}deleteDate`; }
static { this.BooleanValueAsBoolean = `${Constants.KnoraApiV2 + Constants.HashDelimiter}booleanValueAsBoolean`; }
static { this.ColorValueAsColor = `${Constants.KnoraApiV2 + Constants.HashDelimiter}colorValueAsColor`; }
static { this.GeonameValueAsGeonameCode = `${Constants.KnoraApiV2 + Constants.HashDelimiter}geonameValueAsGeonameCode`; }
static { this.DateValueHasCalendar = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasCalendar`; }
static { this.DateValueHasEndDay = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasEndDay`; }
static { this.DateValueHasEndEra = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasEndEra`; }
static { this.DateValueHasEndMonth = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasEndMonth`; }
static { this.DateValueHasEndYear = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasEndYear`; }
static { this.DateValueHasStartDay = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasStartDay`; }
static { this.DateValueHasStartEra = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasStartEra`; }
static { this.DateValueHasStartMonth = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasStartMonth`; }
static { this.DateValueHasStartYear = `${Constants.KnoraApiV2 + Constants.HashDelimiter}dateValueHasStartYear`; }
static { this.IntValueAsInt = `${Constants.KnoraApiV2 + Constants.HashDelimiter}intValueAsInt`; }
static { this.SeqNum = `${Constants.KnoraApiV2 + Constants.HashDelimiter}seqnum`; }
static { this.DecimalValueAsDecimal = `${Constants.KnoraApiV2 + Constants.HashDelimiter}decimalValueAsDecimal`; }
static { this.IntervalValueHasStart = `${Constants.KnoraApiV2 + Constants.HashDelimiter}intervalValueHasStart`; }
static { this.IntervalValueHasEnd = `${Constants.KnoraApiV2 + Constants.HashDelimiter}intervalValueHasEnd`; }
static { this.ListValueAsListNode = `${Constants.KnoraApiV2 + Constants.HashDelimiter}listValueAsListNode`; }
static { this.ValueAsString = `${Constants.KnoraApiV2 + Constants.HashDelimiter}valueAsString`; }
static { this.TextValueAsXml = `${Constants.KnoraApiV2 + Constants.HashDelimiter}textValueAsXml`; }
static { this.TextValueHasMapping = `${Constants.KnoraApiV2 + Constants.HashDelimiter}textValueHasMapping`; }
static { this.TextValueAsHtml = `${Constants.KnoraApiV2 + Constants.HashDelimiter}textValueAsHtml`; }
static { this.LinkValueHasTarget = `${Constants.KnoraApiV2 + Constants.HashDelimiter}linkValueHasTarget`; }
static { this.LinkValueHasTargetIri = `${Constants.KnoraApiV2 + Constants.HashDelimiter}linkValueHasTargetIri`; }
static { this.LinkValueHasSource = `${Constants.KnoraApiV2 + Constants.HashDelimiter}linkValueHasSource`; }
static { this.LinkValueHasSourceIri = `${Constants.KnoraApiV2 + Constants.HashDelimiter}linkValueHasSourceIri`; }
static { this.UriValueAsUri = `${Constants.KnoraApiV2 + Constants.HashDelimiter}uriValueAsUri`; }
static { this.GeometryValueAsGeometry = `${Constants.KnoraApiV2 + Constants.HashDelimiter}geometryValueAsGeometry`; }
static { this.DocumentFileValueHasDimX = `${Constants.KnoraApiV2 + Constants.HashDelimiter}documentFileValueHasDimX`; }
static { this.DocumentFileValueHasDimY = `${Constants.KnoraApiV2 + Constants.HashDelimiter}documentFileValueHasDimY`; }
static { this.DocumentFileValueHasPageCount = `${Constants.KnoraApiV2 + Constants.HashDelimiter}documentFileValueHasPageCount`; }
static { this.StillImageFileValueHasDimX = `${Constants.KnoraApiV2 + Constants.HashDelimiter}stillImageFileValueHasDimX`; }
static { this.StillImageFileValueHasDimY = `${Constants.KnoraApiV2 + Constants.HashDelimiter}stillImageFileValueHasDimY`; }
static { this.StillImageFileValueHasIIIFBaseUrl = `${Constants.KnoraApiV2 + Constants.HashDelimiter}stillImageFileValueHasIIIFBaseUrl`; }
/**
* @deprecated FileValueHasExternalUrl will be removed in future versions. Use StillImageFileValueHasExternalUrl instead.
*/
static { this.FileValueHasExternalUrl = `${Constants.KnoraApiV2 + Constants.HashDelimiter}fileValueHasExternalUrl`; }
static { this.StillImageFileValueHasExternalUrl = `${Constants.KnoraApiV2 + Constants.HashDelimiter}stillImageFileValueHasExternalUrl`; }
static { this.AudioFileValueHasDuration = `${Constants.KnoraApiV2 + Constants.HashDelimiter}audioFileValueHasDuration`; }
static { this.MovingImageFileValueHasDimX = `${Constants.KnoraApiV2 + Constants.HashDelimiter}movingImageFileValueHasDimX`; }
static { this.MovingImageFileValueHasDimY = `${Constants.KnoraApiV2 + Constants.HashDelimiter}movingImageFileValueHasDimY`; }
static { this.MovingImageFileValueHasDuration = `${Constants.KnoraApiV2 + Constants.HashDelimiter}movingImageFileValueHasDuration`; }
static { this.MovingImageFileValueHasFps = `${Constants.KnoraApiV2 + Constants.HashDelimiter}movingImageFileValueHasFps`; }
static { this.FileValueHasFilename = `${Constants.KnoraApiV2 + Constants.HashDelimiter}fileValueHasFilename`; }
static { this.FileValueAsUrl = `${Constants.KnoraApiV2 + Constants.HashDelimiter}fileValueAsUrl`; }
static { this.TimeValueAsTimeStamp = `${Constants.KnoraApiV2 + Constants.HashDelimiter}timeValueAsTimeStamp`; }
static { this.ValueHasComment = `${Constants.KnoraApiV2 + Constants.HashDelimiter}valueHasComment`; }
static { this.DeleteComment = `${Constants.KnoraApiV2 + Constants.HashDelimiter}deleteComment`; }
static { this.Result = `${Constants.KnoraApiV2 + Constants.HashDelimiter}result`; }
static { this.CanDo = `${Constants.KnoraApiV2 + Constants.HashDelimiter}canDo`; }
static { this.CannotDoReason = `${Constants.KnoraApiV2 + Constants.HashDelimiter}cannotDoReason`; }
static { this.CannotDoContext = `${Constants.KnoraApiV2 + Constants.HashDelimiter}cannotDoContext`; }
static { this.CanSetCardinalityCheckFailure = `${Constants.KnoraApiV2 + Constants.HashDelimiter}canSetCardinalityCheckFailure`; }
static { this.CanSetCardinalityOntologySubclassCheckFailed = `${Constants.KnoraApiV2 + Constants.HashDelimiter}canSetCardinalityOntologySubclassCheckFailed`; }
static { this.CanSetCardinalityOntologySuperClassCheckFailed = `${Constants.KnoraApiV2 + Constants.HashDelimiter}canSetCardinalityOntologySuperClassCheckFailed`; }
static { this.CanSetCardinalityPersistenceCheckFailed = `${Constants.KnoraApiV2 + Constants.HashDelimiter}canSetCardinalityPersistenceCheckFailed`; }
static { this.CanSetCardinalityKnoraOntologyCheckFailed = `${Constants.KnoraApiV2 + Constants.HashDelimiter}canSetCardinalityKnoraOntologyCheckFailed`; }
static { this.hasCopyrightHolder = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasCopyrightHolder`; }
static { this.hasAuthorship = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasAuthorship`; }
static { this.hasLicense = `${Constants.KnoraApiV2 + Constants.HashDelimiter}hasLicense`; }
static { this.MatchText = `${Constants.KnoraApiV2 + Constants.HashDelimiter}matchText`; }
static { this.OntologyName = `${Constants.KnoraApiV2 + Constants.HashDelimiter}ontologyName`; }
static { this.KnoraAdmin = 'http://www.knora.org/ontology/knora-admin'; }
static { this.DefaultSharedOntologyIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}DefaultSharedOntologiesProject`; }
static { this.SystemProjectIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}SystemProject`; }
static { this.UnknownUserGroupIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}UnknownUser`; }
static { this.KnownUserGroupIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}KnownUser`; }
static { this.CreatorGroupIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}Creator`; }
static { this.ProjectMemberGroupIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}ProjectMember`; }
static { this.ProjectAdminGroupIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}ProjectAdmin`; }
static { this.SystemAdminGroupIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}SystemAdmin`; }
static { this.UserGroupIRI = `${Constants.KnoraAdmin + Constants.HashDelimiter}UserGroup`; }
static { this.SalsahGui = 'http://api.knora.org/ontology/salsah-gui/v2'; }
static { this.GuiAttribute = `${Constants.SalsahGui + Constants.HashDelimiter}guiAttribute`; }
static { this.GuiOrder = `${Constants.SalsahGui + Constants.HashDelimiter}guiOrder`; }
static { this.GuiElement = `${Constants.SalsahGui + Constants.HashDelimiter}guiElement`; }
static { this.GuiSimpleText = `${Constants.SalsahGui + Constants.HashDelimiter}SimpleText`; }
static { this.GuiTextarea = `${Constants.SalsahGui + Constants.HashDelimiter}Textarea`; }
static { this.GuiRichText = `${Constants.SalsahGui + Constants.HashDelimiter}Richtext`; }
static { this.GuiList = `${Constants.SalsahGui + Constants.HashDelimiter}List`; }
static { this.GuiPulldown = `${Constants.SalsahGui + Constants.HashDelimiter}Pulldown`; }
static { this.GuiRadio = `${Constants.SalsahGui + Constants.HashDelimiter}Radio`; }
static { this.GuiCheckbox = `${Constants.SalsahGui + Constants.HashDelimiter}Checkbox`; }
static { this.GuiDatePicker = `${Constants.SalsahGui + Constants.HashDelimiter}Date`; }
static { this.GuiTimeStamp = `${Constants.SalsahGui + Constants.HashDelimiter}TimeStamp`; }
static { this.GuiInterval = `${Constants.SalsahGui + Constants.HashDelimiter}Interval`; }
static { this.GuiSlider = `${Constants.SalsahGui + Constants.HashDelimiter}Slider`; }
static { this.GuiSpinbox = `${Constants.SalsahGui + Constants.HashDelimiter}Spinbox`; }
static { this.GuiSearchbox = `${Constants.SalsahGui + Constants.HashDelimiter}Searchbox`; }
static { this.GuiGeonames = `${Constants.SalsahGui + Constants.HashDelimiter}Geonames`; }
static { this.GuiColorPicker = `${Constants.SalsahGui + Constants.HashDelimiter}Colorpicker`; }
static { this.GuiGeometry = `${Constants.SalsahGui + Constants.HashDelimiter}Geometry`; }
static { this.GuiFileUpload = `${Constants.SalsahGui + Constants.HashDelimiter}Fileupload`; }
static { this.Owl = 'http://www.w3.org/2002/07/owl'; }
static { this.Ontology = `${Constants.Owl + Constants.HashDelimiter}Ontology`; }
static { this.Class = `${Constants.Owl + Constants.HashDelimiter}Class`; }
static { this.Restriction = `${Constants.Owl + Constants.HashDelimiter}Restriction`; }
static { this.MaxCardinality = `${Constants.Owl + Constants.HashDelimiter}maxCardinality`; }
static { this.MinCardinality = `${Constants.Owl + Constants.HashDelimiter}minCardinality`; }
static { this.Cardinality = `${Constants.Owl + Constants.HashDelimiter}cardinality`; }
static { this.OnProperty = `${Constants.Owl + Constants.HashDelimiter}onProperty`; }
static { this.DataTypeProperty = `${Constants.Owl + Constants.HashDelimiter}DatatypeProperty`; }
static { this.ObjectProperty = `${Constants.Owl + Constants.HashDelimiter}ObjectProperty`; }
static { this.AnnotationProperty = `${Constants.Owl + Constants.HashDelimiter}AnnotationProperty`; }
static { this.Rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns'; }
static { this.RdfProperty = `${Constants.Rdf + Constants.HashDelimiter}Property`; }
static { this.Rdfs = 'http://www.w3.org/2000/01/rdf-schema'; }
static { this.SubClassOf = `${Constants.Rdfs + Constants.HashDelimiter}subClassOf`; }
static { this.Comment = `${Constants.Rdfs + Constants.HashDelimiter}comment`; }
static { this.Label = `${Constants.Rdfs + Constants.HashDelimiter}label`; }
static { this.LabelEn = `${Constants.Rdfs + Constants.HashDelimiter}labelEn`; }
static { this.Uri = `${Constants.Rdfs + Constants.HashDelimiter}uri`; }
static { this.SubPropertyOf = `${Constants.Rdfs + Constants.HashDelimiter}subPropertyOf`; }
static { this.Xsd = 'http://www.w3.org/2001/XMLSchema'; }
static { this.XsdAnyUri = `${Constants.Xsd + Constants.HashDelimiter}anyURI`; }
static { this.XsdString = `${Constants.Xsd + Constants.HashDelimiter}string`; }
static { this.XsdBoolean = `${Constants.Xsd + Constants.HashDelimiter}boolean`; }
static { this.XsdDecimal = `${Constants.Xsd + Constants.HashDelimiter}decimal`; }
static { this.XsdInteger = `${Constants.Xsd + Constants.HashDelimiter}integer`; }
static { this.XsdDate = `${Constants.Xsd + Constants.HashDelimiter}date`; }
static { this.dateTimeStamp = `${Constants.Xsd + Constants.HashDelimiter}dateTimeStamp`; }
static { this.SchemaNumberOfItems = 'http://schema.org/numberOfItems'; }
static { this.SalsahLink = 'salsah-link'; } // class on an HTML <a> element that indicates a link to a Knora resource
static { this.RefMarker = 'ref-marker'; } // class on an HTML element that refers to another element in the same document
// Project Metadata
static { this.Dsp = 'http://ns.dasch.swiss'; }
static { this.SlashDelimiter = '/'; }
static { this.DspRepo = `${Constants.Dsp + Constants.SlashDelimiter}repository`; }
static { this.DspRepoBase = Constants.DspRepo + Constants.HashDelimiter; }
static { this.SchemaBase = 'https://schema.org'; }
static { this.ProvBase = 'http://www.w3.org/ns/prov'; }
// Dataset
static { this.DspDataset = `${Constants.DspRepoBase}Dataset`; }
static { this.DspHasAbstract = `${Constants.DspRepoBase}hasAbstract`; }
static { this.DspHasAlternativeTitle = `${Constants.DspRepoBase}hasAlternativeTitle`; }
static { this.DspHasConditionsOfAccess = `${Constants.DspRepoBase}hasConditionsOfAccess`; }
static { this.DspHasDateCreated = `${Constants.DspRepoBase}hasDateCreated`; }
static { this.DspHasDateModified = `${Constants.DspRepoBase}hasDateModified`; }
static { this.DspHasDatePublished = `${Constants.DspRepoBase}hasDatePublished`; }
static { this.DspHasDistribution = `${Constants.DspRepoBase}hasDistribution`; }
static { this.DspHasDocumentation = `${Constants.DspRepoBase}hasDocumentation`; }
static { this.DspHasHowToCite = `${Constants.DspRepoBase}hasHowToCite`; }
static { this.DspHasLanguage = `${Constants.DspRepoBase}hasLanguage`; }
static { this.DspHasLicense = `${Constants.DspRepoBase}hasLicense`; }
static { this.DspHasQualifiedAttribution = `${Constants.DspRepoBase}hasQualifiedAttribution`; }
static { this.DspHasStatus = `${Constants.DspRepoBase}hasStatus`; }
static { this.DspHasTitle = `${Constants.DspRepoBase}hasTitle`; }
static { this.DspHasTypeOfData = `${Constants.DspRepoBase}hasTypeOfData`; }
static { this.DspIsPartOf = `${Constants.DspRepoBase}isPartOf`; }
static { this.DspSameAs = `${Constants.DspRepoBase}sameAs`; }
// Project
static { this.DspProject = `${Constants.DspRepoBase}Project`; }
static { this.DspHasAlternateName = `${Constants.DspRepoBase}hasAlternateName`; }
static { this.DspHasContactPoint = `${Constants.DspRepoBase}hasContactPoint`; }
static { this.DspHasDataManagementPlan = `${Constants.DspRepoBase}hasDataManagementPlan`; }
static { this.DspHasDescription = `${Constants.DspRepoBase}hasDescription`; }
static { this.DspHasDiscipline = `${Constants.DspRepoBase}hasDiscipline`; }
static { this.DspHasEndDate = `${Constants.DspRepoBase}hasEndDate`; }
static { this.DspHasFunder = `${Constants.DspRepoBase}hasFunder`; }
static { this.DspHasGrant = `${Constants.DspRepoBase}hasGrant`; }
static { this.DspHasKeywords = `${Constants.DspRepoBase}hasKeywords`; }
static { this.DspHasName = `${Constants.DspRepoBase}hasName`; }
static { this.DspHasPublication = `${Constants.DspRepoBase}hasPublication`; }
static { this.DspHasShortcode = `${Constants.DspRepoBase}hasShortcode`; }
static { this.DspHasSpatialCoverage = `${Constants.DspRepoBase}hasSpatialCoverage`; }
static { this.DspHasStartDate = `${Constants.DspRepoBase}hasStartDate`; }
static { this.DspHasTemporalCoverage = `${Constants.DspRepoBase}hasTemporalCoverage`; }
static { this.DspHasURL = `${Constants.DspRepoBase}hasURL`; }
// Person/Organization
static { this.DspPerson = `${Constants.DspRepoBase}Person`; }
static { this.DspOrganization = `${Constants.DspRepoBase}Organization`; }
static { this.DspHasAddress = `${Constants.DspRepoBase}hasAddress`; }
static { this.DspHasEmail = `${Constants.DspRepoBase}hasEmail`; }
static { this.DspHasFamilyName = `${Constants.DspRepoBase}hasFamilyName`; }
static { this.DspHasGivenName = `${Constants.DspRepoBase}hasGivenName`; }
static { this.DspHasJobTitle = `${Constants.DspRepoBase}hasJobTitle`; }
static { this.DspIsMemberOf = `${Constants.DspRepoBase}isMemberOf`; }
// Address
static { this.SchemaPostalAddress = `${Constants.SchemaBase + Constants.SlashDelimiter}PostalAddress`; }
static { this.SchemaAddressLocality = `${Constants.SchemaBase + Constants.SlashDelimiter}addressLocality`; }
static { this.SchemaPostalCode = `${Constants.SchemaBase + Constants.SlashDelimiter}postalCode`; }
static { this.SchemaStreetAddress = `${Constants.SchemaBase + Constants.SlashDelimiter}streetAddress`; }
// Attribution
static { this.DspHasRole = `${Constants.DspRepoBase}hasRole`; }
static { this.ProvAgent = `${Constants.ProvBase + Constants.HashDelimiter}agent`; }
static { this.ProvAttribution = `${Constants.ProvBase + Constants.HashDelimiter}Attribution`; }
// DataManagementPlan
static { this.DspDataManagementPlan = `${Constants.DspRepoBase}DataManagementPlan`; }
static { this.DspIsAvailable = `${Constants.DspRepoBase}isAvailable`; }
// Grant
static { this.DspGrant = `${Constants.DspRepoBase}Grant`; }
static { this.DspHasNumber = `${Constants.DspRepoBase}hasNumber`; }
static { this.SchemaUrlType = `${Constants.SchemaBase + Constants.SlashDelimiter}URL`; }
static { this.SchemaUrlValue = Constants.SchemaUrlType.toLocaleLowerCase(); }
static { this.SchemaPropID = `${Constants.SchemaBase + Constants.SlashDelimiter}propertyID`; }
static { this.SchemaPropVal = `${Constants.SchemaBase + Constants.SlashDelimiter}PropertyValue`; }
static { this.SchemaDownload = `${Constants.SchemaBase + Constants.SlashDelimiter}DataDownload`; }
static { this.SchemaPlace = `${Constants.SchemaBase + Constants.SlashDelimiter}Place`; }
}
//# sourceMappingURL=Constants.js.map