@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns0: <https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/> . dct:contributor a owl:AnnotationProperty ; rdfs:isDefinedBy dct:contributor ; rdfs:label "contributor"@en-us ; skos:definition "entity responsible for making contributions to the resource"@en-us . dct:creator rdfs:subPropertyOf dct:contributor . ns0:maintainer rdfs:subPropertyOf dct:contributor .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/> .

dct:contributor
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy dct:contributor ;
    rdfs:label "contributor"@en-us ;
    skos:definition "entity responsible for making contributions to the resource"@en-us .

dct:creator
    rdfs:subPropertyOf dct:contributor .

ns0:maintainer
    rdfs:subPropertyOf dct:contributor .