@prefix alt: <http://promsns.org/def/alt#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prof: <https://w3c.github.io/dxwg/profiledesc#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://vocab.isric.org/vocabulary/> alt:hasDefaultView _:N229e27c71c08464e815446419df81b9b ;
    alt:view _:N229e27c71c08464e815446419df81b9b,
        [ a alt:View ;
            rdfs:label "Alternates"^^xsd:string ;
            alt:hasDefaultFormat "text/html"^^xsd:string ;
            dct:conformsTo <https://promsns.org/def/alt> ;
            dct:format <http://w3id.org/mediatype/application/json>,
                <http://w3id.org/mediatype/application/ld+json>,
                <http://w3id.org/mediatype/application/n-triples>,
                <http://w3id.org/mediatype/application/rdf+xml>,
                <http://w3id.org/mediatype/text/html>,
                <http://w3id.org/mediatype/text/n3>,
                <http://w3id.org/mediatype/text/turtle> ;
            rdfs:comment "The view that lists all other views"^^xsd:string ;
            prof:token "alternates"^^xsd:token ] .

_:N229e27c71c08464e815446419df81b9b a alt:View ;
    rdfs:label "Registry Ontology"^^xsd:string ;
    alt:hasDefaultFormat "text/html"^^xsd:string ;
    dct:conformsTo <http://purl.org/linked-data/registry> ;
    dct:format <http://w3id.org/mediatype/application/json>,
        <http://w3id.org/mediatype/application/ld+json>,
        <http://w3id.org/mediatype/application/n-triples>,
        <http://w3id.org/mediatype/application/rdf+xml>,
        <http://w3id.org/mediatype/text/html>,
        <http://w3id.org/mediatype/text/n3>,
        <http://w3id.org/mediatype/text/turtle> ;
    rdfs:comment "A simple list-of-items view taken from the Registry Ontology"^^xsd:string ;
    prof:token "reg"^^xsd:token .

