rescs:dash/scholarlyarticle/ScholarlyArticleShape leaf node


URI

http://rescs.org/dash/scholarlyarticle/ScholarlyArticleShape

Label

ScholarlyArticle

Description

A scholarly article.

Target Classes (1)

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://rescs.org/dash/scholarlyarticle/ScholarlyArticleShape> a sh:NodeShape ;
    rdfs:label "ScholarlyArticle"^^xsd:string ;
    rdfs:comment "A scholarly article."^^xsd:string ;
    sh:and ( [ sh:node <http://rescs.org/dash/article/ArticleShape> ] ) ;
    sh:targetClass schema:ScholarlyArticle .