{ "@context": { "karstlink": "https://ontology.uis-speleo.org/ontology/#" , "grotto": "https://ontology.uis-speleo.org/Grottocenter/grottocenter.owl.ttl#", "@vocab" : "https://ontology.uis-speleo.org/ontology/#" , "@base" : "https://beta.grottocenter.org/api/v1/entrances/", "rdfs": "http://www.w3.org/2000/01/rdf-schema#" , "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" , "foaf": "http://xmlns.com/foaf/0.1/" , "xsd": "http://www.w3.org/2001/XMLSchema#" , "dwc" : "http://rs.tdwg.org/dwc/terms/" , "dwciri": "http://rs.tdwg.org/dwc/iri/" , "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", "sioc": "http://rdfs.org/sioc/ns#c", "dct": "http://purl.org/dc/terms/", "schema": "http://schema.org/", "datagc": "https://data.grottocenter.org/ldp/" , "UndergroundCavity": "karstlink:UndergroundCavity" , "DatatypeProperty": "urn:================" , "name": "rdfs:label", "title": "rdfs:label" , "latitude": "geo:lat" , "longitude": "geo:long" , "altitude": "geo:alt" , "nickname": "foaf:nickname" , "mail": "foaf:mbox", "depth": {"@id": "karstlink:extentBelowEntrance", "@type": "xsd:integer" } , "length": {"@id": "karstlink:length" ,"@type": "xsd:integer" } , "body": "sioc:content" , "address": "schema:streetAddress" , "city": "schema:addressLocality" , "country": "schema:addressCountry" , "postalCode": "schema:postalCode" , "county": "grotto:county" , "region": "schema:addressRegion" , "village":"grotto:village" , "yearBirth" : "schema:birthDate" , "dateInscription" : "dct:created" , "dateReviewed" : "dct:modified" , "customMessage" : "grotto:customMessage" , "isOfficialPartner" : "grotto:isOfficialPartner" , "pictureFileName" : "grotto:pictureFileName" , "associatedTaxa": "karstlink:associatedTaxa" , "ObjectProperty": "urn:==============" , "dwciri:inDescribedPlace": { "@type": "@id" } , "author": {"@id": "dct:creator" , "@type": "@id" , "@context": { "@base": "../cavers/" } } , "cave": {"@id": "karstlink:relatedToUndergroundCavity" , "@type": "@id" , "@context": { "@base": "../caves/" } } , "entrance": {"@id": "dct:spatial" , "@type": "@id" , "@context": { "@base": "../entrances/" } } , "cavers": {"@id": "karstlink:visited" , "@type": "@id" , "@context": { "@base": "../cavers/" } } , "exploredCaves": {"@id": "karstlink:relatedToUndergroundCavity" , "@type": "@id" } , "partneredCaves": {"@id": "karstlink:relatedToUndergroundCavity", "@type": "@id" } , "comments": { "@id": "sioc:container_of" , "@type": "sioc:Post" } , "descriptions": { "@id": "karstlink:hasDescriptionDocument" } , "names": { "@context": { "@base": "../names/" } } , "caves": { "@id": "karstlink:relatedToUndergroundCavity" , "@type": "karstlink:UndergroundCavity" , "@context": { "@base": "../caves/" } } , "documents": {"@id": "foaf:page" , "@type": "@id" , "@context": { "@base": "../documents/" } } , "reviewer": {"@id": "http://purl.org/stuff/rev#reviewer" , "@type": "@id" } , "reviewer": {"@id": "http://id.loc.gov/vocabulary/relators/rev" , "@type": "@id" } }}