Skip to content

Instantly share code, notes, and snippets.

@nucknorris
Created December 3, 2014 13:26
Show Gist options
  • Save nucknorris/734bc642beba4480207e to your computer and use it in GitHub Desktop.
Save nucknorris/734bc642beba4480207e to your computer and use it in GitHub Desktop.
GSB: Welche Verträge haben ein Ersterwerbungsdatum vor dem Jahr 2000?
{
"CONFIG": "BIBRM_CONFIG",
"START": {
"type": "LIST_ALL",
"linkTo": "Vertragsbasisdaten"
},
"SUBJECTS": [
{
"uri": "bibrm:BasicContractData",
"pos": {
"x": 732,
"y": 226
},
"view": true,
"getAvailableProperties": {},
"addProperty": {},
"removeProperty": {},
"alias": "Vertragsbasisdaten",
"properties": [
{
"uri": "bibrm:initialAcquisitionDate",
"type": "DATE_PROPERTY",
"filterExists": true,
"hasFilter": true,
"compareRaw": {
"dateComparison": 3,
"comparisonInput": "2011-12-31T23:00:00.000Z"
},
"link": null,
"view": true,
"optional": false,
"arithmetic": null,
"compare": "xsd:dateTime(%after_arithmetic%) < \"2012-01-01T00:00:00+01:00\"^^xsd:dateTime",
"subject": {
"uri": "bibrm:BasicContractData",
"$id": "i5"
},
"id": "bibrm:initialAcquisitionDate",
"comment": "bibrm:initialAcquisitionDate.$comment",
"label": "Ersterwerbungsdatum",
"alias": "Ersterwerbungsdatum",
"linkTo": null
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment