Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX dcterms: <http://purl.org/dc/terms/> | |
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | |
PREFIX nm: <http://nomisma.org/id/> | |
SELECT * | |
WHERE { | |
?type a nm:type_series_item . | |
?type dcterms:isPartOf <http://nomisma.org/id/rrc>. | |
?type skos:prefLabel ?label . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX dcterms: <http://purl.org/dc/terms/> | |
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | |
PREFIX nm: <http://nomisma.org/id/> | |
SELECT * | |
WHERE { | |
?type a nm:type_series_item . | |
?type dcterms:isPartOf <http://nomisma.org/id/ric> . | |
?type skos:prefLabel ?label . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix cito: <http://purl.org/spar/cito> . | |
@prefix cnt: <http://www.w3.org/2011/content> . | |
@prefix dc: <http://purl.org/dc/terms> . | |
@prefix lawd: <http://lawd.info/ontology> . | |
<http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1> | |
a lawd:Person ; | |
dc:publisher <http://edh-www.adw.uni-heidelberg.de> ; | |
lawd:hasName <http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1#name> ; | |
lawd:hasAttestation <http://edh-www.adw.uni-heidelberg.de/resources/people/HD000001/1#attestation> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"info": {"weight": "", "patina": "", "site": "", "surface": "", "toSearch": "", "dateDiscoveryMonth": "None", "objectType": "", "gridRef": "", "geojson": {"geometry": {"type": "Point", "coordinates": [-3.2765753, 54.70235449999999]}, "crs": {"type": "name", "properties": {"name": "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "type": "Feature", "properties": {}}, "thickness": "", "width": "", "other": "", "composition": "", "optionsAccuracy": "100", "associations": "", "description": "", "collection": "", "dateDiscoveryDay": "None", "remarks": "", "dateDiscoveryYear": "None", "rightCorner": "", "length": "", "edge": "", "publications": ""}, "user_id": null, "task_id": 3290, "created": "2014-03-26T11:44:43.447307", "finish_time": "2014-03-26T11:44:43.447324", "calibration": null, "app_id": 17, "user_ip": "82.43.50.83", "timeout": null, "id": 124}, {"info": {"weight": "", "patina": "", "site": "", "surface": "", "toSearch": "", "dateDiscoveryMonth": "None", "objectType": "test 2", "gridRef": "", "geojson": {"geometry": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE `loginRedirect` ( | |
'id' int(11) NOT NULL auto_increment, | |
'uri' text collate utf8_unicode_ci, | |
'alias' varchar(100) NOT NULL, | |
'userID' int(11) NOT NULL, | |
'created' datetime default NULL, | |
'createdBy' int(11) NOT NULL, | |
'updated' datetime default NULL, | |
'updatedBy' int(11) NOT NULL, | |
PRIMARY KEY ('id'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** Stripped back the controller | |
* This shows where the action helper would go | |
*/ | |
public function successAction(){ | |
if(null === $this->_auth->getIdentity()) { | |
$this->view->headTitle('Login to the system'); | |
$form = new LoginForm(); | |
$this->view->form = $form; | |
if ($this->_request->isPost()) { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Early medieval | |
PREFIX crm: <http://erlangen-crm.org/current/> #Prefix for the CIDOC-CRM | |
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> #Prefix for SKOS terminologies | |
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
PREFIX bmo: <http://collection.britishmuseum.org/id/ontology/> #British Museum Ontology PX_ | |
PREFIX fts: <http://www.ontotext.com/owlim/fts#> #OWLIM Fast Text serach | |
PREFIX ecrm: <http://erlangen-crm.org/current/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX crm: <http://erlangen-crm.org/current/> | |
PREFIX fts: <http://www.ontotext.com/owlim/fts#> | |
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | |
PREFIX bmo: <http://collection.britishmuseum.org/id/ontology/> | |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |
SELECT * | |
where | |
{ |
OlderNewer