@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/earthsemantics/OSO#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:E1M3A ns0:containsPlatform ns0:E1M3A_mooring . ns0:E1M3A_mooring a owl:NamedIndividual, ns0:Platform ; rdfs:label "E1M3A mooring"@el, "E1M3A mooring"@en, "E1M3A mooring"@es, "E1M3A mooring"@fr, "E1M3A mooring"@it, "E1M3A mooring"@no, "E1M3A mooring"@pt, "E1M3A mooring"@ro ; skos:prefLabel "E1M3A mooring"@el, "E1M3A mooring"@en, "E1M3A mooring"@es, "E1M3A mooring"@fr, "E1M3A mooring"@it, "E1M3A mooring"@no, "E1M3A mooring"@pt, "E1M3A mooring"@ro ; ns0:hasPlatformCategory <http://vocab.nerc.ac.uk/collection/L06/current/48/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/earthsemantics/OSO#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:E1M3A
    ns0:containsPlatform ns0:E1M3A_mooring .

ns0:E1M3A_mooring
    a owl:NamedIndividual, ns0:Platform ;
    rdfs:label "E1M3A mooring"@el, "E1M3A mooring"@en, "E1M3A mooring"@es, "E1M3A mooring"@fr, "E1M3A mooring"@it, "E1M3A mooring"@no, "E1M3A mooring"@pt, "E1M3A mooring"@ro ;
    skos:prefLabel "E1M3A mooring"@el, "E1M3A mooring"@en, "E1M3A mooring"@es, "E1M3A mooring"@fr, "E1M3A mooring"@it, "E1M3A mooring"@no, "E1M3A mooring"@pt, "E1M3A mooring"@ro ;
    ns0:hasPlatformCategory <http://vocab.nerc.ac.uk/collection/L06/current/48/> .