@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:hasPlatformCategory a owl:ObjectProperty ; rdfs:comment "Links a platform instance to a controlled concept from the NERC L06 SeaVoX Platform Categories vocabulary."@en, "Relie une instance de plateforme à un concept contrôlé du vocabulaire NERC L06 SeaVoX Platform Categories."@fr ; rdfs:domain ns0:Platform ; rdfs:label "a pour catégorie de plateforme"@fr, "has platform category"@en ; rdfs:range skos:Concept ; skos:prefLabel "a pour catégorie de plateforme"@fr, "has platform category"@en .
@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:hasPlatformCategory
    a owl:ObjectProperty ;
    rdfs:comment "Links a platform instance to a controlled concept from the NERC L06 SeaVoX Platform Categories vocabulary."@en, "Relie une instance de plateforme à un concept contrôlé du vocabulaire NERC L06 SeaVoX Platform Categories."@fr ;
    rdfs:domain ns0:Platform ;
    rdfs:label "a pour catégorie de plateforme"@fr, "has platform category"@en ;
    rdfs:range skos:Concept ;
    skos:prefLabel "a pour catégorie de plateforme"@fr, "has platform category"@en .