@prefix dct: . @prefix rdf: . @prefix owl: . @prefix xsd: . @prefix rdfs: . @prefix def-ef: . @prefix api: . def-ef:samplePointNotation a rdf:Property ; rdfs:label "samplePointNotation"@en . def-ef: a owl:Ontology . def-ef:SamplingPoint a owl:Class ; rdfs:label "SamplingPoint"@en . def-ef:samplingPoint a owl:ObjectProperty ; rdfs:label "samplingPoint"@en . def-ef:samplePointCode a rdfs:Datatype ; rdfs:label "samplePointCode"@en . a api:Page ; "10"^^xsd:long ; "1"^^xsd:long ; dct:isPartOf ; api:definition ; api:extendedMetadataVersion ; api:items ( def-ef: def-ef:SamplingPoint def-ef:samplePointCode def-ef:samplePointNotation def-ef:samplingPoint ) ; api:page "0"^^xsd:long ; . a api:ListEndpoint ; dct:hasPart ; api:definition .