resume.owl:hasPublications leaf node


URI

http://www.owl-ontologies.com/resume.owl#hasPublications

Label

hasPublications

Usage

DOMAINPROPERTYRANGE
resume.owl:Person resume.owl:hasPublications resume.owl:Publication

Implementation

@prefix : <http://www.owl-ontologies.com/resume.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasPublications a owl:ObjectProperty ;
    rdfs:domain :Person ;
    rdfs:range :Publication .