@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dicc: <https://w3id.org/digitalconstruction/0.5/Contexts#> .
@prefix dicv: <https://w3id.org/digitalconstruction/0.5/Variables#> .
@prefix dice: <https://w3id.org/digitalconstruction/0.5/Entities#> .
@prefix dicp: <https://w3id.org/digitalconstruction/0.5/Processes#> .
@prefix dica: <https://w3id.org/digitalconstruction/0.5/Agents#> .
@prefix dici: <https://w3id.org/digitalconstruction/0.5/Information#> .
@prefix prov: <http://www.w3.org/ns/prov#> . 

<https://w3id.org/digitalconstruction/0.5/Alignment/PROV/prov-dicon.ttl> 
  rdf:type owl:Ontology ;
  dcterms:created "2021-04-18"^^xsd:date ;
  dcterms:creator "Seppo Törmä" ;
  dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
  rdfs:comment "Alignment of the Digital Construction Ontologies with PROV-O ontology" ;
  rdfs:label "Alignment of DiCon and PROV-O"@en ;
  owl:imports <https://w3id.org/digitalconstruction/0.5/Information/information.ttl> ;
  owl:imports <http://www.w3.org/ns/prov-o> .

dicp:Activity rdfs:subClassOf prov:Activity .

dicv:Property rdfs:subClassOf prov:Entity .
dici:InformationContentEntity rdfs:subClassOf prov:Entity .

dici:isCreatedBy rdfs:subPropertyOf prov:wasAttributedTo .
dici:isCreatedAt rdfs:subPropertyOf prov:generatedAtTime .

dicv:Agent owl:equivalentClass prov:Agent .

