@prefix adms:  <http://www.w3.org/ns/adms#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix scovo: <http://purl.org/NET/scovo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

scovo:min  a         rdf:Property ;
        rdfs:domain  scovo:Dimension ;
        rdfs:label   "has a minimum range value" .

scovo:Item  a         owl:Class , rdfs:Class ;
        rdfs:comment  "a statistical data item" ;
        rdfs:label    "Item" .

<http://vocab.deri.ie/scovo#dayers>
        a              foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/scovo> ;
        foaf:name      "Danny Ayers" .

<http://vocab.deri.ie/scovo#theath>
        a              foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/scovo> ;
        foaf:name      "Tom Heath" .

scovo:datasetOf  a   rdf:Property ;
        rdfs:domain  scovo:Dataset ;
        rdfs:label   "is the dataset of" ;
        rdfs:range   scovo:Item .

scovo:max  a         rdf:Property ;
        rdfs:domain  scovo:Dimension ;
        rdfs:label   "has a maximum range value" .

scovo:Dimension  a    owl:Class , rdfs:Class ;
        rdfs:comment  "a dimension of a statistical data item" ;
        rdfs:label    "Dimension" .

<http://vocab.deri.ie/scovo#whalb>
        a              foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/scovo> ;
        foaf:name      "Wolfgang Halb" .

<http://vocab.deri.ie/scovo#JOANNEUM%20RESEARCH>
        a              dcterms:Agent ;
        foaf:homepage  <http://www.joanneum.at/en/digital/iis.html> ;
        foaf:member    <http://vocab.deri.ie/scovo#whalb> ;
        foaf:name      "JOANNEUM RESEARCH" .

scovo:dimension  a   rdf:Property ;
        rdfs:domain  scovo:Item ;
        rdfs:label   "has a dimension" ;
        rdfs:range   scovo:Dimension .

scovo:Dataset  a      owl:Class , rdfs:Class ;
        rdfs:comment  "a statistical dataset" ;
        rdfs:label    "Dataset" .

<http://vocab.deri.ie/scovo#yraimond>
        a              foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/scovo> ;
        foaf:name      "Yves Raimond" .

<http://vocab.deri.ie/scovo#Michael%20Hausenblas>
        a              foaf:Person ;
        foaf:homepage  <http://sw-app.org/about.html> ;
        foaf:mbox      <mailto:michael.hausenblas@deri.org> ;
        foaf:name      "Michael Hausenblas" .

scovo:dataset  a     rdf:Property ;
        rdfs:domain  scovo:Item ;
        rdfs:label   "belongs to dataset" ;
        rdfs:range   scovo:Dataset .

<http://vocab.deri.ie/scovo>
        a                              owl:Ontology , adms:SemanticAsset ;
        dc:creator                     <http://vocab.deri.ie/scovo#yraimond> , <http://vocab.deri.ie/scovo#theath> , <http://vocab.deri.ie/scovo#Michael%20Hausenblas> , <http://vocab.deri.ie/scovo#lfeigenbaum> , <http://vocab.deri.ie/scovo#whalb> , <http://vocab.deri.ie/scovo#dayers> ;
        dcterms:created                "2010-01-26"^^xsd:date ;
        dcterms:description            "A vocabulary for representing statistical data on the Web.\r\n\r\n<div style=\"border: 2px solid red; padding: 0.4em 0.7em; background: #fcc\">Note: The SCOVO vocabulary is deprecated. We strongly advise to use the <a href=\"http://www.w3.org/TR/vocab-data-cube/\">Data Cube Vocabulary</a> instead.</div>" ;
        dcterms:modified               "2012-08-09"^^xsd:date ;
        dcterms:partOf                 <http://vocab.deri.ie> ;
        dcterms:publisher              "http://vocab.deri.ie/scovo#LiDRC" ;
        dcterms:status                 <http://purl.org/adms/status/UnderDevelopment> ;
        dcterms:title                  "The Statistical Core Vocabulary (SCOVO)" ;
        dcterms:type                   <http://purl.org/adms/assettype/Ontology> ;
        vann:preferredNamespacePrefix  "scovo" ;
        vann:preferredNamespaceUri     "http://purl.org/NET/scovo#" ;
        foaf:homepage                  <http://vocab.deri.ie/scovo.html> .

<http://vocab.deri.ie/scovo#LiDRC>
        a              dcterms:Agent ;
        foaf:homepage  <http://linkeddata.deri.ie/> ;
        foaf:member    <http://vocab.deri.ie/scovo#Michael%20Hausenblas> ;
        foaf:name      "LiDRC" .

<http://vocab.deri.ie/scovo#lfeigenbaum>
        a              foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/scovo> ;
        foaf:name      "Lee Feigenbaum" .

<http://vocab.deri.ie/scovo#rdf>
        a                   adms:SemanticDistribution ;
        dcterms:FileFormat  <http://vocab.deri.ie/scovo> ;
        adms:accessURL      "http://vocab.deri.ie/scovo.rdf" ;
        adms:status         <http://purl.org/adms/status/Completed> .

<http://vocab.deri.ie/scovo#ttl>
        a                   adms:SemanticDistribution ;
        dcterms:FileFormat  <http://vocab.deri.ie/scovo> ;
        adms:accessURL      "http://vocab.deri.ie/scovo.ttl" ;
        adms:status         <http://purl.org/adms/status/Completed> .
