@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 vdpp:  <http://data.lirmm.fr/ontologies/vdpp#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://data.lirmm.fr/ontologies/vdpp#fran%C3%A7ois>
        a              foaf:Person ;
        foaf:homepage  <http://www.scharffe.fr> ;
        foaf:name      "François Scharffe" .

vdpp:LIRMM  a          dcterms:Agent ;
        foaf:homepage  <http://www.lirmm.fr> ;
        foaf:member    <http://data.lirmm.fr/ontologies/vdpp#fran%C3%A7ois> ;
        foaf:name      "LIRMM" .

vdpp:rdf  a                 adms:SemanticDistribution ;
        dcterms:FileFormat  <http://data.lirmm.fr/ontologies/vdpp> ;
        adms:accessURL      "http://data.lirmm.fr/ontologies/vdpp.rdf" ;
        adms:status         <http://purl.org/adms/status/Completed> .

vdpp:Selection  a     owl:Class , rdfs:Class ;
        rdfs:comment  "Describe the process of a selection of vocabularies to represent a dataset. This selection will result in a set of vocabularies that will be used to describe the published data." ;
        rdfs:label    "Selection" .

vdpp:Convertion  a    owl:Class , rdfs:Class ;
        rdfs:comment  "Describe the process of a converting the source data. The result of the transformation will be a new datset that can be further processed, published and interlinked." ;
        rdfs:label    "Convertion" .

vdpp:process  a       rdf:Property ;
        rdfs:comment  "A process performed during a dataset publication project." ;
        rdfs:domain   vdpp:Project ;
        rdfs:label    "Process" .

vdpp:Publication  a   owl:Class , rdfs:Class ;
        rdfs:comment  "Describe the process of publishing a RDF dataset on the Web. The result of the publication is a URI where the dataset is accessible as linked-data." ;
        rdfs:label    "Publication" .

vdpp:Interlinking  a  owl:Class , rdfs:Class ;
        rdfs:comment  "Describe the process of interlinking a vocabulary with another. The result of the interlinking will be a void:Linkset containing links between the two datasets." ;
        rdfs:label    "Interlinking" .

vdpp:Project  a       owl:Class , rdfs:Class ;
        rdfs:comment  "Datasets publication projects. This class makes the link between a DOAP project, and VoIDP provenance events." ;
        rdfs:label    "Dataset publication project" .

vdpp:ttl  a                 adms:SemanticDistribution ;
        dcterms:FileFormat  <http://data.lirmm.fr/ontologies/vdpp> ;
        adms:accessURL      "http://data.lirmm.fr/ontologies/vdpp.ttl" ;
        adms:status         <http://purl.org/adms/status/Completed> .

<http://data.lirmm.fr/ontologies/vdpp>
        a                              owl:Ontology , adms:SemanticAsset ;
        dc:creator                     <http://data.lirmm.fr/ontologies/vdpp#fran%C3%A7ois> ;
        dcterms:created                "2011-03-27"^^xsd:date ;
        dcterms:description            "The Vocabulary of Dataset Publication Projects (VDPP) allows to represent the status of a dataset publication project. It is mainly based on the Provenance Vocabulary (PRV), the Dataset Provenance Vocabulary (VOIDP), the Vocabulary of Interlinked Datasets (VoID), and the Description of a Project (DOAP) vocabulary." ;
        dcterms:modified               "2011-03-27"^^xsd:date ;
        dcterms:partOf                 <http://data.lirmm.fr/ontologies> ;
        dcterms:publisher              "http://data.lirmm.fr/ontologies/vdpp#LIRMM" ;
        dcterms:status                 <http://purl.org/adms/status/UnderDevelopment> ;
        dcterms:title                  "Vocabulary for Dataset Publication Projects" ;
        dcterms:type                   <http://purl.org/adms/assettype/Ontology> ;
        vann:preferredNamespacePrefix  "vdpp" ;
        vann:preferredNamespaceUri     "http://data.lirmm.fr/ontologies/vdpp#" ;
        foaf:homepage                  <http://data.lirmm.fr/ontologies/vdpp.html> .
