@prefix        cc: <http://creativecommons.org/ns#> .
@prefix        dc: <http://purl.org/dc/terms/> .
@prefix       owl: <http://www.w3.org/2002/07/owl#> .
@prefix pentandra: <https://pentandra.com/company#> .
@prefix       rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix      rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix    scearl: <https://w3id.org/scholarly-commons/scearl#> .
@prefix      vann: <http://purl.org/vocab/vann/> .
@prefix      voaf: <http://purl.org/vocommons/voaf#> .
@prefix        vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix       xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix      foaf: <http://xmlns.com/foaf/0.1/> .
@prefix      earl: <https://www.w3.org/ns/earl#> .
@prefix      prov: <http://www.w3.org/ns/prov#> .


# SCEARL Vocabulary definition
scearl: a owl:Ontology, voaf:Vocabulary;
  dc:creator pentandra:chris-chapman;
  rdfs:isDefinedBy scearl:;
  cc:attributionName "FORCE11 Scholarly Commons Working Group";
  vann:preferredNamespaceUri "https://w3id.org/research/cases#";
  vann:preferredNamespacePrefix "scearl";
  cc:attributionURL <https://force11.org/group/scholarly-commons-working-group>;
  dc:description "An extension of EARL used to measure compliance with tools for scholarly communication"@en;
  dc:rights "Copyright © Scholarly Commons Community";
  dc:title "Scholary Commons Evaluation Language"@en;
  cc:license <http://creativecommons.org/licenses/by/4.0/>;
  voaf:hasEquivalencesWith earl:;
  rdfs:label "Scholarly Commons Evaluation Language"@en;
  owl:versionInfo "0.1.0"
  .


# Class definitions
scearl:Principle a owl:Class;
  rdfs:isDefinedBy scearl:;
  rdfs:comment "A principle of the scholarly commons against which to evaluate."@en;
  rdfs:subClassOf earl:TestRequirement;
  rdfs:label "Principle"@en;
  vs:term_status "stable"
  .
