@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://nfdi4earth.de/ontology/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://nfdi4earth.de/> . ns0:Certificate metadata:prefixIRI "n4e:Certificate" ; a owl:Class ; rdfs:comment "A certificate awarded to a repository, including its name, validity period, and related URLs. Conforms to the re3data schema 4.0" ; rdfs:label "Certificate" ; rdfs:subClassOf owl:Thing ; skos:inScheme ns1:ontology . ns0:hasCertificate rdfs:range ns0:Certificate .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://nfdi4earth.de/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://nfdi4earth.de/> .

ns0:Certificate
    metadata:prefixIRI "n4e:Certificate" ;
    a owl:Class ;
    rdfs:comment "A certificate awarded to a repository, including its name, validity period, and related URLs. Conforms to the re3data schema 4.0" ;
    rdfs:label "Certificate" ;
    rdfs:subClassOf owl:Thing ;
    skos:inScheme ns1:ontology .

ns0:hasCertificate
    rdfs:range ns0:Certificate .