@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <http://orcid.org/> .
@prefix this: <https://raw.githubusercontent.com/FAIRDataInitiative/FAIR-principles/master/RAxKzp8BfahYMuTY6ANNa6ECqzHzi_J1BzCzJ-MNK8mv4> .
@prefix sub: <https://raw.githubusercontent.com/FAIRDataInitiative/FAIR-principles/master/RAxKzp8BfahYMuTY6ANNa6ECqzHzi_J1BzCzJ-MNK8mv4#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <https://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
sub:head {
  sub:ag a np:Assertion .
  sub:ig a np:PublicationInfo .
  sub:pg a np:Provenance .
  this: np:hasAssertion sub:ag ;
    np:hasProvenance sub:pg ;
    np:hasPublicationInfo sub:ig ;
    a np:Nanopublication .
}
sub:ag {
  sub:A dcterms:hasPart sub:A1 , sub:A2 ;
    dcterms:title "Accesible"@en ;
    a sub:FAIR-Aspect .
  sub:A1 dcterms:description "(meta)data are retrievable by their identifier using a standardized communications protocol"@en ;
    dcterms:hasPart sub:A1.1 , sub:A1.2 ;
    dcterms:title "A1"@en ;
    a sub:FAIR-Principle .
  sub:A1.1 dcterms:description "the protocol is open, free, and universally implementable"@en ;
    dcterms:title "A1.1"@en ;
    a sub:FAIR-Principle .
  sub:A1.2 dcterms:description "the protocol allows for an authentication and authorization procedure, where necessary"@en ;
    dcterms:title "A1.2"@en ;
    a sub:FAIR-Principle .
  sub:A2 dcterms:description "metadata are accessible, even when the data are no longer available"@en ;
    dcterms:title "A2"@en ;
    a sub:FAIR-Principle .
  sub:F dcterms:hasPart sub:F1 , sub:F2 , sub:F3 , sub:F4 ;
    dcterms:title "Findable"@en ;
    a sub:FAIR-Aspect .
  sub:F1 dcterms:description "(meta)data are assigned a globally unique and persistent identifier"@en ;
    dcterms:title "F1"@en ;
    a sub:FAIR-Principle .
  sub:F2 dcterms:description "data are described with rich metadata (defined by R1 below)"@en ;
    dcterms:title "F2"@en ;
    a sub:FAIR-Principle .
  sub:F3 dcterms:description "metadata clearly and explicitly include the identifier of the data it describes"@en ;
    dcterms:title "F3"@en ;
    a sub:FAIR-Principle .
  sub:F4 dcterms:description "(meta)data are registered or indexed in a searchable resource"@en ;
    dcterms:title "F4"@en ;
    a sub:FAIR-Principle .
  sub:FAIR-Aspect dcterms:description "A FAIR aspect is one the four aspects that define the FAIR acronym"@en ;
    dcterms:title "FAIR Aspect"@en ;
    a owl:Class ;
    rdfs:subClassOf sio:SIO:000137 ;
    owl:oneOf sub:_1 .
  sub:FAIR-Principle dcterms:description "A FAIR principle describes an essential component of a FAIR aspect"@en ;
    dcterms:title "FAIR Principle"@en ;
    a owl:Class ;
    owl:oneOf sub:_15 .
  sub:I dcterms:hasPart sub:I1 , sub:I2 , sub:I3 ;
    dcterms:title "Interoperable"@en ;
    a sub:FAIR-Aspect .
  sub:I1 dcterms:description "(meta)data use a formal, accessible, shared, and broadly applicable language for knowledge representation"@en ;
    dcterms:title "I1"@en ;
    a sub:FAIR-Principle .
  sub:I2 dcterms:description "(meta)data use vocabularies that follow FAIR principles"@en ;
    dcterms:title "I2"@en ;
    a sub:FAIR-Principle .
  sub:I3 dcterms:description "(meta)data include qualified references to other (meta)data"@en ;
    dcterms:title "I3"@en ;
    a sub:FAIR-Principle .
  sub:R dcterms:hasPart sub:R1 ;
    dcterms:title "Reusable"@en ;
    a sub:FAIR-Aspect .
  sub:R1 dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes"@en ;
    dcterms:hasPart sub:R1.1 , sub:R1.2 , sub:R1.3 ;
    dcterms:title "R1"@en ;
    a sub:FAIR-Principle .
  sub:R1.1 dcterms:description "(meta)data are released with a clear and accessible data usage license"@en ;
    dcterms:title "R1.1"@en ;
    a sub:FAIR-Principle .
  sub:R1.2 dcterms:description "(meta)data are associated with detailed provenance"@en ;
    dcterms:title "R1.2"@en ;
    a sub:FAIR-Principle .
  sub:R1.3 dcterms:description "(meta)data meet domain-relevant community standards"@en ;
    dcterms:title "R1.3"@en ;
    a sub:FAIR-Principle .
  sub:_1 rdf:first sub:F ;
    rdf:rest sub:_2 .
  sub:_10 rdf:first sub:R1.1 ;
    rdf:rest sub:_11 .
  sub:_11 rdf:first sub:R1.2 ;
    rdf:rest sub:_12 .
  sub:_12 rdf:first sub:R1.3 ;
    rdf:rest rdf:nil .
  sub:_13 rdf:first sub:I ;
    rdf:rest sub:_14 .
  sub:_14 rdf:first sub:R ;
    rdf:rest rdf:nil .
  sub:_15 rdf:first sub:F1 ;
    rdf:rest sub:_16 .
  sub:_16 rdf:first sub:F2 ;
    rdf:rest sub:_17 .
  sub:_17 rdf:first sub:F3 ;
    rdf:rest sub:_18 .
  sub:_18 rdf:first sub:F4 ;
    rdf:rest sub:_19 .
  sub:_19 rdf:first sub:A1 ;
    rdf:rest sub:_3 .
  sub:_2 rdf:first sub:A ;
    rdf:rest sub:_13 .
  sub:_3 rdf:first sub:A1.1 ;
    rdf:rest sub:_4 .
  sub:_4 rdf:first sub:A1.2 ;
    rdf:rest sub:_5 .
  sub:_5 rdf:first sub:A2 ;
    rdf:rest sub:_6 .
  sub:_6 rdf:first sub:I1 ;
    rdf:rest sub:_7 .
  sub:_7 rdf:first sub:I2 ;
    rdf:rest sub:_8 .
  sub:_8 rdf:first sub:I3 ;
    rdf:rest sub:_9 .
  sub:_9 rdf:first sub:R1 ;
    rdf:rest sub:_10 .
  sub:fair dcterms:hasPart sub:A , sub:F , sub:I , sub:R ;
    dcterms:title "FAIR principles"@en ;
    a owl:Class ;
    rdfs:subClassOf sio:000090 .
}
sub:pg {
  sub:ag prov:wasQuotedFrom <https://www.nature.com/articles/sdata201618> .
}
sub:ig {
  this: dcterms:contributor <http://csarven.ca/#i> , <https://orcid.org/0000-0002-1267-0234> , <https://ruben.verborgh.org/profile/#me> ;
    dcterms:created "2017-05-01T15:42:00+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0003-4727-9435 ;
    dcterms:rights <http://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "Nanopublication containing the FAIR principles"@en .
}