@prefix ns0: <http://www.w3.org/ns/dx/conneg/altr#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/ns/dx/prof/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://marineinfo.org/id/dataset/500>
  ns0:hasDefaultRepresentation _:genid1 ;
  ns0:hasRepresentation _:genid1, [
    a ns0:Representation ;
    dc:conformsTo <https://marineinfo.org/ns/profile#default> ;
    ns1:hasToken "default"^^xsd:token ;
    dc:format "application/json"
  ], [
    a ns0:Representation ;
    dc:conformsTo <https://marineinfo.org/ns/profile#default> ;
    ns1:hasToken "default"^^xsd:token ;
    dc:format "text/xml"
  ], [
    a ns0:Representation ;
    dc:conformsTo <https://marineinfo.org/ns/profile#default> ;
    ns1:hasToken "default"^^xsd:token ;
    dc:format "text/turtle"
  ], [
    a ns0:Representation ;
    dc:conformsTo <https://marineinfo.org/ns/profile#default> ;
    ns1:hasToken "default"^^xsd:token ;
    dc:format "application/ld+json"
  ], [
    a ns0:Representation ;
    dc:conformsTo <http://www.w3.org/ns/dx/conneg/altr> ;
    ns1:hasToken "alt"^^xsd:token ;
    dc:format "text/html" ;
    ns0:isProfilesDefault true
  ], [
    a ns0:Representation ;
    dc:conformsTo <http://www.w3.org/ns/dx/conneg/altr> ;
    ns1:hasToken "alt"^^xsd:token ;
    dc:format "text/turtle"
  ], [
    a ns0:Representation ;
    dc:conformsTo <https://marineinfo.org/ns/profile#inspire> ;
    ns1:hasToken "inspire"^^xsd:token ;
    dc:format "text/xml"
  ], [
    a ns0:Representation ;
    dc:conformsTo <https://marineinfo.org/ns/profile#gcmd> ;
    ns1:hasToken "inspire"^^xsd:token ;
    dc:format "text/xml"
  ], [
    a ns0:Representation ;
    dc:conformsTo <https://marineinfo.org/ns/profile#eml-2.1.1> ;
    ns1:hasToken "eml-2.1.1"^^xsd:token ;
    dc:format "text/xml"
  ], [
    a ns0:Representation ;
    dc:conformsTo <https://marineinfo.org/ns/profile#eml-2.2.0> ;
    ns1:hasToken "eml-2.2.0"^^xsd:token ;
    dc:format "text/xml"
  ] .

<https://marineinfo.org/ns/profile#default>
  a ns1:Profile ;
  rdfs:label "default imis profile"^^xsd:string ;
  rdfs:comment "The default representation of the resource, which provides information as stored in marineinfo.org"^^xsd:string .

<http://www.w3.org/ns/dx/conneg/altr>
  a ns1:Profile ;
  rdfs:label "Alternate Representations"^^xsd:string ;
  rdfs:comment "The representation of the resource that lists all other representations (profiles and Media Types)"^^xsd:string .

<https://marineinfo.org/ns/profile#inspire>
  a ns1:Profile ;
  rdfs:label "Inspire profile"^^xsd:string ;
  rdfs:comment "The INSPIRE conformant representation of the resource"^^xsd:string .

<https://marineinfo.org/ns/profile#gcmd>
  a ns1:Profile ;
  rdfs:label "GCMD profile"^^xsd:string ;
  rdfs:comment "The GCMD conformant representation of the resource"^^xsd:string .

<https://marineinfo.org/ns/profile#eml-2.1.1>
  a ns1:Profile ;
  rdfs:label "EML 2.1.1 profile"^^xsd:string ;
  rdfs:comment "The EML 2.1.1 conformant representation of the resource"^^xsd:string .

<https://marineinfo.org/ns/profile#eml-2.2.0>
  a ns1:Profile ;
  rdfs:label "EML 2.2.0 profile"^^xsd:string ;
  rdfs:comment "The EML 2.2.0. conformant representation of the resource"^^xsd:string ;
  owl:sameAs <https://eml.ecoinformatics.org/eml-2.2.0> .

_:genid1
  a ns0:Representation ;
  dc:conformsTo <https://marineinfo.org/ns/profile#default> ;
  dc:format "text/html" ;
  ns0:isProfilesDefault true ;
  ns1:hasToken "default"^^xsd:token .

